Qhimm.com Forums
Miscellaneous Forums => General Discussion => Topic started by: Jaitsu on 2010-05-07 17:58:27
-
never thought i'd see the Jenova and Griever save editors become obsolete, but in a matter of weeks, they have. kudos to the guys who made the new ones
Black Chocobo
other one which's name i can't remember because im tired.
wicked job on them is what will say
(Black Chocobo brings Aeris back, half the fanboys on the planet must be screaming and creaming themselves right now)
-
On the subject of people who find bringing Aeris back to be anything more gratifying than a "screw around" toy on their n'th playthrough - http://xkcd.com/299/
Anyway stuff goes obselete all the time, I find this unsurprising.
-
It makes me happy. Jenova has been THE FF7PC SGE for nearly a decade. Now that Black Choco is being made with more options it makes me happy.
-
It makes me happy. Jenova has been THE FF7PC SGE for nearly a decade. Now that Black Choco is being made with more options it makes me happy.
no offence to the jenova editor though eh? :P
-
It makes me happy. Jenova has been THE FF7PC SGE for nearly a decade. Now that Black Choco is being made with more options it makes me happy.
no offence to the jenova editor though eh? :P
'cept it didn't work in some cases.
-
It makes me happy. Jenova has been THE FF7PC SGE for nearly a decade. Now that Black Choco is being made with more options it makes me happy.
no offence to the jenova editor though eh? :P
'cept it didn't work in some cases.
thats true, though a while back i found the one that had working stuff so, yeah, tis at least good as a backup
-
Oh since I don't know where to ask this question. Is the Jenova editor that can edit higher hp to 30000 still downloadable?? I've been looking everywhere in this forums for it and I've found nothing. :-\
-
Oh since I don't know where to ask this question. Is the Jenova editor that can edit higher hp to 30000 still downloadable?? I've been looking everywhere in this forums for it and I've found nothing. :-\
.... dude, i REALLY think you got the wrong idea, the mod that allows hp to go up to 30000 (and over that) ISN'T Jenova
-
I know dziugo's patch is the one you use to modify the official 1.02.exe to break the hp/mp cap. I was asking about the Jenova savegame editor that can edit the stats higher than 9999 because I had that version of Jenova before but thats a long time ago.
-
I know dziugo's patch is the one you use to modify the official 1.02.exe to break the hp/mp cap. I was asking about the Jenova savegame editor that can edit the stats higher than 9999 because I had that version of Jenova before but thats a long time ago.
I don't believe that option is supported in Jenova. This is kinda sad since those patches do exist. Sithlord is apparently not going to allow that at the moment either. (http://forums.qhimm.com/index.php?topic=9625.msg136099#msg136099) Maybe if we all whine enough....
-
i have a question about dziugo's patch. What is the max HP/MP you can have w/ that patch? i can very easily change it. i have just been trying to avoid users being able to break saves w/ values set to high for stats.it also makes it a bit more difficult to do pc<->psx <-> emulator save conversion since the psx does not (as far as i know) have a patch to break those limits. but if thats a feature you all want i will make it part of the 1.0 release. it should be ready soon i almost have all my goals completed for release.if you decide you can't wait that long compile your own version from the b.chocobo source (its included in 0.9). its very easy to do open the Black Chocobo.pro file in qtcreator then you will have to change mainwindow.ui. just click on the boxes and change there max vaule(s) to what ever you feel is good. no programing required! then build or run.
p.s, it makes me very happy to read this thread. and the other save editor for ff8 is called Hyne (i know cause i compile the linux 64bit and mac os version for myst6re) that editor has made me very extra upset because i can only find 2/5 of my ff8 pc disks.
-
i have a question about dziugo's patch. What is the max HP/MP you can have w/ that patch? i can very easily change it. i have just been trying to avoid users being able to break saves w/ values set to high for stats.it also makes it a bit more difficult to do pc<->psx <-> emulator save conversion since the psx does not (as far as i know) have a patch to break those limits. but if thats a feature you all want i will make it part of the 1.0 release. it should be ready soon i almost have all my goals completed for release.if you decide you can't wait that long compile your own version from the b.chocobo source (its included in 0.9). its very easy to do open the Black Chocobo.pro file in qtcreator then you will have to change mainwindow.ui. just click on the boxes and change there max vaule(s) to what ever you feel is good. no programing required! then build or run.
The max that dziugo's patch allows is 32767 (7FFFh or the upper limit of a signed WORD). When making WM, I was concerned about enforcing game-given restrictions too, but that detracts from total customization (as in, you SHOULD allow them to add those unnamed items and materia to their inventories if they want). Any game-breaking that would occur would be the problem of the end user. Maybe have a "panic button" that returns things to acceptable known values. That's probably overkill, but there's nothing more annoying than a corrupted save game and not knowing how to fix it. :(
-
The max that dziugo's patch allows is 32767 (7FFFh or the upper limit of a signed WORD). When making WM, I was concerned about enforcing game-given restrictions too, but that detracts from total customization (as in, you SHOULD allow them to add those unnamed items and materia to their inventories if they want). Any game-breaking that would occur would be the problem of the end user. Maybe have a "panic button" that returns things to acceptable known values. That's probably overkill, but there's nothing more annoying than a corrupted save game and not knowing how to fix it. :(
ok good to know the max (take it that both hp and mp since there both signed 2byte numbers), and you can add all those "don't use" items and materia w/ black chocobo, i just figured i would name them accordingly. i don't think i will ever make that panic button since i do expect people to make a new save and not save over one the game made. (but maybe one day. i will get that done.)
-
Any way you could check if the patch was installed?
-
Any way you could check if the patch was installed?
i'm sure it could be done, but thats not really something i had planed on doing.
-
Any way you could check if the patch was installed?
That's still kind of iffy. I don't like opening an executable that's been patched the way YAMP patches and look for specific code. It's sometimes in different places depending on what order you applied patches.
i don't think i will ever make that panic button since i do expect people to make a new save and not save over one the game made. (but maybe one day. i will get that done.)
Yeah, like I said, it's probably overkill. It's the responsibility of the user to make backups and such. But if you want to be able to make a savegame from scratch that's probably just as good.
-
Any way you could check if the patch was installed?
That's still kind of iffy. I don't like opening an executable that's been patched the way YAMP patches and look for specific code. It's sometimes in different places depending on what order you applied patches.
i don't think i will ever make that panic button since i do expect people to make a new save and not save over one the game made. (but maybe one day. i will get that done.)
Yeah, like I said, it's probably overkill. It's the responsibility of the user to make backups and such. But if you want to be able to make a savegame from scratch that's probably just as good.
well when it comes time to make from scratch, the kernel will be needed. since most of the default save is located there i will start w/ that. but im not quite ready for that yet. i still have bugs and unused things to fix up.
-
other one which's name i can't remember because im tired.
Hyne! It's Hyne! Don't forget that name :D
-
Was there any save game editor for FF8 other than Griever?? I've searched and googled it but can't seem to find any. :-X
-
Search in Qhimm forums, Hyne be found here : http://forums.qhimm.com/index.php?topic=9713.0
-
Oh sorry I didn't know you had a savegame editor for ff8. Thank You my6tre!! :)
-
i think hyne is a fine editor. i have not gotten to edit any saves (of my own) but you have got to love Qt. its such a fine toolkit. the first time i seen it i was like oh wtf it makes my gui look like clown shoes, but thats really the difference between using the layout designer (like i do) or doing it w/ code(like myst6re does). btw myst6re , j/w but are u planing on doing a source release of this and makou reactor (again j/w)
-
btw myst6re , j/w but are u planing on doing a source release of this and makou reactor (again j/w)
For next releases maybe... I'll think about it. I do not like to show my code, he is ugly ;D.
-
lol man, this post has gotten off topic i think
-
Oh sorry if I'm the one who started to make it off topic. Just curious about a new save game editor. :-o
-
Oh sorry if I'm the one who started to make it off topic. Just curious about a new save game editor. :-o
no worries dude, no worries, i will always love jenova, but im glad black chocobo is taking over