Checkpoints is an implementation of Halo-style automatic saved games in the middle of a level. Mapmakers use annotations to mark where checkpoints should occur, and the Lua script does the rest. It also creates a save point after each level transition.
Includes a sample map. Find all seven checkpoints!
Gather as a net script to fix Windbreaker's Imperium VII map.
an instagib mod, for those who are into that sort of thing. I wrote this a while ago mainly as an exercise to teach myself lua for aleph.
note: it occurs to me that people who don't play other FPSs might not know what "instagib" means, so I'll be more specific about what this script actually does:
the script also turns the secondary trigger into a zoom function, and prevents items from appearing on maps just to make things cleaner.
I also have the script prevent players from having any oxygen and therefore swimming. this is not part of a traditional instagib setup, I put it in purely because I didn't want people hiding underwater. there are alternatives, but they either involve using a physics model or a crapload of lua hackery and I wanted to keep this simple.
Ryoko asked me to re-create the "Arms Race" game type from Counterstrike in Aleph One. Here's my attempt.
From the man himself:
Basically it's an EMFH script where everyone starts with rockets, and after each kill you get demoted to a weaker weapon, and the winner is the first person to get a kill with fists.
Initial release.