May 09, 2024, 06:10:56 pm
Username:

Password:

Topic: Start game with button pressed (Pre-selected options)  (Read 1347 times)

Graywolf

  • Posts: 10
    • View Profile
Start game with button pressed (Pre-selected options)
« on: July 24, 2015, 02:08:06 am »
For some reason recently my game started starting without usernames above heads. Maybe it is my new interface. Anyway at start of game now I have to press f6, as well as I have started pressing f9 and Q as well. I would rather that they are auto pressed when I start the game. Obviously something caused names to be toggled off at start, and I'm sure that if that happened i can do something similar. Thanks!

Kaaon

  • Guest
Re: Start game with button pressed (Pre-selected options)
« Reply #1 on: July 24, 2015, 02:40:34 am »
it can be changed to be enabled automatically every time you start game
in game directory open file "FOnline2238.cfg", in section [2238] add lines "ShowNpcAwareness=1" and "DisplayNames=1"

Graywolf

  • Posts: 10
    • View Profile
Re: Start game with button pressed (Pre-selected options)
« Reply #2 on: July 24, 2015, 02:53:27 am »
awesome, im guessing thats for view distance and names? Is there one for f9, or player health?
Thanks for quick answer last time btw

EDIT: it fixed player names not showing up, but ShowNpcAwareness only showed me npc health, not players. I tried ShowAwareness which did the same thing, and still looking for solution to show view distance, which ill mess around with a bit. Any answers u have are amazing!
« Last Edit: July 24, 2015, 03:00:34 am by Graywolf »

Blarney

  • Posts: 317
    • View Profile
Re: Start game with button pressed (Pre-selected options)
« Reply #3 on: July 24, 2015, 07:15:59 am »
Under section [2238] in the config you can also add the lines;

Awareness=1
ShowPlayerAwareness=1
Fog=1
CustomBorderRange=20
CustomBorder=1
ShowMsFov=1
DisplayTCZones=1

I set custom border range to 20 as it is just over max detectable range as a sneaker, but you can set it to whatever for whatever reason (i also set it to my max sight range when exploring caves as that is the distance items will appear on the ground to you).

Graywolf

  • Posts: 10
    • View Profile
Re: Start game with button pressed (Pre-selected options)
« Reply #4 on: July 24, 2015, 01:23:04 pm »
Awesome, thanks!