mirror of
https://github.com/Jusctsch5/ironsphererpg.git
synced 2026-01-20 03:54:45 +00:00
Taking everything obtained from http://ironsphererpg2.webs.com/ and dumping it in a git repo
16 lines
839 B
C#
16 lines
839 B
C#
//-------------------------------------- Desert interior texture property mapping
|
|
|
|
addMaterialMapping("ice/sw_ichute01", "environment: special/chuteTexture 0.25");
|
|
addMaterialMapping("ice/sw_ichute02", "environment: special/chuteTexture 0.25");
|
|
|
|
//"Color: red green blue startAlpha endAlpha"
|
|
//Soft sound = 0
|
|
//Hard sound = 1
|
|
//Metal sound = 2
|
|
//Snow sound = 3
|
|
addMaterialMapping("terrain/IceWorld.Ice", "color: 0.9 0.9 0.9 0.4 0.0", "sound: 3");
|
|
addMaterialMapping("terrain/IceWorld.RockBlue", "color: 0.9 0.9 0.9 0.4 0.0", "sound: 3");
|
|
addMaterialMapping("terrain/IceWorld.Snow", "color: 0.9 0.9 0.9 0.4 0.0", "sound: 3");
|
|
addMaterialMapping("terrain/IceWorld.SnowIce", "color: 0.9 0.9 0.9 0.4 0.0", "sound: 3");
|
|
addMaterialMapping("terrain/IceWorld.SnowRock", "color: 0.9 0.9 0.9 0.4 0.0", "sound: 3");
|