Login
User Name:

Password:



Register

Forgot your password?
void nanny_get_new_race -- comm.c
Mar 13, 2025 7:08 am
By Elwood
IPv6
Jan 25, 2025 10:45 pm
By Samson
mudstrlcpy and mudstrlcat
Jan 18, 2025 5:23 pm
By Samson
I3 and IMC
Jan 17, 2025 9:35 pm
By Samson
AFKMud 2.5.1
Jan 17, 2025 2:22 pm
By Samson
SWFotEFUSS 1.5.3
Author: Various
Submitted by: Samson
SWRFUSS 1.4.3
Author: Various
Submitted by: Samson
SmaugFUSS 1.9.8
Author: Various
Submitted by: Samson
AFKMud 2.5.2
Author: AFKMud Team
Submitted by: Samson
SmaugFUSS 1.9.7
Author: Various
Submitted by: Samson
Users Online
Anthropic, AhrefsBot, Bing, Amazonbot

Members: 0
Guests: 24
Stats
Files
Topics
Posts
Members
Newest Member
507
3,812
19,722
591
TracySpencer

» SmaugMuds » General » Building » Name of the rooms.
Forum Rules | Mark all | Recent Posts

Name of the rooms.
< Newer Topic :: Older Topic >

Pages:<< prev 1 next >>
Post is unread #1 Nov 7, 2011 11:32 am   
Go to the top of the page
Go to the bottom of the page

antram
Apprentice
GroupMembers
Posts58
JoinedNov 22, 2010

 
Hi all,

I would like to ask you something. I'm trying to change the name of the rooms when they are created. I know that the name is "The void" or "Floating in the void", but I haven't found this text in the codebase.

Could you tell me where can I find the default name of the rooms?

Thanks for all.

Post is unread #2 Nov 7, 2011 12:45 pm   
Go to the top of the page
Go to the bottom of the page

Aurin
Magician
GroupMembers
Posts189
JoinedSep 5, 2010

 
In what codebase?

Post is unread #3 Nov 8, 2011 2:02 am   
Go to the top of the page
Go to the bottom of the page

antram
Apprentice
GroupMembers
Posts58
JoinedNov 22, 2010

 
Hi Aurin,

In smaugfuss, for example. I thought that this message was in the same place in all the codebases. Isn't it?

Thanks again.

Post is unread #4 Nov 8, 2011 12:24 pm   
Go to the top of the page
Go to the bottom of the page

Aurin
Magician
GroupMembers
Posts189
JoinedSep 5, 2010

 
Honestly not sure if it's the same everywhere, but you can find what you're looking for in db.c and look for function: ROOM_INDEX_DATA *make_room( int vnum, AREA_DATA * area )

Post is unread #5 Nov 8, 2011 12:54 pm   
Go to the top of the page
Go to the bottom of the page

antram
Apprentice
GroupMembers
Posts58
JoinedNov 22, 2010

 
Hi,

thanks a lot, aurin. I've been looking for this message for weeks with no results.

Thanks again,

Antram

Post is unread #6 Nov 8, 2011 11:49 pm   
Go to the top of the page
Go to the bottom of the page

Zeno
Sorcerer
GroupMembers
Posts723
JoinedMar 5, 2005

 
Just grep and you'll find it.

db.c:5373:   pRoomIndex->name = STRALLOC( "Floating in a void" );

Post is unread #7 Nov 9, 2011 4:13 am   
Go to the top of the page
Go to the bottom of the page

antram
Apprentice
GroupMembers
Posts58
JoinedNov 22, 2010

 
Hi,

Thanks Zeno. I didn't know this command. It seems to be very interesting.

Thanks again,

Antram

Post is unread #8 Nov 13, 2011 12:23 pm   Last edited Nov 13, 2011 12:24 pm by drmike
Go to the top of the page
Go to the bottom of the page

drmike
Fledgling
GroupMembers
Posts16
JoinedOct 9, 2011

 
Wouldn't it be in the /area files?

edit: And I still can't get the gravatar to work. :(

Post is unread #9 Nov 13, 2011 6:54 pm   
Go to the top of the page
Go to the bottom of the page

ayuri
Magician
GroupMembers
Posts239
JoinedJun 13, 2008

 
No, it would be in db.c for when you first create the room. After the room is created then that string gets stored in the zone.are file after the area is saved.

ayuri

Pages:<< prev 1 next >>