Author Topic: Brigandine Grand Edition...  (Read 386176 times)

Offline HwitVlf

  • Dark Slayer Destroyer
  • ****
  • Posts: 1667
Re: Brigandine Grand Edition...
« Reply #140 on: February 25, 2015, 04:23:46 pm »
I don't remember a Rock. Who do you mean?

Attached is a special build of the number converter I made for the translation project. If you want to find any knight's definition:

1) Extract the exe from the ISO onto your PC.
2) Locate the knight's name in the exe and enter that location in the number converter "In EXE" field.
3) Copy the resulting "Memory hex" field from the converter and search the ISO for that value. That should show you the beginning of the knight's definition.
4) Copy the 12 bytes after the value you searched for, and search the ISO for those 12 bytes. You should find another copy of them later in the ISO - that would be the 'definition override'.
5) If you want to change the knight's class. Do the same thing as with Millet; change the byte where Millet's "1D" was (current class), and change the byte where "02" was for 'class levels achieved'.
If you want to find the appropriate values for "1D" or "02", look up another knight's "definition override" who has the values you want to use.
« Last Edit: February 26, 2015, 01:10:53 am by HwitVlf »

Offline Tony0075

  • Mace Masher
  • *
  • Posts: 78
Re: Brigandine Grand Edition...
« Reply #141 on: February 25, 2015, 07:53:12 pm »
He is a quest knight that has red hair and a white outfit on and after a while he leaves then you get him again on a quest it might be the wrong name he is normally a level 10 monk  .

Offline Tony0075

  • Mace Masher
  • *
  • Posts: 78
Re: Brigandine Grand Edition...
« Reply #142 on: February 25, 2015, 08:06:25 pm »
How do I extract the EXE ?I m using Magic ISO
« Last Edit: February 25, 2015, 08:16:11 pm by Tony0075 »

Offline HwitVlf

  • Dark Slayer Destroyer
  • ****
  • Posts: 1667
Re: Brigandine Grand Edition...
« Reply #143 on: February 25, 2015, 08:24:00 pm »
Ah, I know him as Rod. He would make sense as a Ninja- maybe even more than a monk given his story.

"Extract" was just a fancy word for 'copy'. I'ts been a long time since I used MagicISO, but probably just open the CUE file then drag "SLPS_026.61" (aka the exe) to your desktop, or maybe right-click on it and it will give a save as option. If you have virtual drive software (Daemon etc) you can just mount the CUE and copy the exe off the disk like you would any file.

Offline Tony0075

  • Mace Masher
  • *
  • Posts: 78
Re: Brigandine Grand Edition...
« Reply #144 on: February 25, 2015, 10:42:53 pm »
So I just drag the disc or bin on the number finder ?

Offline Tony0075

  • Mace Masher
  • *
  • Posts: 78
Re: Brigandine Grand Edition...
« Reply #145 on: February 25, 2015, 10:53:01 pm »
So I open it in the hex editor ? the slps02661 ?
I think I have it Rod was found on the exe at 6124 so I type that in EXE and I get the following 24590180 so I put that number in the find option right ?
« Last Edit: February 25, 2015, 11:01:52 pm by Tony0075 »

Offline Tony0075

  • Mace Masher
  • *
  • Posts: 78
Re: Brigandine Grand Edition...
« Reply #146 on: February 25, 2015, 11:33:03 pm »
Ok I got it to work . One more question though ... If I change the Shadow Master word in the exe file to Ninja will I cause the whole transation to mess up ?

Offline HwitVlf

  • Dark Slayer Destroyer
  • ****
  • Posts: 1667
Re: Brigandine Grand Edition...
« Reply #147 on: February 26, 2015, 06:18:21 pm »
By the way, if you'd like to make a mod patch, I'd be happy to add it to the top post if you'd like. It would be cool to start a selection of Brigandine mods.

Offline Tony0075

  • Mace Masher
  • *
  • Posts: 78
Re: Brigandine Grand Edition...
« Reply #148 on: February 26, 2015, 06:59:00 pm »
I wouldn't mind trying but I don't have a clue how to make a patch or find out info . With out help lol . If you want to I have some good ideas . Like I always thought Vaynard should at least get Fallberg or have it all along . Dryst should lose his Fire element and only have curse til 30 . I always wanted to add a new female class to break off the Cleric path .

Offline HwitVlf

  • Dark Slayer Destroyer
  • ****
  • Posts: 1667
Re: Brigandine Grand Edition...
« Reply #149 on: February 27, 2015, 02:57:22 pm »
I think an interesting mod for knight definitions would be to make everyone start at level 1. It would make the game very customizable.

Making a patch is easy. Attached is a BAT file. Open it in Notepad (right-click edit, or drag it into an open Notepad window).

1) Replace "MakePPF3.exe" with the full path to MakePPF3.exe.
2) Replace "BGE Original D1.bin" with the full path to the location of your BIN image without the edits.
3)Replace "BGE Edited D1).bin" with the full path to the BIN that includes your edits.
4) Save the edited BAT file and run it, and the patch should appear where the BAT is.

Example:
Code: [Select]
"C:\Documents and Settings\Desktop\MakePPF3.exe" c -x "C:\Documents and Settings\Desktop\BGE (Disc 1).bin" "C:\Documents and Settings\Desktop\BGE New\BGE edited (Disc 1).bin" BGE.ppf
pause

« Last Edit: February 27, 2015, 03:14:10 pm by HwitVlf »