Digital Paint Discussion Board
Development => Mapping => Topic started by: aircrew on October 17, 2008, 01:38:50 AM
-
Can someone say me what I must do for have on my map nokills mode like on map soccer?
-
I think it's just a server side setting.
-
Yes, its a server setting. Or better, two settings.
nokill - No kills; all gamemodes.
pong_nokill - No kills, but only if u play the gamemode pong (like soccer maps).
Use the serverconfig or the ingame command to activate them.
Serverconfig:
set nokill 1
set pong_nokill 1
Ingame:
cvar_set nokill 1
cvar_set pong_nokill 1
-
Do you want to actually make a pong map, or just have the nokill aspect? I think pong is gamemode 64 or maybe 32. There's currently no way to just set nokill in a map (though you could vote for it in the feature vote).