What's new

Calling to Professional Tweakers

Zankza

~
Staff member
Joined
May 25, 2016
Messages
4,302
Reaction score
2,102
Points
139
Upcoming addition to launcher is client mods, one of the mods includes custom camera config.

I am requesting those who are proficient and experienced when it comes to outfitting client's camera settings, I intend to add at least three favorable camera config (apart from the default one) to launcher mod choices.

The camera configs should present reasonable tweak with addition of better support for certain activity, whether it's farming, PK, or video-shooting. I do not have the luxury of going in-depth and evaluate the various settings myself, as time is already constraint I am asking those who have already spent time and energy into testing camera tweaks, and share with us for official mod via launcher.

Please post your camera tweaks, give it a name, give it a short description (what differs from default one), and of course the script of camera settings itself (pastebin the content)

And remember, use this picture to visualize the script settings.

cameraguide1.jpg


Thank you for joining and contributing your tweaks today.
 
Also, what about Client tweak? to ulock higher fps within the client?
 
Let's focus on camera settings for now OK?
 
Does anybody want to share their camera settings?
 
If you're asking for suggestions, which is what it seemed like you were hinting at in your in-game announcement, I think having free control over both the x, y, and z axis while holding down right-click is for the best, while keeping the zooming function for the scroll wheel. TOP II did it perfect I find, giving us great cinematic angles without being overly-complicated.

As for actually coding the darn thing, sorry to say, but i have no experience. Sorry if this post was irrelevant, it just seemed like you wanted suggestions, by the server announcement in game.
 
Ill upload my other tweaks later --- this is the one that people have used the most from every tweak i've made, so i hope you like it.


though, by the way, i am not by any means a 'professional' in anything at all, but i do like sharing whatever i can help people with.

PK Camera Tweak [The one I use for all of my videos]

'Tweak made by Luisa RLZ. It is a very simple camera tweak which allows you to see from much further. It is specially made for PK purposes.'


Direct download: http://www.mediafire.com/file/xf3y0wre0z0tt5m/CameraConf.clu

[ put the file in pirate king online/scripts/lua ]

Preview

Close

KO0Lv4p.png


Far

wz280m0.png


800 px resolution normal window view

aDDg3Oo.png


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

CLU_Call("CameraRangeXY", C_NORMAL, 45, 36.5)
CLU_Call("CameraRangeZ", C_NORMAL, 12, 55)
CLU_Call("CameraRangeFOV", C_NORMAL, 12, 35)
CLU_Call("CameraEnableRotate", C_NORMAL, 1)
CLU_Call("CameraShowSize", C_NORMAL, 55, 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, 45, 36.5)
CLU_Call("CameraRangeZ", C_SHIP, 15, 55)
CLU_Call("CameraRangeFOV", C_SHIP, 12, 35)
CLU_Call("CameraEnableRotate", C_SHIP, 1)
CLU_Call("CameraShowSize", C_SHIP, 55, 55)

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


end


as i said, ill post my other camera tweaks later.
 
Last edited:
Given i don't know much about coding, is it as free-form as TOP II's camera was? If so then tremendous job! I love it!
 
I made a tweak that doesn't look like crap while running 1080p resolution:

http://imgur.com/a/SiU1R

C_NORMAL = 0 --Õż³£Ä£Ź½
C_NEAR = 1 --Ę«½üģʽ ¾ąĄė±ČÕż³£Ä£Ź½Ę«½ü
C_HIGHSPEED = 2 --øßĖŁÄ£Ź½ ¹ĢؾµĶ•, ²»æÉŠż×Ŗ
C_SHIP = 3 --ŗ£ÉĻģʽ ŌŚ´ÉĻ, ¾ąĄėŗÜŌ

CLU_Call("CameraRangeXY", C_NORMAL, 75, 45)
CLU_Call("CameraRangeZ", C_NORMAL, 30, 45)
CLU_Call("CameraRangeFOV", C_NORMAL, 5, 26)
CLU_Call("CameraEnableRotate", C_NORMAL, 1)
CLU_Call("CameraShowSize", C_NORMAL, 55, 55)

CLU_Call("CameraRangeXY", C_NEAR, 28, 50)
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)

--ÖŲŠĀĮČ¾µĶ•²ĪŹżÅäÖĆĪļž
function LoadCameraConfig()


end

It currently crashes while you try to printscreen so be warned.
 
Last edited:
It currently crashes while you try to printscreen so be warned.
I actually don't think that's on your end; with PKO right now, when i fullscreen, it crashes. I think it's just a general error in PKO's side, not yours. But this looks great, since ToP really wasn't designed to be played on 1080p monitors, this would be a huge help if implemented. Good job!
 
I made a tweak that doesn't look like crap while running 1080p resolution:

http://imgur.com/a/SiU1R

perfect, just perfect! wish the mobs/chars textures would load on that range too instead of the 800p range.. but thats not on your part, so your job here is beautiful <3 wish i could give you more likes
 
@LuisaRLZ no es por nada.. pero tengo esa misma configuracion de Camara y no fue hecha por ti.
 
@LuisaRLZ no es por nada.. pero tengo esa misma configuracion de Camara y no fue hecha por ti.

lei un tutorial sobre como hacerla hace años en youtube. muchos otros seguimos el mismo tutorial. nunca dije fuera la primera en hacerlo ni que yo lo hubiera inventado, mas puedo garantizarte el archivo esta hecho por mi.

ademas, el detalle es que los archivos que he hecho los he compartido con mas de medio ToP mediante youtube y foros... asi que existe la posibilidad que en algun punto igual topaste con alguno de esos archivos. =S
 
thats CAmera Tweak stop working since last Update?
in my client its not working anymore have 3 days...
Tha camera tart very far and than comes near and stop on that
 
thats CAmera Tweak stop working since last Update?
in my client its not working anymore have 3 days...
Tha camera tart very far and than comes near and stop on that

It works fine for me, and it has always been doing that
 
I made a tweak that doesn't look like crap while running 1080p resolution:

http://imgur.com/a/SiU1R

C_NORMAL = 0 --Õż³£Ä£Ź½
C_NEAR = 1 --Ę«½üģʽ ¾ąĄė±ČÕż³£Ä£Ź½Ę«½ü
C_HIGHSPEED = 2 --øßĖŁÄ£Ź½ ¹ĢؾµĶ•, ²»æÉŠż×Ŗ
C_SHIP = 3 --ŗ£ÉĻģʽ ŌŚ´ÉĻ, ¾ąĄėŗÜŌ

CLU_Call("CameraRangeXY", C_NORMAL, 75, 45)
CLU_Call("CameraRangeZ", C_NORMAL, 30, 45)
CLU_Call("CameraRangeFOV", C_NORMAL, 5, 26)
CLU_Call("CameraEnableRotate", C_NORMAL, 1)
CLU_Call("CameraShowSize", C_NORMAL, 55, 55)

CLU_Call("CameraRangeXY", C_NEAR, 28, 50)
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)

--ÖŲŠĀĮČ¾µĶ•²ĪŹżÅäÖĆĪļž
function LoadCameraConfig()


end

It currently crashes while you try to printscreen so be warned.
Bro your camera tweak is good because u can see a perfect view from my perspective. Good job bro
 
Top