Google doesn't find it neither , maybe it got lost in the 5 years, would be cool to reverse engineer msx1 games.
Google doesn't find it neither , maybe it got lost in the 5 years, would be cool to reverse engineer msx1 games.
What do you mean by 'it' ? The tileviewer of openMSX? Google can't find it probably because no any page of the online openMSX documentation mentions and explains the openMSX scripts. This documentation is uncomplete.
Well it doesn't work. So i google it. Can you tell me the correct syntax? Pressing ti + tab doesnt show in openmsx
In Chrome:
https://www.google.com/search?q=openmsx+tileviewer&oq=openms...
For the syntax, wait for Manuel's answer, I'm not an openMSX expert!
oh its a tcl duhh. thanks
I see a file named "_tileviewer.tcl" under the /scripts folder. Is this what is needed?
i give up. i dont have a clue how these scripts run.
Nice script! didn't know it existed!!! To run it, just make sure it's copied in the scripts folder of your OpenMSX, and then when running OpenMSX, open the console, and type "tileviewer::showall" (basically the name of the "namespace" defined in the script then "::" and then the name of the function you want to call.
You must have the file _tileviewer.tcl in the folder \share\scripts
Launch a msx 1 game and in the console (F10)
In my version of the script, i must execute the command
tileviewer::view_all_tiles
you can edit the tcl file with notepad to find all procs
in this link https://github.com/lutris/openmsx/blob/master/share/scripts/..., it's showall or tileviewer::showall
(not tested)
tileviewer::view_all_tiles
Yup that ones worked ! Thanks a lot :-)