Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayope authored May 22, 2021
1 parent a187aeb commit 07c5bc1
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ImGTA
This mod helps you debug GTA V scripts by watching and interacting with internal global variables.<br />
This mod helps you debug GTA V scripts by watching and interacting with internal local and global variables.<br />
Some of the functionalities are only available to GTA V build version 372 (online 1.27) because they use global addresses directly and these are dependent on version.<br />
As the information based on globals is reverse engineered, it is sometimes without useful description or it can be wrongly described. Please let us know if you have any correction.

Expand Down Expand Up @@ -31,16 +31,18 @@ Note:
* Scripts
* List running scripts (name, handle)
* Start script
* Global watcch
* Watch address (int, float, string, vector, bitfield)
* Watch address in game
* Memory watcher
* Variable types (int, float, string, vector, bitfield)
* Watch local (script) variable from index
* Watch global variable from index
* Watch addresses in game
* Handle helper
* List nearby pedestrians id
* List nearby vehicles id
* Show pedestrians and vehicles in game (id, life)
* Entity list of variables (type, health, injured, model, position, is mission entity)
* Lua console
* Haven't looked at it but it should be able to call natives...
* Can call all natives directly within the game
* Area
* Draw box in game
* Check if ped in angled are
Expand All @@ -53,6 +55,8 @@ Note:
* Player switch (in development)
* Switch variables (in progress, type, state)
* Player switch locations list of variables
* Comms
* A stub at the moment
* Synchronized Scene
* Synchronized scene (loop, set phase, set rate, set hold last frame)
* List running synchronized scene

0 comments on commit 07c5bc1

Please sign in to comment.