[PSX/PC] Save Editor - Black Chocobo (v1.16)

  • Thread starter Thread starter sithlord48
  • Start date Start date
Status
Not open for further replies.
I've tackled some of the 'random' vars and I found that z_8 values are a gameplay timer, (not sure why because black chocobo already has time editing capabilities) and the countdown timer, for example the bombing mission one.
The problem is that I edit the values in a save to make the counter display 5 mins instead of 8 and when I try it ingame it doesn't change. If I save on top of my edited save, the value turns back to 8. I guess other vars must be acting in order for that to work.
I also found that z_32 vars have to do with something about steps or how much you walked ingame because if you stand still they don't change but if you move they change proportionally. Still, I don't see the use in the game for that being recorded.
 
Thanks for the update on 1.9.3 the the remove all materia is what i needed alot thanks again for this awesome tool :)
 
Thanks for the update on 1.9.3 the the remove all materia is what i needed alot thanks again for this awesome tool :)
Glad you like it.

im gonna put this here and ill add it also to the faq section of the wiki later on . ric sent me his method of getting saves back on his psp here you go


How to edit your Final Fantasy 7 PSP save files with Black Chocobo (Custom Firmware only)

Requirements:

A Playstation Portable with custom firmware (i did the tests on 6.60 but it should work fine on any)
CWCHEAT plugin.
Usb cable/Memory Card reader (should be obvious why..)
Winrar (or any other extracting program)

HOW TO:

1st you need to download CWCHEAT.. You can use this link if you want just the plugin for the save editing: http://www.mediafire.com/?uz4fn4qvinwc748

Or you can use this one incase you want the full version of CWCHEAT which allows you to add/use cheat codes on playstation portable/playstation games: http://www.mediafire.com/?osxfb4i4s86406q

after the download is complete, connect your psp to the computer and go to: G:\seplugins
Note: its G:\ on my computer but it can be any other letter on yours.

Then extract the CWCHEAT file with winrar or any other program you chose to use, open the seplugins folder from the extracted archieve and you will have another folder called "cwcheat"
(which contains 3 folders and 4 files)

Move that cwcheat folder to the playstation memory card under the location mentioned before (G:\seplugins)

After that, on your seplugins folder in the PSP memory card, there should be a file called "pops.txt"
Open it on notepad and add this line to it: ms0:/seplugins/cwcheat/cwcheatpops.prx 1
Exactly like that!

Now unplug the playstation portable from the computer and start Final Fantasy 7 on it

After the game is on the "New Game/Load Game" screen, Press and HOLD the select key for some seconds until a screen like this appears: http://4.bp.blogspot.com/_5EjlNYy8SjA/SXKIsBhPgtI/AAAAAAAAAEQ/1RJiNNltOtU/s320/cwcheat-01.jpg

Then click on "Manage Memory Cards"
and chose "Save memory card 1 to memory stick"

then you should see below "Last operation: OK!!"

now leave the cwcheat menu and exit the game.

Connect the psp to the computer again and open black chocobo
click on File>open and then chose the extracted save on your psp memory card that should be on E:\seplugins\cwcheat\mc

edit it however you wish and then File>Save on Black Chocobo.

unplug the PSP from the computer and run final fantasy 7 on it

Once again, when on the "New Game/Load Game" screen, hold the select key for a few seconds until the CWCHEAT shows up and go to Manage Memory Cards

Then click on "Load Memory Card 1 from memory stick" and the last operation should say OK!!

Exit the CWCHEAT menu, click on load game and voila, your edited save file will be there 
 
Been using this program for while now and I love it. I do have a question though. Can this program be used in anyway replace cloud as the party leader? I enjoy having a party without Cloud in it but his model always shows up on the world map and sometimes I can't see any model when on certain maps. Also, what exactly is the ID option supposed to be used for in the party tab?
 
Been using this program for while now and I love it. I do have a question though. Can this program be used in anyway replace cloud as the party leader? I enjoy having a party without Cloud in it but his model always shows up on the world map and sometimes I can't see any model when on certain maps. Also, what exactly is the ID option supposed to be used for in the party tab?
you can do that. but if you do there are only 3 models that can show on the world map (cloud, tifa, and  cid) and the id option sets the chars id its only used for some chars. now go read the user guide cause its all there.
 
I can't seem to get the sub to appear on my world map. I started a new game and then used the progression tool to jump ahead to disk 3. I can get the highwind to show up just fine but the sub is a different story. Any thoughts?
 
We would be glad to help you if you had a legal copy of FF7 like pretty much everyone does.
 
Japanese language file for Black Chocobo
Black Chocobo Japanese language file

"About" Dialog remains as English.

I couldn't find this word.
<source>Qty</source> (Line 1530 in English.TS)
Where is it used?
I translated it as same as <source>QTY:</source> (Line 1534).
But depending on the place where it is used, I have to change my translation.


Japanese letters problem of file name and file path.
 - Black Chocobo installed path includes Japanese letter,
 - Opened file name or file path includes Japanese letter,
 - Saving file name or file path includes Japanese letter,
Black_Chocobo.exe crashes when saving file.
Crash Report
 
wow, that's wonderful asa thanks for the translation.

Ive added it to the svn and updated it,
please get the newest trunk  to keep it up to date if you would like.

"Qty" is an abbreviation for quantity please translate accordingly.


not sure why the crash when saving with japanese chars, since it saved the files correctly here and didn't crash(64-bit linux). i would be intrested to see how raw ff7 psx files are named in japanese so i can make the filter not hide them (assuming its not  from *-FF7*)
 
wow, that's wonderful asa thanks for the translation.

Ive added it to the svn and updated it,
please get the newest trunk  to keep it up to date if you would like.

"Qty" is an abbreviation for quantity please translate accordingly.

not in the ts file is are the required strings

"Japanese"
"Language Changed"
"You Must Restart For The Language to Change"

not sure why the crash when saving with japanese chars, since it saved the files correctly here and didn't crash(64-bit linux). i would be intrested to see how raw ff7 psx files are named in japanese so i can make the filter not hide them (assuming its not  from *-FF7*)
 
Hello, I updated my file.
Black Chocobo JA 9 20

And, I added translation of "Language Changed" & "You Must Restart For The Language to Change".
But I don't know programming, text encoding UTF-8 no BOM is alright? Please check it.
 
idk exactly how the text encoding is but when i add those strings they don't look correct at run time (bom or no bom) but show correctly when reading the code. i think may have to compile w/ wchar support or make the dialog translatable and added to the .ts file the down side is that the restart message will be in the current language instead of target language.   thanks for the update, currently in heavy development of theprogression tab and adding many check boxes, so there will be more to translate in the future. thanks again.

edit:: if possible please compile and check the language changed dialog to see if the substuited chars are correct (or are correct maybe on a ja system?) Never mind i fixed that
 
Last edited:
Thank you for your solving.
And please check French Dialog's title bar.
Maybe, same thing occurred.
French Dialog
Fixed that , needs  a QString::fromUtf8() for any strings that show incorrectly , (has been fixed in trunk)
 
Not sure what happened but I ended up with 2 clouds in my team.  Cid turned into cloud, although it was still Cid's data... just not his avatar or name.  It also kinda buggered the game up.

Can't replicate cause I dunno what I did.
 
check the ID of cid. if you set it to cloud it will show in BC but might not in game , the game gets touchy when you change peoples IDs

also check the party members to be sure its not showing two clouds.
 
Progress Update <todays date?>

Finally decoded the controller mapping (note:only used by non pc saves) you can now edit the controller maping for non pc save games. (i made fancy button icons hope you all like em :D) the psx will only use this mapping if you set your controls to custom. there is data here in the pc version but it tends to hold the defalut map. (a few saves have had junk data here, possible failure of my previous editing, as i can't find similar data in any known untampered saves) , i think the pc version saves these mappings in <ff7dir>/ff7input.cfg or other config file. editing doesn't seam to affect the pc version.

optimized the  slot selection dialog  its not less then 500 lines (down from over 2k!)

Vegeta_ss4 , updated the unknown var table to show leading 0 and the leading numbers for binary mode.

I've Enabled you to edit unknown variables via their hex or binary value (can edit any single bit now, be sure to use sane data when you do this.)

we added the masks for the mds7st1 and mds7st2 items (he discovered them i coded the buttons.)

slight bit of reordering of the item tab

@asa, you might want to update the current bchoco_ja.ts file there have been a few string changes. i would like to keep this file current. (at least untill 1.9.4 is released)

same for anyone who wants to update the french translation:bchoco_fr.ts file
 
Last edited:
Status
Not open for further replies.
Back
Top