Search found 8 matches

by jaytheham
Fri Oct 21, 2011 10:36 pm
Forum: GameCube
Topic: ~ The Homeland Project ~
Replies: 196
Views: 566859

Re: ~ The Homeland Project ~

I just inserted the edited files back into the iso, no rebuilding. If the Please wait a moment part you're talking about is after you choose a game file from the menu and attempt to start it, yea that seems to be a problem with Dolphin, just keep trying to load a game and it will eventually work may...
by jaytheham
Sat Oct 15, 2011 12:21 pm
Forum: GameCube
Topic: ~ The Homeland Project ~
Replies: 196
Views: 566859

Re: ~ The Homeland Project ~

Not sure how much luck you'd have trying to get rid of the "garbage" in the files. A large part of it does... well something, not sure what. Might be better to write an extractor/inserter to output a plain text file from a Candy file and then merge the translated equivalent back in. Here's...
by jaytheham
Sat Oct 15, 2011 6:01 am
Forum: GameCube
Topic: ~ The Homeland Project ~
Replies: 196
Views: 566859

Re: ~ The Homeland Project ~

I've re-uploaded it here: www.jaytheham.com/code/allbinext.exe GameCube uses PowerPC. The text insertion is easy as, even re-pointering text is fairly easy(I think, didn't actually try it much). Really just need a good translator or two and I could insert all the text. Hell I could probably translat...
by jaytheham
Sun Jul 10, 2011 10:07 am
Forum: GameCube
Topic: ~ The Homeland Project ~
Replies: 196
Views: 566859

Re: ~ The Homeland Project ~

Cool :) Let me know if you need any more hackery stuff.
by jaytheham
Sun Jul 10, 2011 2:59 am
Forum: GameCube
Topic: ~ The Homeland Project ~
Replies: 196
Views: 566859

Re: ~ The Homeland Project ~

So after spending a bit longer looking at what the game was doing with these I've got: "CNDY" Number of events Event names [Mystery useless data] Event text [Event scripts? Includes text pointers] Not much really, although it might be enough to repointer text, if you just tacked the new te...
by jaytheham
Thu Jun 30, 2011 11:27 pm
Forum: GameCube
Topic: ~ The Homeland Project ~
Replies: 196
Views: 566859

Re: ~ The Homeland Project ~

After some more digging around it appears the candy files are probably event scripts, the text pointers are inside them but they require a bit of guesswork to find and require transformation before they're correct. The layout of candies appears to be something like: "CNDY" Number of events...
by jaytheham
Thu Jun 30, 2011 12:09 pm
Forum: GameCube
Topic: ~ The Homeland Project ~
Replies: 196
Views: 566859

Re: ~ The Homeland Project ~

Yea, the offsets for all the files in all.bin are in Start.dol, they're sequential so you can work out the size. It appears the "CNDY" files are the only ones with text, in addition to the .dol and .rel files which have some too. There's quite a few of them, the text is kinda split up all ...
by jaytheham
Thu Jun 30, 2011 4:02 am
Forum: GameCube
Topic: ~ The Homeland Project ~
Replies: 196
Views: 566859

Re: ~ The Homeland Project ~

I figured out all.bin and found some(all?) of the text: The crazy thing contains over 15,000 files :? http://jaytheham.com/img/homeland-1.png http://jaytheham.com/img/homeland-2.png It's easy-peasy to replace, though I can't find the text pointers(might be hard-coded references) so I'm limited to 2x...