AE:OTA: Difference between revisions
m (oops, I a word there) |
m (link fix) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
{| style="float:right; border:solid; text-align:left;" | {| style="float:right; border:solid; text-align:left;" | ||
| '''OTA TALK ON OCF''' | | '''OTA TALK ON OCF''' | ||
* [http://oni.bungie.org/forums/index.php?threadid=142 Major releases] | * [https://web.archive.org/web/20080409203140/http://oni.bungie.org/forums/index.php?threadid=142 Major releases] | ||
* | * <!--http://oni.bungie.org/forums/index.php?threadid=121 -->Dev talk | ||
'''CONTACT US''' | '''CONTACT US''' | ||
*[[User:Geyser|geyser]] | *[[User:Geyser|geyser]] | ||
Line 93: | Line 93: | ||
|YES | |YES | ||
|NO | |NO | ||
| | |NOT AVAILABLE | ||
|- | |- | ||
|[http://your-mom.oni2.net/Downloads/Arena%20Scripts/Arena%20v.1.0%20Scripts/ACH.zip AIRPORT CARGO HANGARS DM PACK] | |[http://your-mom.oni2.net/Downloads/Arena%20Scripts/Arena%20v.1.0%20Scripts/ACH.zip AIRPORT CARGO HANGARS DM PACK] | ||
Line 147: | Line 147: | ||
|[http://your-mom.oni2.net/Downloads/Arena%20Scripts/Arena%20V.1.1/SMC1.1.zip SYNDICATE MOUNTAIN COMPOUND DM PACK] | |[http://your-mom.oni2.net/Downloads/Arena%20Scripts/Arena%20V.1.1/SMC1.1.zip SYNDICATE MOUNTAIN COMPOUND DM PACK] | ||
|YES | |YES | ||
|YES* Requires Cache Fix [http://oni.bungie.org | |YES* Requires Cache Fix [http://oni.bungie.org/forum/viewtopic.php?pid=2243 Here] | ||
|NOT AVAILABLE (Included in ZIP) | |NOT AVAILABLE (Included in ZIP) | ||
|} | |} | ||
Global version coming soon... | Global version coming soon... | ||
[http://oni.bungie.org/forums/index.php?threadid=121&page=40 | [https://web.archive.org/web/20080409010818/http://oni.bungie.org/forums/index.php?threadid=121&page=40 HERE] are a few recent builds. Check them out :) | ||
==How can I help?== | ==How can I help?== | ||
Line 162: | Line 162: | ||
Also, if you're interested in helping to cross-level port or debug, please contact us (contact links are at the top of the page). | Also, if you're interested in helping to cross-level port or debug, please contact us (contact links are at the top of the page). | ||
[[Category:Obsolete | [[Category:Obsolete AE mods]] |
Latest revision as of 22:57, 31 March 2020
This page is being preserved for historical reasons. Rather than using the download links below, you should install this script through the AE Installer. |
OTA TALK ON OCF
CONTACT US |
Oni Team Arena (or OTA)
Oni Team Arena is a series of scripts oriented on multiplayer gameplay. You don't get to fight human opponents, but Oni's AI are treated as respawning bots.
The interface is much inspired by that of existing FPS-shooters and other games supporting multiplayer.
Smart bot behavior, challenge and entertainment are the main objectives. OTA is also a playground allowing us to test complex combat situations before they get implemented in projects like Oni 2.
We try to implement as many popular multiplayer features as possible: random spawn positions, random weapons and powerups, frag-related messages, sounds and visuals, bot model selection etc. In the case of advanced features like teleporters and jump platforms, we're limited by the original AI. Otherwise, anything goes.
"We" is geyser for the core scripting, Your_Mom for cross-level porting on PC, and (since recently) EdT for porting 1.1 onto Mac OS9. Script10k provided the initial idea.
What exactly is Oni Team Arena?
What we do is a large number of comparatively small arena-like setups in appropriate spots throughout Oni. There are two teams of bots, you get to lead one, and a boss character gets to lead the other.
The number of players can vary, but we try to make it large, starting at 16 (which is the number of network/online players supported by Serious Engine 2).
Teams don't just fight with each other, they score points and the first team to reach a set amount of points wins. There can be neutral characters who attack either team or just annoy everybody.
Game modes
- Team Deathmatch : teams score a frag every time a player of the opposite team dies. - IMPLEMENTED, currently in final stage of development
- Tag a.k.a. Oni : the player is "it" (a.k.a. the Oni), alone against the AI. When an AI dies, it becomes the Oni : it respawns, and the player gets to control this new character. The old Oni becomes an enemy AI. - IMPLEMENTED, being added to release versions
- Capture The Flag : teams score points by stealing the enemy flag and bringing it home. - IN PROJECT
- Oni Rugby : teams score points by carrying an object (the ball) and marking a point with it in the enemy camp. - IN PROJECT
- Bonuses : Stuff like a fun shooting range with a score, not really an arena, but something we might want to throw in a pack.
- More bonuses : Advanced scripting choreography and camera management (fighting/dancing/moviemaking)...
- Other stuff, not clearly defined yet
Both time limit and frag limit are supported in the most recent DM packs.
Fighting modes
- total melee : no weapons
- balanced gameplay : limited number of randomly chosen weapons.
- single-weapon gameplay : limited number of weapons of one given type.
Weapons can be given at respawn-time or they can be spawned on the ground.
Where do I get it?
The downloads section is in construction.
These are stand-alone scripts that install in a level's script folder and don't have IGMD/global elements.
Available | Certified (YES/NO) | Stable (YES/NO) | Readme file |
---|---|---|---|
ROOFTOPS DM PACK | YES | YES | README.TXT |
ATMOSPHERIC PROCESSORS 2 DM PACK | YES | YES | README.TXT |
SYNDICATE MOUNTAIN COMPOUND DM PACK | YES | YES | README.TXT |
TCTF SCIENCE PRISON DM PACK | YES | YES | README.TXT |
REGIONAL STATE BUILDING DM PACK | YES | YES | README.TXT |
BIO RESEARCH LAB DM PACK | YES | NO | NOT AVAILABLE |
AIRPORT CARGO HANGARS DM PACK | YES | YES | README.TXT |
TCTF REGIONAL HQ DM PACK | YES | YES | NOT AVAILABLE |
MUSASHI MANUFACTURING DM PACK | YES | YES | NOT AVAILABLE |
KONOKO'S DREAM WORLD DM PACK | YES | YES | NOT AVAILABLE |
Available | Certified (YES/NO) | Stable (YES/NO) | Readme file |
---|---|---|---|
ROOFTOPS DM PACK | YES | YES | README.TXT |
ATMOSPHERIC PROCESSORS 2 DM PACK | YES | YES (?) | NOT AVAILABLE (Included in ZIP) |
TCTF REGIONAL HQ DM PACK | YES | YES | NOT AVAILABLE (Included in ZIP) |
AIRPORT ASSAULT DM PACK | YES | YES | README.TXT |
SYNDICATE MOUNTAIN COMPOUND DM PACK | YES | YES* Requires Cache Fix Here | NOT AVAILABLE (Included in ZIP) |
Global version coming soon...
HERE are a few recent builds. Check them out :)
How can I help?
Beta-testing of any available OTA release listed above is welcome. We have a stability issue (read : we get "Blam! Oni crashed") on some levels with the most recent and full-featured versions of OTA (1.1)
Please check back on this page now and then, download and test everything that doesn't have a YES/NO "Stable" label. Any level labeled as "unstable" will get a dedicated crash report and discussion page.
Also, if you're interested in helping to cross-level port or debug, please contact us (contact links are at the top of the page).