1.2 update w/ GZDoom 4.9 features:

- Changeable player skins.
 - Ammo LEDs are now 1:1 with UT by using canvas textures.
 - Integrate some add-ons, including reskins.
 - Various fixes (some backported from Demolitionist).
 - Migrated from libeye to Gutamatics.
This commit is contained in:
Marisa the Magician 2022-11-05 23:59:16 +01:00
commit 602a89cc68
1761 changed files with 4461 additions and 1597 deletions

View file

@ -2,16 +2,16 @@ Model "UTPlayerTMale1"
{
Path "models"
Model 0 "Commando_d.3d"
SurfaceSkin 0 0 "cmdo1.png"
SurfaceSkin 0 1 "cmdo2.png"
SurfaceSkin 0 2 "cmdo3.png"
SurfaceSkin 0 3 "cmdo4.png"
SurfaceSkin 0 0 "Commando/cmdo1.png"
SurfaceSkin 0 1 "Commando/cmdo2.png"
SurfaceSkin 0 2 "Commando/cmdo3.png"
SurfaceSkin 0 3 "Commando/cmdo4.png"
SurfaceSkin 0 5 "GunPick1.png"
Scale 0.23 0.23 0.23
Offset 0 -5 29
RollOffset -90
AngleOffset -90
IGNORETRANSLATION // I'll figure out eventually how to make color changes work, but for now this is it
IGNORETRANSLATION
// Still
FrameIndex PLAY A 0 373
FrameIndex PLAY B 0 374
@ -305,11 +305,4 @@ Model "UTPlayerTMale1"
FrameIndex PLT4 M 0 498
FrameIndex PLT4 N 0 499
FrameIndex PLT4 O 0 500
// Ice Death (start of zap death)
SurfaceSkin 0 0 "cmdo1ice.png"
SurfaceSkin 0 1 "cmdo2ice.png"
SurfaceSkin 0 2 "cmdo3ice.png"
SurfaceSkin 0 3 "cmdo4ice.png"
SurfaceSkin 0 5 "GunPick1ice.png"
FrameIndex PICE A 0 622
}