奥拓星球 / Autonauts

奥拓星球 / Autonauts

Autonauts Workshop
Share your Automods and check out what other Autonauteers have been modding.
了解更多
ESKOR 2020 年 6 月 18 日 上午 5:53
PLEASE modders, these simple codes MUST be implemented!!
BOT enters area
BOT goes out of the area
BOT is in the area
BOT is not in the area


And if possible, option to rename vehicles, such as crude cart. (If you have 2 doing the same, they're called the same, and it causes problems in the codeAnd if possible, option to rename vehicles, such as crude cart. (If you have 2 doing the same thing, they are called the same, and cause problems in the code: BOTS do not differentiate between one and the other).

If any modder is interested in doing them, we would appreciate it many. Thank you.
< >
正在显示第 1 - 3 条,共 3 条留言
DarthNemesis 2020 年 6 月 18 日 上午 10:58 
The mod API does not support custom instructions or rewriting vehicle code, so workshop mods would not be able to do anything that complex. There are similar feature request cards on the Trello if you want to upvote or add comments:

https://trello.com/c/x3eTk7WU

https://trello.com/c/ZJRtli3m
https://trello.com/c/FuC5WDdJ
最后由 DarthNemesis 编辑于; 2020 年 6 月 18 日 上午 11:01
ESKOR 2020 年 6 月 20 日 上午 3:33 
Oh, ok. thank you for responding.
Shawn 2021 年 2 月 11 日 下午 9:54 
for bot in and out of the area you can already do with some simple coding i already use this to send a team of bots in my loading bay when a cart is coming in i have one bot with a simple code with a box and a Coconut

Until hands empty
- Find nearest bot in
- add to storage 1
Until hand not empty
-Find nearest bot in
-take from storage 1

the zones are just in lines on my road so when a bot passes it it will either take from or put in storage if entering or leave area

my loading bots do other thing until the storage is not empty

now you can use an if/else statment to tell them to do things once storage 1 empty or not empty, i i use repeats myself

Repeat until Storage 1 empty
(insert what you want them to do when bot has crossed the line, in my case they all move to the loading bay fill hands and load carts until they leave)

Repeat until storage 1 not empty
(they do whatever i had them doing before the carts came over)




< >
正在显示第 1 - 3 条,共 3 条留言
每页显示数: 1530 50