Change Player Size
Watch this video in a new window

Colobot

My first uploaded colobot video  
 
Customize

More From: ZethFire

Loading...

QuickList(0)

Featured Videos

4 ratings
Sign in to rate
3,438 views
Want to add to Favorites? Sign In or Sign Up now!
Want to add to Playlists? Sign In or Sign Up now!
Want to flag a video? Sign In or Sign Up now!

Statistics & Data

Loading...

Video Responses (0)

This video has no Responses. Be the first to Post a Video Response.
Sign in to post a Comment

Text Comments (10)   Options

Loading...
hiddentech (9 months ago) Show Hide
 0
Marked as spam
vc ta postando em portugues ? aqui so tem gringo. eu vou traduzir o que vc escreveu.
renegadeh (1 year ago) Show Hide
 0
Marked as spam
i got this game and its awsome .. hmm i wonder if your could help me out with this..

item = radar(TitaniumOre);
if (item(distance(position, SpaceShip.position) > 20));
{
goto(item.position);
grab();
}

item = radar(SpaceShip);
goto(item.position);
drop();

there aparantly is a error in the second string...

if (item(distance(position, SpaceShip.position) > 20));
ZethFire (1 year ago) Show Hide
Marked as spam
Firstly, SpaceShip could be any spaceship. Meaning that the bot doesn't know what to think.

Correct code would be:

object ship=radar(SpaceShip),item=rad ar(TitaniumOre);
while(item!=null&distance(item .position,ship.position)>20)
{
goto(item.position);
grab();
goto(ship.position);
drop();
item=radar(TitaniumOre);
}

(yes, i like advanced code :D) (it might be && instead of & in the while, test both)
JoannaSu (1 year ago) Show Hide
+2
Marked as spam
while(item!=null && distance(item.position,ship.po sition)>20)
Rafaek123 (1 year ago) Show Hide
 0
Marked as spam
man, this is a awesome game, i have de demo version, btw, i wanna know, where i can dowload it? plz answer my qustion! thx!
hiddentech (9 months ago) Show Hide
 -1
Marked as spam
i got mine searching on Google colobot English torrent, u can get this on many different torrent sites.
DarkAssasin900 (2 years ago) Show Hide
 0
Marked as spam
you should go check out my colobot vids. i want to know what you think.
DarkAssasin900 (2 years ago) Show Hide
 0
Marked as spam
dammit i whish i had the real version but there is goood with the demo. i have changed the scene scripts so much and enable research that the demo dosn't allow. it just dosn't have the graphics for things thats all.
ZethFire (2 years ago) Show Hide
Marked as spam
speak english??? can't understand what you say
hiddentech (9 months ago) Show Hide
 0
Marked as spam
OK I'm gonna translate what he is saying in Brazilian Portuguese.
UiaHH
the script looks simple and very useful!
I Found interesting the trainer bot move in 45 degree to GOTO.
please how to open the exercises ???

Would you like to comment?

Join YouTube for a free account, or sign in if you are already a member.