Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WiiU .RPX support #444

Open
WeHaveFunHere opened this issue Jan 16, 2017 · 6 comments
Open

WiiU .RPX support #444

WeHaveFunHere opened this issue Jan 16, 2017 · 6 comments

Comments

@WeHaveFunHere
Copy link

WeHaveFunHere commented Jan 16, 2017

Some WiiU games run off an .rpx file, I've attempted to add it to my console settings as seen below but ICE only adds the WUD/WUX files.

[Nintendo Wii U]
nickname=Wii U
emulator=Cemu
extensions=wud, wux, rpx

If ICE could read the .rpx file and add it like the WUD/WUX that would be outstanding! I don't know if that's possible but I thought I'd check with the master!

On a separate note, I noticed that when Steam has an added shortcut from a folder that has the 'copyright' special character, running ICE will corrupt the shortcuts.vdf file in the /Steam/userdata folder.

Everything else is working outstanding! Thank you so much for all of your hard work!

@adamblaine
Copy link

Just wanted to second the request for *.rpx support, and also request that rpx files can be found within a game's folder structure. For example, the location: " ...\WiiU Games\Mario Kart 8 [AMKE01]\code\Turbo.rpx" Thanks!

@HEspoke
Copy link

HEspoke commented Mar 22, 2017

ICE can find the rpx files. It's not a issue of ICE being able to find one file over another file. ICE will always find the file type you specify in the txt file. The issue is that someone needs to edit the code so that ICE will look into a folder and do it in a Recursive fashion. In other words, it needs to keep looking through a folder, then the subfolder after that, then the subfolder after that etc..... until it finds the RPX file. ICE cant look beyond a subdirectory and that's why it cant see your RPX file. I know nothing of coding, I wish that someone could teach me (like Scott Rice) and then I could fix the problem myself. Sorry!

@vereis
Copy link

vereis commented Jun 8, 2017

Whilst not an solution per se, could you not just make a shortcut to the file you want in the outermost folder and reference it as .lnk?

If not, you could always write a bat file and reference the bat? It probably wouldn't be very difficult at all to write a script which will generate these for you.

@HEspoke
Copy link

HEspoke commented Jun 8, 2017

I like your train of thought @vereis . but unfortunately I have exhausted all of the symbolic link options I could think of last month. The symbolic link works if you were to run it directly through the emulator but it fails when running it through Steam. If you could figure and test out a solution that uses a .lnk that would be great and please post it. Thanks

@vereis
Copy link

vereis commented Jun 9, 2017

I'll work on something since I needed something similar to run Dolphin as a shortcut so I can start it minimised :) I'll see what I can come up with.

@HEspoke
Copy link

HEspoke commented Aug 1, 2017

#473 Please check out this post. SRM works with every emulator, including CEMU.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants