Difference between revisions of "GTAMA"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with ''''GTAMA''' ('''GTA Mission Assembler''') is an open-source command line program by Dan Strandberg and can be used to assemble a collection of text files containing code into a <…')
 
m (legacy)
Line 1: Line 1:
'''GTAMA''' ('''GTA Mission Assembler''') is an open-source command line program by Dan Strandberg and can be used to assemble a collection of text files containing code into a <code>main.scm</code> file for [[GTA III]] and [[Vice City]]. {{U|CyQ}}'s VCDisAsm for Vice City and SADisAsm for [[San Andreas]] is used to disassemble the <code>main.scm</code> in the format readable by GTAMA. The opcodes definition lists used to be updateable on {{U|TbM2k}}'s website but no longer the case. When the <code>main.scm</code> is decompiled, the code is separated into multiple plain-text files with extension <code>.gsr</code>.
+
'''GTAMA''' ('''GTA Mission Assembler''') is an open-source command line program by Dan Strandberg and can be used to assemble a collection of text files containing code into a <code>main.scm</code> file for [[GTA III]] and [[Vice City]]. {{U|CyQ}}'s VCDisAsm for Vice City and SADisAsm for [[San Andreas]] is used to disassemble the <code>main.scm</code> in the format readable by GTAMA. The opcodes definition lists used to be updatable on {{U|TbM2k}}'s website but no longer the case. When the <code>main.scm</code> is decompiled, the code is separated into multiple plain-text files with extension <code>.gsr</code>.
  
 
This program is not longer updated and is not commonly used. [[Sanny Builder]] is the most recently updated and the most featured program.
 
This program is not longer updated and is not commonly used. [[Sanny Builder]] is the most recently updated and the most featured program.
  
 
== See also ==
 
== See also ==
* [[List of opcodes (GTAMA)?]]
+
* [[List of opcodes (GTAMA)]]
  
 
== External links ==
 
== External links ==

Revision as of 00:10, 17 August 2011

GTAMA (GTA Mission Assembler) is an open-source command line program by Dan Strandberg and can be used to assemble a collection of text files containing code into a main.scm file for GTA III and Vice City. CyQ's VCDisAsm for Vice City and SADisAsm for San Andreas is used to disassemble the main.scm in the format readable by GTAMA. The opcodes definition lists used to be updatable on TbM2k's website but no longer the case. When the main.scm is decompiled, the code is separated into multiple plain-text files with extension .gsr.

This program is not longer updated and is not commonly used. Sanny Builder is the most recently updated and the most featured program.

See also

External links