summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpixel <pixel>2003-12-25 15:33:57 +0000
committerpixel <pixel>2003-12-25 15:33:57 +0000
commitce3139feccd9be24e6b506e75b085ac4b1e5df4c (patch)
treee819b2bd3c8264b3ad1c2500b1386706392ab1a7
parent0177d50e3ae979872e5d8c60a7b4ca97b2ba9f5b (diff)
Added headers
-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,