About
Scripts Searcher is a development tool that allows you to search throw the GTA V decompiled scripts for a specific native or any other term fast and easy. It can useful to know in which script a native is use or how it is used. It has other features like open a specific script with Notepad++ or select a native an open its page in the NativeDB.
How To Use
-
Search:
1.Download the GTA V decompiled scripts.
Get them here: http://www.dev-c.com/gtav/
2.Click the "Search scripts folder" button.
3.Navigate to your decompiled scripts location.
4.Type the search term.
5.Click the "Start search" button.
6.Wait. -
Open a decompiled script with Notepad++ directly:
1.Install Notepad++.
Get it here: https://notepad-plus-plus.org/download/
2.After a search, highlight the name of a file.
3.Press E or right click to open the context menu and select "Open Notepad++" -
Open NativeDB directly:
1.After a search, highlight a native name.
E.g.
Line: PLAYER::GET_PLAYER_PED(a_0); -----> Text to highlight: GET_PLAYER_PED
Line: if (UNK::_8AA464D4E0F6ACCD()) { -----> Text to highlight: 8AA464D4E0F6ACCD
2.Press Q or right click to open the context menu and select "Open NativeDB"
*You can change the shortcut keys in the settings.
Author: alexguirre
Recommended Comments
Create an account or sign in to comment