This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Lion4ever's profile picture

Emulate Turtle Programs on an Advanced Computer

Started by Lion4ever, 31 May 2015 - 05:00 PM
Lion4ever #1
Posted 31 May 2015 - 07:00 PM
This is a programm that rebuilds the turtle-table. So that turtle.forward moves a dot in a new virtual world on the computer screen.

Screenshots:

Spoiler



Hosted by postimg.org

Program: pastebin get 3W14zR34 sim

Arguments:

delay <number> = Time a movement takes (-10 means only draw every 10th move, positives in seconds)
nodelay = No Time for movement
lconf <file> = Loads comfiguration file
sconf <file> = Saves configuration file
map <file> = Loads map file
smap <file> = Saves map file
load <file> = map + config
saveas <file> = map + config
fuel <number> = initial Fuellevel
nofuel = unlimited-fuel-mode
save <file> = see saveas
use <file> = load + save
conf <file> = lconf + sconf
Edited on 01 June 2015 - 07:12 AM
Pyuu #2
Posted 31 May 2015 - 09:07 PM
This would be a handy tool for debugging purposes for people wanting to develop turtle programs.
Nice job!
Bomb Bloke #3
Posted 01 June 2015 - 12:16 AM
Seems your chosen image host doesn't support embedding. Try wrapping your images in URL tags instead:

http://s23.postimg.org/5i59ae20p/Call.png

http://s23.postimg.org/5w6l9zm49/Running.png
Lion4ever #4
Posted 01 June 2015 - 09:11 AM
Seems your chosen image host doesn't support embedding. Try wrapping your images in URL tags instead:

http://s23.postimg.o...9ae20p/Call.png

http://s23.postimg.o...m49/Running.png

They do support that, but only for thumbnails.

Added URL wrapping.