- Mesaj
- 11.943
- Çözümler
- 567
- Beğeni
- 13.647
- Puan
- 5.915
- Ticaret Puanı
- 2
root/constinfo.py açılır ve şu kod eklenir;
root/uigameoption.py açılır ve aratılır;
En alta şu kod eklenir:
Tekrar aratılır;
Altına şu kodlar eklenir:
Tekrar aratılır;
Altına şu kodlar eklenir:
Tekrar aratılır;
Altına şu kodlar eklenir:
Tekrar aratılır;
Altına şu kodlar eklenir:
ve root bölümüde bitti
sıra uiscript'e geldi
uiscript/gameoption.py açılır ve şu kodlar en alta eklenir;
Sistemin çalıştığına dair kanıt;
Python:
WHISPER_OTO_MESAJ = 0
WHISPER_OTO_MESAJ_TEXT = ""
root/uigameoption.py açılır ve aratılır;
Python:
def __Initialize(self):
Kod:
self.showotoTextButtonList = []
Tekrar aratılır;
Python:
self.showDamageButtonList.append(GetObject("show_d amage_off_button"))
Python:
self.showotoTextButtonList.append(GetObject("ototext_on_button2"))
self.showotoTextButtonList.append(GetObject("ototext_off_button2"))
Tekrar aratılır;
Python:
self.showDamageButtonList[1].SAFE_SetEvent(self.__OnClickShowDamageOffButton)
Python:
self.showotoTextButtonList[0].SAFE_SetEvent(self.__OnClickOtoTextOnButton2)
self.showotoTextButtonList[1].SAFE_SetEvent(self.__OnClickOtoTextOffButton2)
Tekrar aratılır;
Python:
def OnUpdate(self):
Python:
if constInfo.bildirimler == 0: if tek == 0:
self.showotoTextButtonList[0].Down()
self.showotoTextButtonList[1].SetUp()
tek = 1
#self.showotoTextButtonList[0].SetUpVisual("d:/ymir work/ui/public/middle_button_03.sub")
else:
if tek == 0:
self.showotoTextButtonList[0].SetUp()
self.showotoTextButtonList[1].Down()
tek = 1
#self.showotoTextButtonList[1].SetUpVisual("d:/ymir work/ui/public/middle_button_03.sub")
#self.showotoTextButtonList[0].SetUp()
#self.showotoTextButtonList[1].Down()
Tekrar aratılır;
Python:
def __OnClickBlockPartyRequest(self):
Python:
def __OnClickOtoTextOnButton2(self): global tek
tek = 0
self.showotoTextButtonList[0].Down()
self.showotoTextButtonList[1].SetUp()
def __OnClickOtoTextOffButton2(self):
global tek
tek = 0
self.showotoTextButtonList[0].SetUp()
self.showotoTextButtonList[1].Down()
sıra uiscript'e geldi
uiscript/gameoption.py açılır ve şu kodlar en alta eklenir;
Python:
{ "name" : "ototext_on_button2",
"type" : "radio_button",
"x" : LINE_DATA_X,
"y" : 240 + EK_Y + 25,
"text" : uiScriptLocale.OPTION_SALESTEXT_VIEW_ON,
"default_image" : ROOT_PATH + "middle_button_01.sub",
"over_image" : ROOT_PATH + "middle_button_02.sub",
"down_image" : ROOT_PATH + "middle_button_03.sub",
},
{
"name" : "ototext_off_button2",
"type" : "radio_button",
"x" : LINE_DATA_X+MIDDLE_BUTTON_WIDTH,
"y" : 240 + EK_Y + 25,
"text" : uiScriptLocale.OPTION_SALESTEXT_VIEW_OFF,
"default_image" : ROOT_PATH + "middle_button_01.sub",
"over_image" : ROOT_PATH + "middle_button_02.sub",
"down_image" : ROOT_PATH + "middle_button_03.sub",
},
Sistemin çalıştığına dair kanıt;
Son düzenleme: