fodev.net

Other => FOnline:2238 Forum => Archives => Survival Guides / Game Help => Topic started by: shenbei8 on January 05, 2013, 04:24:43 am

Title: How to set sight shadow?
Post by: shenbei8 on January 05, 2013, 04:24:43 am
Sorry For my bad English, I want to set the shadow of sight,  for example,  I can see 50hex ,and inside of 50hex is normal ,but out of 50hex is shadow.  How to set it? please teach me,Thanks!
Title: Re: How to set sight shadow?
Post by: gauvaran on January 05, 2013, 04:35:17 am
Code: [Select]
- Added the display of fog of war (shadow over the area outside FOV).
  * to enable it, bind it to a hotkey using 2238 config tool. Use the hotkey to toggle its display in game.
  * to change the fog color, add the following string to FOnline2238.cfg in [2238] section:
  * FogColor = R G B A
  * where R, G, B and A range from 0 to 255.
  * there might be a slight difference between FOV contours and the fog of war boundary due to different drawing methods - no need to
Title: Re: How to set sight shadow?
Post by: shenbei8 on January 05, 2013, 04:39:09 am
Code: [Select]
- Added the display of fog of war (shadow over the area outside FOV).
  * to enable it, bind it to a hotkey using 2238 config tool. Use the hotkey to toggle its display in game.
  * to change the fog color, add the following string to FOnline2238.cfg in [2238] section:
  * FogColor = R G B A
  * where R, G, B and A range from 0 to 255.
  * there might be a slight difference between FOV contours and the fog of war boundary due to different drawing methods - no need to



Thanks,!!
Which file to copy these code?
Title: Re: How to set sight shadow?
Post by: gauvaran on January 05, 2013, 04:44:23 am
- To toggle enable/disable: Run the Fconfig2238.exe and set hot key for it
- To change the color: edit the FOnline2238.cfg, add line:
FogColor = R G B A
eg:
FogColor = 200 200 200 200
Title: Re: How to set sight shadow?
Post by: Eternauta on January 05, 2013, 04:46:35 am
(http://oi49.tinypic.com/f265xf.jpg)
Title: Re: How to set sight shadow?
Post by: shenbei8 on January 05, 2013, 06:35:50 am
 ;) Thank you! Guys,it is helpful!