Yuoki Industries - Addon Engines 0.4.20 (0.14.X)

Energy production, weapons, handling fluids and much more - excellent graphics.

Moderator: YuokiTani

Peppe
Fast Inserter
Fast Inserter
Posts: 223
Joined: Fri Nov 28, 2014 6:48 pm
Contact:

Re: Yuoki Industries - Addon Engines 0.3.18 (0.13)

Post by Peppe »

Good news, 14.3 seems to have fixed the recipe hover halting the game stuff.

YuokiTani
Smart Inserter
Smart Inserter
Posts: 1037
Joined: Thu May 08, 2014 7:57 pm
Contact:

Re: Yuoki Industries - Addon Engines 0.3.18 (0.13)

Post by YuokiTani »

this is very nice, i can now contine develop the mod and add recipes instead of removing :)

aklesey1
Smart Inserter
Smart Inserter
Posts: 1862
Joined: Sun May 18, 2014 3:45 pm
Contact:

Re: Yuoki Industries - Addon Engines 0.3.18 (0.13)

Post by aklesey1 »

Steam to MF recipie not available in GearBox - where to use this recipie?
Attachments
Steam to MF.png
Steam to MF.png (2.44 MiB) Viewed 9425 times
Nickname on ModPortal - Naron79

YuokiTani
Smart Inserter
Smart Inserter
Posts: 1037
Joined: Thu May 08, 2014 7:57 pm
Contact:

Re: Yuoki Industries - Addon Engines 0.3.18 (0.13)

Post by YuokiTani »

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 )

aklesey1
Smart Inserter
Smart Inserter
Posts: 1862
Joined: Sun May 18, 2014 3:45 pm
Contact:

Re: Yuoki Industries - Addon Engines 0.3.18 (0.13)

Post by aklesey1 »

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
Last edited by aklesey1 on Sat Sep 24, 2016 4:57 pm, edited 1 time in total.
Nickname on ModPortal - Naron79

Peppe
Fast Inserter
Fast Inserter
Posts: 223
Joined: Fri Nov 28, 2014 6:48 pm
Contact:

Re: Yuoki Industries - Addon Engines 0.3.18 (0.13)

Post by Peppe »

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 )
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.

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.

Peppe
Fast Inserter
Fast Inserter
Posts: 223
Joined: Fri Nov 28, 2014 6:48 pm
Contact:

Re: Yuoki Industries - Addon Engines 0.3.18 (0.13)

Post by Peppe »

aklesey1 wrote:Steam to MF recipie not available in GearBox - where to use this recipie?
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.

The steam on the left is made in the overheater and the steam to the right has no machine.

aklesey1
Smart Inserter
Smart Inserter
Posts: 1862
Joined: Sun May 18, 2014 3:45 pm
Contact:

Re: Yuoki Industries - Addon Engines 0.3.18 (0.13)

Post by aklesey1 »

Peppe wrote:
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.
U want to say i must replace this file in yuoki engines?
I deleted zgroupchanger mod but recipe not available yet
Can zgroupchager affects on this mod?
Nickname on ModPortal - Naron79

Peppe
Fast Inserter
Fast Inserter
Posts: 223
Joined: Fri Nov 28, 2014 6:48 pm
Contact:

Re: Yuoki Industries - Addon Engines 0.3.18 (0.13)

Post by Peppe »

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 )
I get the gearbox icon with core 4.59 and engine 4.19 fresh off the mod portal.
modlist
yi_engines_0.4.19.zip
Yuoki_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.

Peppe
Fast Inserter
Fast Inserter
Posts: 223
Joined: Fri Nov 28, 2014 6:48 pm
Contact:

Re: Yuoki Industries - Addon Engines 0.3.18 (0.13)

Post by Peppe »

aklesey1 wrote:
Peppe wrote:
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.
U want to say i must replace this file in yuoki engines?
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.

YuokiTani
Smart Inserter
Smart Inserter
Posts: 1037
Joined: Thu May 08, 2014 7:57 pm
Contact:

Re: Yuoki Industries - Addon Engines 0.3.18 (0.13)

Post by YuokiTani »

i will fix the made-in icon for next version.

building-icons -> okay
Image

gearbox-options and recipes -> okay
Image

turbine-options and recipes -> okay
Image

Diif
Manual Inserter
Manual Inserter
Posts: 4
Joined: Thu Sep 29, 2016 9:20 am
Contact:

Re: Yuoki Industries - Addon Engines 0.3.18 (0.13)

Post by Diif »

Yuoki agronomie is needed for?

YuokiTani
Smart Inserter
Smart Inserter
Posts: 1037
Joined: Thu May 08, 2014 7:57 pm
Contact:

Re: Yuoki Industries - Addon Engines 0.4.19 (0.14.X)

Post by YuokiTani »

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 ;)

Diif
Manual Inserter
Manual Inserter
Posts: 4
Joined: Thu Sep 29, 2016 9:20 am
Contact:

Re: Yuoki Industries - Addon Engines 0.4.19 (0.14.X)

Post by Diif »

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 ;)
Thanks for you answer!

Post Reply

Return to “Yuoki Industries”