FOnline Development > General Discussion

how to change player view blocking?

(1/2) > >>

Johnnyrico:
hi guys, i have one question to ask :

  how to set player view blocking? let's say the wall blocks player, then player shouldnt see anything which is behind the wall. but right now my player in the game can see everything within sight,even those things behind the wall... hope my english is understandable,, please help me out!! thanks

fonliner:
You must on map set blockers on the object. Use green "W" and yellow "W" blockers.

Johnnyrico:

--- Quote from: fonliner on October 18, 2012, 01:58:41 pm ---You must on map set blockers on the object. Use green "W" and yellow "W" blockers.

--- End quote ---


hi, i tried it already, but it doesnt work for me.. i still can see NPCs and weapons behind the wall

JovankaB:

--- Quote from: Johnnyrico on October 18, 2012, 06:56:13 pm ---
hi, i tried it already, but it doesnt work for me.. i still can see NPCs and weapons behind the wall

--- End quote ---

config.fos, line number 113

--- Code: ---    // __LookChecks |= LOOK_CHECK_TRACE; // Tracing for wall aviablility
--- End code ---

remove first "//" (uncomment) and see if it works. I'm not sure but it looks like that.
If you use search in fos files you can find lots of stuff.

Johnnyrico:

--- Quote from: JovankaB on October 18, 2012, 07:28:20 pm ---config.fos, line number 113

--- Code: ---    // __LookChecks |= LOOK_CHECK_TRACE; // Tracing for wall aviablility
--- End code ---

remove first "//" (uncomment) and see if it works. I'm not sure but it looks like that.
If you use search in fos files you can find lots of stuff.

--- End quote ---


yes yes!! fix it !!!   thank you so much, you are GOD!!

Navigation

[0] Message Index

[#] Next page

Go to full version