• Add Review
  • Subscribe
  • Nominate
  • Submit Media
  • RSS

Miscellaneous

New Levels

I've finally gotten around to making some new levels (well one, but at least it's a start)
I'm uploading them now.

Miscellaneous

A couple bugs fixed

Radnen told me that one of the levels was unbeatable, because the secret is blocked off, and I noticed that if UpdateGame() wasn't commented, the game would go into a loop. I thought it was because of an error in the function, but after checking, I found out that the problem was actually because of laziness. The update function downloads a text file for scripts, maps, spritesets, etc, and in each line in each file, it looks like this:
http://eggbertx.theoks.net/secret_collect/scripts/main.js,md5hashofthefile
I had been uploading the files, but I forgot to update the md5 hash, and in my function, after it downloads the new scripts, it restarts the game to reload them, so long story short, the hashes weren't matching up.

Miscellaneous

Classic maps done

I finally got the classic maps done, although the updater seems to be having issues, so if it freezes while updating, redownload it.

Miscellaneous

Halfway there!

Well I have 8 maps uploaded, now I have just 8 more, before I'm done copying all of the original maps. I'm going to be a bit ambitious, and say that I'm going to try to have them all done by tomorrow night, and then I'll start work on the map editor. I'll actually be using a map editor script someone on the Spherical forums made, but it isn't exactly the greatest. Hopefully I'll have at least a bare-bones map editor by Wednesday.
Pages: 1