Page 1 of 1
activate friendly enemies in mutliplayer
Posted: Tue Mar 29, 2016 1:02 pm
by metteigel
hey

is it possible to activate the no attack enemies in already running mutliplayer game ?
Re: activate friendly enemies in mutliplayer
Posted: Tue Mar 29, 2016 1:06 pm
by ratchetfreak
yes it's the same set of commands in a single player game
Re: activate friendly enemies in mutliplayer
Posted: Tue Mar 29, 2016 1:18 pm
by metteigel
ratchetfreak wrote:yes it's the same set of commands in a single player game
ok and where can i find this commands `?
Re: activate friendly enemies in mutliplayer
Posted: Tue Mar 29, 2016 1:24 pm
by daniel34
metteigel wrote:ratchetfreak wrote:yes it's the same set of commands in a single player game
ok and where can i find this commands `?
Start the game in singleplayer or multiplayer with commands enabled, press ~ to open the console (same as chat key) and enter these two commands:
Code: Select all
/c game.peaceful_mode = true
/c game.forces["enemy"].kill_all_units()
This will enable peaceful mode, to disable it change
true to
false in the first line.
You can save the game and load it again in multiplayer with commands disabled if you want to have future commands disabled.
Re: activate friendly enemies in mutliplayer
Posted: Tue Mar 29, 2016 1:38 pm
by metteigel
awesome thx

btw, i searching for a item spawn list. is there something like this `?
Re: activate friendly enemies in mutliplayer
Posted: Tue Mar 29, 2016 1:44 pm
by daniel34
metteigel wrote:awesome thx

btw, i searching for a item spawn list. is there something like this `?
See here:
Test mode - Kind of like creative mode. Very useful for testing and ... ehrm... cheating.
Re: activate friendly enemies in mutliplayer
Posted: Tue Mar 29, 2016 1:50 pm
by metteigel
and if you know have a non dropbox download link you are my hero

.
thank you sooooo much !

.