]> icculus.org git repositories - divverent/nexuiz.git/commit
Added all the game options except for Air Control and Grappling Hook... the air contr...
authorseienabunae <seienabunae@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Wed, 1 Sep 2004 06:43:58 +0000 (06:43 +0000)
committerseienabunae <seienabunae@f962a42d-fe04-0410-a3ab-8c8b0445ebaa>
Wed, 1 Sep 2004 06:43:58 +0000 (06:43 +0000)
commitff989f3a52ddad2beac80c4a12af22e2b6a6c36b
treeb4e22e6f1b2a23ef4da42df680adcf9b94b38d90
parent5939afeda51ed7d1adeb490cba52d2f035af01ad
Added all the game options except for Air Control and Grappling Hook... the air control was confusing because there already seems to be such air control :) I could rewrite or clean out the sv_user.qc physics file if you want.
Instagib, Strength Gain on kill, fast health regeneration, rocket arena, no self damage, low gravity, and fullbright players are all implemented. The value is read from the 'gamecfg' cvar on level load. Look at constant.qc to see the bitflag values for each game option.
A few notes:
- I don't know what to do with health or armour items in gametypes such as instagib and rocket-arena. Should they be removed, like the weapons and ammo are?
- There didn't seem to be any powerup code. I added the entity fields required for them so I could get the strength powerup on kill thing working. Although, it doesn't work, because strength powerup does nothing :) I might look at this soon.

git-svn-id: svn://svn.icculus.org/nexuiz/trunk@192 f962a42d-fe04-0410-a3ab-8c8b0445ebaa
qcsrc/client.qc
qcsrc/constant.qc
qcsrc/damage.qc
qcsrc/field.qc
qcsrc/items.qc
qcsrc/player.qc
qcsrc/todo.txt
qcsrc/weapons.qc
qcsrc/worldspawn.qc