-
Notifications
You must be signed in to change notification settings - Fork 46
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
[enhancement] Add new NativeUI features #6
Comments
Probably won't be added because it aligns to the safezone so that it'll always appear at the right position for all resolutions and aspect ratios. Offset would have to be different for every resolution/aspect ratio and I'm not going to hardcode that.
That's already a feature...
Also probably not going to be added because there's 40 something parents, and only 20 something images. So it's completely useless.
ehm, how is this related to a menu exactly? This seems more suited for some general "UI/HUD" API, not a MenuAPI, but I'll consider this. |
why not the heritage? could be great to add more panels too |
|
if you enumerate parents there are 23 dads and 22 mothers.. i can even give you the names taken from game files as i used them in LUA with that menu wrapper.. |
Nope, there's actually no specific difference between male/female parents, so there's an equal amount of dads vs moms. (40 something including DLC parents). So this means you'd have to restrict players in only using half of that for dads/moms. Seeing that I have almost no time at all lately, I just can't implement this. There's many other things just way up there on my todo list and this is currently just not my priority. Maybe sometime in the future, but at least not anytime soon. |
i see :) do you accept pull requests? i might try it myself.. + add-on panels (grid, stats) |
I do, but I am very picky and usually require at least one change (usually more) before its merged. Just because I feel like it should be implemented in a 'generic' way all across the API. |
well of course i'll try to do it this way.. if i change something in an API it MUST be generically easily available |
you can test it yourself first before of course XD |
For sure u know that in LUA the most complete menu wrapper is this https://github.com/iTexZoz/NativeUILua-Reloaded
i was thhinking if you could add some cool features like heritage panel / timebars / custom banner sprites and / or (like in Guad's NativeUI, fivem branch) ability to change the menu position offset
anyway thx for the awesome Word you did!!
The text was updated successfully, but these errors were encountered: