According to this thread, a game will only ever use one winsetup file, even if you use RunGASGame. Which raises issues with translations. Let's say I have the following files (created with 2.72):
game1.exe
game1inFrench.tra
game2.exe
game2inFrench.tra
Now let's say I start game1, using game1inFrench.tra. Now I use RunAGSGame to run game2. AGS will still be using game1inFrench.tra, right?
So the only way to use translations with RunAGSGame is to create one giant translation file that includes both games:
allgamesinFrench.tra
Would that work? Or is there an easier way?
And if I had a hundred games and a humungously giant .tra file, would this slow the game down?
game1.exe
game1inFrench.tra
game2.exe
game2inFrench.tra
Now let's say I start game1, using game1inFrench.tra. Now I use RunAGSGame to run game2. AGS will still be using game1inFrench.tra, right?
So the only way to use translations with RunAGSGame is to create one giant translation file that includes both games:
allgamesinFrench.tra
Would that work? Or is there an easier way?
And if I had a hundred games and a humungously giant .tra file, would this slow the game down?