Downloads

Tagged 'Script' ordered randomly

Checkpoints 1.0

Hopper on 01/17/2016

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!

2,506 downloads, 1 review, 0 screenshots, 1.0 rating

Gather as a net script to fix Windbreaker's Imperium VII map.

1,234 downloads, 0 reviews, 0 screenshots

instagib 1.0

Quartz on 08/25/2011

Screenshot titled "weapon of choice"

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:

  • players are not allowed to use weapons other than a single pistol.
  • the pistol has infinite ammo.
  • shots are an instant one-hit-kill.
  • players are not allowed to use generators or powerups.

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.

2,571 downloads, 0 reviews, 1 screenshot

Arms Race 1.0

irons on 08/18/2015

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.

Notes for version 1.0:

Initial release.

2,903 downloads, 3 reviews, 0 screenshots, 4.7 rating