Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
You are viewing a potentially older version of this package.
View all versions.
| Date uploaded | 2 years ago |
| Version | 1.3.2 |
| Download link | ViViKo-MoreMaterials-1.3.2.zip |
| Downloads | 739276 |
| Dependency string | ViViKo-MoreMaterials-1.3.2 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100x753-More_Suits
Adds more suits to choose from, and can be used as a library to load your own suits!
Preferred version: 1.4.1README
MoreMaterials
More Suits Addon which adds custom materials to be used by other suit mods
Current Materials
MoreMaterials-TransparentMoreMaterials-GlassMoreMaterials-FakeGlassMoreMaterials-TexturePanningMoreMaterials-FlipbookMoreMaterials-DissolveMoreMaterials-Galaxy
Basic Usage
- Added this mod as a dependency.
- In your skin json file add
"MATERIAL": "MATERIAL NAME"
json example:
{
"MATERIAL": "MoreMaterials-Transparent"
}
Flipbook
Flipbook material has 3 variables.
_HorizontalFrames(Amount of horizontal frames your texture has. Default 1)_VerticalFrames(Amount of vertical frames your texture has. Default 1)_Animation_Speed(Animation Speed multiplier. Default 5)
9 frame json example https://i.imgur.com/PWsw4zt.png
{
"MATERIAL": "MoreMaterials-Flipbook",
"_HorizontalFrames": 3,
"_VerticalFrames": 3,
"_Animation_Speed": 5,
}
https://i.imgur.com/PWsw4zt.png
Dissolve
Dissolve material has 1 variable.
_DissolveColor(Default "0, 0.8338394, 1, 1")
Galaxy
Galaxy material has 1 variable.
_TextureScale(Default 3)
CHANGELOG
v1.3.1
- Fixed typo in README
v1.3.0
- Added
MoreMaterials-Galaxy
v1.2.0
- Added
MoreMaterials-Dissolve
v1.1.0
- Added
MoreMaterials-Flipbook
v1.0.1
- Added
MoreMaterials-Glass,MoreMaterials-FakeGlass&MoreMaterials-TexturePanning
v1.0.0
- Release