View Single Post
Old 03-16-17, 06:41 PM   #806
Kendras
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default

Quote:
Originally Posted by Machariel View Post
Yes, even before the editor is started an Engine Message appears saying:

The unit class AMM from country American not found in the platforms library
and
The unit KLAKE from country American not found in the platforms library
and
And so forth....it keeps repeating messages it can't find some unit of country American (and many other countries).
So, that's why your game is crashing !

Open SH3\data\roster\american\sea and the file of each units that are written in the error messages you get with mission editor.

For example : NKLK_.cfg

It is written :

[UnitClass]
ClassName=KLAKE
UnitType=104
AppearanceDate=19380101
DisappearanceDate=19470101
DisplayName=GreatLakes-Steamer


So the type number is 104.

Now, open SH3\data\Sea\ and NKLK_ for example. Open NKLK_.cfg

The type number has to be 104 too. If not, change it.

The difficulty is to find the right folders, as they have sometimes not the same name as the unit (example : "NKLK" instead of "KLAKE")

When you have corrected all the files needed, open again mission editor to check if there is still some error messages.

Good luck !

Last edited by Kendras; 03-16-17 at 06:52 PM.
  Reply With Quote