Advertising
Navigation
Information

GTA San Andreas Tools

:

Tools zum Erstellen eigener Cars, Mods, Maps etc.

SCM Variable Usage Analyzer


Autor: goodidea82
Webseite
Datum: 11.11.2015
Downloads: 9881 | Statistiken
Dateigröße: 0.247 MB

Bewertung:
10.00 bei 75 Bewertungen

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
Viruserkennungsrate: 0% (0/54)
Virus Scan Report anzeigen
Werbung
Melden
Mod Report

Bist du der Autor dieser Modifications? Falls jemand deine Mod geklaut hat, kannst du diesen Mod melden und einen Antrag auf Löschung stellen.

Diese Mod melden

Screenshots
SCM Variable Usage Analyzer

Zu Favoriten hinzufügen Auf Facebook teilen

Videos
Ein Youtube Video hinzufügen

4 Kommentare bisher
Dein Name/Nick:


Deine Message:


Smileys:



Hinweis:
Du musst registriert und eingeloggt sein, um Kommentare zu posten.