CRCError Posted April 18, 2002 Posted April 18, 2002 If you are running a dedicated server from command line add this to your config file: seta g_weaponDisable "65531" If you are making a game from the GUI select "Lightsaber Only: Yes" on the Create Server screen. CRCError
MatrixCPA Posted April 18, 2002 Posted April 18, 2002 To set the gametype to FFA, use this: seta g_gametype "0" seta g_mapAutoCycle "1" I'd also recommend you have this: seta g_duelWeaponDisable "65531" and at the very end: map ffa_bespin Unless of course you want a custom map rotation. Then you set g_mapAutoCycle to "0" and put the rotation at the end. Since players can challenge each other to private duels on FFA servers, you'll want the g_duelWeaponDisable also set to saber only.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.