Page 11 of 19

Re: [MOD 0.12.x] Rail Tanker - Liquid transport 1.1.3

Posted: Tue Mar 15, 2016 5:41 am
by GotLag
thebacon wrote:It appears liquids are handled somewhere behind the scenes? I was looking at a way to make it work more like a Storage Tank, but haven't seen any way to apply liquids to an entity. Suppose that is the reason for the proxy tanks?
It uses a proxy tank because the cargo-wagon entity doesn't support having a fluidbox (the fluid equivalent of inventory space). This means that even if you add one to your prototype definition, when the prototype is loaded the fluidbox will be ignored because the parser isn't looking for it.

Re: [MOD 0.12.x] Rail Tanker - Liquid transport 1.1.3

Posted: Sun Mar 20, 2016 9:50 am
by Shados
I'm still seeing issues with 1.1.3 (with or without Squeak Through installed as well) where the pumps won't connect to a tank unless they're manually broken & re-placed. This doesn't happen at *all* my stations however, just some of them, and I can't see any obvious pattern to which ones the issue occurs at.

Re: [MOD 0.12.x] Rail Tanker - Liquid transport 1.1.3

Posted: Sun Mar 20, 2016 2:24 pm
by Choumiko
Shados wrote:I'm still seeing issues with 1.1.3 (with or without Squeak Through installed as well) where the pumps won't connect to a tank unless they're manually broken & re-placed. This doesn't happen at *all* my stations however, just some of them, and I can't see any obvious pattern to which ones the issue occurs at.
Are the stations all horizontal or vertical? Or do the pumps not connect on both? I have an idea on how to make the connection points more consistent, but lacking the time right now.

Re: [MOD 0.12.x] Rail Tanker - Liquid transport 1.1.3

Posted: Mon Mar 21, 2016 4:33 pm
by Hollow2351
i get this whenever i try to start the game while having the mod installed how do i fix this????

Re: [MOD 0.12.x] Rail Tanker - Liquid transport 1.1.3

Posted: Mon Mar 21, 2016 10:21 pm
by GotLag
What version of Factorio are you running? That looks like a bug from 0.12.25 or earlier.

Re: [MOD 0.12.x] Rail Tanker - Liquid transport 1.1.3

Posted: Mon Mar 21, 2016 11:53 pm
by Hollow2351
I'm running 0.12.3 right now..

Re: [MOD 0.12.x] Rail Tanker - Liquid transport 1.1.3

Posted: Tue Mar 22, 2016 12:12 am
by Supercheese
Hollow2351 wrote:I'm running 0.12.3 right now..
You need to upgrade, then.

Re: [MOD 0.12.x] Rail Tanker - Liquid transport 1.1.3

Posted: Tue Mar 22, 2016 12:26 am
by Hollow2351
Supercheese wrote:
Hollow2351 wrote:I'm running 0.12.3 right now..
You need to upgrade, then.
but how? I'm sorry im new to this game :S

Re: [MOD 0.12.x] Rail Tanker - Liquid transport 1.1.3

Posted: Wed Mar 23, 2016 1:12 pm
by diilmac
polish translation made by me
http://pastebin.com/5kj96TTj

Re: [MOD 0.12.x] Rail Tanker - Liquid transport 1.1.3

Posted: Thu Mar 24, 2016 7:49 pm
by IGotBaconSoda
Choumiko wrote:
Shados wrote:I'm still seeing issues with 1.1.3 (with or without Squeak Through installed as well) where the pumps won't connect to a tank unless they're manually broken & re-placed. This doesn't happen at *all* my stations however, just some of them, and I can't see any obvious pattern to which ones the issue occurs at.
Are the stations all horizontal or vertical? Or do the pumps not connect on both? I have an idea on how to make the connection points more consistent, but lacking the time right now.
I also had this issue. I went into debug mode and saw that there were undeletable selection boxes over where my rail tankers stop sometimes. When I press tab, I can see the icon for the contents of the rail tanker, whether or not a rail tanker is actually on the rail. I have a feeling this is the issue, since if I move my pumps to a new spot, it doesn't have a problem.

Re: [MOD 0.12.x] Rail Tanker - Liquid transport 1.1.3

Posted: Fri Mar 25, 2016 12:26 am
by Ratzap
IGotBaconSoda wrote:
Choumiko wrote:
Shados wrote:I'm still seeing issues with 1.1.3 (with or without Squeak Through installed as well) where the pumps won't connect to a tank unless they're manually broken & re-placed. This doesn't happen at *all* my stations however, just some of them, and I can't see any obvious pattern to which ones the issue occurs at.
Are the stations all horizontal or vertical? Or do the pumps not connect on both? I have an idea on how to make the connection points more consistent, but lacking the time right now.
I also had this issue. I went into debug mode and saw that there were undeletable selection boxes over where my rail tankers stop sometimes. When I press tab, I can see the icon for the contents of the rail tanker, whether or not a rail tanker is actually on the rail. I have a feeling this is the issue, since if I move my pumps to a new spot, it doesn't have a problem.
I have the same thing happening with the odd entities ghosting where the tanker was. I had the tanker train parked in a siding and when I next moved it, two oil drop icons stayed where the tankers had been. Hovering over their selection boxes showed the amount of crude that was in the tankers. They can't be emptied and trains can drive over the section of track but it's bothering me in case it breaks the save.

Re: [MOD 0.12.x] Rail Tanker - Liquid transport 1.1.3

Posted: Fri Mar 25, 2016 9:41 am
by orzelek
I would recommend the 8L fix mod - you will need to redo the stations a bit but then the virtual tanker matches tiles and 2 pumps can connect on both sides.

If you have leftovers you can mouse-over them and execute this:

Code: Select all

/c game.local_player.selection.destroy()
Might want to pump out oil first also.

Re: [MOD 0.12.x] Rail Tanker - Liquid transport 1.1.3

Posted: Fri Mar 25, 2016 3:18 pm
by Ratzap
orzelek wrote:I would recommend the 8L fix mod - you will need to redo the stations a bit but then the virtual tanker matches tiles and 2 pumps can connect on both sides.

If you have leftovers you can mouse-over them and execute this:

Code: Select all

/c game.local_player.selection.destroy()
Might want to pump out oil first also.
They are ghost things, I tried sticking pumps on them (hey I thought, free extra oil!) but nothing came out. they're just some sort of remnant.

Changing to 8L would be an option yes but I'd have to redo my unloading station and rebuild 21 loading stations on resources... kinda not up for that right now. I'll go with trying to destroy the ghosts and crossing fingers.

Re: [MOD 0.12.x] Rail Tanker - Liquid transport 1.1.3

Posted: Fri Mar 25, 2016 3:25 pm
by Choumiko
If anyone got a save with those remaining tanks, or even a save before they appear (or a way to reproduce it) i'll gladly take a try at fixing it.

Re: [MOD 0.12.x] Rail Tanker - Liquid transport 1.1.3

Posted: Fri Mar 25, 2016 7:07 pm
by nolcotin
Here's a screenshot of my oil unloading station in debug mode and a save. There's a ton of mods being used, I've attached both the save file and a zip of the mods I'm using.

Image

MODS: https://dl.dropboxusercontent.com/u/239 ... er/mods.7z
SAVE: https://dl.dropboxusercontent.com/u/239 ... er_bug.zip

Re: [MOD 0.12.x] Rail Tanker - Liquid transport 1.1.3

Posted: Fri Mar 25, 2016 7:12 pm
by Austin5003
I'd like to see turret wagons, vehicle transport, and mobile accumulators.

Re: [MOD 0.12.x] Rail Tanker - Liquid transport 1.1.3

Posted: Sun Apr 03, 2016 10:16 pm
by Disagreeable
Hey all,

I have a major noob question. I am just getting involved in Mods today and I'm starting with Rail Tanker. After messin' around with old versions I am now at the point when the mod loads and I can enter the game.
My question now is... where the heck is icon to make the tanker? I would have thought under "Logistics", but I only see my Locomotive and my cargo car. I have loaded this mod in an existing map that I have been playing. Is that my problem? Am I missing something? Really looking forward to your assistance.

Be well.

--adam

Re: [MOD 0.12.x] Rail Tanker - Liquid transport

Posted: Sun Apr 03, 2016 11:06 pm
by Disagreeable
Sothix wrote:Hey guys, I got a little problem here and I woundered if anybody could help me. Everytime I load my save, following error appears: _ _ RailTanker_ _/control.lua:130:attempte to index global 'game' (a nil value)
I'm running Factorio version 0.12.25, but it already didnt work before the update today.
Also running a few mods: Aircraft, Double Furnace, Orbital Ion Cannon, Side Inserters, Simple Teleports,
Satellite Uplink Station, WaiTex, Warehousing Mod and of course Rail Tankers. Really want this mod, pls help :(

PS: sry for my bad english
I got it! I see that I have to research it before I have access to it! Awesome.

Re: [MOD 0.12.x] Rail Tanker - Liquid transport 1.1.3

Posted: Fri Apr 08, 2016 8:42 am
by bohne2k7
orzelek wrote:I would recommend the 8L fix mod - you will need to redo the stations a bit but then the virtual tanker matches tiles and 2 pumps can connect on both sides.

If you have leftovers you can mouse-over them and execute this:

Code: Select all

/c game.local_player.selection.destroy()
Might want to pump out oil first also.
For me, the phantom tanks were only removed when I subsequently run the following both commands:

Code: Select all

/c game.local_player.selected.destroy()
/c game.player.selected.destroy()
Note that it is selected and not selection.

Re: [MOD 0.12.x] Rail Tanker - Liquid transport 1.1.3

Posted: Fri Apr 08, 2016 1:41 pm
by Meppi
I made a tech icon for Rail Tanker. I'll just leave this here for anyone who wants to use it.
rail-tanker-tech.png
rail-tanker-tech.png (29.17 KiB) Viewed 5901 times