Timeouts

From FOnline: 2238 Wiki
(Difference between revisions)
Jump to: navigation, search
m (Allowed only when timeouts are displayed)
m
Line 1: Line 1:
''(article is under construction)''
 
----
 
 
== Timeouts ==
 
== Timeouts ==
 
Timeouts is in-game command that allows you to track different timers attached to your character, without opening Pip-Boy every time. Usefull not only for crafters, but also for not-so-lucky PvP players, when they run to exit grid.
 
Timeouts is in-game command that allows you to track different timers attached to your character, without opening Pip-Boy every time. Usefull not only for crafters, but also for not-so-lucky PvP players, when they run to exit grid.
Line 16: Line 14:
  
 
=== Allowed only when timeouts are displayed ===
 
=== Allowed only when timeouts are displayed ===
* '''~timeouts color [R] [G] [B]''' - set color for timeout names and values
+
* '''~timeouts color [R] [G] [B]''' - set color for timeouts [[#NameColor|names]] and [[#ValueColor|values]]
* '''~timeouts color1 [R] [G] [B]''' - set color for timeout names ("''First Aid''", "''Gathering''", etc.)
+
* '''~timeouts color1 [R] [G] [B]''' - set color for [[#NameColor|timeout names]]
* '''~timeouts color2 [R] [G] [B]''' - set color for timeout values ("''7 seconds''", "''42 hours''", etc.)
+
* '''~timeouts color2 [R] [G] [B]''' - set color for [[#ValueColor|timeout values]]
 
* '''~timeouts direction [up/down]''' - set where new positions should be added
 
* '''~timeouts direction [up/down]''' - set where new positions should be added
 
* '''~timeouts font [id]''' - set which font should be used (4-8)
 
* '''~timeouts font [id]''' - set which font should be used (4-8)
Line 24: Line 22:
 
* '''~timeouts spacingy [px]''' - set vertical distance between each timeout
 
* '''~timeouts spacingy [px]''' - set vertical distance between each timeout
 
* '''~timeouts [worldmap/wm]''' - set timeouts displaying on world map
 
* '''~timeouts [worldmap/wm]''' - set timeouts displaying on world map
* '''~timeouts xy [x] [y]''' - set start position
+
* '''~timeouts xy [x] [y]''' - set start position.
  
 
=== Disabled ===
 
=== Disabled ===
Line 35: Line 33:
  
 
== Configuration ==
 
== Configuration ==
Configuration is hold in fonline2238.cfg file, in .ini files format, section 'Timeouts'.
+
Configuration is hold in FOnline2238.cfg file, in .ini files format, section 'Timeouts'. Currently, file is readed only when client starts or new cache is send by server.
  
 
=== Enabled ===
 
=== Enabled ===
 +
0: Off
 +
 +
1: On
 +
 
'' Default: 1''
 
'' Default: 1''
  
 
=== Direction ===
 
=== Direction ===
 +
Where new positions should be added.
 +
 +
0: down
 +
 +
1: up
 +
 
'' Default: 1''
 
'' Default: 1''
  
Line 47: Line 55:
  
 
=== NameColor ===
 
=== NameColor ===
 +
Change color of timeouts names  ("''First Aid''", "''Gathering''", etc.) using [http://en.wikipedia.org/wiki/RGB_color_model RGB format].
 +
 
''Default: 0 255 0''
 
''Default: 0 255 0''
  
 
=== PositionX ===
 
=== PositionX ===
''Default: 655''
+
Set the start X position for displaying timeouts.
 +
 
 +
Example for negative values: PositionX=-200 ⇒ PositionX=(ScreenWidth-200)
 +
 
 +
''Default: -145''
  
 
=== PositionY ===
 
=== PositionY ===
''Default: 490''
+
Set the start X position for displaying timeouts.
 +
 
 +
Example for negative values: PositionY=-200 ⇒ PositionY=(ScreenHeight-200)
 +
 
 +
''Default: -110''
  
 
=== SpacingX ===
 
=== SpacingX ===
 +
Set horizontal distance between start position of timeout name (set by [[#PositionX|PositionX) and its value.
 +
 
''Default: 72''
 
''Default: 72''
  
 
=== SpacingY ===
 
=== SpacingY ===
 +
Set vertical distance between each timeout.
 +
 
''Default: 10''
 
''Default: 10''
  
 
=== ValueColor ===
 
=== ValueColor ===
 +
Change color of timeouts values ("''7 seconds''", "''42 hours''", etc.) using [http://en.wikipedia.org/wiki/RGB_color_model RGB format].
 +
 
''Default: 0 255 0''
 
''Default: 0 255 0''
  
 
=== Worldmap ===
 
=== Worldmap ===
 +
Display timeouts while on world map.
 +
 +
0: Off
 +
 +
1: On
 +
 
''Default: 0''
 
''Default: 0''
  
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Configuration]]
 
[[Category:Configuration]]

Revision as of 12:20, 27 July 2010

Contents

Timeouts

Timeouts is in-game command that allows you to track different timers attached to your character, without opening Pip-Boy every time. Usefull not only for crafters, but also for not-so-lucky PvP players, when they run to exit grid.

Remember that:

  • nothing is displayed if all your timeouts are equal to 0
  • "battle" timer is never displayed during turn-based fight
  • "exit game" timer is never displayed
  • if you do something wrong, you can always remove configuration - default values will be used

Options

Always allowed

  • ~timeouts - turns on/off timeouts displaying

Allowed only when timeouts are displayed

  • ~timeouts color [R] [G] [B] - set color for timeouts names and values
  • ~timeouts color1 [R] [G] [B] - set color for timeout names
  • ~timeouts color2 [R] [G] [B] - set color for timeout values
  • ~timeouts direction [up/down] - set where new positions should be added
  • ~timeouts font [id] - set which font should be used (4-8)
  • ~timeouts spacingx [px] - set horizontal distance between start position of timeout name and its value
  • ~timeouts spacingy [px] - set vertical distance between each timeout
  • ~timeouts [worldmap/wm] - set timeouts displaying on world map
  • ~timeouts xy [x] [y] - set start position.

Disabled

This commands are currently disabled (they will be available "soon")

  • ~timeouts load - reload default configuration
  • ~timeouts load [name] - reload custom configuration
  • ~timeouts save - save settings as default
  • ~timeouts save [name] - save settings with given name

Configuration

Configuration is hold in FOnline2238.cfg file, in .ini files format, section 'Timeouts'. Currently, file is readed only when client starts or new cache is send by server.

Enabled

0: Off

1: On

Default: 1

Direction

Where new positions should be added.

0: down

1: up

Default: 1

Font

Default: 5

NameColor

Change color of timeouts names ("First Aid", "Gathering", etc.) using RGB format.

Default: 0 255 0

PositionX

Set the start X position for displaying timeouts.

Example for negative values: PositionX=-200 ⇒ PositionX=(ScreenWidth-200)

Default: -145

PositionY

Set the start X position for displaying timeouts.

Example for negative values: PositionY=-200 ⇒ PositionY=(ScreenHeight-200)

Default: -110

SpacingX

Set horizontal distance between start position of timeout name (set by [[#PositionX|PositionX) and its value.

Default: 72

SpacingY

Set vertical distance between each timeout.

Default: 10

ValueColor

Change color of timeouts values ("7 seconds", "42 hours", etc.) using RGB format.

Default: 0 255 0

Worldmap

Display timeouts while on world map.

0: Off

1: On

Default: 0

Personal tools
Contribute