Bots are using guns on infected servers
-
I notice that when the default class 1 for the infected is blank, bots will all use the FMG9 submachine gun. When I add a stinger launcher to the secondary of this class, they will equip that weapon but don't push and just stare at me trying to shoot it. So there is no way to play infected the way it works online essentially
-
You have to edit the default classes in the DSR file directly (Notepad) to make them be used by the game, otherwise it defaults to regular infected loadout. Of course you need to load it as well after that
Change 0 to 1 in
gameOpt defaultClasses.axis.[0].class.inUse "0"and infected should use your class (none as weapon is no ammo USP)gameOpt defaultClasses.axis.[0]is the regular infected andgameOpt defaultClasses.axis.[5]is the initial infected it seemsYou can also edit survivor with
gameOpt defaultClasses.allies.[0].class.weaponSetups.[0].weapon "iw5_pp90m1"(don't forget to switch inUse to 1) here too -
that worked but I think this needs to be the default setting. Thanks for the help