|
||
|
|||||||
| FAQ Forum A place to find answers to the most frequently asked questions, and a place to post said answers. Do NOT use this forum to ask questions. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Account Terminated
Join Date: Feb 2008
Age: 28
Posts: 811
|
Not 100% positive about this but it seems to work for me. Open up your map def.cs file in your scripts/misc
By defult you see this: Code:
RegisterMap( 0, 0, 0, 7168, 4096, 1, "Felucca", MapRules.FeluccaRules ); RegisterMap( 1, 1, 0, 7168, 4096, 0, "Trammel", MapRules.TrammelRules ); Change it to this: Without the underline of course Code:
RegisterMap( 0, 0, 0, 7168, 4096, 1, "Felucca", MapRules.FeluccaRules ); RegisterMap( 1, 1, 1, 7168, 4096, 0, "Trammel", MapRules.TrammelRules ); |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|