jweigelt / swbf2admin

Star Wars Battlefront II (2005) server management application
GNU General Public License v3.0
51 stars 18 forks source link

Unable to add modded maps to server #61

Closed Floofis closed 5 months ago

Floofis commented 1 year ago

None of the modded maps are showing up on the server, only the base game maps are working

jaymanforty commented 1 year ago

To add maps to the list in webadmin you'll have to edit the sqlite database file using something like DB browser for sqlite.

You will add a new row for each map you want to add.

You'll need to know the 3 letter code of the mod maps you are adding as well as the map integer. The integer is what determines which modes and eras are available for selection in webadmin.

To calculate the integer you can use the gametype_flag_calc.htm file included in the release files.