Changes

Jump to navigation Jump to search
331 bytes added ,  15:06, 19 March 2016
Line 216: Line 216:  
== Company types ==
 
== Company types ==
 
Company types are the types of company that the game will simulate. If you don't define company types for your new software types, the software will not be released by the AI.
 
Company types are the types of company that the game will simulate. If you don't define company types for your new software types, the software will not be released by the AI.
 +
 +
=== Removing companies ===
 +
You can remove AI company types by adding a "delete.xml" file in the CompanyTypes folder, which includes a root tag containing a tags with the company types you want to remove, eg.
 +
 +
<pre>
 +
<CompanyTypes>
 +
<Type>Web CMS</Type>
 +
<Type>Financial CMS</Type>
 +
<Type>Workflow CMS</Type>
 +
</CompanyTypes>
 +
</pre>
    
=== Tags ===
 
=== Tags ===

Navigation menu