Hi all. I am really frustrated those problem. I can't order my label_arts according to my requirements. I don't undestand the sytem, how label_arts are ordered in Fallout.
http://img242.imageshack.us/my.php?image=2222uj2.jpg
I have 5 locations. MAP.MSG
I need this order: B=1,C=2,A=3,G=4,V=5.
CITY.TXT
If 3rd area_name of my location start letter "x", location is at last position(I NEED 3rd position!!) at label panel.
and if I click on location V, hero go to location G and if I click on location G, hero go to locaion V.
ORDER : B=1,C=2,V=3,G=4,A=5
I NEED : B=1,C=2,A=3,G=4,V=5
but If 3rd area_name of my location start letter "a"(regular first letter of my location), location is at first position at label panel. WTF!! ??? Ordered by letters or what ????I NEED 3rd position!!
and if I click on location V, hero go to location G and if I click on location G, hero go to locaion V.
ORDER : A=1,B=2,C=3,V=4,G=5
I NEED : B=1,C=2,A=3,G=4,V=5
http://img242.imageshack.us/my.php?image=2222uj2.jpg
I have 5 locations. MAP.MSG
Code:
{1548}{}{Stables}
{1549}{}{B*****}
{1550}{}{C*****}
{1551}{}{A*****} or X tested
{1552}{}{G*****}
{1553}{}{V*****}
I need this order: B=1,C=2,A=3,G=4,V=5.
CITY.TXT
Code:
[Area 48]
area_name=Reno Stables
world_pos=953,882
start_state=Off
;lock_state=on
size=Small
townmap_art_idx=-1
townmap_label_art_idx=-1
entrance_0=On,130,410,New Reno Stables,-1,-1,0
[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,******,0,16519,2
entrance_1=Off,140,330,******,0,12907,3
entrance_2=Off,150,350,******,1,21343,0
entrance_3=Off,160,370,******,1,17144,0
entrance_4=Off,170,390,******,0,25909,5
entrance_5=Off,180,410,******,1,26318,0
[Area 50]
area_name=C******
world_pos=323,422
start_state=On
;lock_state=on
size=Large
townmap_art_idx=156
townmap_label_art_idx=470
entrance_0=On,130,310,******,0,30698,5
entrance_1=Off,140,330,******,0,30112,5
entrance_2=Off,150,350,******,1,27515,5
[Area 51]
area_name=A*****
world_pos=523,422
start_state=On
;lock_state=on
size=Large
townmap_art_idx=156
townmap_label_art_idx=471
entrance_0=On,130,310,*******,0,17519,0
[Area 52]
area_name=G*****
world_pos=723,422
start_state=On
;lock_state=on
size=Large
townmap_art_idx=156
townmap_label_art_idx=472
entrance_0=On,130,310,******,0,17519,0
[Area 53]
area_name=V*****
world_pos=934,433
start_state=On
;lock_state=on
size=Medium
townmap_art_idx=156
townmap_label_art_idx=473
entrance_0=On,130,310,******,0,17519,0
If 3rd area_name of my location start letter "x", location is at last position(I NEED 3rd position!!) at label panel.
Code:
area_name=X****
and if I click on location V, hero go to location G and if I click on location G, hero go to locaion V.
ORDER : B=1,C=2,V=3,G=4,A=5
I NEED : B=1,C=2,A=3,G=4,V=5
but If 3rd area_name of my location start letter "a"(regular first letter of my location), location is at first position at label panel. WTF!! ??? Ordered by letters or what ????I NEED 3rd position!!
Code:
area_name=A****
and if I click on location V, hero go to location G and if I click on location G, hero go to locaion V.
ORDER : A=1,B=2,C=3,V=4,G=5
I NEED : B=1,C=2,A=3,G=4,V=5