mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-04 11:48:22 +02:00
szs file where extracted in the local directory instead of the game directory
This commit is contained in:
parent
34ec530ddf
commit
54b5dceb78
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ class Game:
|
|||
bmglang = gamefile[-len("E.txt"):-len(".txt")] # Langue du fichier
|
||||
self.gui.progress(statut=self.gui.translate("Patching text", " ", bmglang), add=1)
|
||||
|
||||
szs.extract(gamefile, get_nodir(gamefile))
|
||||
szs.extract(file=gamefile)
|
||||
|
||||
bmgmenu = bmg.cat(gamefile, ".d/message/Menu.bmg") # Menu.bmg
|
||||
bmgtracks = bmg.cat(gamefile, ".d/message/Common.bmg") # Common.bmg
|
||||
|
|
Loading…
Reference in a new issue