script prob

Each entry in worldmap.mask is in same order as in city.txt.
So if You added your new city in city.txt as number 50 then you should add this to the end of list(after stables and before terrain types):
Code:
#
# New Reno Stables
{670}{}{Stables}
# Your location (it's just a comment )
{680}{}{first map name}
{681}{}{second map name}
{682}{}{third map name}
{683}{}{etc....up to 698}


#
# Terrain type names for world map hover button
#
It should work, in reality matters only than you text is in same order as in city.txt.
 
jargo said:
Each entry in worldmap.mask is in same order as in city.txt.
So if You added your new city in city.txt as number 50 then you should add this to the end of list(after stables and before terrain types):
Code:
#
# New Reno Stables
{670}{}{Stables}
# Your location (it's just a comment )
{680}{}{first map name}
{681}{}{second map name}
{682}{}{third map name}
{683}{}{etc....up to 698}


#
# Terrain type names for world map hover button
#
It should work, in reality matters only than you text is in same order as in city.txt.

I tried this:
CITY.TXT
Code:
[Area 49]
area_name=B********
world_pos=134,433
start_state=On
;lock_state=on
size=Medium
townmap_art_idx=156
townmap_label_art_idx=469
entrance_0=On,130,310,bwstart,0,16519,2
entrance_1=Off,140,330,bwsquat,0,12907,3
entrance_2=Off,150,350,bwlabs,1,21343,0
entrance_3=Off,160,370,bwpipes,1,17144,0
entrance_4=Off,170,390,bwhouse,0,25909,5
entrance_5=Off,180,410,bwhouse,1,26318,0
WORLDMAP.MSG
Code:
#
# New Reno Stables
{670}{}{Stables}
#
# B********
{680}{}{bwstart}
{681}{}{bwhouse}
{682}{}{bwlabs}
{683}{}{bwpipes}
{684}{}{bwhouse}
#

but it doesn't work.(( It's anything wrong ?
jargo said:
So if You added your new city in city.txt as number 50

You mean number 50 or 49?

EDIT:
jargo said:
Each entry in worldmap.mask
worldmap.mask ???
 
jargo said:
Code:
#
# New Reno Stables
{670}{}{Stables}
# Your location (it's just a comment )
{680}{}{first map name}
{681}{}{second map name}
{682}{}{third map name}
{683}{}{etc....up to 698}

I got it. It's from number 690. not 680. Fucking numbering. But thx.
 
Back
Top