Can somebody please help me fix an abandoned mod? [.18.latest patch]

Place to get help with not working mods / modding interface.
Post Reply
Ashotep
Manual Inserter
Manual Inserter
Posts: 2
Joined: Sun Mar 27, 2016 4:23 am
Contact:

Can somebody please help me fix an abandoned mod? [.18.latest patch]

Post by Ashotep »

Upgrade builder and planner https://mods.factorio.com/mod/upgrade-planner-next

So I have been using this mod for a bit and the latest update broke it because I'm pretty sure they changed the way to create the options button in the upper left of the screen. I suspect it's an easy change, but I don't know a lot of Lua. I am comfortable editing my own copy of the mod, I just don't know what to change each line to. If somebody would help me out I would be very appreciative.

Error log when trying to open a map.

Code: Select all

Error while running event upgrade-planner-next::on_configuration_changed
Unknown style green_slot_button
stack traceback:
upgrade-planner-next/upgrade-planner/gui.lua:156: in function 'open_frame'
upgrade-planner-next/control.lua:58: in function 'verify_all_configs'
upgrade-planner-next/control.lua:78: in function 'handler'
stdlib/stdlib/event/event.lua:335: in function 'pcall'
stdlib/stdlib/event/event.lua:355: in function 'dispatch_event'
stdlib/stdlib/event/event.lua:438: in function 'dispatch'
stdlib/stdlib/event/event.lua:88: in function <stdlib/stdlib/event/event.lua:86>
stack traceback:
[C]: in function 'newindex'
__upgrade-planner-next/upgrade-planner/gui.lua:156: in function 'open_frame'
upgrade-planner-next/control.lua:58: in function 'verify_all_configs'
upgrade-planner-next/control.lua:78: in function 'handler'
stdlib/stdlib/event/event.lua:335: in function 'pcall'
stdlib/stdlib/event/event.lua:355: in function 'dispatch_event'
stdlib/stdlib/event/event.lua:438: in function 'dispatch'
stdlib/stdlib/event/event.lua:88: in function <stdlib/stdlib/event/event.lua:86>
Last edited by Ashotep on Thu May 28, 2020 2:43 am, edited 2 times in total.

Panderine
Burner Inserter
Burner Inserter
Posts: 5
Joined: Wed Jul 18, 2018 1:13 am
Contact:

Re: Can somebody please help me fix an abandoned mod? [.18.latest patch]

Post by Panderine »

Try changing in upgrade-planner/gui.lua "green_slot_button" for "slot_button" inside mod zip file

Ashotep
Manual Inserter
Manual Inserter
Posts: 2
Joined: Sun Mar 27, 2016 4:23 am
Contact:

Re: Can somebody please help me fix an abandoned mod? [.18.latest patch]

Post by Ashotep »

You sir/madam are a gentleman/lady and a scholar. May the sun forever shine down you. May your children reap the rewards of having a fine parent such as yourself. May your farts never stink.

Post Reply

Return to “Modding help”