Option to turn off block animations...

    Joined
    Mar 22, 2015
    Messages
    4
    Reaction score
    0
    The title says it all, I find when I'm surrounded by 100s or 1000s of blocks that animate my CPU slows to a standstill... Also very hard to look at for hours while building.

    I suggest to have options to turn off block animations.
     

    Nauvran

    Cake Build Server Official Button Presser
    Joined
    Jun 30, 2013
    Messages
    2,343
    Reaction score
    1,194
    • Master Builder Bronze
    • Competition Winner - Small Fleets
    • Legacy Citizen 10
    I believe there is a setting for that somewhere in the configs.
    Crusade, kupu, or some other starmade genious might know how to find it and change it
     
    Joined
    May 26, 2013
    Messages
    1,176
    Reaction score
    938
    • Legacy Citizen 7
    • Modder
    • Top Forum Contributor
    I hope you realise that block animations actually take very little CPU power - They are all shader controlled. and whether or not they are on or off, the textures for them will be loaded anyhow.

    With that said, I think the only way to turn off texture animations is to tweak the shaders, or edit the texture sheet itself.
     

    kupu

    Colouring in guy.
    Joined
    Jul 4, 2013
    Messages
    1,405
    Reaction score
    1,560
    • Schine
    • Likeable Gold
    • Arrrty Gold
    I hope you realise that block animations actually take very little CPU power - They are all shader controlled. and whether or not they are on or off, the textures for them will be loaded anyhow.
    Yea pretty much this. Performance wise it takes very little.

    If you want to turn them off anyway, then there are 2 methods.

    1;
    • Open the block editor (2nd launcher > modding > block editor)
    • Find the blocks you wish to disable animations for in the directory on the left hand side.
    • Click the entry and navigate the options shown in the new info panel to the "Animate" variable and set to false.
    • Save the config. Reload the game.
    2;
    • Open BlockConfig.xml (found in Starmade>data>config) with a text editor. Notepad will be fine.
    • Press CTRL + F to open a search bar. Search for <Animated>true</Animated> entries.
    • Replace <Animated>true</Animated> with <Animated>false</Animated> (there are 33 of them i think)
    • Save the file. Reload the game.
     
    • Like
    Reactions: Crusade

    Valiant70

    That crazy cyborg
    Joined
    Oct 27, 2013
    Messages
    2,189
    Reaction score
    1,167
    • Thinking Positive
    • Purchased!
    • Legacy Citizen 4
    It would still be nice to have an in-game option to do this.
     
    Joined
    Feb 15, 2015
    Messages
    158
    Reaction score
    37
    What about the "glowy" blocks like Power Capacitors? Is that still a shader issue or something else? (Those are hard to look at in large numbers...)