Stationeers

Stationeers

46 个评价
AIMEE Mining Bot Automated
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
102.993 KB
2019 年 9 月 16 日 上午 12:34
1 项改动说明 ( 查看 )

订阅以下载
AIMEE Mining Bot Automated

描述
This script can be used in an AIMEE Mining Bot to get it to automatically mine and unload its contents into a nearby Chute Inlet or Bin.​
Note: you must change the TargetX, TargetY, and TargetZ coordinates to the location of your Chute Inlet / Bin
Once the bot has unloaded it will attempt to return to where it was and continue mining.
28 条留言
Saito 5 月 31 日 下午 1:56 
Code definitely needs an update, this is what i am running after modifying this

alias posX r2
alias posY r3
alias posZ r4
alias robot db
alias mode r0
s robot Mode 0

Initialize:
s robot Mode 3

Roaming:
yield
l mode robot Mode
beqz mode Initialize
beq mode 6 Return
j Roaming

Return:
l posX robot PositionX
l posY robot PositionY
l posZ robot PositionZ
s robot TargetX 11
s robot TargetY 0
s robot TargetZ 2
s robot Mode 2
yield
yield
yield

Returning:
yield
l mode robot Mode
beqz mode Returned
j Returning

Returned:
s robot Mode 4

Unloading:
yield
l mode robot Mode
beqz mode Leave
j Unloading

Leave:
s robot TargetX posX
s robot TargetY posY
s robot TargetZ posZ
s robot Mode 5

Leaving:
yield
l mode robot Mode
beqz mode Initialize
j Leaving
Coretalless 2023 年 7 月 24 日 下午 7:07 
Okay, so Aimee is pathing into a Wall.
Haui111 2022 年 7 月 28 日 下午 12:14 
The bot jumps around on the moon when full and I can't unload it.
tkitchens99 2021 年 7 月 18 日 下午 7:55 
Im having the same Line 5 Logic error? what am i doing wrong?
Cardinal 2021 年 4 月 10 日 下午 12:09 
i'm new to the game and i have i script made on the computer but i don't know what to do next can some one @ me thanks
Julia 2021 年 4 月 9 日 下午 3:19 
Works fine for me :)
Alex 2020 年 9 月 27 日 下午 12:04 
have error in the line 5 logic type and no work!
Spirit 2020 年 8 月 18 日 下午 3:27 
ic gives error on all lines with mode settings on them. Guess they changed something in the programming, can't get it to work.
真空管 2020 年 7 月 16 日 下午 1:55 
I think the real issue is about the "PathToTarget mode", it never find the right path back to home and stuck in place.
I change it to MoveToTarget mode then everything is work in expected.
But aimee is still blocked by "nothing" randomly, I believe that should be another bug.
MarDeGra 2020 年 7 月 9 日 上午 11:19 
this code seems deprecated. he uses "RobotMode.Unload mode", in the new code it looks like "Mode 4"