
Originally Posted by
iLLNESS
in your eboot you are using hdd0/STR/GTA4/USRDIR.
if you are using this directory because there is no more empty space after this data, im saying you can insert some extra bytes to allow hdd0/game/GrandTheftAutoFour/USRDIR as long as you remove (empty data) the same amoutn of inserted bytes elsewhere in the eboot.
I see what your saying but adding more bytes is not needed because PS3_GAME gives you 8 (or 4?) bytes to make a new directory which is more than enough.
Code:
bdvd/PS3_GAME/USRDIR = hdd0/GTA4DISC/USRDIR
Or this which doesnt add more bytes.
Code:
bdvd/PS3_GAME/USRDIR = hdd0/STR/GTA4/USRDIR
Your adding more bytes like this..
Code:
bdvd/PS3_GAME/USRDIR = hdd0/GRANDTHEFTAUTOFOUR/USRDIR
No need to add more bytes only to have to remove them after when you have 8 (or 4?) bytes to use = PS3_GAME. Your trying to hard