Originally posted by smushpie
alrite good to know buddy, ill try to divulge into "making" a custom .pkg, just that I wouldn't know the eboot content of ME, it will take a while but I'll look into this as well.
You can mod the target times for the Speedruns and Time Trials just by hex editing COALESCED.INI. Sorry, I don't have the game any more so I cannot check the path under the game directory but it is not too hard to find.
Open the file and search for TT_STRETCH0, this is the group for first time trial. There are further groups for each of the original time trials upto TT_STRETCH22.
The TT_STRETCH0 group contains entries:
QualifyingTime=120
Rating1Time=120
Rating2Time=75
Rating3Time=65
I think the Qualifying Time is to do with where one time trail unlocks another, but the other three correspond to the star ratings. Just modify the target times.
Also, you will see that after the third rating time and before the start of the next group (TT_STRETCH1), it uses pairs of 0D 0A delimiters. You can use one of these pairs to give two characters extra space for the target times if you cut/paste the hex around within the group.
So, you can change the target times for TT_STRETCH0 to
QualifyingTime=999
Rating1Time=999
Rating2Time=999
Rating3Time=999
The Speedruns work in the same way. Search for LR_STRETCH0 and this is the group for the first Speed Run (the Prologue?). There are further groups for each chapter up to LR_STRETCH9.
The LR_STRETCH0 group contains entry:
QualifyingTime=180
Using the trick of overwriting one of the 0D 0A pair it is possible to set the time to
QualifyingTime=99999
Just load the modded file back to your PS3 game directory and you are good to go.
As I mentioned, I do not have the game any more so I cannot upload the modded file, but it is an easy mod to make if you are familiar with hex editing.
I will try to answer questions if the description is not clear.
EDIT: Obviously, you have to complete the Time Trail or Speed Run in the new target time to get the trophies...