تعديل الاحدثيات حسب النظام
مثل تقول المهارت
برتوح ملف game.py
وتفتحة ب النود باد
وتبحث عن
DIK_1
و
وتستبدل الجميع ب
onPressKeyDict[app.DIK_1] = lambda : self.__PressNumKey(4)
onPressKeyDict[app.DIK_2] = lambda : self.__PressNumKey(3)
onPressKeyDict[app.DIK_3] = lambda : self.__PressNumKey(2)
onPressKeyDict[app.DIK_4] = lambda : self.__PressNumKey(1)
onPressKeyDict[app.DIK_5] = lambda : self.__PressNumKey(5)
onPressKeyDict[app.DIK_6] = lambda : self.__PressNumKey(6)
onPressKeyDict[app.DIK_7] = lambda : self.__PressNumKey(7)
onPressKeyDict[app.DIK_8] = lambda : self.__PressNumKey(8)
onPressKeyDict[app.DIK_9] = lambda : self.__PressNumKey(9)
onPressKeyDict[app.DIK_F1] = lambda : self.__PressQuickSlot(7)
onPressKeyDict[app.DIK_F2] = lambda : self.__PressQuickSlot(6)
onPressKeyDict[app.DIK_F3] = lambda : self.__PressQuickSlot(5)
onPressKeyDict[app.DIK_F4] = lambda : self.__PressQuickSlot(4)
الجرد بتروح الوكال وتبحث عن ملف اسمة
inventorywindow.py
و تروح اي الوكال معرب جاهز
و تفتح الملف
وتشوف الفرق وتسوي مثله عندك