安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






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
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.
what i noticed is when you setup a bot normaly without transmitter the bot never changes its Mode,its allways 0 so it does nothing .
it worked like a charm in the beginning with a transmitter but the "go to target mode" seems to work only when it gets back to roaming not when bots storage is full.
when he is filled up he switches to mode 4 but doesnt go home to empty itself.
i need to test it abit more and fiddle with these critters tomorrow.
im on beta in creative .. no mods running..nothing works bot dosent move anywhere.
checked some vids on youtube replicated the stuff especialy from guy named bushwacker or something the like still nothing works .
i even reinstalled the game ..nope.
im now on 650h ish playtime with stationeers i would say im able to fill three vars in ic10 code(or not? ^^)
maybe somebody knows what im missing.!??!
if not .. heres a workaround .. the code from rocket2guns works perfectly so far.
just not in the bots head.put a blank ic in his head and set up a tramsmitter controll him remotly then it works.
Using the GPS to set coordinates is so counter-intuitive. I would've expected the GPS to give a proper map not just X, Y and Z.
21 s Robot Target X (put your X number here eg. 12)
22 s Robot Target Y (put your Y number here eg. -3)
23 s Robot Target Z (put your Z number here eg. 132)
so it look like
21 s Robot Target 12
22 S Robot Target -3
23 s Robot Target 132
Save it and export to IC chip, Hope that i got it right and helps out someone :)
On Vulcan, it's a no go. Spawned the robot and it immediately drove into a fissure of lava and dissappeared.