Merhaba,
Bugün ''Custom Main Menü'' Modunu inceleyip biraz bilgi vereceğim.
Biraz bilgi birikimi gerektiren bir mod öncelliklle.
Veya basit yolları da takip ederek de yapabilirsiniz.
.Minecraft klasöründen Config dosyasını açıyorsunuz.
Orada
Böyle bir menü ile karşılaşacaksınız.
Buna girip ''MainMenu'' Adlı klasöre girip direk basit bir yol izlemek istiyorsanız kendiniz yapmak istemiyorsanız.
Bu kod ile direkt oluşturabilirsiniz.
Menü hakkında bir kaç görüntü.
Bugün ''Custom Main Menü'' Modunu inceleyip biraz bilgi vereceğim.
Biraz bilgi birikimi gerektiren bir mod öncelliklle.
Veya basit yolları da takip ederek de yapabilirsiniz.
.Minecraft klasöründen Config dosyasını açıyorsunuz.
Orada
Böyle bir menü ile karşılaşacaksınız.
Buna girip ''MainMenu'' Adlı klasöre girip direk basit bir yol izlemek istiyorsanız kendiniz yapmak istemiyorsanız.
Bu kod ile direkt oluşturabilirsiniz.
Menü hakkında bir kaç görüntü.
Kod:
{
"buttons":
{
"singleplayer":
{
"text" : "menu.singleplayer",
"texture" : "KonyaCraft:images/button.png",
"imageWidth" : 1,
"imageHeight" : 1,
"posX" : -250,
"posY" : -48,
"alignment" : "bottom_center",
"width" : 200,
"height" : 20,
"action" :
{
"type" : "openGui",
"gui" : "singleplayer"
}
},
},
"quit":
{
"text" : "menu.quit",
"texture" : "KonyaCraft:images/button.png",
"imageWidth" : 1,
"imageHeight" : 1,
"posX" : -102,
"posY" : 25,
"alignment" : "top_right",
"width" : 100,
"height" : 20,
"action" :
{
"type" : "quit"
}
},
"changelog":
{
"text" : "Changelog",
"tooltip" : "View this menues changelog",
"texture" : "KonyaCraftMenu:images/button.png",
"imageWidth" : 1,
"imageHeight" : 1,
"posX" : -102,
"posY" : 50,
"alignment" : "top_right",
"width" : 100,
"height" : 20,
"action" :
{
"type" : "openGui",
"gui" : "custom.changelog"
}
},
},
"mods":
{
"text" : "fml.menu.mods",
"texture" : KonyaCraftMenu:images/button.png",
"imageWidth" : 1,
"imageHeight" : 1,
"posX" : -102,
"posY" : 100,
"alignment" : "top_right",
"width" : 100,
"height" : 20,
"action" :
{
"type" : "openGui",
"gui" : "mods"
}
},
"options":
{
"text" : "menu.options",
"texture" : "KonyaCraftMenu:images/button.png",
"imageWidth" : 1,
"imageHeight" : 1,
"posX" : -102,
"posY" : 125,
"alignment" : "top_right",
"width" : 100,
"height" : 20,
"action" :
{
"type" : "openGui",
"gui" : "options"
}
},
},
"date":
{
"text" : "#date#",
"posX" : 0,
"posY" : 25,
"alignment" : "center",
"color" : -1,
"fontSize" : 4
}
},
"other":
{
"panorama":
{
"images" : "KonyaCraftMenu:panorama/panorama_%c.png",
"animate" : true,
"animationSpeed" : 2.5,
"blur" : true,
"gradient" : false,
"synced" : true
}
}
}
Ekli dosyalar
-
3,6 KB Görüntüleme: 16
Son düzenleme: