understand thank you! Now I'm willing to help in combination with Angels mod - your mod, I liked it.. will do the alignment?? what would itoi resources were on the map and liquid and processing.AnonymoScoot wrote:The thing is my mod replaces file path for electric mining drill icon, and no matter what I would do the mod will error because it tries to find a non existing file, the way to fix it is to not modify the graphic file path by disabling modification of the drill in config.luaAirat9000 wrote:
please example code in fixing (he will try to replace it, what would the two mods worked)
And example codes in Angels mods work Petrochem mod and smelting
[0.17.x] AnonyMods - Overhaul mod
Re: [0.14.x] AnonyMods - Overhaul mod
Re: [0.14.x] AnonyMods - Overhaul mod
Combining of this mod with Angel's will be a big amount of work. And since both mods are under development it might not be the best time to do it right now.Airat9000 wrote:understand thank you! Now I'm willing to help in combination with Angels mod - your mod, I liked it.. will do the alignment?? what would itoi resources were on the map and liquid and processing.AnonymoScoot wrote:The thing is my mod replaces file path for electric mining drill icon, and no matter what I would do the mod will error because it tries to find a non existing file, the way to fix it is to not modify the graphic file path by disabling modification of the drill in config.luaAirat9000 wrote:
please example code in fixing (he will try to replace it, what would the two mods worked)
And example codes in Angels mods work Petrochem mod and smelting
Re: [0.14.x] AnonyMods - Overhaul mod
I don't mind doing if both maddors will not be against it, and then just like mods and without one of the mods is not fun to play)) if the shell and base to make a rule small is not difficult..orzelek wrote:Combining of this mod with Angel's will be a big amount of work. And since both mods are under development it might not be the best time to do it right now.Airat9000 wrote:understand thank you! Now I'm willing to help in combination with Angels mod - your mod, I liked it.. will do the alignment?? what would itoi resources were on the map and liquid and processing.AnonymoScoot wrote:The thing is my mod replaces file path for electric mining drill icon, and no matter what I would do the mod will error because it tries to find a non existing file, the way to fix it is to not modify the graphic file path by disabling modification of the drill in config.luaAirat9000 wrote:
please example code in fixing (he will try to replace it, what would the two mods worked)
And example codes in Angels mods work Petrochem mod and smelting
Re: [0.14.x] AnonyMods - Overhaul mod
The longer I play with this mod the more I am convinced that a lot of quartz ore is necessary to me, even more than I thought
I don't want to ofend author and anyone on this forum, but this mod needs is required to increase spawn frequency quartz ore - looks silly and ridiculously - i have may many tin ore and galena ore but quartz ore is very rare and its richness is low
Hey guys, who played with this mod and who had problem with quartz ore?
I don't want to ofend author and anyone on this forum, but this mod needs is required to increase spawn frequency quartz ore - looks silly and ridiculously - i have may many tin ore and galena ore but quartz ore is very rare and its richness is low
Hey guys, who played with this mod and who had problem with quartz ore?
Nickname on ModPortal - Naron79
Re: [0.14.x] AnonyMods - Overhaul mod
With RSO quartz should be quite frequent. If it turns out it's not then I can increase frequency and/or amount a bit.aklesey1 wrote:The longer I play with this mod the more I am convinced that a lot of quartz ore is necessary to me, even more than I thought
I don't want to ofend author and anyone on this forum, but this mod needs is required to increase spawn frequency quartz ore - looks silly and ridiculously - i have may many tin ore and galena ore but quartz ore is very rare and its richness is low
Hey guys, who played with this mod and who had problem with quartz ore?
Re: [0.14.x] AnonyMods - Overhaul mod
Is RSO compatible with this mod? U launched this mod with RSO and its working?
Nickname on ModPortal - Naron79
- Arch666Angel
- Smart Inserter
- Posts: 1636
- Joined: Sun Oct 18, 2015 11:52 am
- Contact:
Re: [0.14.x] AnonyMods - Overhaul mod
Inter-mod compatibility depends on the resources (item definitions e.g. quartz, bauxite-ore, zinc-ore,...) AnonymoScoot uses, if they are the same as in vanilla/bobs/angels it is easier to come up with something, if the resources are defined to be unique with the mod it is a bit more complicated to the degree that one would need to override one of the mods resources.. I haven't had the time to take a look at AnonyMods so I cant say how much work it would be to implement compatibility.
Angels Mods
I. Angel's Mods Subforum
II. Development and Discussion
III. Bugs & FAQ
"should be fixed"
I. Angel's Mods Subforum
II. Development and Discussion
III. Bugs & FAQ
"should be fixed"
Re: [0.14.x] AnonyMods - Overhaul mod
I added support in latesst version on someones request.aklesey1 wrote:Is RSO compatible with this mod? U launched this mod with RSO and its working?
Ore balance might be still a bit in the air since I did not have time to play it a lot.
-
- Long Handed Inserter
- Posts: 54
- Joined: Mon Jul 18, 2016 5:25 pm
- Contact:
Re: [0.14.x] AnonyMods - Overhaul mod
Some of the ores should have the same names as bobs ores, conflicting ones can be disabled inside my mod config.lua, which will also disable the ore items the ore gives, but that's also why recipe configuration exists, but you should wait before going and making any modification mods on my mod, once I feel like the mod will start looking finished I am planning to do something which makes modifying my mods a lot easier using in-built data-tables and scripts that will allow defined prototypes to work like the ones already in the mod, which dynamicly update their recipes/prerequisites.Arch666Angel wrote:Inter-mod compatibility depends on the resources (item definitions e.g. quartz, bauxite-ore, zinc-ore,...) AnonymoScoot uses, if they are the same as in vanilla/bobs/angels it is easier to come up with something, if the resources are defined to be unique with the mod it is a bit more complicated to the degree that one would need to override one of the mods resources.. I haven't had the time to take a look at AnonyMods so I cant say how much work it would be to implement compatibility.
Re: [0.14.x] AnonyMods - Overhaul mod
time?AnonymoScoot wrote:Some of the ores should have the same names as bobs ores, conflicting ones can be disabled inside my mod config.lua, which will also disable the ore items the ore gives, but that's also why recipe configuration exists, but you should wait before going and making any modification mods on my mod, once I feel like the mod will start looking finished I am planning to do something which makes modifying my mods a lot easier using in-built data-tables and scripts that will allow defined prototypes to work like the ones already in the mod, which dynamicly update their recipes/prerequisites.Arch666Angel wrote:Inter-mod compatibility depends on the resources (item definitions e.g. quartz, bauxite-ore, zinc-ore,...) AnonymoScoot uses, if they are the same as in vanilla/bobs/angels it is easier to come up with something, if the resources are defined to be unique with the mod it is a bit more complicated to the degree that one would need to override one of the mods resources.. I haven't had the time to take a look at AnonyMods so I cant say how much work it would be to implement compatibility.
-
- Long Handed Inserter
- Posts: 54
- Joined: Mon Jul 18, 2016 5:25 pm
- Contact:
Re: [0.14.x] AnonyMods - Overhaul mod
Well I can tell you that there are still a bunch of things I would like to implement, including more intermediates, enemies, combat and more tiers of entities.Airat9000 wrote:time?AnonymoScoot wrote:Some of the ores should have the same names as bobs ores, conflicting ones can be disabled inside my mod config.lua, which will also disable the ore items the ore gives, but that's also why recipe configuration exists, but you should wait before going and making any modification mods on my mod, once I feel like the mod will start looking finished I am planning to do something which makes modifying my mods a lot easier using in-built data-tables and scripts that will allow defined prototypes to work like the ones already in the mod, which dynamicly update their recipes/prerequisites.Arch666Angel wrote:Inter-mod compatibility depends on the resources (item definitions e.g. quartz, bauxite-ore, zinc-ore,...) AnonymoScoot uses, if they are the same as in vanilla/bobs/angels it is easier to come up with something, if the resources are defined to be unique with the mod it is a bit more complicated to the degree that one would need to override one of the mods resources.. I haven't had the time to take a look at AnonyMods so I cant say how much work it would be to implement compatibility.
Re: [0.14.x] AnonyMods - Overhaul mod
I might have found small inconsistency in research tree.
There are techs that require electronic circuit (fast radars, advanced material processing 2 and few others) that are dependand on advanced electronics instead of basic electronics. Might be a leftover from base game techs.
As for enemies - I'm running with Natural Evolution set and it's quite challenging. I'm rushing fire ammo atm to improve my fighting capabilities (all enemies have negative fire res in natural evolution).
There are techs that require electronic circuit (fast radars, advanced material processing 2 and few others) that are dependand on advanced electronics instead of basic electronics. Might be a leftover from base game techs.
As for enemies - I'm running with Natural Evolution set and it's quite challenging. I'm rushing fire ammo atm to improve my fighting capabilities (all enemies have negative fire res in natural evolution).
Re: [0.14.x] AnonyMods - Overhaul mod
combine well and then how it is possible?AnonymoScoot wrote:Well I can tell you that there are still a bunch of things I would like to implement, including more intermediates, enemies, combat and more tiers of entities.Airat9000 wrote:time?AnonymoScoot wrote:Some of the ores should have the same names as bobs ores, conflicting ones can be disabled inside my mod config.lua, which will also disable the ore items the ore gives, but that's also why recipe configuration exists, but you should wait before going and making any modification mods on my mod, once I feel like the mod will start looking finished I am planning to do something which makes modifying my mods a lot easier using in-built data-tables and scripts that will allow defined prototypes to work like the ones already in the mod, which dynamicly update their recipes/prerequisites.Arch666Angel wrote:Inter-mod compatibility depends on the resources (item definitions e.g. quartz, bauxite-ore, zinc-ore,...) AnonymoScoot uses, if they are the same as in vanilla/bobs/angels it is easier to come up with something, if the resources are defined to be unique with the mod it is a bit more complicated to the degree that one would need to override one of the mods resources.. I haven't had the time to take a look at AnonyMods so I cant say how much work it would be to implement compatibility.
Re: [0.14.x] AnonyMods - Overhaul mod
Thanks for new update but I still I lack for quartz, and of silicon too, because it is its derivative
Nickname on ModPortal - Naron79
-
- Long Handed Inserter
- Posts: 54
- Joined: Mon Jul 18, 2016 5:25 pm
- Contact:
Re: [0.14.x] AnonyMods - Overhaul mod
I will add alternative recipes for making some products from other ingredients, including electrolysis of thermal water like salt water, so you don't need to use quartz all the time.aklesey1 wrote:Thanks for new update but I still I lack for quartz, and of silicon too, because it is its derivative
Re: [0.14.x] AnonyMods - Overhaul mod
Okey that's good to hear, i like alternative ways of production in production chainsAnonymoScoot wrote:I will add alternative recipes for making some products from other ingredients, including electrolysis of thermal water like salt water, so you don't need to use quartz all the time.aklesey1 wrote:Thanks for new update but I still I lack for quartz, and of silicon too, because it is its derivative
Nickname on ModPortal - Naron79
Re: [0.14.x] AnonyMods - Overhaul mod
Few questions:
1. What is inteded amount of thermal water per spring? I might have it wrong in RSO since it spawns them with thousand % or so.
2. Is it by design that gun turret damage upgrades are not applied to other turrets like sniper turret?
1. What is inteded amount of thermal water per spring? I might have it wrong in RSO since it spawns them with thousand % or so.
2. Is it by design that gun turret damage upgrades are not applied to other turrets like sniper turret?
Re: [0.14.x] AnonyMods - Overhaul mod
Idea!
more modules and super modules add
- Energy consumption is less than -120%
Performance +50%
Speed +150%
Pollution -150%
about very expensive research for them
Idea 2
More Pump
to for fast production of oil and liquids and ofshore pump
Idea 3
Mining drill
Idea 4
More complex circuits.
Idea 5
Compartible in other mods (angels, youki)
Idea 6
Gems -
Idea 7
Robots
Logistics and construction
Idea 8
More resources new ()
more modules and super modules add
- Energy consumption is less than -120%
Performance +50%
Speed +150%
Pollution -150%
about very expensive research for them
Idea 2
More Pump
to for fast production of oil and liquids and ofshore pump
Idea 3
Mining drill
Idea 4
More complex circuits.
Idea 5
Compartible in other mods (angels, youki)
Idea 6
Gems -
Idea 7
Robots
Logistics and construction
Idea 8
More resources new ()
-
- Long Handed Inserter
- Posts: 54
- Joined: Mon Jul 18, 2016 5:25 pm
- Contact:
Re: [0.14.x] AnonyMods - Overhaul mod
1. Thermal water should have the same amount and richness as oil does ( looks like the oil values aren't the same as natural gas/thermal water ones, will change them in next update )orzelek wrote:Few questions:
1. What is inteded amount of thermal water per spring? I might have it wrong in RSO since it spawns them with thousand % or so.
2. Is it by design that gun turret damage upgrades are not applied to other turrets like sniper turret?
2. Other turrets were supposed to have separate upgrades, but because 0.15 is coming with infinite research, there is no point in doing it right now
More module tiers are planned, as for mod being compatible with other big mods, first I should finish my plans for this mod so it has what I want it to have.Airat9000 wrote:Idea!
more modules and super modules add
- Energy consumption is less than -120%
Performance +50%
Speed +150%
Pollution -150%
about very expensive research for them
Idea 2
More Pump
to for fast production of oil and liquids and ofshore pump
Idea 3
Mining drill
Idea 4
More complex circuits.
Idea 5
Compartible in other mods (angels, youki)
Idea 6
Gems -
Idea 7
Robots
Logistics and construction
Idea 8
More resources new ()
Re: [0.14.x] AnonyMods - Overhaul mod
I put the mod angel Petrochem, but no resources from it on the map.. put mod Bob modules, either.. so I suggested to create their own modules for example.AnonymoScoot wrote:1. Thermal water should have the same amount and richness as oil does ( looks like the oil values aren't the same as natural gas/thermal water ones, will change them in next update )orzelek wrote:Few questions:
1. What is inteded amount of thermal water per spring? I might have it wrong in RSO since it spawns them with thousand % or so.
2. Is it by design that gun turret damage upgrades are not applied to other turrets like sniper turret?
2. Other turrets were supposed to have separate upgrades, but because 0.15 is coming with infinite research, there is no point in doing it right now
More module tiers are planned, as for mod being compatible with other big mods, first I should finish my plans for this mod so it has what I want it to have.Airat9000 wrote:Idea!
more modules and super modules add
- Energy consumption is less than -120%
Performance +50%
Speed +150%
Pollution -150%
about very expensive research for them
Idea 2
More Pump
to for fast production of oil and liquids and ofshore pump
Idea 3
Mining drill
Idea 4
More complex circuits.
Idea 5
Compartible in other mods (angels, youki)
Idea 6
Gems -
Idea 7
Robots
Logistics and construction
Idea 8
More resources new ()