MartinJK / Mafia-Definitive-Edition-ScriptHook

Other
16 stars 5 forks source link

Dump of globals #2

Closed bugproof closed 3 years ago

bugproof commented 3 years ago

Here's a list of globals if anyone finds that useful it's not all of them https://gist.githubusercontent.com/bugproof/ef7821d4392549745fbe4f1fd0244b75/raw/50cdb4e2b8c2daebdb72158b240e77b2f766d786/gistfile1.txt

I'm afraid dumping original arguments is not possible but maybe it's possible to extract original lua scripts somehow from *.sds files when sds unpacker is available so we can get better understanding how specific functions work.

I'm gonnna update it with more complete dump later (with userdata types)