This is the menu base I made for use with sudomod, hope y'all enjoy.
Credits:
2much4u and Big_Ghost_Gamer ~ Inspiration from their bases, thats why it looks kinda similar :P
Infamous Dev Team ~ Sudomod
TaranVG ~ Helped
Adding a new submenu
Code:
Menu::MenuOption("Test Menu", "test_menu");
if (Menu::currentMenu("test_menu")) {
// your menu contents
}
Adding an option
Code:
if (Menu::Option("Example Option")) {
// run option code here
}
Adding a bool option
Code:
Menu::BoolOption("Example Bool Option", &testBool);
// if you want it to run code at same time of toggle
if (Menu::BoolOption("Example Bool Option", &testBool)) {
// run code here
}
//Approved, file appears safe, but has not been tested.
Use at your own risk.
Rec video - How to create mod menu ok ?
Originally Posted by GamerMoDz
Rec video - How to create mod menu ok ?
Why should I make a video on it?
Originally Posted by GamerMoDz
Rec video - How to create mod menu ok ?
Too much time :P
Originally Posted by DireDan
Original post
This is the menu base I made for use with sudomod, hope y'all enjoy.
Credits:
2much4u and Big_Ghost_Gamer ~ Inspiration from their bases, thats why it looks kinda similar :P
Infamous Dev Team ~ Sudomod
TaranVG ~ Helped
Original post
Code:
Menu::MenuOption("Test Menu", "test_menu");
if (Menu::currentMenu("test_menu")) {
// your menu contents
}
Adding an option
Code:
if (Menu::Option("Example Option")) {
// run option code here
}
Adding a bool option
Code:
Menu::BoolOption("Example Bool Option", &testBool);
// if you want it to run code at same time of toggle
if (Menu::BoolOption("Example Bool Option", &testBool)) {
// run code here
}
Hope those help a bit
DO NOT REUPLOAD THIS TO ANY SITE, I GIVE 0 PERMISSION TO DO THAT
What language does this use, Java? Been wanting to get into modding.
I'm a pleb and I'm just "finishing up" learning Python before going onto a more suitable modding language.
Originally Posted by signet90210
What language does this use, Java? Been wanting to get into modding.
I'm a pleb and I'm just "finishing up" learning Python before going onto a more suitable modding language.
Language Used: C++
what does this exactly do?
i've never used sudomod b4 and i don't get what files you should put in gta v directory and where to find em
Originally Posted by VerziDo
what does this exactly do?
It's just a gui base for people that dont wanna use the pre-existing one in sudomod, and it also comes with a file ini saver for themes which some people might struggle with.
I cant open it.
Originally Posted by thepietplay
I cant open it.
What do you mean?
I pressed multiply but nothing happens
Originally Posted by thepietplay
I pressed multiply but nothing happens
1) I presume you compiled it?
2) Moved the compiled .dll into your gta directory
3) Changed your dinput8.ini to the file name or changed the extension to fit your loader
Have you done all that
EDIT:
And also have you put the OriginBase\ folder in your gta directory?