Serbest Kamera Modu

mertlevis

discord: mertlevis
MT Üye
Mesaj
200
Çözümler
7
Beğeni
250
Puan
754
Ticaret Puanı
0
game.py:
aratılır:
onPressKeyDict[app.DIK_F4]    = lambda : self.__PressQuickSlot(7)

altına eklenir:
onPressKeyDict[app.DIK_F8]    = lambda : self.Kamera_func_on()
onPressKeyDict[app.DIK_F9]    = lambda : self.Kamera_func_off()

aratılır:
def __SelectQuickPage(self, pageIndex):

üstüne eklenir;
def Kamera_func_on(self):
        x, y, z = player.GetMainCharacterPosition()
        app.SetCameraSetting(int(x), int(-y), int(z), 5000, 10, 30)

def Kamera_func_off(self):
        app.SetDefaultCamera()
 
Geri
Üst