Forum

> > CS2D > Scripts > Modifying the default zombie gamemode
Forums overviewCS2D overview Scripts overviewLog in to reply

English Modifying the default zombie gamemode

1 reply
To the start Previous 1 Next To the start

moved Modifying the default zombie gamemode

Lolkat
User Off Offline

Quote
Hello! I'd like to know if it is possible to modify the zombies gamemode. I just play with bots but I'd like the claws to perhaps do less than 50 damage a swing, and maybe slow down the zombies themselves. If possible to do these things, how would I?

EDIT: Figured out how to modify speed, but I'd like to set it so all players start on CT except for one player who starts on the zombie team, also still need to figure out damage changing, turns out the command was damage received.
edited 2×, last 16.05.14 03:41:39 am

old Re: Modifying the default zombie gamemode

Zeik
User Off Offline

Quote
Just look in here when you want to do something and you don't know how: http://www.cs2d.com/help.php

You can change the zombie's damage from the server settings (mp_zombiedmg).

It seems that you can also change the weapons damage with this command http://www.cs2d.com/help.php?cat=all&cmd=mp_wpndmg#cmd.
To use it in Lua scripts, you must use the parse function: http://www.cs2d.com/help.php?luacat=basic&luacmd=parse#cmd

Another way you can do it is with the Hit hook: http://www.cs2d.com/help.php?hookcat=all&hook=hit#hook (returning 1, and using commands to make victim lose hp)
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview