Perfect! Now everything works. Thank you!
I'll leave the mod as attachment.
Search found 3 matches
- Sun Jan 31, 2021 10:00 am
- Forum: Modding help
- Topic: I'm having trouble changing textures, but numeric properties work fine
- Replies: 4
- Views: 1345
- Sat Jan 30, 2021 10:47 pm
- Forum: Modding help
- Topic: I'm having trouble changing textures, but numeric properties work fine
- Replies: 4
- Views: 1345
Re: I'm having trouble changing textures, but numeric properties work fine
Thank you for your help!
Your suggestion fixed the picture_on problem.
I just found that the layer index on picture_off starts from 1, so that is also fixed.
The icon still doesn't work and even looking at the data.raw I can't figure it out.
Now the code looks like this.
-- data-final-fixes.lua ...
Your suggestion fixed the picture_on problem.
I just found that the layer index on picture_off starts from 1, so that is also fixed.
The icon still doesn't work and even looking at the data.raw I can't figure it out.
Now the code looks like this.
-- data-final-fixes.lua ...
- Sat Jan 30, 2021 3:59 pm
- Forum: Modding help
- Topic: I'm having trouble changing textures, but numeric properties work fine
- Replies: 4
- Views: 1345
I'm having trouble changing textures, but numeric properties work fine
Hi there. I have to say this is the first mod I'm writing.
The goal of the mod is to change the lamp textures and color mapping to improve readability of vanilla sev-seg displays.
While I had zero problems with color mapping and light intensities (which I only tuned), I can't find any solution to ...
The goal of the mod is to change the lamp textures and color mapping to improve readability of vanilla sev-seg displays.
While I had zero problems with color mapping and light intensities (which I only tuned), I can't find any solution to ...