Yuoki Industries - Railways Core 0.6.20 (f0.16.0+)
Moderator: YuokiTani
Re: Yuoki Industries - Railways Core 0.0.7 (f0.12.22+)
Hello YuokiTani,
sorry to bother you but after upgrading to 0.0.7 i got the attached error message.
Am i missing something or is this the april fool?
Greetings steinio
sorry to bother you but after upgrading to 0.0.7 i got the attached error message.
Am i missing something or is this the april fool?
Greetings steinio
- Attachments
-
- Yuoki Railway Core 0.0.7.png (12.74 KiB) Viewed 8915 times
Re: Yuoki Industries - Railways Core 0.0.7 (f0.12.22+)
this means some code not really work in the real world ...steinio wrote:Hello YuokiTani,
sorry to bother you but after upgrading to 0.0.7 i got the attached error message.
Am i missing something or is this the april fool?
Greetings steinio
no joke - it's the bitter reality.
edit in yi_railway/data.lua -> remove 3 last lines (if data ... end)
this removes the yuoki-industries-installed-check and uses stone to make slag-ground-floor-tiles ... not the smartest way, but it will work.
Re: Yuoki Industries - Railways Core 0.0.7 (f0.12.22+)
Which version of Yuoki Industries are you using as I do not have such a problem? And I've played with Yuoki's mod for a long time.steinio wrote:Hello YuokiTani,
sorry to bother you but after upgrading to 0.0.7 i got the attached error message.
Am i missing something or is this the april fool?
Greetings steinio
Maintainer and developer of Atomic Power. See here for more information.
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x
Re: Yuoki Industries - Railways Core 0.0.7 (f0.12.22+)
Hello Fatmice,Fatmice wrote: Which version of Yuoki Industries are you using as I do not have such a problem? And I've played with Yuoki's mod for a long time.
i'm just playing with the railway core and train mods but without indutries.
Greetings steinio
Re: Yuoki Industries - Railways Core 0.0.7 (f0.12.22+)
have the changes here, if you haven't done by yourself yetsteinio wrote:Hello Fatmice,Fatmice wrote: Which version of Yuoki Industries are you using as I do not have such a problem? And I've played with Yuoki's mod for a long time.
i'm just playing with the railway core and train mods but without indutries.
Greetings steinio
- Attachments
-
- data.lua
- goes into the yi_railway.zip and overwrite the old one
- (1.29 KiB) Downloaded 262 times
Re: Yuoki Industries - Railways Core 0.0.7 (f0.12.22+)
Ah I see. It was assumed that if you were playing with the railway mod that you would also be playing with Yuoki's main mod.steinio wrote:Hello Fatmice,Fatmice wrote: Which version of Yuoki Industries are you using as I do not have such a problem? And I've played with Yuoki's mod for a long time.
i'm just playing with the railway core and train mods but without indutries.
Greetings steinio
This will fix the case where they don't have the main mod to apply the right prototypes.YuokiTani wrote:
have the changes here, if you haven't done by yourself yet
Code: Select all
if data.raw.item["y-slag"] ~= nil then -- should be Yuoki-Industries installed
require ("prototypes._tiles_slag")
else
require ("prototypes._tiles_slag_2")
end
Maintainer and developer of Atomic Power. See here for more information.
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x
Re: Yuoki Industries - Railways Core 0.0.7 (f0.12.22+)
Thanks you both,
it's working fine now.
Sorry for not using the industrial mod
Greetings steinio
it's working fine now.
Sorry for not using the industrial mod

Greetings steinio
Re: Yuoki Industries - Railways Core 0.0.7 (f0.12.22+)
yeah, was a bit confusing saying it's a standalone mod, yet had an unlisted dependancy. Thanks for the clean if block to work with and without the other modFatmice wrote: Ah I see. It was assumed that if you were playing with the railway mod that you would also be playing with Yuoki's main mod.
This will fix the case where they don't have the main mod to apply the right prototypes.
Code: Select all
if data.raw.item["y-slag"] ~= nil then -- should be Yuoki-Industries installed require ("prototypes._tiles_slag") else require ("prototypes._tiles_slag_2") end
Re: Yuoki Industries - Railways Core 0.0.7 (f0.12.22+)
The rail mod was not an independent mod initially. Yuoki decided to split it off the main Yuoki mod only recently due to filesize. The y-slag recipe was originally from Yuoki mod only, thus the error.Spuds wrote:Fatmice wrote:
yeah, was a bit confusing saying it's a standalone mod, yet had an unlisted dependancy. Thanks for the clean if block to work with and without the other mod
Maintainer and developer of Atomic Power. See here for more information.
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x
Re: Yuoki Industries - Railways Core 0.0.7 (f0.12.22+)
Hello,
how does the pump to tank wagon work?
I placed this thingy above the fatmice 'i can drink 4k liter' wagon (horizontal station) like in Rail Tanker but it only destroys 2k oil.
Greetings steinio
how does the pump to tank wagon work?
I placed this thingy above the fatmice 'i can drink 4k liter' wagon (horizontal station) like in Rail Tanker but it only destroys 2k oil.
Greetings steinio
Re: Yuoki Industries - Railways Core 0.0.7 (f0.12.22+)
It didn't destroy the oil. The wagon now holds it and will dump it out into another out-pump. I showed how to use them in my video.
Maintainer and developer of Atomic Power. See here for more information.
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x
-
- Burner Inserter
- Posts: 11
- Joined: Wed Dec 30, 2015 8:37 am
- Contact:
Re: Yuoki Industries - Railways Core 0.0.7 (f0.12.22+)
Just got the steam era locomotive, was wondering what the Steam Era Coins were for? I can't find any recipes that use them
Re: Yuoki Industries - Railways Core 0.0.7 (f0.12.22+)
They're used to build locomotives and wagons.
-
- Manual Inserter
- Posts: 1
- Joined: Sat Apr 30, 2016 11:56 am
- Contact:
Re: Yuoki Industries - Railways Core 0.0.7 (f0.12.22+)
factorio error: loading sprites 72% while loading there an error happened it says this:"Sprite "__yi__railway/graphics/entity/railway/se_blue_sheet-1.png"could not be loaded."
IS IT JUST MY LAPTOP OR EVERY ONE HAS IT

If it's just me well i'll delete this
if not... fix IT.
IS IT JUST MY LAPTOP OR EVERY ONE HAS IT




If it's just me well i'll delete this
if not... fix IT.
Re: Yuoki Industries - Railways Core 0.0.7 (f0.12.22+)
Actually, you should fix it. Delete your crop-cache.dat
Maintainer and developer of Atomic Power. See here for more information.
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x
-
- Burner Inserter
- Posts: 11
- Joined: Wed Dec 30, 2015 8:37 am
- Contact:
Re: Yuoki Industries - Railways Core 0.0.7 (f0.12.22+)
and there was me hoping it was going to be some new sort of crypto currency lol :pNeotix wrote:They're used to build locomotives and wagons.
-
- Burner Inserter
- Posts: 9
- Joined: Sat Apr 23, 2016 2:55 pm
Re: Yuoki Industries - Railways Core 0.0.7 (f0.12.22+)
IDK if its just me but the tanker cars cannot be loaded. and when I put one down on the tracks it blips with a Registered at Global xxx, xxx, xxx message..
I have everything updated to the latest version also
I have everything updated to the latest version also
Re: Yuoki Industries - Railways Core 0.0.7 (f0.12.22+)
The tanker cars do not have an inventory obviously. Do you load fluid by insert?
Regarding the message, you can safely ignore it.

Regarding the message, you can safely ignore it.
Maintainer and developer of Atomic Power. See here for more information.
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x
-
- Burner Inserter
- Posts: 9
- Joined: Sat Apr 23, 2016 2:55 pm
Re: Yuoki Industries - Railways Core 0.0.7 (f0.12.22+)
Ok I have the rail tanker addon and it works fine.
Are you saying your tanker cars are just for looks? I'm not following here how to use them in the game besides as place holders,
Are you saying your tanker cars are just for looks? I'm not following here how to use them in the game besides as place holders,
Re: Yuoki Industries - Railways Core 0.0.7 (f0.12.22+)
Half and half. They are for looks but also functional for moving fluid. Watch my videos on how to use them.
Maintainer and developer of Atomic Power. See here for more information.
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x
Current release: 0.6.6 - Requires 0.14.x
Example build - Requires 0.14.x