Add separate player classes for separate sounds and whatnot.
Fully implement UT movement for all modes (walk, swim, fly).
This commit is contained in:
parent
931f89832c
commit
35ee056d7a
20 changed files with 321 additions and 84 deletions
|
|
@ -1,7 +1,7 @@
|
|||
GameInfo
|
||||
{
|
||||
AddEventHandlers = "RedeemerHUDHandler", "UTMainHandler"
|
||||
PlayerClasses = "UTPlayer"
|
||||
PlayerClasses = "UTPlayerTMale1", "UTPlayerTMale2", "UTPlayerTFemale1", "UTPlayerTFemale2", "UTPlayerTBoss"
|
||||
StatusBarClass = "UTHud"
|
||||
BackpackType = "UTBackpack"
|
||||
BorderFlat = "TEMPBG"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue