Advertising
Navigation
Information

GTA San Andreas Tools

:

Tools to create new cars, maps, mods etc.

SCM Variable Usage Analyzer


Author: goodidea82
Website
Date: 11.11.2015
Downloads: 9881 | Statistics
Filesize: 0.247 MB

Rating:
10.00 based on 75 votes

SCM Variable Usage Analyzer 0.1 by GoodIdea82, 2015

This is a tool for programmers who work with the main.scm. This is for GTA III, VC, and SA.

This is a quick and dirty python script. With this script you can analylze the usage of local and global variables in main.scm. Edit the script and change the
dir variable so that it contains the path to your main.txt. Generate main.txt
by decompiling main.scm using SannyBuilder. This script reads the decompiled
code and creates the files variableUsage.txt and sideEffectFreeVariables.txt.
The file variableUsage.txt finds for all sections (main, missions, external scripts)
which variables are used. After each variable it lists in which other section
the variable is also used. The file sideEffectFreeVariables.txt finds all
variables which occur only in one section and do not occur in main, mission 1,
or mission 2. Hence, the side-effect free variables are used only locally in a
one section. Actually not variables are analyzed by variable expressions.
For example the array access $123($45,i4) and $123(3,i4) may refer to
the same variable if $45=3.

Advertising
Download
DOWNLOAD
Virus Detection Ratio: 0% (0/54)
See Virus Scan Report
Advertising
Report
Mod Report

Are you the owner of this mod? If someone has stolen your work, you can make a request for removing this mod.

Report this mod

Screenshots
SCM Variable Usage Analyzer

Add to Favorites Share on Facebook
Videos
Add a Youtube video

4 comments found
Your Name/Nick:


Your Message:


Smileys:



Attention:
You need to be registered and signed in to post comments!