Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem






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.