Locomotive Engineers

Healy's picture

Cover Stories: An Interactive Fiction Event

Cover Stories is an event where people pick pre-made cover art (out of dozens) and then make a text adventure based on it. Here's some more info about the event, including some guidelines for the authors. And here's where you can see the covers. (I submitted a cover for this, which you can see here.) The deadline is May 26th, so if you're planning on making something for this, you'd better get started soon.

Precautions for the upcoming ZZT Blitzkrieg

(which I will not be able to participate in on the day, unfortunately. I am still keen, though, so I might just make something anyway.)

ZZT is... uhmm... crap. But that's not necessarily a bad thing. You see, if it wasn't crap, it would be quite inflexible, and therefore it would be the bad sort of crap.

Because ZZT is somewhat crap, you need to pay close attention to what I'm about to say as you may break things if you don't.

The ZZT-OOP parser is just bloody weird. There's a lot you can do if you know what you're doing. But if you don't know what you're doing, bad things can happen.

Here are at least some of the snags you'll need to be wary of.

  • Names of labels, objects, and flags should not have numbers in them - the parser is weird. Sadly, I have forgotten exactly how the parser deals to these, so, um, just don't use numbers.
  • A label cannot go on the very first line of your code.
  • #restore will restore the first zapped label from the top, not the bottom. Be wary of this!
  • Comments (') are actually zapped labels (:).
  • ZZT runs its program code in text form. You're right; it's not efficient.
  • #cycle 1. Seriously. Just do it. Anything else will behave unpredictably when you pause / unpause. Also, if Saxxon is to be believed, the tick counter wraps around at 420.
  • Speaking of pause... weird stuff happens when the game is paused! For starters, if the player is trapped, and then decides to pause, ZZT effectively freezes.
  • Much like how GReg JAnson doesn't know how to spell "gaurd", Tim Sweeney spells "alligned" with two Ls.
  • You have 20KB available per board. Use it wisely. (I don't know if this includes the compressed or uncompressed 60x25 board layout.)
  • You also have a somewhat arbitrary world size limit which is something like 380KB. ZZT behaves horribly if you run out of memory. Even then, KevEdit can segfault while saving. Back your games up!
  • You cannot #put things on the bottom row. Sorry guys.
  • You have enough space for 10 flags. If you exceed this... I forget what happens. You can check if this limit has been reached by doing "#if #dosomething" (if it hasn't, do something) or "#if not #dosomething" (if it has, do something).
  • To place the player in the ZZT editor or KevEdit, use F1 Z. Copying and pasting the player will result in what is known as a player clone (these can also be made using #put player and stuff like that). Player clones are necessary for a lot of ZZT tricks, but you most likely don't want to be placing these by accident.
  • There are several amusing ways to crash ZZT. Avoid them when you're not trying to crash ZZT. Here are some ways to crash ZZT.
    • Spamming a scroll with lots and lots of text using a loop.
    • Duplicating a player clone onto something pushable.
    • Putting #become or #die or movement commands in a scroll, the latter of which is quite amusing.
    • Accessing (or maybe simply having) a really, really large board. Keep your code size down!
    • Having illegal tile IDs on a board (not explored).
    • Touching blinking text, a won't-crash-immediately series of illegal tile IDs. There's a reason why KevEdit doesn't let you make blinking text easily, and this is it. (I think.)
  • Be wary of the stat order; that is, the order that things are processed. Some things will screw up. Pressing Ctrl-T in KevEdit will tell you what the "Stat index" of a thing is, and also allow you to add and remove stats.
    • The Koopo trick (duplicating a player clone onto a passage) has a well-known bug which will set a thing's parameters and cycle to 255. It's either based on the player clone, the duplicator, or the passage - you can look that one up yourself if you want.
    • If an object does #die or something like that, the object after it in the stat order will move according to its "direction". This even affects things which use the direction but aren't supposed to move, like transporters and laserwalls. This does not care about the following object's cycle counter. So, if something "dies" and something else randomly moves, you might need to look at the stat order.

Oh yeah, also, use KevEdit.

The 3D Gamemaker - What will YOU create today?

I was browsing the web and I found this little gem from the creators of DarkBasic and FPS Creator

http://www.thegamecreators.com/?m=view_product&id=2126

This is like a modern/3D KnP

Thoughts?

Smedis2's picture

RPG Maker Trainwrecks

Why don't these exist?

jakellyHAH's picture

DreamZZT: An open-source ZZT engine for Mac OS X, Microsoft Windows, Linux, Nintendo DS and the SEGA Dreamcast.

The ZZT Blitzkrieg-a-thon! is coming up soon so I wiki'ed ZZT to find out more and found DreamZZT, which is a rebuild of the ZZT engine so it can work on modern systems, so you dont have to mess around with DOS emulators. I haven tried it yet but it seems pretty solid....

official download links on github:

https://github.com/c99koder/DreamZZT/downloads

EDIT:
oops, I gave the wrong download link that was only for the mac build, all fixed now.

Rynen10K's picture

ROM ROULETTE

****EDIT OOPS I DELETED THE OLD ONE ON ACCIDENT :(****

****LAST UPDATED 2012/04/08****

I'm still pretty new to GameMaker and programming in general, but I really wanted to make a RANDOM GAME button of sorts for all the roms I have.

So I put together a really basic version that gives you a random title of a Gameboy Rom I currently have whenever you press a key, just to try it out and give a hand at programming in GameMaker.

So, uh, yeah.

Pizza Time's picture

The Virtual Swordsmen

Dessgeega asked me to update this game I did for a KOtM some time ago for her Babycastles shindig which I heard went down well. So here it is for everyone else to play because why not. Two player only as per usual and it actually has sound for a change.

SpindleyQ's picture

MolyJam

Hey, is anybody else doing the What Would Molydeux game jam? I am jamming in Ottawa and it is great. Post about your games here! I'll probably upload mine here because where else would I do it.

(There is a livestream of us staring at computer screens if you're into that kind of thing. I'm one of the guys in a plaid shirt and flat cap with his back to the camera; the other one is Eric McQuiggan.)

OmniLudiCon - discussing opensourcing

So I was searching my stuff and I found OmniLudiCon's source in readable form.

I'd really like to make this opensource and possibly translate the whole thing to HTML5, but the level and high score save/load functions call PHP code on my website that is probably full of security holes.

Any ideas?

jakellyHAH's picture

stencyl and a good mac program?

I have been interested in making games for awhile but never actually done it but when I found this this great community i thought it would be a good time to start. At first i wanted to start with Klik & play (obviously) but im on a mac and KnP doesn't work well with winebottler so i looked at novashell instead but that was a little complicated for someone with no programming experience and i would have to learn lua..... but today i found stencyl wich seems pretty good, but not many people use it, which worries me. plus i have no money.

basically, is there any other good, simple and free game making software that i can use or should i stick with stencyl?

(i know game maker lite is free but id rather have the whole software)

Syndicate content
pensive-mosquitoes