Character mod helper

by Pi-C

If your mod lets players use a character that looks differently, you'll have to decide whether you must overwrite the default character. This mod will help you with this decision, and make it really simple to overwrite the default or update the new prototypes in a safe way.

Internal
4 months ago
1.1 - 2.0
80.4K
Character

g 2.1

4 days ago

Is 2.1 support planned?

4 days ago

I didn't have time yet to check out 2.1. Did you notice any problems with it?

4 days ago

The factorio_version in the latest release info.json is "2.0" so factorio 2.1 won't run it.

3 days ago

Makes sense, thank you for reminding me! I'll try to update my mods during the next days. Changing info.json is trivial – but I'll have to make sure that Factorio 2.1 hasn't introduced any other breaking changes. :-)

a day ago

Unfortunately latest version of factorio with CharacterModHelper_2.0.7 is having this error:
If I downgrade back to CharacterModHelper_2.0.4 then things work again

Failed to load mods: CharacterModHelper/images.lua:148: This function must be called during data-final-fixes!
stack traceback:
[C]: in function 'error'
CharacterModHelper/images.lua:148: in function 'map_armors_to_char_anims'
CharacterModHelper/data.lua:141: in function 'check_my_prototypes'
vaporeon-character/data.lua:17: in main chunk

Mods to be disabled:
• vaporeon-character (0.1.8)

a day ago

Unfortunately latest version of factorio with CharacterModHelper_2.0.7 is having this error:

Actually, this error occurs because Vaporeon Character doesn't use the mod helper correctly. See this discussion for detailed instructions on how to fix this bug!

New response