Downloads

Tagged 'Lua' by Most Downloads

XBLA Survival 2.1

Hopper on 11/02/2020

Screenshot titled "Calm Like Your Mom"

Play the Survival solo gameplay mode from Durandal XBLA. Rack up carnage points as you face off against hordes of increasingly difficult enemies.

Play on the four Survival maps built by Freeverse for the port. Or use the plugin, pick any netmap, and try not to die.

For a similar co-op experience, see Survival.lua.

Notes for version 2.1:

Version 2.1 fixes a bug which caused films to go out-of-sync.

3,998 downloads, 2 reviews, 4 screenshots, 4.5 rating

Screenshot titled ""

The original Marathon game interface, ported to Aleph One as a Lua HUD.

Notes for version 1.0:

After three years, the first project I ever started in Aleph One is complete. Happy Bungie Day.

3,745 downloads, 7 reviews, 2 screenshots, 4.9 rating

Capture the Falg 1.0.3

irons on 01/23/2016

Screenshot titled "Layout"

This script adopts W'rkncacnter's CTF script to the newer API. See the readme, the original CTF script, and the Magenta Filter maps for more information.

Notes for version 1.0.3:

This release hopefully fixes out-of-sync issues. It also adds messages for all flag statuses (taken, dropped, returned, scored). There are also screen faders for these events. Finally, the alert sound no longer plays if a player is constantly picking up his own flag (i.e. when it continuously respawns on the base polygon).

I highly recommend updating to this version.

3,371 downloads, 4 reviews, 1 screenshot, 5.0 rating

FloatingX 1.4.1

Hopper on 02/23/2014

Screenshot titled ""

FloatingX is a modern, minimal HUD for Marathon 2 and Infinity, inspired by the XBLA Durandal interface. Art by TychoVII, scripting by Hopper.

Notes for version 1.4.1:

This version fixes a bug under Aleph One 1.1, and works with Visual Mode.lua.

3,331 downloads, 5 reviews, 3 screenshots, 4.8 rating

Survival 2.0 1.7

Benoit on 07/28/2020

Screenshot titled ""

I released a new survival script for marathon infinity based on the first one made by MegaByte.

In This Edition:

  • Continuous wave of aliens, rather than round based combat.

  • The number of spawned aliens is capped at 50, in order to avoid AI frozen monsters.

  • Almost every type of monsters are used. They spawn from the easiest to the hardest to fight.

  • Bobs are included to help the player. A random invincibility power up will also spawn in the map to call in bobs when picked up.

  • The script works on almost all maps. Aliens can sometimes spawn in unreachable places but the script will handle this. Just ignore it. The script works better on some maps.

  • Players health will regenerate after some time if they're not taking damage.

The rest of the rules should be the same that in the first survival. Including reviving mates, if everyone dies the game ends,...

Some settings can also be modified in the lua script like regenerating life, bob powerup, dead body boucing, ...

I advise to play in normal mode until 3 or 4 players. It will be hard enough. Major damage is good for 4 to 6 players and total carnage for more.

Warning : Do not host it with HD Monsters Texture or it will crash. The game must load all monster collections and HD Monsters Texture will cause an insufficient ram error.

Also do not host on any maps that are extremely large or small because monster generation is based on the area and size of each level.

Thanks to aquateenhgrfrce for his suggestions and his help for testing the script.

Notes for version 1.7:

1.2 : A survival generator has been implemented. You can now customize the survival by choosing your opponents, your allies, the different levels of difficulty and the probability of spawning for each monster. You will find it in the zip folder with the survival script and the folder "Ressources" containing images for the generator. You need Java to execute it. Place the application Survival_Generator.jar in the same folder that the folder "Ressources" then you can run it.

1.3 : Ask it and you got it. I made updates for the application just for you WindBreaker :D You can now load an existing survival file in the application to make modifications. You can also edit the time of a round. But you can only load survival scripts which have been created with the generator and which have not been manually modified (except for the settings of course) That means you can't load the original survival 2.0 script but you can load the one in the actually zip folder which has been generated with the application.

1.3.1 : The display of the timer after 1 hour of gameplay has been fixed. Thanks HailErdogan to have found that bug.

1.4 : Monsters dead animation has been fixed. If you noticed when a monster dies, his body does not move and can sometimes be frozen, floating in the air. Same thing for the drones/juggernauts which often explode in the air. All is properly working with this version. These corrections also improve the fluidity of the game, that's why I really advise you to use this version.

Addition : a new functionnality has also been implemented with this version. (disabling/enabling in the settings of the script) You can teleport to the plateform you are aiming by pressing the microphone key. You need your oxygen bar full to use it and teleport will drain it. The bar will fill up with the time.

1.5 : Monsters won't spawn anymore in unreachable areas except for maps which don't have hill. In this case, the script will work like for the version 1.4.

1.5.1 : - Disconnected players are not displayed anymore with the minimal display. - Sometimes the character of a player who get disconnected could stay alive, he now correctly dies. - When you generate a script with allies major or minor aliens and play it with an opposite difficulty, for instance, minor aliens with total carnage difficulty, only major aliens will spawn and they won't be friendly. This has been fixed.

1.6 : - Minor bugs fixed. - Bug with the generator's performance fixed. - Added the possibility to choose the number of aliens by setting the options in the lua script. - The name and the health of the target you are aiming are now displayed. Red for ennemies, green for allies. - The score's calcul has been reviewed. It increases by dealing damages to ennemies and killing them. It decreases by dealing damages to allies and killing them. Revive a mate and kill yourself will also change your score.

1.7 : - Added missing monsters "Tick" in the generator (minor, major and kamikaze) as suggested by Tycho X. - Added possibility to group monster families by team in the generator by right-clicking on a monster to attribute him a color (see screens). Monsters with the same color are on the same team. Which means enemies or allies with different colors will fight each other. If no color are attributed, it works by default "Ally vs Enemies". This was also suggested by Tycho X. - Monsters teleport in the map instead of spawning from nowhere. - Small other improvements with monster spawning.

Comment: - If you want to use the generator to make your own script with the script's latest version, you obviously need to use the latest version of the generator. - If you want to upgrade a version of a custom survival script you made, just load it in the generator and regenarate it to be upgraded to the last version.

Since the original game doesn't allow more than 32 active ennemies in the same time. I recommand you to change it. Especialy if you play big maps with a lot of aliens or if you want to change manualy the number of aliens as explained in the 1.6 section. For that, go into your marathon folder, script folder, open marathon infinity.mml with your text editor and replace the number paths value = "32" by the number you want (power of 2 and max 512). If there is no such thing in the file, you have to add it yourself like this:

<dynamic_limits> <paths value="128"/> </dynamic_limits>

inside the <marathon> tag.

Let me know if you find some bugs or if you have suggestions.

Answer to helviusrufus: Haha indeed. Sorry for that and thanks for you feedback. I focused on the generator and forgot to upload the new version of the script with it. You could have still upgrade yours by loading it in the generator 1.7 and regenerating it. I have added the script in the archive but it's possible you don't see it right now if you browser cached your previous download. If so you will have to either wait or download if from a different browser or delete your browser cache.

3,024 downloads, 7 reviews, 12 screenshots, 4.4 rating

POWERS 3.0.1

irons on 02/19/2016

Screenshot titled "BANNER"

POWERS is a new kind of Marathon gameplay. Instead of having an arsenal of weapons, the player carries only what is inside his mind—his POWERS.

POWERS works under Aleph One with any Marathon scenario, and, in theory, any game type. However, the best way to use your new POWERS is with a friend in Co-op mode! New challenges await you in your favorite levels, and you might find that your POWERS even enhance levels you never appreciated before. Just use the POWERS Lua script when you play!

Notes for version 3.0.1:

Total overhaul. See the Readme.

2,893 downloads, 6 reviews, 1 screenshot, 4.3 rating

M2 Default HUD 1.1

Hopper on 01/17/2023

Screenshot titled ""

Are you working on a Lua HUD, and want to know how to draw inventory panels or weapons just like the built-in one? This plugin acts just like the hardcoded HUD from M2 and Infinity, so you can see how to duplicate any feature in Lua. It works with third-party scenarios too.

Notes for version 1.1:

Version 1.1 fixes errors with the network radar, and hides ammo for a second weapon when you only have one.

2,870 downloads, 0 reviews, 1 screenshot

CTF Lua 4.0.2

W'rkncacnter on 11/04/2009

This is a lua script that enhances the CTF gametype so it doesn't suck. I wrote the original CTF script, and Irons added some cool features along the way. The readme included explains everything in detail.

Notes for version 4.0.2:

This is the same version that has been out forever. Just adding the file to Simplici7y.

2,622 downloads, 4 reviews, 0 screenshots, 3.8 rating

Rugby Lua 1.2

W'rkncacnter on 11/10/2009

This is a lua script that is meant to go with the Rugby gametype for alephone. Teams are red vs blue. The objective of rugby is to take the ball into the opponent's base.

This script mostly just helps let you know what is going on during the game. If you do not have the ball, the compass will point to it. If you have the ball it will point to the enemy's base.

The script also resets the ball if it lands on an "item impassable" polygon or if no one has touched the ball in 20 seconds. If you bring the ball to your own team's goal, the opposing team will get a point.

Notes for version 1.2:

Changes in v1.2: * Fix a bug where the script will incorrectly determine that you scored a point on your own goal.

2,606 downloads, 1 review, 0 screenshots, 5.0 rating

Joust 5.0

irons on 02/07/2011

Screenshot titled "ACTUAL GAMEPLAY"

This is an attempt to mimic the gameplay of the old Joust arcade game. Players fly around maps and collide with each other to score kills. More detailed instructions await you in the README.

Notes for version 5.0:

This is the fifth attempt at a total Joust rewrite. Compatible with the latest version of Aleph One. Can be played on the EMFH, KOTH, and KTMWTB gametypes.

2,515 downloads, 3 reviews, 1 screenshot, 4.3 rating

lolgametypes 7.2 Alpha 4 GOLD EDITION

W'rkncacnter on 09/07/2010

Screenshot titled "$lave lua"

This is a pack of 3 Lua gametypes that I created. Last Man on the Hill, Elimination and Hill Elimination. The readmes are included with each gametype, so you know the rules and how they each work.

Notes for version 7.2 Alpha 4 GOLD EDITION :

Turns out this crap wasn't on Simplici7y.

2,492 downloads, 1 review, 1 screenshot, 5.0 rating

Seven Shades of Wraith 1.02

Zott on 10/09/2021

Screenshot titled "Hunt down your enemies and destroy them."

A one-level scenario where the player must seek out and punch the seven pumpkin beacons while avoiding Shades, Wraiths, and the occasional Pfhor.

Includes plugin that must be enabled for scenario to work properly.

Volume Warning: screamer.

Notes for version 1.02:

Embedded Increased Dynamic Limits back to Aleph One 1.0 amounts.

Fixed glow mask artifacts with fire sprites.

2,460 downloads, 2 reviews, 2 screenshots, 3.0 rating

M1 Lua Mnemonics 1.0

Hopper on 02/23/2014

Writing a Lua plugin for Marathon under Aleph One 1.1? This script will rename the mnemonics for monsters, projectiles, etc. so you can find the right objects.

2,447 downloads, 0 reviews, 0 screenshots

Screenshot titled "Same color team"

Team play made easy ! This simple lua script adds a lot of options and parameters to tune your team netplay experience. It was originaly design to help people playing team deathmatch (or any other team game) by showing the teams colors on players in a more obvious way. It's now stuffed with other options !

Notes for version 0.2:

Code clean up. The color change is now optional and can be turned off by configuration edit. Added friendly fire management.

2,446 downloads, 4 reviews, 1 screenshot, 4.5 rating

Ghost 0.55

Vladtepes on 02/09/2009

This script adds a new network survival gametype that Marathon: the ghost hunt.

As an UESC Space Marine, you are sent to seek and kill an invisible and dangerous ghost escaped from the depth of Lh'owon. It is very quick and can jump from wall to wall and, worst of all, you are nearly out of ammo!

Notes for version 0.55:

Bug correction

2,425 downloads, 2 reviews, 0 screenshots, 3.0 rating

A physics file to use together with visual mode lua. It stops the constant teleporting of enemies. It's universal and works the same on all scenarios. Enjoy a visual mode without distractions.

Notes for version 1.0:

No sounds or visual appearances are made by monsters.

No slowdowns detected on my machine (2ghz pc, 4gb ram, 256mb graphic card) when I ran through a 1024 polygon solo level and activated all monsters.

2,405 downloads, 1 review, 0 screenshots, 5.0 rating

Height as Some Feature dirac delta function

ray on 08/29/2009

Height as Some Feature is a script pack that will be released incrementally from RAY LABORATORIES.

NOTE: This script pack will only be released on forward-thinking sites like Simplici7y, not sites run by the obstructionists of the Marathon community.

Notes for version dirac delta function:

This version contains:

  • KING OF THE HEIGHT

2,393 downloads, 5 reviews, 0 screenshots, 5.0 rating

Cheats.lua Demo 2.2

Zaero on 12/19/2010

Screenshot titled "Goo-bye"

This is the demo of Cheats.lua script, version 2.2. The full version will (beside 2.0 features) include: -4th teleportation type: teleport to any level (you'll not loose any items you currently have!) -cheat to give yourself any number of Uplink/Repair chips -cheat to kill all the enemies of a certain class (fighter for ex.) or all enemies on the map. This will also allow you to kill allies and there'll be also a preset "class" which will allow you to finish "rescue" type missions easily. -noclip cheat -ability to choose how much ammo an ammo/weapon cheat gives you -ability to set the oxygene/life to any value -Easter Egg "W?rkncacnter mode"

Notes for version 2.2:

Those are the features available in demo: -4th teleportation type (will allow you to teleport to the first level only) -chip-cheat: confirmation massages only - to let you know it works - no chips will be added in fact -kill cheat: will kill the player

2,391 downloads, 7 reviews, 1 screenshot, 1.7 rating

Night Vision Lua 1.0

Zott on 08/31/2011

Screenshot titled "Useful against Wraiths"

Lua script which allows the player to turn on night vision goggles to help them see in the dark.

Use the Microphone key to toggle.

Intended for single player only, though you are free to mess with it in multiplayer if you dare.

Notes for version 1.0:

Initial Release

2,374 downloads, 3 reviews, 1 screenshot, 4.7 rating

Screenshot titled ""

This is a script demonstrating a simple turret AI using .lua and scenery objects. You can turn all lights, some other scenery (just look for something that could look anything at all like a turret) into turrets by pressing the action key next to them (don't worry how close you are to it in height.)

2,260 downloads, 0 reviews, 1 screenshot