Hi there! Coming back after a long time if anyone remembers me but just to ask a little itsy bitsy question. I know how to see others games code by replacing index with scenes/startup.txt and that works most times but I was recently going back to one of my favorite dead WIP’s Seven Winds and it doesn’t seem to work! Anybody got any idea’s? If it helps here’s the link: https://dl.dropboxusercontent.com/u/19684991/web/mygame/index.html
It’s an older game before the startup stuff was implemented and we had to fiddle around with mygame.js instead.
You get the scenes list from mygame.js (https://dl.dropboxusercontent.com/u/19684991/web/mygame/mygame.js) and then use that to find the scenes. So https://dl.dropboxusercontent.com/u/19684991/web/mygame/scenes/00_start.txt
And for reference, in case someone comes to this thread first:
A post was merged into an existing topic: How To See Other Games’ Code