• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › General Discussion v
« Previous 1 105 106 107 108 109 ... 369 Next »

[UNOFFICIAL] Dolphiilution :: Riivolution for Dolphin
View New Posts | View Today's Posts

Pages (6): « Previous 1 2 3 4 5 6 Next »
Thread Closed 
Thread Rating:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
[UNOFFICIAL] Dolphiilution :: Riivolution for Dolphin
07-02-2014, 08:59 AM (This post was last modified: 07-04-2014, 11:23 PM by Anthe.)
#41
Anthe Offline
Member
***
Posts: 86
Threads: 3
Joined: May 2014
I'm finishing the new version of Dolphiilution. The current version sucks a little. Maybe in around three days (dunno? lol) the first betas can go live and you can try everything for yourself Smile
Find
07-04-2014, 08:40 PM (This post was last modified: 07-04-2014, 08:40 PM by Anthe.)
#42
Anthe Offline
Member
***
Posts: 86
Threads: 3
Joined: May 2014
[Image: 1aeca86c9b.jpg]
For some reason Dolphin just freezes here.
Does anyone know why this is happening? This is New Super Mario Brothers ran from the .DOL.
Mario Kart Wii works just fine using the same method. Running NSMBWii from the ISO works fine.
Find
07-06-2014, 07:42 PM (This post was last modified: 07-06-2014, 07:47 PM by Anthe.)
#43
Anthe Offline
Member
***
Posts: 86
Threads: 3
Joined: May 2014
I don't know if posting updates is all that useful but I'm working on Gamecube support right now. You gotta understand I can't release the release preview as long as the problem above isn't sorted. Also, is there someone who knows how to write a function or something like that to patch a .dol file? If dol's can't be patched I'm afraid only a few mods will run. Thanks for the support so far, btw. It really helps.

EDIT: I should do more Google searches. Apparently WIT knows how to patch dols, so I'll try to use that.
Find
07-11-2014, 11:42 PM
#44
larsenv Offline
Junior Member
**
Posts: 21
Threads: 9
Joined: Jun 2014
Hi Anthe,
When I hit the Decompile Button on Dolphiilution, WIT opens, then closes almost immediately.
What should I do about that?
Find
07-12-2014, 12:02 AM (This post was last modified: 07-12-2014, 12:03 AM by Anthe.)
#45
Anthe Offline
Member
***
Posts: 86
Threads: 3
Joined: May 2014
You are using the old version. WIT assumes the game is already decompiled because I created its decompiling folder before I launched WIT, causing it to close right away. It is fixed in the new version, but since that one has a major bug (see above) I can't release it. I'm sorry man. Still waiting for answers myself.
Find
07-12-2014, 04:17 AM
#46
RiokuTheSlayer Offline
Shadow King
**
Posts: 15
Threads: 4
Joined: Jun 2013
(07-12-2014, 12:02 AM)Anthe Wrote: You are using the old version. WIT assumes the game is already decompiled because I created its decompiling folder before I launched WIT, causing it to close right away. It is fixed in the new version, but since that one has a major bug (see above) I can't release it. I'm sorry man. Still waiting for answers myself.

Ah, it's okay. Good luck.
Find
07-16-2014, 01:59 AM (This post was last modified: 07-16-2014, 02:31 AM by larsenv.)
#47
larsenv Offline
Junior Member
**
Posts: 21
Threads: 9
Joined: Jun 2014
(07-12-2014, 12:02 AM)Anthe Wrote: You are using the old version. WIT assumes the game is already decompiled because I created its decompiling folder before I launched WIT, causing it to close right away. It is fixed in the new version, but since that one has a major bug (see above) I can't release it. I'm sorry man. Still waiting for answers myself.

It's OK.

I know how to patch a dol like I said before, using the wit dolpatch command you can do something like this. I will give you a better example at how to do it For NSMBW Mods ONLY.
Please look at the zip file attachment XMLs.zip because these are patches for games to get the Loader.Bin Working for some of the games. (Another Super Mario Bros. Wii, Cannon Super Mario Bros. Wii, Epic Super Bowser World, Newer Holiday Special, Koopa Country, Newer Super Mario Brothers Wii, And Newer Summer Sun.) RVLution Wii shares the same XML As Newer Super Mario Brothers Wii, so use that one on both.
The Patches.zip File is for Retro Remix, New Super Mario Brothers Four, And Koopa Country to fix things. Any files that have numbers are fixed stages, that go in the Stage Folder in the game. The OpeningTitle.Arc Folder is for games to fix the title screen of the game, if the game is NTSC-U Region, they go In The /US/Layout/OpeningTitle Folder, if the game is PAL Region, they go In The /EU/Layout/OpeningTitle Folder, if the game Is NTSC-J Region, they go In The /JP/Layout/OpeningTitle Folder.
For most games with dol patches, this is how it works.
wit dolpatch "path to dol without quotes" xml="riivolution xml path goes here in quotes" -v

Some games require a Loader.Bin, and for some of those you will have to do this to patch it.

wit dolpatch "path to dol without quotes" xml="riivolution path goes here in quotes" -source "directory with things like loader.bin go here without quotes" xml="path to any of the loader xmls attached to this post goes here in quotes" -v
Now do this one for each NSMBW Game patched.
wit dolpatch "path to dol without quotes" xml="path to nsmbw_ap.xml attached to this post goes here in quotes" -v

The -v command enables verbose output.
Also, the AP XML is needed because if not used, the game would freeze when going to World 5. It was something put there on purpose by Nintendo to try to prevent editing this stuff it seems.
Any of the games that have a hex code of 80001800 in the Riivolution XMLs needs to be replaced with 803482C0.

I hope this helped you.


Attached Files
.zip   XMLs.zip (Size: 7.02 KB / Downloads: 215)
.zip   Patches.zip (Size: 219.74 KB / Downloads: 294)
Find
07-16-2014, 07:51 AM
#48
Anthe Offline
Member
***
Posts: 86
Threads: 3
Joined: May 2014
I found that out from the WIT manual. It has loads of information :p Thank you anyway Smile For some reason though, wit doesn't drop a "Loader.bin" file when it decompiles stuff. Very weird.
The freeze above isn't caused by faulty dol patching, the game just doesn't want to start when ran from a folder structure.
Find
07-17-2014, 12:24 AM
#49
larsenv Offline
Junior Member
**
Posts: 21
Threads: 9
Joined: Jun 2014
(07-16-2014, 07:51 AM)Anthe Wrote: I found that out from the WIT manual. It has loads of information :p Thank you anyway Smile For some reason though, wit doesn't drop a "Loader.bin" file when it decompiles stuff. Very weird.
The freeze above isn't caused by faulty dol patching, the game just doesn't want to start when ran from a folder structure.

I think that's because the Loader.Bin is in the Main.Dol.

The fixes I gave you are needed for some games so they don't freeze. If you know how to patch a DOL, then you should just see that...
Find
07-17-2014, 06:05 AM
#50
Anthe Offline
Member
***
Posts: 86
Threads: 3
Joined: May 2014
I'll look into that. Thank you!
Find
« Next Oldest | Next Newest »
Pages (6): « Previous 1 2 3 4 5 6 Next »
Thread Closed 


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode