[MOD 0.18] ShinyBobGFX
Moderator: bobingabout
-
- Burner Inserter
- Posts: 5
- Joined: Thu May 16, 2019 5:25 pm
- Contact:
Re: [MOD 0.17] ShinyBobGFX
Since the latest update I'm seeing the following error:
Failed to load mods: The given sprite rectangle (left_top=1050x0, right_bottom=1400x219) is outside the actual sprite size (left_top=0x0, right_bottom=1249x222).: __base__/graphics/entity/chemical-plant/hr-chemical-plant-shadow.png
Mods to be disabled:
ShinyAngelGFX
ShinyBobGFX
angelspetrochem
angelsrefining
bobassembly
bobplates
I disabled mods one at a time (including dependents) until it came down to ShinyBobGFX. Everything else seems to be working fine
Failed to load mods: The given sprite rectangle (left_top=1050x0, right_bottom=1400x219) is outside the actual sprite size (left_top=0x0, right_bottom=1249x222).: __base__/graphics/entity/chemical-plant/hr-chemical-plant-shadow.png
Mods to be disabled:
ShinyAngelGFX
ShinyBobGFX
angelspetrochem
angelsrefining
bobassembly
bobplates
I disabled mods one at a time (including dependents) until it came down to ShinyBobGFX. Everything else seems to be working fine
Re: [MOD 0.17] ShinyBobGFX
Will be fixifying soonish.
Re: [MOD 0.17] ShinyBobGFX
Zombiee, are you planning to update your Bob mod for 0.18? All electric poles look the same, it is such a mess. Same goes for you Angel mod, playing without color coded building is a real pain.
Re: [MOD 0.17] ShinyBobGFX
I want to copy that, since your work was (for me) essential on playing bob's and angel's - and with angel's now being lifted to 0.18 by brave souls, it would be a shame to not have your mods working.
Re: [MOD 0.17] ShinyBobGFX
Edit: Removed, since they're not a general fix, just specific to my set of Angels/Bobs.
Last edited by kirazy on Wed Feb 12, 2020 2:40 am, edited 1 time in total.
Re: [MOD 0.17] ShinyBobGFX
Thanks for your work on this.
Unfortunately this isn't working completely - at least not with my mod combination. Could you please specify what exactly has to be specified in the lua's, so i may be able to help myself?
To clarify a bit - with your modified ShinyBob's i get the message that /graphics/icons/lab-1a.png is 32x32, sprite rectangle ist 64x64 and should be specified.
Same with your modified shiny angel's, which tells me the same about /graphics/icons/num-1.png
i'm not able yet to figure out where exactly to specify these to icon sizes, may you be able to help?
Unfortunately this isn't working completely - at least not with my mod combination. Could you please specify what exactly has to be specified in the lua's, so i may be able to help myself?
To clarify a bit - with your modified ShinyBob's i get the message that /graphics/icons/lab-1a.png is 32x32, sprite rectangle ist 64x64 and should be specified.
Same with your modified shiny angel's, which tells me the same about /graphics/icons/num-1.png
i'm not able yet to figure out where exactly to specify these to icon sizes, may you be able to help?
Re: [MOD 0.17] ShinyBobGFX
I didn't do all of them, just enough to get it to start with my mod combo. For ShinyBobs, in your case I'm like 99% sure you need to edit prototypes\fuctions\iconchoice.lua and on line 261 add item.icon_size = 32.Boeng01 wrote: ↑Tue Feb 11, 2020 9:09 pm Thanks for your work on this.
Unfortunately this isn't working completely - at least not with my mod combination. Could you please specify what exactly has to be specified in the lua's, so i may be able to help myself?
To clarify a bit - with your modified ShinyBob's i get the message that /graphics/icons/lab-1a.png is 32x32, sprite rectangle ist 64x64 and should be specified.
Same with your modified shiny angel's, which tells me the same about /graphics/icons/num-1.png
i'm not able yet to figure out where exactly to specify these to icon sizes, may you be able to help?
Angels is a bit messier, but for every unique entry for a "data.raw["item"][name..suf].icons = {..." (e.g. data.raw[blah blah][blah blah blah].icons - {) you'll want to add a data.raw["item"][name..suf].icon_size = 32.
Re: [MOD 0.17] ShinyBobGFX
Many Thanks for replying.
I really tried for hours now, tried to use your hint, tried to put an icon_size anywhere where i thought it could be helpful but …
no …
it just refuses to work. My attempts only lead to more and more errors XD
so i just wait and hope, that Zombiee will pick up his work again and releases a working 0.18 version.
Thanks anyway, again, for your help.
I really tried for hours now, tried to use your hint, tried to put an icon_size anywhere where i thought it could be helpful but …
no …
it just refuses to work. My attempts only lead to more and more errors XD
so i just wait and hope, that Zombiee will pick up his work again and releases a working 0.18 version.
Thanks anyway, again, for your help.
Re: [MOD 0.17] ShinyBobGFX
Working on it right now. Very soon will have something functional at least.
Re: [MOD 0.18] ShinyBobGFX
Thanks for replying. Will wait patiently
Re: [MOD 0.18] ShinyBobGFX
I hope the smiley means that's a joke. If not, updates for all 3 of my mods have been released, your wait is over!
Re: [MOD 0.18] ShinyBobGFX
Great, Thanks a lot
Re: [MOD 0.18] ShinyBobGFX
i has error who can help me?
Re: [MOD 0.18] ShinyBobGFX
We need more information, a picture of the error message perhaps?
Re: [MOD 0.18] ShinyBobGFX
The 0.18.31 electric mining drill redesign broke ShinyBobGFX.
Code: Select all
30.189 Mods to disable:Fehler beim Laden der Mods: __ShinyBobGFX__/data-updates.lua:26: __ShinyBobGFX__/prototypes/mining-drills.lua:62: attempt to index field 'animations' (a nil value)
stack traceback:
__ShinyBobGFX__/prototypes/mining-drills.lua:62: in main chunk
[C]: in function 'require'
__ShinyBobGFX__/data-updates.lua:26: in main chunk
stack traceback:
[C]: in function 'require'
__ShinyBobGFX__/data-updates.lua:26: in main chunk
Mods, die deaktiviert werden müssen:
• ShinyBobGFX (0.18.3)
Re: [MOD 0.18] ShinyBobGFX
From the changelog for 0.18.31:
Changed mining drill graphics definitions. Graphics are now defined using working visualizations contained in graphics_set and wet_mining_graphics_set prototype properties. If graphics_set is not defined, old animations property will be loaded instead for limited backwards compatibility, but other old graphics properties will be ignored.
Don't know if this helps fix it, but that's what caused it.
Changed mining drill graphics definitions. Graphics are now defined using working visualizations contained in graphics_set and wet_mining_graphics_set prototype properties. If graphics_set is not defined, old animations property will be loaded instead for limited backwards compatibility, but other old graphics properties will be ignored.
Don't know if this helps fix it, but that's what caused it.
- bobingabout
- Smart Inserter
- Posts: 7352
- Joined: Fri May 09, 2014 1:01 pm
- Contact:
Re: [MOD 0.18] ShinyBobGFX
In short: "Completely redesigned the mining drill, and wrote new game logic just for the new mining drill graphics.
Re: [MOD 0.18] ShinyBobGFX
Still, no worries, right? I laughed out loud at your reply because I had just done a quick compare of the mining-drill.lua in the base mod, and the mining-drills.lua in the Shiny mod, and there's not much changed, apart from everything. Good luck.
Re: [MOD 0.18] ShinyBobGFX
Disabling colored mining drills = easy. Will try to look at actual fix this weekend.
Re: [MOD 0.18] ShinyBobGFX
ShinyIcons bug: with AB, repair pack 1 is moved to the Production tab, but the rest of them are left on the Angel's Industries tab.
EDIT: Also a bunch of stuff is left on the Angel's Vehicles tab which I think should be moved off? I could probably also make a list of other things I think should be shuffled around but I'll limit it to the obvious ones unless you'd like a full list.
EDIT: Also a bunch of stuff is left on the Angel's Vehicles tab which I think should be moved off? I could probably also make a list of other things I think should be shuffled around but I'll limit it to the obvious ones unless you'd like a full list.