.................
elif IsEUROPE():
FN_GM_MARK = "locale/Explosive/effect/gm.mse"
LOCALE_FILE_NAME = "locale/Explosive/explosive_game.txt"
.................
def LoadLocaleFile(srcFileName, localeDict):
funcDict = {"SA":SA, "SNA":SNA}
lineIndex = 1
try:
lines = pack_open(srcFileName, "r").readlines() # APRO IL FILE
except IOError, errore:
import dbg
dbg.LogBox("ERRORE [%s] %s" % (srcFileName, errore))
app.Abort()
The XML FILES of Locale decrypted is OK, I recrypted on success.
[IMG]
[/IMG]BUT THIS ERROR MAKE ME CROSS!!!
I don't understand why the I/O don't find the file!!!
Resolved. The locale name must be lower characters.






