Tales of Pirates - Navy D2 & Nice Bastards
The Guildforum from Silver Sea
Reply to topic
Camera Tweaking
DeathStarB
StormBringer

Joined: 24 Jun 2008
Posts: 21
Reply with quote
Well because this is really a must have specially for SS

Go to your tales of pirates folder, then go to the map scripts, in the map
scripts you go to the map Lua. There you see a file CameraConf.clu open this file with notepad. And delete all the text that is in there in change it with this:



Code:
C_NORMAL    = 0  --Oy3£A£E?
C_NEAR      = 1  --A??uA£E?  ?aAe±EOy3£A£E?A??u
C_HIGHSPEED = 2  --﹐sEUA£E?  1I?‥?μI·, 2??EDy×a
C_SHIP      = 3  --o£EIA£E?  OU’?EI, ?aAeoUO?

CLU_Call("CameraRangeXY", C_NORMAL, 75, 30)
CLU_Call("CameraRangeZ", C_NORMAL, 20, 60)
CLU_Call("CameraRangeFOV", C_NORMAL, 25, 30)
CLU_Call("CameraEnableRotate", C_NORMAL, 1)
CLU_Call("CameraShowSize", C_NORMAL, 60, 55)

CLU_Call("CameraRangeXY", C_NEAR, 28, 39.5)
CLU_Call("CameraRangeZ", C_NEAR, 10.5, 36)
CLU_Call("CameraRangeFOV", C_NEAR, 17, 20)
CLU_Call("CameraEnableRotate", C_NEAR, 0)
CLU_Call("CameraShowSize", C_NEAR, 34, 34)

CLU_Call("CameraRangeXY", C_HIGHSPEED, 40, 45)
CLU_Call("CameraRangeZ", C_HIGHSPEED, 25, 43)
CLU_Call("CameraRangeFOV", C_HIGHSPEED, 6, 26)
CLU_Call("CameraEnableRotate", C_HIGHSPEED, 0)
CLU_Call("CameraShowSize", C_HIGHSPEED, 42, 42)

CLU_Call("CameraRangeXY", C_SHIP, 75, 30)
CLU_Call("CameraRangeZ", C_SHIP, 20, 60)
CLU_Call("CameraRangeFOV", C_SHIP, 25, 30)
CLU_Call("CameraEnableRotate", C_SHIP, 1)
CLU_Call("CameraShowSize", C_SHIP, 60, 55)

--OODA?AE!?μI·2IEyAaOAIA?t
function LoadCameraConfig()
 
end


The normal one if you wanna set it back is this one:

Code:
C_NORMAL    = 0  --Oy3£A£E?   
C_NEAR      = 1  --A??uA£E?  ?aAe±EOy3£A£E?A??u
C_HIGHSPEED = 2  --﹐sEUA£E?  1I?‥?μI·, 2??EDy×a
C_SHIP      = 3  --o£EIA£E?  OU’?EI, ?aAeoUO?

CLU_Call("CameraRangeXY", C_NORMAL, 38, 39.5)
CLU_Call("CameraRangeZ", C_NORMAL, 10.5, 36)
CLU_Call("CameraRangeFOV", C_NORMAL, 17, 20)
CLU_Call("CameraEnableRotate", C_NORMAL, 1)
CLU_Call("CameraShowSize", C_NORMAL, 38, 38)

CLU_Call("CameraRangeXY", C_NEAR, 28, 39.5)
CLU_Call("CameraRangeZ", C_NEAR, 10.5, 36)
CLU_Call("CameraRangeFOV", C_NEAR, 17, 20)
CLU_Call("CameraEnableRotate", C_NEAR, 0)
CLU_Call("CameraShowSize", C_NEAR, 34, 34)

CLU_Call("CameraRangeXY", C_HIGHSPEED, 40, 45)
CLU_Call("CameraRangeZ", C_HIGHSPEED, 25, 43)
CLU_Call("CameraRangeFOV", C_HIGHSPEED, 6, 26)
CLU_Call("CameraEnableRotate", C_HIGHSPEED, 0)
CLU_Call("CameraShowSize", C_HIGHSPEED, 42, 42)

CLU_Call("CameraRangeXY", C_SHIP, 40, 45)
CLU_Call("CameraRangeZ", C_SHIP, 25, 43)
CLU_Call("CameraRangeFOV", C_SHIP, 6, 26)
CLU_Call("CameraEnableRotate", C_SHIP, 1)
CLU_Call("CameraShowSize", C_SHIP, 54, 54)

--OODA?AE!?μI·2IEyAaOAIA?t
function LoadCameraConfig()
 
end

_________________
HatzRed
Zwerg

Joined: 25 Jun 2008
Posts: 34
Reply with quote
Ty, I always looked for this but i never found it. This is very usefull in mazes for bosses or if a bad one comes Very Happy


But i have a problem i cant open the CameraConfu -.- WHY!
DeathStarB
StormBringer

Joined: 24 Jun 2008
Posts: 21
Reply with quote
Yahoo wrote:
Ty, I always looked for this but i never found it. This is very usefull in mazes for bosses or if a bad one comes Very Happy


But i have a problem i cant open the CameraConfu -.- WHY!


You have to open it with notepad

_________________
KxZero


Joined: 30 Jun 2008
Posts: 16
Reply with quote
Thanks Alot DeathStar
i was using Chuck’s Version of Camera Tweak

But this one is much Batter Very Happy
DeathStarB
StormBringer

Joined: 24 Jun 2008
Posts: 21
Reply with quote
KxZero wrote:
Thanks Alot DeathStar
i was using Chuck’s Version of Camera Tweak

But this one is much Batter Very Happy


Rofl yeah i know because its mine, that i stole from chuck
so still the same XD

_________________
KxZero


Joined: 30 Jun 2008
Posts: 16
Reply with quote
Hmmmm

Let me Show you the one i was using

Quote:
C_NORMAL = 0 --Õý³£Ä£Ê½
C_NEAR = 1 --Æ«½üģʽ ¾àÀë±ÈÕý³£Ä£Ê½Æ«½ü
C_HIGHSPEED = 2 --¸ßËÙģʽ ¹Ì¶¨¾µÍ·, ²»¿ÉÐýת
C_SHIP = 3 --º£ÉÏģʽ ÔÚ´¬ÉÏ, ¾àÀëºÜÔ¶

CLU_Call("CameraRangeXY", C_NORMAL, 30, 30)
CLU_Call("CameraRangeZ", C_NORMAL, 3, 55)
CLU_Call("CameraRangeFOV", C_NORMAL, 15, 22.5)
CLU_Call("CameraEnableRotate", C_NORMAL, 1)
CLU_Call("CameraShowSize", C_NORMAL, 50, 60 )

CLU_Call("CameraRangeXY", C_NEAR, 30, 50)
CLU_Call("CameraRangeZ", C_NEAR, 3, 55)
CLU_Call("CameraRangeFOV", C_NEAR, 15, 22.5)
CLU_Call("CameraEnableRotate", C_NEAR, 0)
CLU_Call("CameraShowSize", C_NEAR, 50, 99)

CLU_Call("CameraRangeXY", C_HIGHSPEED, 40, 45)
CLU_Call("CameraRangeZ", C_HIGHSPEED, 25, 43)
CLU_Call("CameraRangeFOV", C_HIGHSPEED, 6, 26)
CLU_Call("CameraEnableRotate", C_HIGHSPEED, 0)
CLU_Call("CameraShowSize", C_HIGHSPEED, 42, 42)

CLU_Call("CameraRangeXY", C_SHIP, 40, 45)
CLU_Call("CameraRangeZ", C_SHIP, 25, 43)
CLU_Call("CameraRangeFOV", C_SHIP, 6, 26)
CLU_Call("CameraEnableRotate", C_SHIP, 1)
CLU_Call("CameraShowSize", C_SHIP, 54, 54)

--ÖØÐ¶ÁÈ¡¾µÍ·²ÎÊýÅäÖÃÎļþ
function LoadCameraConfig()

end

Its not that High as the one you Posted

Confused
Spycee


Joined: 13 Aug 2008
Posts: 3
Reply with quote
the tweak is so handy, specially when i want to seal someone Very Happy
unlimited06
Mistress of Life And Death

Joined: 14 Aug 2008
Posts: 4
Location: manila
Reply with quote
hey... lolz this helps a lot...

thnx BESTSS for guiding me lolz.....
lol
BESTSS
Guest

Reply with quote
NP UNLIMITED
Camera Tweaking
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
 Reply to topic