Difference between revisions of "Item Tabs"
Worldremaker (talk | contribs) |
Worldremaker (talk | contribs) |
||
Line 42: | Line 42: | ||
<tt>none -> player only -> player and followers -> followers only -> none</tt> | <tt>none -> player only -> player and followers -> followers only -> none</tt> | ||
display modes. | display modes. | ||
+ | |||
+ | <youtube>LFatFISRBOE</youtube> |
Revision as of 17:33, 20 October 2019
About
Item Tabs is the feature of FOnline: Aftertimes. Item Tabs depends from configuration in FOnlineAT.cfg file can display 11 items in tab for current player and his followers each. For player it will display:
Current weapon in first hand and second hand with percentage of deterioraton, current amount of ammo used in weapon from first hand, current amount of ammo used in weapon from second hand and seven other items which are able to configure to display.
For follower it will display:
Current wear of armor, helmet and using weapon with percentage of deterioraton, current amount of ammo used in weapon from first hand, current amount of ammo used in weapon from second hand and seven other items which are able to configure to display.
How to configure?
Edit [AfterTimes] block in FOnlineAT.cfg file:
Add or edit:
ShowItemTabs=2
It will configure displaying ItemTabs in game.
Values:
- 0 - none
- 1 - player only
- 2 - player and followers
- 3 - followers only
In case of missing this parameter from FOnlineAT.cfg file default value is equal to 2.
ShowItemTabsPids=7 280 320
(example item pids)
It will configure which items should be displayed in item tabs after armors, weaponry and ammunition. It can take up to 7 different pids.
Default items: PID_HYPO, PID_SUPER_STIMPAK, PID_STIMPAK, PID_HEALING_POWDER, PID_DYNACORD, PID_MOLOTOV_COCKTAIL, PID_FRAG_GRENADE
Also in [Bindings] block:
ItemTabs
For example:
ItemTabs=T
Player can switch during the game's run Item Tabs between none -> player only -> player and followers -> followers only -> none display modes.