Originally posted by Tamerlin
I suppose I still have to enable the Updater and add the line
#include "APOL_Update.slc" at the end of the APOL_script.slc file.
I suppose I still have to enable the Updater and add the line
#include "APOL_Update.slc" at the end of the APOL_script.slc file.
Originally posted by hexagonian
But does the updater SLIC file (at least the version that Tamerlin is using) have the links to those messages? Dale didn't include the updater SLIC in the Apolyton Pack, but based on what he did in that file (APOL_main_str.txt), it looks like he had planned on it at some time.
But does the updater SLIC file (at least the version that Tamerlin is using) have the links to those messages? Dale didn't include the updater SLIC in the Apolyton Pack, but based on what he did in that file (APOL_main_str.txt), it looks like he had planned on it at some time.
Originally posted by Tamerlin
The Update.slic I am working on is taken from the Cradle mod.
If it can ease the work to be done I can use the method you detailed in your earlier post :
1- Rename the CRA_Update_str.txt to APOL_Update_str.txt...
2- Then open the APOL_Strings.txt and add import "APOL_Update_str.txt" at the bottom.
3- Enable the slic file in the APOL_main.slc by adding the line #include "APOL_Update.slc".
4- (french version only) Copy the APOL_Strings.txt file with the added line and the translated APOL_update_str.txt file into the french folder.
The Update.slic I am working on is taken from the Cradle mod.
If it can ease the work to be done I can use the method you detailed in your earlier post :
1- Rename the CRA_Update_str.txt to APOL_Update_str.txt...
2- Then open the APOL_Strings.txt and add import "APOL_Update_str.txt" at the bottom.
3- Enable the slic file in the APOL_main.slc by adding the line #include "APOL_Update.slc".
4- (french version only) Copy the APOL_Strings.txt file with the added line and the translated APOL_update_str.txt file into the french folder.
import "APOL_main_str.txt"
in your version of the APOL_string.txt then you have to add this line (of course you need the file you already have translated) like it was doen in the English and the German version of this file. Note I would always start with the unmodified French version of the String.txt, because this file could contain more file imports then the English version.
-Martin
Comment