BSL:Tutorial: Difference between revisions

From OniGalore
Jump to navigation Jump to search
(linking to long-lost console tutorial)
(merging in material from the main BSL page)
Line 1: Line 1:
{{finish}}
There are several ways to start scripting.__NOTOC__
==Tutorial==
There are several ways to start scripting.
===[[/Console|Playing with the developer console]]===
*The fastest way to start learning BSL is to just load the first level and open the dev console.
===[[BSL:Tutorial/Modification|Original logic modification]]===
*There are lots of cool things to do by merely looking at the original scripts and changing a few parameters.
*An attempt of such a tutorial was submitted on {{OCF}} by '''typhen'''.<br>It will be available [[BSL:Tutorial/Modification|here]] soon, as well as other examples of "minor scripting" tricks, level per level.


===Patching===
==[[/Console|Playing with the developer console]]==
===[[BSL:Tutorial/Scratch|New logic from scratch]]===
The fastest way to start learning BSL is to just load the first level and open the dev console.
 
==[[BSL:Tutorial/Modification|Original logic modification]]==
There are lots of cool things to do by merely looking at the original scripts and changing a few parameters.
 
==[[IGMD/global|Patching]]==
Want to script a "patch" that's effective in every level?
 
==[[BSL:Tutorial/Scratch|New logic from scratch]]==
Create completely new level logic from scratch.


[[Category:Modding tutorials]]
[[Category:Modding tutorials]]

Revision as of 04:34, 3 December 2015

There are several ways to start scripting.

Playing with the developer console

The fastest way to start learning BSL is to just load the first level and open the dev console.

Original logic modification

There are lots of cool things to do by merely looking at the original scripts and changing a few parameters.

Patching

Want to script a "patch" that's effective in every level?

New logic from scratch

Create completely new level logic from scratch.