Difference between revisions of "Sanny Builder"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{ToolBox | {{ToolBox | ||
| name = Sanny Builder | | name = Sanny Builder | ||
− | | version = 3. | + | | version = 3.2.2 |
− | | date = 05 July, | + | | date = 05 July, 2014 |
| author = [[User:Seemann|Seemann]] | | author = [[User:Seemann|Seemann]] | ||
| game = [[GTA 3]], [[GTA VC]], [[GTA SA]] <br> [[GTA LCS]], [[GTA VCS]] | | game = [[GTA 3]], [[GTA VC]], [[GTA SA]] <br> [[GTA LCS]], [[GTA VCS]] | ||
Line 13: | Line 13: | ||
== Major features == | == Major features == | ||
− | * Support for | + | * Support for GTA 3D era games till [[GTA 4]]. It could disassemble and assemble scripts of GTA3, GTA VC and GTA SA. The script format of GTA LCS and GTA VCS is supported partially: SB is able only to disassemble its scripts; |
* Sanny Builder has the fastest mission compiler comparing to all other existing tools; | * Sanny Builder has the fastest mission compiler comparing to all other existing tools; | ||
* Convenient IDE with syntax highlighting; | * Convenient IDE with syntax highlighting; | ||
Line 30: | Line 30: | ||
* Source converting tool (converts scripts written for the [[Mission Builder]] into the Sanny Builder syntax) | * Source converting tool (converts scripts written for the [[Mission Builder]] into the Sanny Builder syntax) | ||
* Native support for the [[CLEO|CLEO library]] | * Native support for the [[CLEO|CLEO library]] | ||
+ | * Web update feature | ||
− | == Version | + | == Version History == |
Development of the tool began on July 05, 2005. First public release (v0.6-beta) was made a month later on August 04, 2005. | Development of the tool began on July 05, 2005. First public release (v0.6-beta) was made a month later on August 04, 2005. | ||
− | Current version: v3. | + | Current version: v3.2.2, released on July 05, 2014. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==See also== | ==See also== | ||
Line 113: | Line 42: | ||
== External links == | == External links == | ||
* [http://sannybuilder.com Official website] | * [http://sannybuilder.com Official website] | ||
+ | * [http://public.sannybuilder.com/archive Old versions archive] | ||
* {{GTAF|211077}} | * {{GTAF|211077}} | ||
* [http://gtag.gtagaming.com/opcode-database/generator/ Download latest INI file with opcodes] - provided by {{U|Deji}} | * [http://gtag.gtagaming.com/opcode-database/generator/ Download latest INI file with opcodes] - provided by {{U|Deji}} |
Revision as of 12:16, 18 August 2014
Current version: | 3.2.2 (!) |
---|---|
Developed by: | Seemann |
Supported games: | GTA 3, GTA VC, GTA SA GTA LCS, GTA VCS |
Type: | script editor |
Website: | http://sannybuilder.com |
Sanny Builder, or shortly SB, is a fast and powerful script editor designed for the GTA 3D game series (GTA3, VC, SA; partially LCS and VCS). It includes a dissasembler, permitting the end-user to quickly disassemble the main.scm file which contains game scripts, and a fast compiler to translate user-made scripts back into a SCM or CLEO file readable by game. Sanny Builder is made and produced by Seemann.
Contents
Major features
- Support for GTA 3D era games till GTA 4. It could disassemble and assemble scripts of GTA3, GTA VC and GTA SA. The script format of GTA LCS and GTA VCS is supported partially: SB is able only to disassemble its scripts;
- Sanny Builder has the fastest mission compiler comparing to all other existing tools;
- Convenient IDE with syntax highlighting;
- Detailed help including description and solutions for all run-time error messages.
Syntax features
- high-level statements (loops, conditions)
- basic class system
- directives
- constants
- direct hex input
Built-in-tools
- Player coordinates manager (lets you to read and change player's coords and z-angle in game)
- Opcode search tool (Allows you to quicky find a needed opcode)
- Source converting tool (converts scripts written for the Mission Builder into the Sanny Builder syntax)
- Native support for the CLEO library
- Web update feature
Version History
Development of the tool began on July 05, 2005. First public release (v0.6-beta) was made a month later on August 04, 2005.
Current version: v3.2.2, released on July 05, 2014.
See also
External links
- Official website
- Old versions archive
- GTAForums topic
- Download latest INI file with opcodes - provided by Deji