📜
Messages
226
👍
Reactions
1,501
🏆
Points
425
New settings / config system - Elveron design. You can combine all settings here (Game Options + System Options)
Easy to manage categories, you just need to add it just like this:
After that, you just create a py file in uiscript/advanced_game_options and name it advancedgameoptions_<category index>.py
The last step would be to add an icon for the category in ui/game/advanced_game_options/category_icons/
The subcategories are automatically generated from the category UIScript file.
Download:
Easy to manage categories, you just need to add it just like this:
Code:
option_data = [
{
"category": "Performance", # AdvancedGameOptions_0.py
"subcategories": []
},
{
"category": "Interface", # AdvancedGameOptions_1.py
"subcategories": []
},
{
"category": "Game", # AdvancedGameOptions_2.py
"subcategories": []
},
{
"category": "Environment", # AdvancedGameOptions_3.py
"subcategories": []
},
{
"category": "Sound", # AdvancedGameOptions_4.py
"subcategories": []
}
]
The last step would be to add an icon for the category in ui/game/advanced_game_options/category_icons/
The subcategories are automatically generated from the category UIScript file.
Download:
Metin2Cloud - Advanced Game Options v1.0.0
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
www.mediafire.com
Last edited: