Page 1 of 1

SSM ~ Force a Kit ?

Posted: Sun Oct 25, 2009 6:27 pm
by Player
In BF42 it was quite simple to force everyone to spawn with a particular kit by changing the init.con

Code: Select all

game.setTeamSkin 1 JapaneseSoldier
game.setKit 1 0 Jap_Scout
game.setKit 1 1 Jap_Scout
game.setKit 1 2 Jap_Scout
game.setKit 1 3 Jap_Scout
game.setKit 1 4 Jap_Scout

game.setTeamSkin 2 USSoldier
game.setKit 2 0 Jap_Scout
game.setKit 2 1 Jap_Scout
game.setKit 2 2 Jap_Scout
game.setKit 2 3 Jap_Scout
game.setKit 2 4 Jap_Scout
I wanted to do this in BF2, but seems the same approach seems leads to CTD.

Re: SSM ~ Force a Kit ?

Posted: Mon Oct 26, 2009 1:33 am
by LightSpeed///
remove all .md5 files from the server, then it will work