arma:scripting
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
arma:scripting [2011/08/15 09:30] – added global scripts dir header. snakeman | arma:scripting [2024/08/01 10:46] (current) – links added. snakeman | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Scripting ====== | + | ====== |
+ | |||
+ | [[https:// | ||
+ | |||
+ | **ArmA 1** aka Armed Assault (ArmA) | ||
Scripting in ArmA is changed somewhat from OFP times. | Scripting in ArmA is changed somewhat from OFP times. | ||
Line 8: | Line 12: | ||
- | ====== Introduction | + | ====== Introduction |
During mission editing and addon editing you may come across situations where actions or features you would like to have in your mission or addon cannot be accomplished using the basic (or even the more advanced) capabilities of the mission editor or within config files (in the case of addons). Some examples of this might be really cinematic cutscenes in missions or special animations for an addon. | During mission editing and addon editing you may come across situations where actions or features you would like to have in your mission or addon cannot be accomplished using the basic (or even the more advanced) capabilities of the mission editor or within config files (in the case of addons). Some examples of this might be really cinematic cutscenes in missions or special animations for an addon. | ||
- | The solution to this is to take advantage of the game-engines ability to call on an even more advanced feature known as scripting. Armed Assault' | + | The solution to this is to take advantage of the game-engines ability to call on an even more advanced feature known as scripting. Armed Assault' |
Line 21: | Line 25: | ||
**Script** | **Script** | ||
- | When speaking about a script, it is generally considered a .sqs file, the same can be said for functions, since functions are a kind of script as well, the file ends with a .sqf. Both file types can be edited as a plain text file. | + | When speaking about a script, it is generally considered a .sqs file, the same can be said for functions, since functions are a kind of script as well, the file ends with a .sqf. Both file types can be edited as a plain text file. |
**Game Engine** | **Game Engine** | ||
- | The core program of the game which reads and executes your scripting commands at run time. | + | The core program of the game which reads and executes your scripting commands at run time. |
Line 39: | Line 43: | ||
</ | </ | ||
- | Argument is passed to the script as local variable _this. | + | Argument is passed to the script as local variable _this. |
The Script is first searched for in the mission folder, then in the campaign scripts folder and finally in the global scripts folder. | The Script is first searched for in the mission folder, then in the campaign scripts folder and finally in the global scripts folder. | ||
Line 90: | Line 94: | ||
- | ====== Some SQF things | + | ====== Some SQF Things |
Some misc SQF things here ;) | Some misc SQF things here ;) | ||
Line 133: | Line 137: | ||
- | ====== Exit while loop ====== | + | ====== Exit While Loop ====== |
<code cpp> | <code cpp> | ||
Line 215: | Line 219: | ||
- | ====== Script | + | ====== Script |
When you have script like this | When you have script like this | ||
Line 272: | Line 276: | ||
< | < | ||
</ | </ | ||
+ |
arma/scripting.1313400654.txt.gz · Last modified: 2011/08/15 09:30 by snakeman