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 "UTPlayerTBoss"
{
Path "models"
Model 0 "Boss_d.3d"
SurfaceSkin 0 0 "boss1.png"
SurfaceSkin 0 1 "boss2.png"
SurfaceSkin 0 2 "boss3.png"
SurfaceSkin 0 3 "boss4.png"
SurfaceSkin 0 0 "Boss/boss1.png"
SurfaceSkin 0 1 "Boss/boss2.png"
SurfaceSkin 0 2 "Boss/boss3.png"
SurfaceSkin 0 3 "Boss/boss4.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 "UTPlayerTBoss"
FrameIndex PLT4 M 0 498
FrameIndex PLT4 N 0 499
FrameIndex PLT4 O 0 500
// Ice Death (start of zap death)
SurfaceSkin 0 0 "boss1ice.png"
SurfaceSkin 0 1 "boss2ice.png"
SurfaceSkin 0 2 "boss3ice.png"
SurfaceSkin 0 3 "boss4ice.png"
SurfaceSkin 0 5 "GunPick1ice.png"
FrameIndex PICE A 0 622
}