• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[help]can't see character in some dark maps

Newbie Spellweaver
Joined
May 14, 2019
Messages
51
Reaction score
0
i can't see my character in some dark maps with new resolution edit
onechord - [help]can't see character in some dark maps - RaGEZONE Forums


anyone have any idea? thanks
 
Junior Spellweaver
Joined
Sep 16, 2017
Messages
156
Reaction score
36
Might have to do with the positioning of the transparent circle, in the wz files.

You can find it in Effect.wz/MapEff.img/Viewrange. The one you're showing is gonna be 0, but you'll probably need to retouch all of those.
Origin value is what you're gonna want to edit.
 
Upvote 0
Newbie Spellweaver
Joined
May 14, 2019
Messages
51
Reaction score
0
Might have to do with the positioning of the transparent circle, in the wz files.

You can find it in Effect.wz/MapEff.img/Viewrange. The one you're showing is gonna be 0, but you'll probably need to retouch all of those.
Origin value is what you're gonna want to edit.

ty, but with retouch all of those, the position of that circle hasn't changed at all, is it the position of the character that should be retouch instead of the circle?
 
Upvote 0
Experienced Elementalist
Joined
Sep 27, 2016
Messages
217
Reaction score
68
CField_LimitedView::Init and CField_LimitedView::DrawViewRange
 
Upvote 0
Newbie Spellweaver
Joined
Nov 18, 2019
Messages
29
Reaction score
0
this is V95PDB location ,I cannot find in v83 idb,could u fingue out v83 address?
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Jan 18, 2010
Messages
3,109
Reaction score
1,139
Angel already pointed it out, but for those who are inexperienced with IDA here are the v83 addys.
Code:
CField_LimitedView::Init
0055B80D => screenWidth
0055B808 => screenHeight
0055BB35 => -(screenWidth / 2)
0055BB2F => -(screenHeight / 2)
 
Upvote 0
Newbie Spellweaver
Joined
Dec 21, 2010
Messages
59
Reaction score
2
Additional addresses needed to fix:

Code:
CField_LimitedView::DrawViewRange
Width related:- 
0055C086
0055BEE6
0055C1CD

Height related:-
0055C1C5
0055C07F
0055BEEC

Find out the value yourself coz Im unsure of it too :3
 
Last edited:
Upvote 0
Back
Top