Are your modpack ready to update?

Place to post guides, observations, things related to modding that are not mods themselves.
Post Reply
Yakoot
Burner Inserter
Burner Inserter
Posts: 17
Joined: Thu Nov 02, 2017 2:24 pm
Contact:

Are your modpack ready to update?

Post by Yakoot »

I'm not sure if I chose the topic correctly, sorry if it is not.

I wrote a simple python script that will allow you to check which mods are not yet ready to be updated to 0.16
You should run it in your mods folder.
This is my output

Code: Select all

yakoot@yakoot-pc ~/.factorio/mods % ./check_mods.py                                                                                                                                                                                                                        :(
aai-vehicles-chaingunner
aai-vehicles-flame-tumbler
aai-vehicles-hauler
aai-vehicles-laser-tank
aai-vehicles-warden
advanced-logistics-system
alien-biomes
angelsaddons-oresilos
angelsaddons-warehouses
angelsbioprocessing
angelspetrochem
angelssmelting
AsphaltRoads
bobassembly
bobelectronics
bobenemies
bobgreenhouse
bobinserters
boblibrary
boblocale
boblogistics
bobmining
bobmods_gfxtweak
bobmodules
bobores
bobplates
bobpower
bobrevamp
bobtech
bobvehicleequipment
bobwarfare
bullet-trails
data-raw-prototypes
detached-gun-sounds
DistancePlus
EvolGUI
Factorissimo2
fewerTrees
Flow Control
Foreman
four-toolbelts
helmod
Honk
KS_Power
Laser_Beam_Turrets
MoreConcreteSlot
Natural_Evolution_Buildings
off-grid-effects
quick-start
Robocharger
robotarmy
SmartTrains
tankwerkz
TheFatController
tree_collision
UPS-up
Vehicle Wagon
water-fix
Wind_Turbine
Total: 71
Not ready: 59
Ready: 12
https://gist.github.com/Yakoot/22cb010d ... b621544f09
Last edited by Yakoot on Mon Dec 18, 2017 6:03 pm, edited 1 time in total.

User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2903
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

Re: Are your modpack ready do update?

Post by darkfrei »

I've made the Icon Size Mod that corrects bad prototypes without icon_size and with old autoplace-control. In the log file you can find prototypes for mod changing or just play.

User avatar
bobingabout
Smart Inserter
Smart Inserter
Posts: 7352
Joined: Fri May 09, 2014 1:01 pm
Contact:

Re: Are your modpack ready do update?

Post by bobingabout »

Bob's mods is well on the way.

I must say though, that there is a lot more wrong with bob's mods than just missing an icon_size tag. Most of yesterday was spent going through the inserters mod.

colspan -> column_width (I think) is a big one in scripts (Gui table actually), and for some reason default-button style doesn't exist anymore, but only if you're trying to select it as a style, simply don't set a style and that's what you get.
Creator of Bob's mods. Expanding your gameplay since version 0.9.8.
I also have a Patreon.

User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2903
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

Re: Are your modpack ready do update?

Post by darkfrei »

bobingabout wrote:and for some reason default-button style doesn't exist anymore, but only if you're trying to select it as a style, simply don't set a style and that's what you get.
Just delete all "_style" in names of styles.

User avatar
bobingabout
Smart Inserter
Smart Inserter
Posts: 7352
Joined: Fri May 09, 2014 1:01 pm
Contact:

Re: Are your modpack ready do update?

Post by bobingabout »

darkfrei wrote:
bobingabout wrote:and for some reason default-button style doesn't exist anymore, but only if you're trying to select it as a style, simply don't set a style and that's what you get.
Just delete all "_style" in names of styles.
or since I was specifying a default, just drop it entirely and there's no difference.
But yeah, it was just "default_button", there was no _style in the name I was using.
Creator of Bob's mods. Expanding your gameplay since version 0.9.8.
I also have a Patreon.

Post Reply

Return to “Modding discussion”