![Razz :P](./images/smilies/icon_razz.gif)
Just we have to make sure that we don't have more than 200 wagons/locomotives.
Right now I have reduced total amount to 198 and it's working without problems.
all version have this bug. If you have more than 100 wagons I would be very carefulAirat9000 wrote:0.12 actually? new version not?
Any details on how your fixing it? As for saving entities, I don't believe i have this problem with MoLogicCore. However with MLC I did implement my own system to save data.JamesOFarrell wrote:Glad you got it working. I've updated the main post advising people not to use this mod so they don't get bitten by the same bug. I've also started work on the new version of wagons that fixes this issue, It is requiring an update to nearly every part of the code though.Neotix wrote:Deleting script.dat from save helped.
Here is link to bug thread https://forums.factorio.com/forum/vie ... f=7&t=4980
Simply saving entity information in this method bypasses the issue:ludsoe wrote:Any details on how your fixing it? As for saving entities, I don't believe i have this problem with MoLogicCore. However with MLC I did implement my own system to save data.
(Because factorio didn't support saving entities properly back then.)
Feel free to pick it apart if you want. Entity saving is in the Entity script.
https://forums.factorio.com/forum/vie ... =14&t=2778
Code: Select all
onplayerbuiltentity:
if glob.trains == nil then glob.trains = {} end
local newTrain = {}
newTrain[1] = event.createdEntity
newTrain[2] = "other stuff you might want to record"
table.insert(glob.trains, newTrain)
Thanks !JamesOFarrell wrote:Right, I finally got off my ass and updated this. New version is in the first post, it fixes that game breaking bug and tweaks a few things like the speed of the locos and how accumulator carriages work.
Loading a save or starting factorio? can you upload the save so I can check it out?aklesey1 wrote:JamesOFarrell, the 0.13 is very very slowing the loading of game, it can takes 20 minutes instead of 2 minutes, in version 0.12 i didn't see that problem, please fix the loading of mod if u can
Another problem with logistic carts and filters is that a storage cart with a slot filtered will still allow bots to deliver other items to it, but they will be destroyed as they are not stored in the filtered slot.JamesOFarrell wrote:Right, I finally got off my ass and updated this. New version is in the first post, it fixes that game breaking bug and tweaks a few things like the speed of the locos and how accumulator carriages work.
This is one of the 2 main issues (the other being building power rail with construction bots) keeping this mod in beta/WIP and it is mentioned in the first post. Because I can't interact with filters in any way I can't do anything about it at the moment. I'm hoping some updated mod API stuff makes it into 0.11 so i can work on getting this mod into a less hacky state.starxplor wrote:Another problem with logistic carts and filters...
I mean the starting of the game itself not loading of the save game, i disabled that mod and starting of the game was very quickly, but I think that may be the start and does not affect your mod, may be another mod - i have all bob mods (except bob mods which now in work in progrees status), all dytech, f-mod, treefarm, kassa industries, youki, moar insertersJamesOFarrell wrote:Loading a save or starting factorio? can you upload the save so I can check it out?aklesey1 wrote:JamesOFarrell, the 0.13 is very very slowing the loading of game, it can takes 20 minutes instead of 2 minutes, in version 0.12 i didn't see that problem, please fix the loading of mod if u can
There is not any code in wagons that would cause the mod to slow down the startup time of the game like that. It adds about 40 megs of sprites which should add some time to loading but not 20 minutes. If you are using a zipped version of the mod maybe try and unzip it first, see if that makes a difference.aklesey1 wrote:I mean the starting of the game itself not loading of the save game
Just a screenshot of your mods folder would be great, I can download versions of any mods I am missing and test it that way. Also make sure you are using the latest version of facotrio.aklesey1 wrote: i disabled that mod and starting of the game was very quickly, but I think that may be the start and does not affect your mod, may be another mod - i have all bob mods (except bob mods which now in work in progrees status), all dytech, f-mod, treefarm, kassa industries, youki, moar inserters
I'll upload my data this mods folder and all u want later, if i not forget, i'm simply not have the opportunity to that writing right now
Yeah it wont work, thanks for the update. I'll try to stop playing 0.11.1 long enough to update my mods =)Airat9000 wrote:0.11.11 not work.
Glad you enjoy it. the Liquid wagon was planned but turned out to be impossible, until 0.11.0. They added the API I need to get it running so that should be in the updated version. That said, I will be updating my other mods before this one so it will be at least a week before i look at wagons.Razkiery wrote:where is the liquid wagon?
I have by the way your mod play I especially like electric trains, waiting now with liquids for transportation of oil and gas and lava. (gas Cartman mod) 3 more wagons. ready help in testingJamesOFarrell wrote:Glad you enjoy it. the Liquid wagon was planned but turned out to be impossible, until 0.11.0. They added the API I need to get it running so that should be in the updated version. That said, I will be updating my other mods before this one so it will be at least a week before i look at wagons.Razkiery wrote:where is the liquid wagon?