Page 1 of 1

File-based scripting

PostPosted: Wed Jan 03, 2018 11:16 am
by hpstricker
The file format for Algodoo scenes .phz is binary and not human-readable and -writable.
I wonder if I can write Thyme scripts and load them as a file that create complete scenes. These scripts could be created automatically, fed by some data - which would give one great precision and flexibility.
Is it possible, and are there tutorials and samples for doing so?

Re: File-based scripting

PostPosted: Sun Jan 07, 2018 12:19 pm
by Kilinich
Phz is just a zip-archive of phn (plain-text) file, textures and checksum file.

Re: File-based scripting

PostPosted: Fri Jan 12, 2018 11:49 am
by hpstricker
Thanks!