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

ONEMenu v2 (Allow install HBs in PSP/VHBL for 3.50 TNV/ARK)

Pro Team's PSP Custom Firmware for the Vita. ARK can be downloaded here
ALDREAD
Posts: 1
Joined: Mon May 11, 2015 10:27 pm

Re: ONEMenu v2 (Allow install HBs in PSP/VHBL for 3.50 TNV/A

Post by ALDREAD »

is there a tutorial for the ape escape exploit. for this sorry noob. i dont know i could do this
Advertising
Cachemonet
Posts: 4
Joined: Sat Jul 11, 2015 8:27 pm

Re: ONEMenu v2 (Allow install HBs in PSP/VHBL for 3.50 TNV/A

Post by Cachemonet »

Is this newer than the version of onemenu bundled with ARK-2 3.52?
Advertising
kijof
Posts: 4
Joined: Thu Dec 19, 2013 11:25 am

Re: ONEMenu v2 (Allow install HBs in PSP/VHBL for 3.50 TNV/A

Post by kijof »

Can I use with Ark-2 from this guide?

http://hackinformer.com/PlayStationGuid ... tgame.html

I just put the files on Ark-2 save folder?
proutprout
Posts: 3
Joined: Sat Jul 11, 2015 8:28 pm

Re: ONEMenu v2 (Allow install HBs in PSP/VHBL for 3.50 TNV/A

Post by proutprout »

It's possible to SCAN PBP File ? ISO and CSO are heavier than PBP, so I use PBP File.
ape47
Posts: 8
Joined: Thu Oct 22, 2015 10:47 am

Re: ONEMenu v2 (Allow install HBs in PSP/VHBL for 3.50 TNV/A

Post by ape47 »

just wrote a small function to load other .lua files under //ONEMENU_PATH/PLUGIN/

Code: Select all

-- LOAD PLUGINS
function load_plugins()
	PLUGINS = files.listfiles('PLUGIN')
	if PLUGINS and #PLUGINS > 0 then
		init_msg('Loading plugins...', .6)
		for k, v in ipairs(PLUGINS) do
			if v.ext:upper() == 'LUA' then
				dofile('PLUGIN/'..v.name)
			end
		end
	end
end
Locked

Return to “ARK”