Advertising (This ad goes away for registered users. You can Login or Register)

Elf to vpk?

HENkaku is a native Homebrew Enabler for the PS Vita and PS TV. It lets you run homebrews on the PS Vita
Locked
ICanHazMuffin47
Posts: 25
Joined: Sat Jul 11, 2015 8:44 pm

Elf to vpk?

Post by ICanHazMuffin47 »

I am a noob to actual psvita development, as I have spent most of my time just messing around with LPPVita, so I need some advice. Is there some way i could take this .ELF that i found, and convert it to a .vpk somehow? Or if i could know how to convert a .velf to a vpk. Thanks in advance for your help! :D
Advertising
Davis9278
Posts: 41
Joined: Tue Jul 15, 2014 11:34 pm
Location: Mexico :D
Contact:

More Options...

Post by Davis9278 »

I do not understand your question,
A vpk is just an application container, (eboot, sfo)
On the other hand, I recommend using ONEluaVita.

Image

Its syntax is super simple, besides having powerful updates and functions.
Example of Hello world :P

Code: Select all

while true do
	buttons.read()
	if buttons.circle then
		break
	end
	screen.print(10,10,"Hello world from ONElua")
	screen.print(10,30,"Press Circle to exit...")
	screen.flip()
end
You can download the latest version and review the documentation at onelua.x10.mx
Regards!
Advertising
Please refer to me as DevDavisNunez,
I am looking for some way to change my nick on wololo!
ICanHazMuffin47
Posts: 25
Joined: Sat Jul 11, 2015 8:44 pm

Re: Elf to vpk?

Post by ICanHazMuffin47 »

i'm using onelua already. im familiar with things like one lua and lppvita, i just have never done anything with actual homebrews that are not reliant on a preset environment(i guess you could call it that...) :/
Locked

Return to “HENkaku”