Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Q. Why do I need to cut and paste from pastebin?
A. Any one running 3rd party utilitys should know what they are running. Having it available in source code will help to stop any naughty malware like things from happening. Also if you can't copy and paste and save a file to your computer then you may have issues sending the collected files via email or what ever method you want to use in the first place.
Q. Wait.. what's this actually doing?!
A. This batch file creates a new directory on your desktop called Godusinfo. That Directory holds the files that 22cans will want to look at. Crash reports and that kind of stuff. I've just changed the batch file so that you can hardcode the godus directory and skip the automagic stuff that it'll do to try and find the Godus.exe for you. If you don't set the godusdir manually in the batch file then it will automagicly try and find it with some minimal input from the user. Once it finds the godus.exe file it will use that location as the place to gether the info from as that's where it's stored. You may want about 100mb to about 1gb of storage on where ever your desktop is located to be safe when using this tool.
Q. What if I don't want to save godusinfo to the desktop or I don't like the name godusinfo for the save directory?
A. If you have a look at the top of the batch file you'll find some variables near the top. These 5 variables (shown below) are used in the batch file for various things.
set GodusSaveDir=GodusInfo
set Desktop=%USERPROFILE%\Desktop
set DiagDir=%Desktop%\%GodusSaveDir%
set GodusDir=
set i=
The above lines of code set the default variables and clear out some important ones.
Change GodusSaveDir to what you want to call the directory instead of GodusInfo.
Change Desktop or ignore it and instead change DiagDir to the base path before GodusInfo.
GodusDir is used to set the location of where the Godus.exe file is. As of v2.4.2b you can now hardcode this variable so that the automagic searching for godus.exe is skipped. Otherwise this variable is set in the batch code automagicly.
The i variable is used as a temp variable.
It takes to long to find the directory.
___
DK
I just did as you requested. It should work. Try either hardcoding the path in the batch file or use the /godusdir [path] command line option. (obviously you don't use [path] and instead replace it with something like c:\steamlibrary\steamapps etc).