Surviving Mars

Surviving Mars

46 个评价
Autonomous Factories
2
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
60.004 KB
2022 年 8 月 27 日 下午 2:45
1 月 11 日 下午 3:08
8 项改动说明 ( 查看 )

订阅以下载
Autonomous Factories

在 ChoGGi 的 2 个合集中
ChoGGi's Mods: Buildings
46 件物品
ChoGGi's Mods: Cheats
130 件物品
描述
Makes factories colonist-free for people that don't like colonists?
I know it's not really autonomous, but close enough...

Mod options to set the Auto Performance of factories without workers, and individual automation.

Extra Buildings (default off):
Drone Assembler
Recon Center
Farms


Requested by Emlin5k.
Autonomous Extractors
28 条留言
ChoGGi  [作者] 5 月 7 日 下午 4:05 
Yeah, I don't really care about it :)


I meant if I'm very bored sometime and I remember...
Delta4Phoenix 5 月 6 日 下午 11:18 
Honestly the editor being unable to parse your mods properly is nothing to worry about, just means they are bad to use as reference when trying to learn how to use the editor XD
ChoGGi  [作者] 5 月 6 日 下午 7:29 
I'll see what I can do.

> And yea, I see why you don't use the editor... it is a mess to use and very unintuitive... also probably explains why the editor struggles to parse your mods. Supposedly all the option buttons in your mods are empty, according to the editor. XD

Hm, I may look into the options being blank. but eh.
Looking at the change log it took me four months before I added a func to ECM so I could upload mods, and not have to use the mod editor for anything :)
Delta4Phoenix 5 月 6 日 下午 6:31 
I kinda want there to be a challenge so to speak, yes, you can have autonomous extractors and factories via the research, but they operate at reduced capacity, if you want full power out of them, you need colonists. This mod is a bit more simple by just removing the work slots. That isn't a bad thing, just not what I was looking for.

And yea, I see why you don't use the editor... it is a mess to use and very unintuitive... also probably explains why the editor struggles to parse your mods. Supposedly all the option buttons in your mods are empty, according to the editor. XD
ChoGGi  [作者] 5 月 6 日 下午 5:32 
Yeah, I don't use it at all. I've got a template mod for new ones, and I just stick everything in script.lua and ignore the editor.

> Is it possible to add the 'x performance without workers' perk to the existing tech?
Yeah, that shouldn't be too annoying to do.

I take it you think this mod is too cheaty? I don't think it'd be too hard to hide this mod behind the tech?
Delta4Phoenix 5 月 6 日 上午 1:37 
The built in modeditor is a bit confusing to use to a newbie, ngl... I tried making a on/off option for moving the breakthrough tech (which uses code off of reddit, posted by you. XD), but I got no clue how it wants me to tell it that it is a on/off button, and what to affect...
Delta4Phoenix 5 月 6 日 上午 1:30 
Welp, realized that Factory AI is a thing already... but it does something else. Is it possible to add the 'x performance without workers' perk to the existing tech? (and also slowly trying to figure out options)
Delta4Phoenix 5 月 6 日 上午 1:21 
Well, I managed to make something show up in game, progress... definitely not as easy as hoped, even with the ability to poke my head into other mods to see what I need to do
ChoGGi  [作者] 5 月 5 日 上午 9:26 
I've got an example mod to add a new tech: https://github.com/ChoGGi/SurvivingMars_Mods/tree/master/Mods%20ChoGGi/Example%20Tech

Then you can use an OnMsg.TechResearched to wait for the tech to show up, and the code from this mod to change the factories.

Just so you know: Adding new breakthroughs will change each locations breakthrough list, so anyone using the maps website won't be able to use them.
Delta4Phoenix 5 月 5 日 上午 12:08 
If you can give me a few pointers I could try doing it myself also