EnigmatiCDreaM Posted December 24, 2012 Posted December 24, 2012 Hello rAthena. I am trying to fix movable camera in Abbey maps + Thor volcano 2, I got a vague idea that I could fix it in viewpointtable.txt inside data.grf. I opened the grf file and located pointableview.txt and here is what i found ve_fild06.rsw# 300# 250# 550# 75# 105# 90# -25# -50# -25# thor_v02.rsw# 230# 170# 500# 0# 90# 0# -30# -60# -30# veins.rsw# 350# 200# 400# -360# 360# 0# -28# -65# -50# abbey01.rsw# 250# 50# 270# 25# 65# 45# -50# -65# -50# abbey02.rsw# 250# 50# 270# 25# 65# 45# -50# -65# -50# abbey03.rsw# 250# 50# 270# 25# 65# 45# -50# -65# -50# So i changed the viewing points to thor_v02.rsw# 350# 200# 400# -360# 360# 0# -28# -65# -30# veins.rsw# 350# 200# 400# -360# 360# 0# -28# -65# -50# abbey01.rsw# 350# 200# 400# -360# 360# 0# -28# -65# -50# abbey02.rsw# 350# 200# 400# -360# 360# 0# -28# -65# -50# abbey03.rsw# 350# 200# 400# -360# 360# 0# -28# -65# -30# Recompiled my grf and replaced it but it didnt fix the problem Anyone could elaborate why and how to fix this ? Thank you ~ 1 Quote
Brian Posted December 24, 2012 Posted December 24, 2012 Instead of editing the values, I just delete the lines to remove the view/angle restrictions for that map. Quote
EnigmatiCDreaM Posted December 24, 2012 Author Posted December 24, 2012 Oh...I thought that each map had its own needed restrictions..I'll try this right now and come back to you ! I deleted all the codes and it is still the same x_x, does it have to be altered client side? or only through gamefiles in data.grf? Quote
Brian Posted December 24, 2012 Posted December 24, 2012 This has to be altered in the client-side files. If your client reads data folder first, you can edit /data/viewpointtable.txt If your client reads GRFs only, you must edit viewpointtable.txt in the first GRF your client reads. Quote
EnigmatiCDreaM Posted December 24, 2012 Author Posted December 24, 2012 Ohhh that would make more sense! Thank you!! ( I tried modifying lua files in data.grf but nothing worked but now since this worked i'm certain if i adjust rdata it should work!) Really thanks ! more knowledge for me! Quote
Question
EnigmatiCDreaM
Hello rAthena.
I am trying to fix movable camera in Abbey maps + Thor volcano 2, I got a vague idea that I could fix it in viewpointtable.txt inside data.grf. I opened the grf file and located pointableview.txt and here is what i found
So i changed the viewing points to
Recompiled my grf and replaced it but it didnt fix the problem
Anyone could elaborate why and how to fix this ?
Thank you ~
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.