MOFI Hub Help - Save Game Locations in MOFI

Help Topics, Bug Reports, Feature Requests, etc.
Post Reply
User avatar
md
Rainbow Master
Posts: 748
Joined: Wed Oct 17, 2007 9:26 am

MOFI Hub Help - Save Game Locations in MOFI

Post by md » Thu Dec 23, 2010 9:15 pm

How do you change the ID for the location when you save your game in MOFI. How do you change it for a custom hub. :?: :?: :?

I'm talking about this:
You do not have the required permissions to view the files attached to this post.
If you bothered to copy and paste this signature, or zoom in, to make it possible to read, then I wasted 5-10 seconds of your life.
User avatar
StinkerSquad01
Rainbow AllStar
Posts: 4251
Joined: Mon Aug 09, 2010 3:39 am

Post by StinkerSquad01 » Thu Dec 23, 2010 9:17 pm

Search button is your friend, it should be in the Ultimate WA Hexediting topic.
User avatar
MyNameIsKooky
Rainbow Spirit Master
Posts: 9712
Joined: Mon Dec 01, 2008 10:18 pm

Post by MyNameIsKooky » Thu Dec 23, 2010 9:18 pm

It's in wg.exe, open it with a Hex Editor and search for the string.
User avatar
DEEMAN223344
Rainbow MegaStar
Posts: 3145
Joined: Tue Dec 04, 2007 8:07 pm

Post by DEEMAN223344 » Thu Dec 23, 2010 10:02 pm

Specificness would be nice, but Never mind.
cbloopy wrote:
Clifford wrote:I'm going on holiday and'll be back 2 weeks later. Do you think you could also release a patch for wg.exe so that:

We can edit the text so it doesn't always show Wonderfalls; Behind Wonderfalls; Kaboom! Village etc...[...]
I found a hack for this as well:

1) open demo MOFI's wg.exe in a hex editor.

2) use the hex editor's search feature to find the following sequence of bytes (in hex):

Code: Select all

C7 45 FC 00 00 00 00 81 3D 00 00 00 00 02 00 00 00 0F 85 FC FF FF FF
Double check that it only finds one occurrence of the above byte sequence in the file. If not then abort the remaining steps and let me know.

3) Look for the bytes "0F 85" towards the end of the sequence, and change them to "90 E9". (So after the change, the byte sequence ends with "90 E9 FC FF FF FF".)

4) save the changes.

With this change, save games will always take their titles from the .wlv file, even while you're on the hub.
User avatar
Guppy Star
Rainbow Master
Posts: 919
Joined: Sat Oct 16, 2010 7:20 am

Post by Guppy Star » Fri Dec 24, 2010 7:07 am

DEEMAN223344 wrote:Specificness would be nice, but Never mind.
cbloopy wrote:
Clifford wrote:I'm going on holiday and'll be back 2 weeks later. Do you think you could also release a patch for wg.exe so that:

We can edit the text so it doesn't always show Wonderfalls; Behind Wonderfalls; Kaboom! Village etc...[...]
I found a hack for this as well:

1) open demo MOFI's wg.exe in a hex editor.

2) use the hex editor's search feature to find the following sequence of bytes (in hex):

Code: Select all

C7 45 FC 00 00 00 00 81 3D 00 00 00 00 02 00 00 00 0F 85 FC FF FF FF
Double check that it only finds one occurrence of the above byte sequence in the file. If not then abort the remaining steps and let me know.

3) Look for the bytes "0F 85" towards the end of the sequence, and change them to "90 E9". (So after the change, the byte sequence ends with "90 E9 FC FF FF FF".)

4) save the changes.

With this change, save games will always take their titles from the .wlv file, even while you're on the hub.
It helped me as well, today I learnt it :P
HAPPY TO HELP!!!

My HubProject:Go
My Adventures:Go
User avatar
md
Rainbow Master
Posts: 748
Joined: Wed Oct 17, 2007 9:26 am

Post by md » Fri Dec 24, 2010 7:21 pm

DEEMAN223344 wrote:Specificness would be nice, but Never mind.
cbloopy wrote:
Clifford wrote:I'm going on holiday and'll be back 2 weeks later. Do you think you could also release a patch for wg.exe so that:

We can edit the text so it doesn't always show Wonderfalls; Behind Wonderfalls; Kaboom! Village etc...[...]
I found a hack for this as well:

1) open demo MOFI's wg.exe in a hex editor.

2) use the hex editor's search feature to find the following sequence of bytes (in hex):

Code: Select all

C7 45 FC 00 00 00 00 81 3D 00 00 00 00 02 00 00 00 0F 85 FC FF FF FF
Double check that it only finds one occurrence of the above byte sequence in the file. If not then abort the remaining steps and let me know.

3) Look for the bytes "0F 85" towards the end of the sequence, and change them to "90 E9". (So after the change, the byte sequence ends with "90 E9 FC FF FF FF".)

4) save the changes.

With this change, save games will always take their titles from the .wlv file, even while you're on the hub.
This helps me and worked a lot.
MyNameIsKooky wrote:It's in wg.exe, open it with a Hex Editor and search for the string.
I found the string for it, haven't really tried it, but all it says is: Wonderfalls, Caves Behind Wonderfalls, Fire Island Beach... etc. :? , so there's no telling what level each of the location names are in.

Is it every 4th level, it changes, (e.g. 1-4=Wonderfalls, 5-8=Caves Behind Wonderfalls) and that must be why if you open the MOFI Hub in the editor or open the folder, you'll notice that they have skipped a few levels, maybe thats is why? :? :D

Does it have to be the same word length as the default if you change it (e.g Wonderfalls - If you change it does it have to be 11 letters long)?

Thanks! :D :D :)

P.S. By the way, I have the full version of MOFI, does that make a difference? Because 'MyNameIsKooky' said to open the demo of MOFI.
If you bothered to copy and paste this signature, or zoom in, to make it possible to read, then I wasted 5-10 seconds of your life.
User avatar
DEEMAN223344
Rainbow MegaStar
Posts: 3145
Joined: Tue Dec 04, 2007 8:07 pm

Post by DEEMAN223344 » Fri Dec 24, 2010 7:30 pm

By the way, to change the name in the .wlv:
1. Open the hub/adventure That you are making in the editor
2. change the adventure title to what you want to name the first .wlv
3. Open that wlv file in the editor
4. Save
5. Rinse and repeat
6. Once you are done with that, you can change the Title back, but DON'T open one of the .wlvs you changed, or you'll have to rename it again!
User avatar
md
Rainbow Master
Posts: 748
Joined: Wed Oct 17, 2007 9:26 am

Post by md » Fri Dec 24, 2010 7:40 pm

DEEMAN223344 wrote:By the way, to change the name in the .wlv:
1. Open the hub/adventure That you are making in the editor
2. change the adventure title to what you want to name the first .wlv
3. Open that wlv file in the editor
4. Save
5. Rinse and repeat
6. Once you are done with that, you can change the Title back, but DON'T open one of the .wlvs you changed, or you'll have to rename it again!
I don't quite understand what you mean.

But, thanks anyway!!! :D :D
If you bothered to copy and paste this signature, or zoom in, to make it possible to read, then I wasted 5-10 seconds of your life.
User avatar
DEEMAN223344
Rainbow MegaStar
Posts: 3145
Joined: Tue Dec 04, 2007 8:07 pm

Post by DEEMAN223344 » Fri Dec 24, 2010 7:42 pm

What don't you understand?
User avatar
^_^
Rainbow SuperStar
Posts: 2390
Joined: Tue Feb 09, 2010 11:30 am

Post by ^_^ » Fri Dec 24, 2010 7:48 pm

I don't understand it either.
If you can look at my avatar for 19 minutes, without closing your eyes, you must be great.
User avatar
DEEMAN223344
Rainbow MegaStar
Posts: 3145
Joined: Tue Dec 04, 2007 8:07 pm

Post by DEEMAN223344 » Fri Dec 24, 2010 8:02 pm

AGAIN, SAY WHAT YOU DON'T UNDERSTAND!
Sorry, but I can't help if you just spam and say "I DON'T UNDERSTAND THIS."
User avatar
md
Rainbow Master
Posts: 748
Joined: Wed Oct 17, 2007 9:26 am

Post by md » Fri Dec 24, 2010 8:39 pm

Well, it doesn't really make much sense like "Open the Hub/Adventure you are making in the editor." Do you mean the folder or actually going into the editor and opening it?

Also what does this really change?
Please add a bit more infomation. :D :stinkyhappy: :stinkyhappy:
If you bothered to copy and paste this signature, or zoom in, to make it possible to read, then I wasted 5-10 seconds of your life.
User avatar
^_^
Rainbow SuperStar
Posts: 2390
Joined: Tue Feb 09, 2010 11:30 am

Post by ^_^ » Sat Dec 25, 2010 12:05 am

I don't get 2 and 6.
If you can look at my avatar for 19 minutes, without closing your eyes, you must be great.
User avatar
^_^
Rainbow SuperStar
Posts: 2390
Joined: Tue Feb 09, 2010 11:30 am

Post by ^_^ » Sat Dec 25, 2010 12:06 am

I don't get 2 and 6.
EDIT: dang double post thing.
If you can look at my avatar for 19 minutes, without closing your eyes, you must be great.
User avatar
DEEMAN223344
Rainbow MegaStar
Posts: 3145
Joined: Tue Dec 04, 2007 8:07 pm

Post by DEEMAN223344 » Sat Dec 25, 2010 1:56 am

@MD, Go into the editor and open it.
@^_^, See image.
You do not have the required permissions to view the files attached to this post.
User avatar
md
Rainbow Master
Posts: 748
Joined: Wed Oct 17, 2007 9:26 am

Post by md » Sat Dec 25, 2010 8:13 pm

Ok, i got it now!

You just need to find the string in the hex editor and rename it. Like i said, it is after every 4 levels it changes the name and you do have to do it the same word length or less, otherwise you do it longer and skip one SaveGame name. So now I know how to change the names and I'll try to figure the rest out. :mrgreen: :stinkyhappy: :piratesmile:

Thanks for all your help!!! :D :D :D
If you bothered to copy and paste this signature, or zoom in, to make it possible to read, then I wasted 5-10 seconds of your life.
User avatar
DEEMAN223344
Rainbow MegaStar
Posts: 3145
Joined: Tue Dec 04, 2007 8:07 pm

Post by DEEMAN223344 » Sat Jan 01, 2011 8:51 pm

Or you can do what I said, It's alot more convenient in the long run.
Post Reply