[Camera Hack/Tweak] Tales of Pirates 2

05/13/2010 01:05 thunderxc#1
Hi Guys. if you are like me and are simply addicted to playing with a Zoom Hack here is a small release:


You need to edit CameraConf1024.clu:
Navigate to this folder: TOPII Client \scripts\lua\CameraConf1024.clu

Replace all the Info in the txt with this:


Code:
C_NORMAL    = 0  --正常模式   
C_NEAR      = 1  --偏近模式  距离比正常模式偏近
C_HIGHSPEED = 2  --高速模式  固定镜头, 不可旋转
C_SHIP      = 3  --海上模式  在船上, 距离很远

CLU_Call("CameraRangeXY", C_NORMAL, 38, 39.5)
CLU_Call("CameraRangeZ", C_NORMAL, 10.5, 50)
CLU_Call("CameraRangeFOV", C_NORMAL, 17, 20)
CLU_Call("CameraEnableRotate", C_NORMAL, 1)
CLU_Call("CameraShowSize1024", C_NORMAL, 63, 63)

CLU_Call("CameraRangeXY", C_NEAR, 28, 39.5)
CLU_Call("CameraRangeZ", C_NEAR, 10.5, 50)
CLU_Call("CameraRangeFOV", C_NEAR, 17, 20)
CLU_Call("CameraEnableRotate", C_NEAR, 0)
CLU_Call("CameraShowSize1024", C_NEAR, 51, 51)

CLU_Call("CameraRangeXY", C_HIGHSPEED, 40, 45)
CLU_Call("CameraRangeZ", C_HIGHSPEED, 25, 57)
CLU_Call("CameraRangeFOV", C_HIGHSPEED, 6, 26)
CLU_Call("CameraEnableRotate", C_HIGHSPEED, 0)
CLU_Call("CameraShowSize1024", C_HIGHSPEED, 63, 63)

CLU_Call("CameraRangeXY", C_SHIP, 40, 45)
CLU_Call("CameraRangeZ", C_SHIP, 25, 57)
CLU_Call("CameraRangeFOV", C_SHIP, 6, 26)
CLU_Call("CameraEnableRotate", C_SHIP, 1)
CLU_Call("CameraShowSize1024", C_SHIP, 81, 81)

--重新读取镜头参数配置文件
function LoadCameraConfig()
  
end
~Enjoy
06/18/2010 20:13 nikinik#2
Wow, I think you make the most popular Hacks/Tweaks about ToP after that people take them and publish but I learned the creature of this :D

PS :
I hope you don't take it from ToP I to ToP II
06/21/2010 08:26 rohit1994#3
hard to make hack for TOP right? like 1 hit XD
08/27/2010 13:57 rohit1994#4
ugh! not working to me bro
11/30/2010 19:35 o0patz220o#5
its become all blue, floor.buildings,evrything tsk..