More collectible model work:

- Finished Peach Juice texture.
- Demo Plush added.
- Semi-finished Akari Project / Kirin Manga textures.
This commit is contained in:
Mari the Deer 2020-11-20 21:20:26 +01:00
commit 828271ac2f
19 changed files with 18 additions and 8 deletions

8
gldefs.funstuff Normal file
View file

@ -0,0 +1,8 @@
Brightmap Texture "models/DemoPlush.png"
{
Map "models/DemoPlush_bright.png"
}
Brightmap Texture "models/DemoPlush2.png"
{
Map "models/DemoPlush2_bright.png"
}

View file

@ -1,2 +1,2 @@
[default]
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r628 \cu(Fri 20 Nov 14:08:00 CET 2020)";
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r629 \cu(Fri 20 Nov 21:20:26 CET 2020)";

View file

@ -78,13 +78,14 @@ Model "FrispyCorn"
}
Model "DemoPlush"
{
Path "models/extra"
Path "models"
Model 0 "BaseCube_d.3d"
Skin 0 "CHIPTILE"
Scale 0.04 0.04 0.04
Model 0 "DemoPlush_d.3d"
SurfaceSkin 0 0 "DemoPlush.png"
SurfaceSkin 0 1 "DemoPlush2.png"
Scale 0.045 0.045 0.045
ZOffset 16
PitchOffset 30
RollOffset 30
ROTATING
FrameIndex XZW1 A 0 0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 65 KiB

Before After
Before After

BIN
models/AkariProject.xcf Normal file

Binary file not shown.

Binary file not shown.

BIN
models/DemoPlush.blend Normal file

Binary file not shown.

BIN
models/DemoPlush.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

BIN
models/DemoPlush2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 428 B

BIN
models/DemoPlush_a.3d Normal file

Binary file not shown.

BIN
models/DemoPlush_bright.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
models/DemoPlush_d.3d Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 49 KiB

Before After
Before After

BIN
models/KirinManga.xcf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Before After
Before After

View file

@ -4,9 +4,9 @@ Collectible models:
- Love Signals CD
x Nutatco Bar
x Frispy Corn
- Demo Plush
x Demo Plush
- Saya Bean
+ Peach Juice
x Peach Juice
- Milk Breads
+ Kirin Manga
x Kirin Plush

View file

@ -256,6 +256,7 @@ Class DemoPlush : SWWMCollectible
Inventory.PickupMessage "$T_DEMOPLUSH";
SWWMCollectible.Availability AVAIL_Heretic;
Stamina 6000;
Radius 9;
}
}
Class SayaBean : SWWMCollectible