Yuoki Industries - Addon Engines 0.4.20 (0.14.X)
Moderator: YuokiTani
Re: Yuoki Industries - Addon Engines 0.3.18 (0.13)
Good news, 14.3 seems to have fixed the recipe hover halting the game stuff.
Re: Yuoki Industries - Addon Engines 0.3.18 (0.13)
this is very nice, i can now contine develop the mod and add recipes instead of removing
Re: Yuoki Industries - Addon Engines 0.3.18 (0.13)
Steam to MF recipie not available in GearBox - where to use this recipie?
- Attachments
-
- Steam to MF.png (2.44 MiB) Viewed 10670 times
Nickname on ModPortal - Naron79
Re: Yuoki Industries - Addon Engines 0.3.18 (0.13)
i'am not sure which version you use, but i don't see the icon for the steam-turbine. (and it's not a version from me - you need contact the author of this Addon/Fork/Changes )
Re: Yuoki Industries - Addon Engines 0.3.18 (0.13)
I'm using ZgroupChange mod, bob mods and angel mods - can some of these mods change this recipe? If it so i can't understand why to change this recipe - this is recipe only for your mod
I'm using lastest version of your mods - my game is a licensed copy from steam and i can update my mods using mod portal
I'm using lastest version of your mods - my game is a licensed copy from steam and i can update my mods using mod portal
Last edited by aklesey1 on Sat Sep 24, 2016 4:57 pm, edited 1 time in total.
Nickname on ModPortal - Naron79
Re: Yuoki Industries - Addon Engines 0.3.18 (0.13)
Think there are two issues here, the gear box is shown instead of the steam turbine for the create 24 MF from overhater steam. And the steam directly to the right of that create 5 mf from 90 degree water has no machine.YuokiTani wrote:i'am not sure which version you use, but i don't see the icon for the steam-turbine. (and it's not a version from me - you need contact the author of this Addon/Fork/Changes )
This is the recipe in yi_engines_0.4.19.zip from the mod portal prototypes/recipes-mf.lua
First recipe:
{
type = "recipe",
name = "ye_water2mf_recipe",
category = "yrcat_transform",
enabled = "true",
energy_required = 1.00,
ingredients = {
{ type = "fluid", name = "water" , amount = 50.0, minimum_temperature = 90},
},
results = {
{ type = "fluid", name = "y-mechanical-force", amount = 5.0, temperature = 90, },
},
icon = "__yi_engines__/graphics/steam.png",
order = "0", group = "yi_engines", subgroup = "yie-fluids",
},
No assembly machines in engines has "yrcat_transform" category, so no machines can use it.
Last edited by Peppe on Sat Sep 24, 2016 4:58 pm, edited 1 time in total.
Re: Yuoki Industries - Addon Engines 0.3.18 (0.13)
I think you are hovering the gear thing between the two steam things, the icon shows gearbox, but that recipe is actually in the steam turbine.aklesey1 wrote:Steam to MF recipie not available in GearBox - where to use this recipie?
The steam on the left is made in the overheater and the steam to the right has no machine.
Re: Yuoki Industries - Addon Engines 0.3.18 (0.13)
U want to say i must replace this file in yuoki engines?Peppe wrote:This is the recipe in yi_engines_0.4.19.zip from the mod portal prototypes/recipes-mf.luaYuokiTani wrote:i'am not sure which version you use, but i don't see the icon for the steam-turbine. (and it's not a version from me - you need contact the author of this Addon/Fork/Changes )
First recipe:
{
type = "recipe",
name = "ye_water2mf_recipe",
category = "yrcat_transform",
enabled = "true",
energy_required = 1.00,
ingredients = {
{ type = "fluid", name = "water" , amount = 50.0, minimum_temperature = 90},
},
results = {
{ type = "fluid", name = "y-mechanical-force", amount = 5.0, temperature = 90, },
},
icon = "__yi_engines__/graphics/steam.png",
order = "0", group = "yi_engines", subgroup = "yie-fluids",
},
No assembly machines in engines has "yrcat_transform" category, so no machines can use it.
I deleted zgroupchanger mod but recipe not available yet
Can zgroupchager affects on this mod?
Nickname on ModPortal - Naron79
Re: Yuoki Industries - Addon Engines 0.3.18 (0.13)
I get the gearbox icon with core 4.59 and engine 4.19 fresh off the mod portal.YuokiTani wrote:i'am not sure which version you use, but i don't see the icon for the steam-turbine. (and it's not a version from me - you need contact the author of this Addon/Fork/Changes )
modlist
yi_engines_0.4.19.zipYuoki_0.4.59.zip
Yuoki,
The gearbox icon is from the turbine entity code (e_mf-trans.lua):
{
type = "assembling-machine",
name = "ye_sturbine",
icon = "__yi_engines__/graphics/entity/gearbox-icon.png",
...
}
Last edited by Peppe on Sat Sep 24, 2016 5:05 pm, edited 1 time in total.
Re: Yuoki Industries - Addon Engines 0.3.18 (0.13)
aklesey1 wrote:U want to say i must replace this file in yuoki engines?Peppe wrote:This is the recipe in yi_engines_0.4.19.zip from the mod portal prototypes/recipes-mf.luaYuokiTani wrote:i'am not sure which version you use, but i don't see the icon for the steam-turbine. (and it's not a version from me - you need contact the author of this Addon/Fork/Changes )
First recipe:
{
type = "recipe",
name = "ye_water2mf_recipe",
category = "yrcat_transform",
enabled = "true",
energy_required = 1.00,
ingredients = {
{ type = "fluid", name = "water" , amount = 50.0, minimum_temperature = 90},
},
results = {
{ type = "fluid", name = "y-mechanical-force", amount = 5.0, temperature = 90, },
},
icon = "__yi_engines__/graphics/steam.png",
order = "0", group = "yi_engines", subgroup = "yie-fluids",
},
No assembly machines in engines has "yrcat_transform" category, so no machines can use it.
I deleted zgroupchanger mod but recipe not available yet
Can zgroupchager affects on this mod?
No that lua was for Yuoki. On your install z-group is fine. Steam turbine is the icon in the upper left. You can consume the 480 steam to 24 mf recipe in that machine.
Re: Yuoki Industries - Addon Engines 0.3.18 (0.13)
i will fix the made-in icon for next version.
building-icons -> okay
gearbox-options and recipes -> okay
turbine-options and recipes -> okay
building-icons -> okay
gearbox-options and recipes -> okay
turbine-options and recipes -> okay
Re: Yuoki Industries - Addon Engines 0.3.18 (0.13)
Yuoki agronomie is needed for?
Re: Yuoki Industries - Addon Engines 0.4.19 (0.14.X)
it's part of YI-Engines and adds some farming and animal-stuff. From farming or animals you can get new materials or convert these materials into vanilla-ressources. it's not finished yet, but if you want to experiment it's now the best time before it goes more complex. agronomie is similar to agriculture + economic (Agrarökonomie) ... and also in german a very uncommon word. of course not really simulated in factorio - a personal interpretation. the final products will lead to a green factorio-future
Re: Yuoki Industries - Addon Engines 0.4.19 (0.14.X)
Thanks for you answer!YuokiTani wrote:it's part of YI-Engines and adds some farming and animal-stuff. From farming or animals you can get new materials or convert these materials into vanilla-ressources. it's not finished yet, but if you want to experiment it's now the best time before it goes more complex. agronomie is similar to agriculture + economic (Agrarökonomie) ... and also in german a very uncommon word. of course not really simulated in factorio - a personal interpretation. the final products will lead to a green factorio-future