Difference between revisions of "Configuring Overgrowth"

From Wolfire Games Wiki
Jump to: navigation, search
Line 1: Line 1:
Overgrowth does not provide a way to adjust settings in game, but users can set these up by changing the values in
+
While Overgrowth does not currently provide a way to adjust settings in game, users may adjust their configuration by modifying their
  
'''config.txt'''. config.txt is located in the Data folder ((for Mac users) ~/Library/Application Support/Lugaru  
+
'''config.txt''' file. '''config.txt''' is located in the Data folder ((for Mac users) ~/Library/Application Support/Lugaru 2/Data/
  
2/Data/ (and for windows users their config.txt is located under My Documents\Wolfire\Overgrowth\Data) and its a  
+
(and for Windows users) My Documents\Wolfire\Overgrowth\Data). The file is a plain text file that is readable
  
plain text file that can be edited with any text editor.
+
by any normal text editor (such as TextEdit for Mac or Notepad for Windows).
  
 
==Settings==
 
==Settings==
  
screenwidth: 800  - a basic seting for scteen width
+
screenwidth: 800  - the game's horizontal resolution
  
screenheight: 600  - a basic seting for scteen height
+
screenheight: 600  - the game's vertical resolution
  
fullscreen: false - this is the line you need to change to fullscreen: true to get Overgrowth run on fullscreen mode
+
fullscreen: false - change this value to true in order to get Overgrowth to run in fullscreen mode
  
vsync: false
+
vsync: false - change this value to true in order to limit the frame rate of the game to the refresh rate of your monitor
  
 
multisample: 0
 
multisample: 0
Line 29: Line 29:
 
gamma_correct: true
 
gamma_correct: true
  
fps_label: false  - set this line to fps_label: true to see your fps in game
+
fps_label: false  - set this value to true to enable the in-game fps counter
  
 
sound_label: true
 
sound_label: true
Line 37: Line 37:
 
visible_sound_spheres: false
 
visible_sound_spheres: false
  
editor_mode: false  - set this line to true to enter into level editor each time you enter into newly loaded level
+
editor_mode: false  - set this value to true in order to start the level editor by default (instead of taking player control)
  
 
invert_y_look: false  
 
invert_y_look: false  
  
music: false - set this line to false to mute background music
+
music: false - set this value to false to disable background music
  
 
key[quit]: esc
 
key[quit]: esc
Line 67: Line 67:
 
key[chat]: t
 
key[chat]: t
  
key[rclick]: rshift -  - set this line to key[rclick]: e if u are working with apple mightymouse, this should solve
+
key[rclick]: rshift - for users having difficulty with the combat/weapon controls, it may be helpful to set this value to some other button (such as "e") in order allow better ease of use.
problems with clicking right and left mouse button in same time. so your mouse right button functions go under key
 
"e"
 
  
  
  
 
[[Category:Overgrowth]]
 
[[Category:Overgrowth]]

Revision as of 09:11, 16 May 2011

While Overgrowth does not currently provide a way to adjust settings in game, users may adjust their configuration by modifying their

config.txt file. config.txt is located in the Data folder ((for Mac users) ~/Library/Application Support/Lugaru 2/Data/

(and for Windows users) My Documents\Wolfire\Overgrowth\Data). The file is a plain text file that is readable

by any normal text editor (such as TextEdit for Mac or Notepad for Windows).

Settings

screenwidth: 800 - the game's horizontal resolution

screenheight: 600 - the game's vertical resolution

fullscreen: false - change this value to true in order to get Overgrowth to run in fullscreen mode

vsync: false - change this value to true in order to limit the frame rate of the game to the refresh rate of your monitor

multisample: 0

anisotropy: 0

post_effects: false

shaders: true

texture_reduce: 1

gamma_correct: true

fps_label: false - set this value to true to enable the in-game fps counter

sound_label: true

visible_raycasts: false

visible_sound_spheres: false

editor_mode: false - set this value to true in order to start the level editor by default (instead of taking player control)

invert_y_look: false

music: false - set this value to false to disable background music

key[quit]: esc

key[slow]: tab

key[fast]: \

key[crouch]: lshift

key[jump]: space

key[screenshot]: f7

key[console]: `

key[left]: a

key[right]: d

key[up]: w

key[down]: s

key[chat]: t

key[rclick]: rshift - for users having difficulty with the combat/weapon controls, it may be helpful to set this value to some other button (such as "e") in order allow better ease of use.