Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 928 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 928 Bytes

mta-ide-search

This resource lets you search for model IDs, DFF and TXD names in all of GTA's .ide files (as well as SAMP.ide).

These files contain information about all models in the game (ID, dff, txd, etc).

For example, you can use this script to find which DFF models use a certain TXD file.

MTA forum topic: https://forum.mtasa.com/topic/134224-rel-ide-search-tool

If you need help with anything related to this project, please read the corresponding section on the MTA forum thread linked above.

Setup

  • Move ide-search folder into your server's resources
  • Type start ide-search in server console
  • Use commands /searchide and /listide
  • Read more about it here

Example

We want to find out which objects use the TXD file used by DYN_ROADBARRIER_5 [1422].

1 2 3