- Katılım
- 28 Ara 2024
- Konular
- 3
- Mesajlar
- 4
- Online süresi
- 45662s
- Reaksiyon Skoru
- 0
- Altın Konu
- 0
- Başarım Puanı
- 19
- TM Yaşı
- 1 Yıl 3 Ay 22 Gün
- MmoLira
- 840
- DevLira
- 0
Metin2 EP, Valorant VP dahil tüm oyun ürünlerini en uygun fiyatlarla bulabilir, Item ve Karakterlerinizi hızlıca satabilirsiniz. HEMEN TIKLA!
[ytplayer]
Advanced Game Options (100 Euro)
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Easy to manager 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 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.
Easy as that
Contact me on Discord if you need more information or you want to buy it
Discord ID: xarazel
Advanced Game Options (100 Euro)
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Easy to manager categories, you just need to add it just like this:
Python:
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": []
}
]
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 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.
Easy as that
Contact me on Discord if you need more information or you want to buy it
Discord ID: xarazel

