Difference between revisions of "Mission Scripting Tools"

From GTAMods Wiki
Jump to navigation Jump to search
 
m
Line 11: Line 11:
 
== III tools ==
 
== III tools ==
 
== VC tools ==
 
== VC tools ==
 +
[http://www.kostelecky.com/craig/mb15.rar Mission Builder]<br />
 
== SA tools ==
 
== SA tools ==
[http://www.freewebs.com/sannybuilder/ Sanny Builder]
+
[http://www.freewebs.com/sannybuilder/ Sanny Builder]<br />
[http://www.joncaruana.com/projects/point/ Point]
+
[http://www.joncaruana.com/projects/point/ Point]<br />
[http://www.kostelecky.com/craig/mb15.rar Mission Builder]
 
 
== LCS tools ==
 
== LCS tools ==
 
None yet
 
None yet

Revision as of 17:07, 15 November 2005

Introduction

A more in depth introduction to mission coding can be found here but basically mission coding/scripting is altering the main.scm (and, in SA the script.img file) to run extra game code. Game code is restricated to a set of commands defined by the game (called OpCodes) which can be used to test and alter certain attributes of ingame objects. Basically, you can do alot with mission scripting (anything done in any of the missions and in between the missions and more), but not everything is controlled by it, it is very difficult to say what is and isn't.

To give you an idea, the OpCode databases (VCand SA) have fairly cleverly named the OpCodes to give you an idea (although there are alot of unknown ones).

Editing

To open the main.scm file, you will need one of the coding tools, the most common of which are:

III tools

VC tools

Mission Builder

SA tools

Sanny Builder
Point

LCS tools

None yet