summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PE/pe-hack.lua13
1 files changed, 9 insertions, 4 deletions
diff --git a/PE/pe-hack.lua b/PE/pe-hack.lua
index 0d67bdc..848ac81 100644
--- a/PE/pe-hack.lua
+++ b/PE/pe-hack.lua
@@ -1,3 +1,6 @@
+-- Parasite Eve's french patch
+-- $Id: pe-hack.lua,v 1.5 2003-12-25 15:33:57 pixel Exp $
+
function mainpatch()
local dirent, pvd, root, is_cd1, is_cd2, slusname, fmvdir, systemcnfstring, inslus, slus, peimg, pesect, tim, startsect, fmvdirtree, xadirtree, falsesect, i
@@ -9,14 +12,14 @@ function mainpatch()
print "Identifying CD..."
if (dirent.id == "SLUS_006.62;1") then
print "CD is Parasite Eve CD1"
- pvd.volid = "PE-FR-CD1"
+ pvd.volid = "PARASITE_EVE_FRANCAIS_CD1"
slusname = "PE-FR.CD1"
fmvdir = "FMV1"
is_cd1 = true
is_cd2 = false
else
print "CD is Parasite Eve CD2"
- pvd.volid = "PE-FR-CD2"
+ pvd.volid = "PARASITE_EVE_FRANCAIS_CD2"
slusname = "PE-FR.CD2"
fmvdir = "FMV2"
is_cd1 = false
@@ -356,8 +359,10 @@ function buffer_pad(buffer)
end
files = {
- [1] = "various.bin",
- [2] = "menus.bin",
+-- [1] = "various.bin",
+-- [2] = "menus.bin",
+ [1] = "scripts/c/various.out"
+ [2] = "scripts/c/menus.bin"
[10] = "font.tim",
[70] = "mainmenu.bin",
[72] = patch_map,