I've been modding, re-modelling, re-texturing various games for a while now. And it came to my attention that "USB-Modding" on XBOX is just outdated, and with the current GTA V PC version. Modding would be much easier, all these menus have the right commands and variables but it's just not what i'm looking for. I'm looking towards creating my own Menu, with my own settings and commands. I googled for a while, finding a nice VS SDK. But I can't seem to get an idea on how to actually create all of this, ofcourse the codes are here and there. But how..
Sincerely,
Shade.
~A VIDEO TUTORIAL WOULD BE SWEET~
~PS~
Is there any menu template or something?
I googled for around an hour trying to find the native variables etc.. But it's not helping me progress.
I've been modding, re-modelling, re-texturing various games for a while now. And it came to my attention that "USB-Modding" on XBOX is just outdated, and with the current GTA V PC version. Modding would be much easier, all these menus have the right commands and variables but it's just not what i'm looking for. I'm looking towards creating my own Menu, with my own settings and commands. I googled for a while, finding a nice VS SDK. But I can't seem to get an idea on how to actually create all of this, ofcourse the codes are here and there. But how..
Sincerely,
Shade.
~A VIDEO TUTORIAL WOULD BE SWEET~
~PS~
Is there any menu template or something?
I googled for around an hour trying to find the native variables etc.. But it's not helping me progress.
A pre-made menu code can be found in most GTA V modding forums
Yeah I already looked into that but i'm not quite certain about the fact of developing this and how it will look etc.. I mean it's not simple CLEO coding.
The .NET Scripthook(see gtaforums) has a UI class that can be used to easily create a menu. They also have classes for other functionality, though I believe most functionality requires calling native functions.
Originally Posted by Shmegory
Yeah I already looked into that but i'm not quite certain about the fact of developing this and how it will look etc.. I mean it's not simple CLEO coding.
like i said just google it and you will find many premade menu design so you just have to put in some code for the functions
Originally Posted by kerker^2
The .NET Scripthook(see gtaforums) has a UI class that can be used to easily create a menu. They also have classes for other functionality, though I believe most functionality requires calling native functions.
Thanks.
Originally Posted by BigBrainAFK
like i said just google it and you will find many premade menu design so you just have to put in some code for the functions