Add milk breads model.

Fix scaling of some collectibles.
Add some sounds that might be used somewhere?
This commit is contained in:
Mari the Deer 2020-12-04 17:56:25 +01:00
commit 28eb322504
14 changed files with 16 additions and 16 deletions

View file

@ -1,2 +1,2 @@
[default]
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r660 \cu(Fri 4 Dec 13:19:43 CET 2020)";
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r660 \cu(Fri 4 Dec 17:56:25 CET 2020)";

View file

@ -55,7 +55,7 @@ Model "NutatcoBar"
Model 0 "Nutatco_d.3d"
Skin 0 "Nutatco.png"
Scale 0.02 0.02 0.02
Scale 0.018 0.018 0.018
ZOffset 16
PitchOffset -60
RollOffset 90
@ -69,7 +69,7 @@ Model "FrispyCorn"
Model 0 "FrispyCorn_d.3d"
Skin 0 "FrispyCorn.png"
Scale 0.03 0.03 0.03
Scale 0.025 0.025 0.025
ZOffset 16
RollOffset 30
ROTATING
@ -83,8 +83,8 @@ Model "DemoPlush"
Model 0 "DemoPlush_d.3d"
SurfaceSkin 0 0 "DemoPlush.png"
SurfaceSkin 0 1 "DemoPlush2.png"
Scale 0.045 0.045 0.045
ZOffset 16
Scale 0.075 0.075 0.075
ZOffset 20
RollOffset 30
ROTATING
@ -119,13 +119,12 @@ Model "KirinCummies"
}
Model "MilkBreads"
{
Path "models/extra"
Path "models"
Model 0 "BaseCube_d.3d"
Skin 0 "CHIPTILE"
Scale 0.04 0.04 0.04
Model 0 "MilkBreads_d.3d"
Skin 0 "MilkBreads.png"
Scale 0.016 0.016 0.016
ZOffset 16
PitchOffset 30
ROTATING
FrameIndex XZW1 A 0 0
@ -136,7 +135,7 @@ Model "KirinManga"
Model 0 "Book_d.3d"
Skin 0 "KirinManga.png"
Scale 0.016 0.016 0.016
Scale 0.018 0.018 0.018
ZOffset 16
PitchOffset 30
ROTATING
@ -149,8 +148,8 @@ Model "KirinPlush"
Model 0 "KirinPlush_d.3d"
Skin 0 "KirinPlush.png"
Scale 0.04 0.04 0.04
ZOffset 16
Scale 0.08 0.08 0.08
ZOffset 20
RollOffset 30
ROTATING

BIN
models/MilkBreads.blend Normal file

Binary file not shown.

BIN
models/MilkBreads.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
models/MilkBreads_a.3d Normal file

Binary file not shown.

BIN
models/MilkBreads_d.3d Normal file

Binary file not shown.

View file

@ -7,7 +7,7 @@ Collectible models:
x Demo Plush
- Saya Bean
x Peach Juice
- Milk Breads
x Milk Breads
x Kirin Manga
x Kirin Plush

BIN
sounds/BRUH.ogg Normal file

Binary file not shown.

BIN
sounds/CTF6.ogg Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
sounds/WOW.ogg Normal file

Binary file not shown.

BIN
sounds/YAY.ogg Normal file

Binary file not shown.

View file

@ -256,7 +256,7 @@ Class DemoPlush : SWWMCollectible
Inventory.PickupMessage "$T_DEMOPLUSH";
SWWMCollectible.Availability AVAIL_Heretic;
Stamina 6000;
Radius 9;
Radius 10;
}
}
Class SayaBean : SWWMCollectible
@ -308,6 +308,7 @@ Class MilkBreads : SWWMCollectible
Inventory.PickupMessage "$T_MILKBREAD";
SWWMCollectible.Availability AVAIL_Hexen;
Stamina 900;
Radius 6;
}
}
Class KirinManga : SWWMCollectible
@ -331,7 +332,7 @@ Class KirinPlush : SWWMCollectible
Inventory.PickupMessage "$T_KIRINPLUSH";
SWWMCollectible.Availability AVAIL_Hexen;
Stamina 8000;
Radius 8;
Radius 12;
}
override void AttachToOwner( Actor other )
{