Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added filter option to inspect model, complete model list and vehicle #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

excelsi0r
Copy link

@excelsi0r excelsi0r commented May 30, 2019

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

@dexyfex
Copy link
Owner

dexyfex commented Oct 30, 2019

I can't merge this directly because so many files were touched, but I'm leaving it here for the time being since maybe the desired functionality can be extracted from somewhere in the changed files

@excelsi0r
Copy link
Author

I may have uploaded the new compiled binaries as well :D. I will try to create a pull request with the code changes only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants