Redistributing modified assets from the base game
Redistributing modified assets from the base game
Am I allowed to create and distribute a mod by modifying existing Factorio content (e.g. a new item by taking sprites from data/base/graphics/ and recolouring it for say a new fluid), and is the terms and conditions for doing so formally documented somewhere?
Re: Redistributing modified assets from the base game
Yes it's allowed. No it's not formally documented. viewtopic.php?p=49122#p49122
- bobingabout
- Smart Inserter
- Posts: 7352
- Joined: Fri May 09, 2014 1:01 pm
- Contact:
Re: Redistributing modified assets from the base game
I read the question, my answer is... Well, it better be! I've been doing it for years!!!
I even re-introduce old icons sometimes.
I even re-introduce old icons sometimes.
Re: Redistributing modified assets from the base game
If you just want to recolor an entity without changing the graphics otherwise, you can just add something like tint = {r=1.0, g=0.8, b=0.0, a=1.0} next to the relevant filename in the prototype definition.
This doesn't seem to work for icons though, you still need to copy and recolor them manually.
This doesn't seem to work for icons though, you still need to copy and recolor them manually.
Automatic Belt (and pipe) Planner—Automate yet another aspect of constructing your factory!
- bobingabout
- Smart Inserter
- Posts: 7352
- Joined: Fri May 09, 2014 1:01 pm
- Contact:
Re: Redistributing modified assets from the base game
Although that works, the entire entity is recoloured.
what I did for some of them was create a mask to recolour only part of it.
what I did for some of them was create a mask to recolour only part of it.