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 <…')
 
 
(One intermediate revision by one other user not shown)
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 ==
Line 12: Line 12:
 
* [http://web.archive.org/web/20040113201647/http://gtascripts.org/files/vctools.exe Giddy] &ndash; based on GTAMA IDE for Vice City, retrieved from archive.org
 
* [http://web.archive.org/web/20040113201647/http://gtascripts.org/files/vctools.exe Giddy] &ndash; based on GTAMA IDE for Vice City, retrieved from archive.org
  
[[Category:Mission Scripting]][[Category:Tools]][[Category:GTA 3]][[Category:GTA VC]]
+
{{N|VC|3}}
 +
 
 +
[[Category:Mission Scripting]][[Category:Tools]]

Latest revision as of 11:40, 14 October 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