Difference between revisions of "Overgrowth Alpha FAQ"

From Wolfire Games Wiki
Jump to: navigation, search
m (fixed references)
Line 33: Line 33:
 
* Relevant system information such as what graphics card your computer has, how Much RAM you have, etc.
 
* Relevant system information such as what graphics card your computer has, how Much RAM you have, etc.
 
* Any Error messages that you see.
 
* Any Error messages that you see.
 +
 +
=== Overgrowth is running slow on my computer ===
 +
 +
The Overgrowth alpha is currently set to use the maximum graphics settings, even if this is grossly inappropriate for your computer.  There is not currently any UI available to change this, so you will need to edit the config.txt file.  On Windows, this is located in the Data directory, which is found in the same directory as the Overgrowth executable.  On Mac, you will need to right click the Overgrowth application and choose show package contents.  It is then located in the Data folder found in the Contents/Mac OS folder.
 +
 +
Change the following values to these new ones:
 +
 +
<pre>screenwidth: 800
 +
screenheight: 600
 +
multisample: 4
 +
anisotropy: 4
 +
texture_reduce: 1</pre>
 +
 +
If it's still running slow, try this:
 +
 +
<pre>screenwidth: 640
 +
screenheight: 480
 +
multisample: 0
 +
anisotropy: 0
 +
texture_reduce: 2</pre>
  
 
===I can't access all of the GUI. The window crops important parts of the screen.===
 
===I can't access all of the GUI. The window crops important parts of the screen.===

Revision as of 14:43, 19 February 2010

This is the Overgrowth Alpha FAQ.

  • This FAQ is intended for useful tips for new users as well as answer common bug-related questions.
  • This FAQ NOT intended as a place for you to post bugs you might have found. If you want to report a bug please do so on Wolfire's Trac.

Please feel free to contribute to this FAQ, and the wiki as a whole!

Any entry concerning bugs should be formatted as an informative title, followed by any of the following:

  • Symptoms that the bug might exhibit.
  • Details about the bug.
  • Links to forum topics where the issue mentioned has been discussed/resolved.
  • Workarounds to help avoid this bug.
  • Fixing instructions to help fix the bug if it occurs.
  • Any other relevant information.


General

Something-Something Won't Work! AHHH!

First and foremost, Don't Panic.

Disclaimer: Be prepared for it to just not work at times. Overgrowth is still in its Alpha stage of development, and the team is focusing more on getting essential features in than working out bugs and compatibility issues. The team will get to them, and will try to occasionally fix very pressing bugs, but sadly sometimes it will just take a while. However that doesn't mean that there's nothing you can do!

Here's what you can do:

  • Look at the rest of this FAQ to see if there are any that might fit your situation.
  • Check the Secret Preorder Forum and use the lovely search feature. For example if on your Windows 7 PC, Overgrowth crashes when your character jumps, search for "Windows 7 Jump Crash".
  • Ask on Wolfire's IRC channel. Many users are long time Alpha testers and will be happy to help you.
  • Ask John on Meebo. Although John's time is a valuable, non-renewable resource, he will be happy to help you if you need to talk with someone on the team.

Note: if you decide to request help anywhere please include relevant information such as:

  • Alpha Number
  • If you're running windows, mac or linux
  • what version your OS is
  • Relevant system information such as what graphics card your computer has, how Much RAM you have, etc.
  • Any Error messages that you see.

Overgrowth is running slow on my computer

The Overgrowth alpha is currently set to use the maximum graphics settings, even if this is grossly inappropriate for your computer. There is not currently any UI available to change this, so you will need to edit the config.txt file. On Windows, this is located in the Data directory, which is found in the same directory as the Overgrowth executable. On Mac, you will need to right click the Overgrowth application and choose show package contents. It is then located in the Data folder found in the Contents/Mac OS folder.

Change the following values to these new ones:

screenwidth:	800
screenheight:	600
multisample:	4
anisotropy:	4
texture_reduce:	1

If it's still running slow, try this:

screenwidth:	640
screenheight:	480
multisample:	0
anisotropy:	0
texture_reduce:	2

I can't access all of the GUI. The window crops important parts of the screen.

This turned up, when the default resolution was lowered from 1024x768 to 800x600. You can resolve this issue by changing the settings, either to a higher resolution or to full screen mode. Changing display settings is done in the 'config.txt'-file in the Overgrowth data folder.

The first lines of the default config file should look like this:

screenwidth:	800
screenheight:	600
fullscreen:	false

You can change the resolution by changing the values for screenwidth/screenheight and go to fullscreen mode by changing the 'false' to 'true'.

When I try to load a Model it won't work

You need to make sure that you're not loading the model file, but the object file.

  • A Model file is a 3d mesh saved as a *.obj file. this file contains no textures or shader data and so cannot be loaded by itself.
  • An Object file is an XML that stores the filepaths for all the relevant data of an object, including the Model file as well as the textures and shader.

For example if you are trying to load a file located in Data/Models/example.obj you should really be opening Data/Objects/example.xml

My Custom Map Won't Load in the main menu

  1. Make sure that you typed the name correctly, including the *.xml ending
  2. Make sure that it exists in Data/Levels/
  • Recently (as at alpha 65) there have been some issues with loading custom maps from the main menu. to make sure this isn't the case:
  1. Back up the map 'DesertFort_IGF.xml' (for example add "backup" to the name)
  2. Rename your map as 'DesertFort_IGF.xml'
  3. Attempt to load it by clicking the Desert map in the main menu.

Windows

Error: cannot create the C:\program files\Overgrowth\Data\config.txt file. ...

This error applies to both Lugaru and Overgrowth.

Symptom: When attempting to edit the config.txt file the following error message is displayed:

cannot create the C:\program files\Overgrowth\Data\config.txt file. Make sure the path and file name are correct.

Explanation: Windows Vista & 7 like to save the config file in a different location to the actual directory. As discussed in a thread on the forums[1], The file is actually stored in: C:\Users\USERNAME\Application Data\Local Virtual Store\Program Files/Overgrowth/config.txt

Mac

I can't find the Data folder

With the Mac version of Overgrowth, the Data folder is located within the application package. You can access it by right clicking the "Overgrowth" application and choosing 'Show Contents", and then browsing to Contents/MacOS/Data

To make future access easier right click 'Data' and choose 'Make Alias'. Now drag this alias out of the application, somewhere easy to find, on your Desktop for example.

Then, next time you need to open a file from within the Overgrowth package, simply navigate to the alias and you should have access to the Contents of the Data folder.


It says on the forums/blog that you can right click with command+click, but it won't work!

Unfortunately in recent alphas this functionality has been broken. Right clicking is currently only possible with an external mouse, or on a trackpad with enabled two-finger right click.


Linux

Running Overgrowth on Linux

Currently there is no native Linux version of Overgrowth, but it's comming[2]. However, you may be able to emulate the Windows version under Wine. This will also require the Visual C++ 2005 libraries, which can be installed through winetricks.