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: 10767 | 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
Videos
Add a Youtube video

4 comments found
Name:


Comment text:


reload, if the code cannot be seen

Attention:
You need to be registered and signed in to post comments!
ThatsMe
"Vic"
Vic
Comments: 0
Profile
Message
12.11.2015, 20:36

hmm... good idea good Laugh


goodidea82
"Vic"
Vic
Comments: 0
Profile
Message
12.11.2015, 21:46

If you download this script, please leave a comment what you want to use it for. I'm just interested.


bramxr
"Vic"
Vic
Comments: 0
Profile
Message
13.12.2015, 12:03

Nice work


crspo2020
"Vic"
Vic
Comments: 0
Profile
Message
12.07.2017, 19:02

good awesome , just what i need xd

Old but gold ;)

wow ! #dir = "C:GamesGTA_SASAxVCxLC-Testdatascript"

Deja Vu from 2015 xD