added filter option to inspect model, complete model list and vehicle #47
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello.
I was checking this project today and I found it quite interesting. I wanted something exactly like this to edit and create maps for Gta V. Just like old SA-MP map construction.
Something I realized it didn't exist was a list of objects and vehicles to zap trough. So I changed The Model View Tab a little bit. I added a complete list of objects and vehicles to the ModelViewCombo. This list is created at load time by loading the files 'entities/ObjectList.ini' and 'entities/VehicleList,ini'. Additionally, I added a text box that will serve as a filter. There, the user is able to input some words (separated by spaces). And the ComboBox will only list items that contain all those words.
I believe this is an interesting feature for the users that wish to create new maps. By having this complete list of entities and search filter, they can easily inspect and chose which props to use.
I made these features for my personal use. But I realized I should at least share it.
PS: The lists come from the MapEditor Mod
PSS: I also tried the Ped Models but they wouldn't render