xerpi / vita2hos

[WIP] PlayStation Vita to Horizon OS (Nintendo Switch OS) translation layer

Home Page:https://discord.gg/Z9kAsBqkbx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VPK support ?

LeTartimorphe opened this issue · comments

Hello, I tried for hours to change a VPK file into a Velf ou Self but nothing where good, so do you have tutorial to switch from VPK to a valid file or just a support for all VPK files

A VPK is actually just a ZIP file. You can change the extension and extract the contents. You'll see a file named eboot.bin, that's a SELF.
I'll add VPK support in a future release.

okay thanks, i effectively could get the file eboot.bin, but now i feel pretty dumb, i put the file inside the "test.elf" (and tried to put it in other folder too, maybe it could work by magic but nah..) I only get error 2-AW7NA-0000 ; "Make sure to place it to /test.elf"

what did I do wrong ?

test.elf is the name of the file. You have to rename eboot.bin to test.elf (instead of creating a folder named test.elf).

That's done ! . . . Hm . . It's still not working, same error . . . My eboot.bin has been renamed as test.elf, inside vita2hos folder, maybe the path is wrong ? vita2hos need to be at the root of sd card right ? (I also tried to put it inside Atmosphere folder but ain't working either...) I feel really bad to fail so much for something that look so easy to do . . .
github2
github1

For alpha 0.1 it goes in the root of the SD, not inside the vita2hos folder.

I just tried to put it at the root of SD, but didn't work either, file's name is supposed to be "test.elf" ? there's no mistake in file ? i think I have 0.1 in fact, maybe the config file is different between 0.1 and 0.2 ?

Make sure the Windows file explorer is not hiding the extension, otherwise it would end up like test.elf.something.
I deleted 0.2 because it has bugs, so right now only 0.1 is available/downloadable.

ok, i'll give a try when i'll get free time thx for help btw

so, nope, the extension is really a .elf, same as the screenshot posted before

Does it work with the example files I provide?

where can i get this exemple file ?

so, it worked, i could start it but crashed after some second "context: dkDeviceDestroy, message: unfreed memory blocks, result 9"

Try the ones linked on the 0.1 release.

eh . . . yeah, i'm absolutely dumb, i pick the wrong one . . . so yeah, i got the triangle repeating when i start it

The game I choose to run with 0.1 realease could be too big and don't work ?

Initial vpk support has been implement here: 2f51ed6
Note that it only looks for a file called eboot.bin inside the vpk and it doesn't decompress/install the package, so if the vpk contains data (such as textures or audio) the program will not be able to find it.