Maybe I could write a tutorial on this...
Quote:
Originally Posted by Incult_1985";p="
What is the technical code and where do I find it?
|
The Technical code it what makes the Technical run in Generals without crashing. You can find the default GLA Technical code in \Object\GLAVehicle.ini. (In other words, it is in a subdirectory of the root INI directory.)
Quote:
Originally Posted by Incult_1985";p="
BuildVariations= like the GLA technical right?
|
Yes. That is the code that makes your friendly GLA Technical appear in 3 forms: the van, the jeep, and the pickup. The trick behind it is that the Technical button you press to build one actually orders a dummy unit that transforms into 1 of 3 options given through the BuildVariations= tag.
Quote:
Originally Posted by Incult_1985";p="
but where do I put the variations?
|
I suppose it would be best to put the dummy Command Center into /Object/System.ini.
Quote:
Originally Posted by Incult_1985";p="
What inis must I edit and how?
|
Besides creating a dummy Command Center, you will need to add a new PlayerTemplate entry in PlayerTemplate.ini with the line:
Code:
StartingBuilding = [name of dummy Command Center]
But now that I'm thinking about it, there is no way to ensure that the player receives the correct dozer with the correct Command Center. :/