diff options
| author | xolatile | 2025-08-03 19:29:58 +0200 |
|---|---|---|
| committer | xolatile | 2025-08-03 19:29:58 +0200 |
| commit | 9d533fa4d82935a083ff93a09aed95baea9fbfd4 (patch) | |
| tree | cbdae0db5551d64b7234cc8c604427696e391e6a /packages/textures/sock/package.cfg | |
| parent | 5e6e01e66378261a075bbc9730c9287874b8c3bd (diff) | |
| download | xolatile-badassbug-9d533fa4d82935a083ff93a09aed95baea9fbfd4.tar.xz xolatile-badassbug-9d533fa4d82935a083ff93a09aed95baea9fbfd4.tar.zst | |
Bunch of stuff...
Diffstat (limited to 'packages/textures/sock/package.cfg')
| -rw-r--r-- | packages/textures/sock/package.cfg | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/packages/textures/sock/package.cfg b/packages/textures/sock/package.cfg new file mode 100644 index 0000000..2b7fc70 --- /dev/null +++ b/packages/textures/sock/package.cfg @@ -0,0 +1,110 @@ +// Sock + +setshader "bumpspecmapworld" +setshaderparam "specscale" 1.2 1.2 1.2 + + texture c "textures/sock/base_c.png" + texture n "textures/sock/base_n.png" + texture s "textures/sock/base_s.png" + texscale 0.5 + + texture c "textures/sock/base_trim_0_c.png" + texture n "textures/sock/base_trim_0_n.png" + texture s "textures/sock/base_trim_0_s.png" + texscale 0.5 + + texture c "textures/sock/base_trim_1_c.png" + texture n "textures/sock/base_trim_1_n.png" + texture s "textures/sock/base_trim_1_s.png" + texscale 0.5 + + texture c "textures/sock/base_trim_2_c.png" + texture n "textures/sock/base_trim_2_n.png" + texture s "textures/sock/base_trim_2_s.png" + texscale 0.5 + + texture c "textures/sock/brick_0_c.png" + texture n "textures/sock/brick_0_n.png" + texture s "textures/sock/brick_0_s.png" + texscale 0.5 + + texture c "textures/sock/brick_1_c.png" + texture n "textures/sock/brick_1_n.png" + texture s "textures/sock/brick_1_s.png" + texscale 0.5 + + texture c "textures/sock/dirt_c.png" + texture n "textures/sock/dirt_n.png" + texture s "textures/sock/dirt_s.png" + texscale 0.5 + + texture c "textures/sock/floor_c.png" + texture n "textures/sock/floor_n.png" + texture s "textures/sock/floor_s.png" + texscale 0.5 + + texture c "textures/sock/plank_0_c.png" + texture n "textures/sock/plank_0_n.png" + texture s "textures/sock/plank_0_s.png" + texscale 0.5 + + texture c "textures/sock/plank_1_c.png" + texture n "textures/sock/plank_1_n.png" + texture s "textures/sock/plank_1_s.png" + texscale 0.5 + + texture c "textures/sock/roof_c.png" + texture n "textures/sock/roof_n.png" + texture s "textures/sock/roof_s.png" + texscale 0.5 + + texture c "textures/sock/step_0_c.png" + texture n "textures/sock/step_0_n.png" + texture s "textures/sock/step_0_s.png" + texscale 0.5 + + texture c "textures/sock/step_1_c.png" + texture n "textures/sock/step_1_n.png" + texture s "textures/sock/step_1_s.png" + texscale 0.5 + + texture c "textures/sock/wall_trim_c.png" + texture n "textures/sock/wall_trim_n.png" + texture s "textures/sock/wall_trim_s.png" + texscale 0.5 + + texture c "textures/sock/wood_c.png" + texture n "textures/sock/wood_n.png" + texture s "textures/sock/wood_s.png" + texscale 0.5 + + texture c "textures/sock/wood_trim_0_c.png" + texture n "textures/sock/wood_trim_0_n.png" + texture s "textures/sock/wood_trim_0_s.png" + texscale 0.5 + + texture c "textures/sock/wood_trim_1_c.png" + texture n "textures/sock/wood_trim_1_n.png" + texture s "textures/sock/wood_trim_1_s.png" + texscale 0.5 + + texture c "textures/sock/wood_trim_2_c.png" + texture n "textures/sock/wood_trim_2_n.png" + texture s "textures/sock/wood_trim_2_s.png" + texscale 0.5 + +setshader "bumpspecmapparallaxworld" +setshaderparam "specscale" 1.2 1.2 1.2 +setshaderparam "parallaxscale" 0.01 0.01 + + texture c "textures/sock/stone_0_c.png" + texture n "textures/sock/stone_0_n.png" + texture s "textures/sock/stone_0_s.png" + texture z "textures/sock/stone_0_z.png" + texscale 0.5 + + texture c "textures/sock/stone_1_c.png" + texture n "textures/sock/stone_1_n.png" + texture s "textures/sock/stone_1_s.png" + texture z "textures/sock/stone_1_z.png" + texscale 0.5 |
