User talk:Gumby: Difference between revisions

From OniGalore
Jump to navigation Jump to search
m (→‎Scripted Mods: changed your_mom to your-mom; alloc's server runs with new software that doesn't read underlines in hostnames)
(No difference)

Revision as of 17:03, 23 December 2007

What Are Scripts?

Scripts are the files that dictate the in-game processes in Oni, which include level logic, environment effects, as well as cutscenes. They are the *.bsl files inside the folder ...Oni/GameDataFolder/IMGD/. By editing scripts, you can alter how the game plays.


Editing Scripts

Scripts can be edited with and word-processing program, such as NotePad. They can be edited simply by typing inside the file. Script files can be generated by creating a *.txt document, then changing the extension from txt to bsl.


For information on writing simple scripts from scratch, go here. For information on compiling and editing scripts, see the Oni Scripting Language page.

Scripted Mods

Scripted Mods are great examples of editing scripts. They edit the *.bsl files to create interesting, and often amusing results. They can change everything from the fog, to how the characters and level interact. However, they cannot add characters or change the level layout, only its contents, as they are handled by the Binaries. Information on OBD: Oni Binary Data . They are great examples of what can be achieved simply by typing into a file. The possibilities are simply endless.

Probably the best specimens of Scripted Mods are the Oni Team Arena scripts. Based on an idea for multiplayer Oni, and inspired by Unreal Tournament, they augment Oni's hand-to-hand combat and gunplay integration with a scoring system much like Unreal Tournament's DeathMatch. More information about this exciting project can be found at the page listed above.

All other scripted mods are basically anything you can imagine. From free-for-all arenas to objective based missions and enhancements of the original level, they spice up the games original levels and provide a more exciting experience to those who have finished the game. They keep the game alive, outside of its original levels.

Downloads of OTA Mods are available at the OTA page. (Oni Team Arena) Downloads for other scripted mods mave been gathered here : Script Download Page and here.