Difference between revisions of "Mission Scripting Tools"

From GTAMods Wiki
Jump to navigation Jump to search
Line 1: Line 1:
''For more in-depth introduction to mission coding see [[Mission Scripting (Overview)]].''
+
A mission scripting tool is used to to edit the game [[script]]s.
  
To edit the game scripts, you will need one of the coding tools:
+
{| class="wikitable"
 
 
{|{{Prettytable}} width="100%"
 
 
|-
 
|-
 
!width="150px"|Tool
 
!width="150px"|Tool
Line 36: Line 34:
 
== Related Tools ==
 
== Related Tools ==
 
The following tools are related to mission scripting, but cannot be used for direct editing:
 
The following tools are related to mission scripting, but cannot be used for direct editing:
{|{{Prettytable}} width="100%"
+
{| class="wikitable"
 
|-
 
|-
 
!width="150px"|Tool
 
!width="150px"|Tool
Line 58: Line 56:
 
* Currently hosted at http://public.sannybuilder.com/tools/vc_scmmod.zip
 
* Currently hosted at http://public.sannybuilder.com/tools/vc_scmmod.zip
 
|}
 
|}
 +
 +
== See also ==
 +
[[Mission Scripting (Overview)]]
  
 
{{N|4|SA|VC|3}}
 
{{N|4|SA|VC|3}}
 
[[Category:Mission Scripting]][[Category:GTA 3]][[Category:GTA LCS]][[Category:GTA VCS]]
 
[[Category:Mission Scripting]][[Category:GTA 3]][[Category:GTA LCS]][[Category:GTA VCS]]

Revision as of 12:12, 8 October 2016

A mission scripting tool is used to to edit the game scripts.

Tool Supported Games Notes
Sanny Builder GTA III Vice City San Andreas Liberty City Stories Vice City Stories
  • for LCS and VCS only disassembling of the main.scm is supported
gtama GTA III Vice City San Andreas
  • For GTA SA only a disassembler was made
  • The project is abandoned
Mission Builder GTA III Vice City San Andreas
  • A separate tool was made for each supported game (GTA3 MB, VC MB, SA MB)
  • The project is abandoned
Point Vice City San Andreas Liberty City Stories
  • The project is abandoned
Scone GTA IV
  • SCO dis-/assembler
  • The project is abandoned
Scocl GTA IV
SCRambl San Andreas
  • an open-source SCR assembler

Related Tools

The following tools are related to mission scripting, but cannot be used for direct editing:

Tool Supported Games Notes
.NET Script Hook GTA IV allows writing external scripts in any .NET language
Alice GTA IV adds LUA scripting support
C++ Script Hook GTA IV allows writing external scripts in C++ language
CLEO GTA III Vice City San Andreas allows running scripts alongside of the main.scm
OpenIV GTA IV has a SCO files viewer
SparkIV GTA IV has a SCO files viewer
spookie's SCM Hook Vice City

See also

Mission Scripting (Overview)