More collectible model work:
- Finished Peach Juice texture. - Demo Plush added. - Semi-finished Akari Project / Kirin Manga textures.
8
gldefs.funstuff
Normal 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"
|
||||
}
|
||||
|
|
@ -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)";
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 65 KiB |
BIN
models/AkariProject.xcf
Normal file
BIN
models/DemoPlush.blend
Normal file
BIN
models/DemoPlush.png
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
models/DemoPlush2.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
models/DemoPlush2_bright.png
Normal file
|
After Width: | Height: | Size: 428 B |
BIN
models/DemoPlush_a.3d
Normal file
BIN
models/DemoPlush_bright.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
models/DemoPlush_d.3d
Normal file
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 49 KiB |
BIN
models/KirinManga.xcf
Normal file
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 21 KiB |
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -256,6 +256,7 @@ Class DemoPlush : SWWMCollectible
|
|||
Inventory.PickupMessage "$T_DEMOPLUSH";
|
||||
SWWMCollectible.Availability AVAIL_Heretic;
|
||||
Stamina 6000;
|
||||
Radius 9;
|
||||
}
|
||||
}
|
||||
Class SayaBean : SWWMCollectible
|
||||
|
|
|
|||