This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Anim UV Scripts | |
// Create scrolling or multi-frame animations for props. | |
// Run in asset editor and see effects in real time. | |
// AnimUV Params Mod is not required for using the scripts and saving the asset. | |
// It's only needed to load the data in-game. | |
// Animated faces must be vertex painted black! The rest reimains white. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Building (and Building Sub Mesh) Anim UV Scripts | |
// Create scrolling or multi-frame animations for buildings. | |
// Run in asset editor and see effects in real time. | |
// Ingame the building might require electricity to animate. | |
// No mods required, the changes save and load in vanilla. |