Welcome to the Creatures Wiki! Log in and join the community.

Difference between revisions of "Machine.cfg"

From Creatures Wiki
Jump to navigation Jump to search
Line 12: Line 12:
  
 
<pre>"Auxiliary 2 Images Directory" "C:\\Agent Testing\\Images\\"</pre>
 
<pre>"Auxiliary 2 Images Directory" "C:\\Agent Testing\\Images\\"</pre>
 +
 +
==See also==
 +
*[[No CD for DS]]

Revision as of 00:46, 12 July 2019

Editnorn.png This stub could use more information.

Machine.cfg is a .cfg file, present in later versions of the Creatures Evolution Engine, that you can edit to change certain parts of your game.

For instance, if you change the part that reads "Game Name" "Docking Station" to "Game Name" "Bob the Builder", the title of the game window will change to "Bob the Builder". Also, changing this will create a new set of registry entries for the game under the title of "Bob the Builder". This can be used to effectively Duplicate Docking Station.

It also has the directories locations. You can change these to what you want. You can also add aditional directories. For instance, if you were making an agent and wanted to have another image directory for testing you can simply add this line.

"Auxiliary 1 Images Directory" "C:\\Agent Testing\\Images\\"

The engine will use look for images in that directory after looking for images in the regular directory. If you have Docking Station and Creatures 3 or want to add two auxilliary directories use this instead

"Auxiliary 2 Images Directory" "C:\\Agent Testing\\Images\\"

See also