Please Help Me! I Will Give Rep!

Gangstarrr

VIP Member
Dec 27, 2004
178
0
england
www.thepikey.tk
I just borrowed leisure suit larry from my mate, but whe i try to play it off the HD it wont play. i have looked everywhere and all i could find was patches and ACL stuff. i found an ACL thing that i want but i dont know how to make it work, or put it on my xbox. this is what it looks like:

# Game: Leisure Suit Larry:Magna Cum Laude
# Title ID: 56550031
# Size: 2828 Mb(45 folders,697 files)
# Author: ACL Written by AgentEB from Xbox-Scene

# Fixes original disk protection on retail disk to run off your hdd. Tested and verified to work
# on NTSC version. It will also remove the censorship in the game.

CP|${DEST}\default.xbe|${DEST}\default.xbe_orig|
# Media patch long hex
HR|*.xbe|1|744BE8CAFDFFFF85C07D0633C05050EB44F605|744BE8CAFDFFFF85C0EB0633C05050EB44F605|
# Media patch short hex
HR|*.xbe|1|E8CAFDFFFF85C07D|E8CAFDFFFF85C0EB|
# Media check 1
SM|*.xbe|C00001FF|

# This will make a backup of the AppInit.JAM file and rename it to AppInit.JAM_orig
CP|${DEST}\Data\JamFiles\Xbox\AppInit.JAM|${DEST}\Data\JamFiles\Xbox\AppInit.JAM_orig|

# This will remove the censorship from Leisure Suit Larry @ offset 00076526
HR|${DEST}\Data\JamFiles\Xbox\AppInit.JAM|1|6F6F6C65616E09446174612030|6F6F6C65616E09446174612031|

# Offset 00168368 Removes protection from the game to be played on your hard drive
HR|${DEST}\default.xbe|1|7411688C8B240068204B26008BCE|EB11688C8B240068204B26008BCE|


how doi do this? please help. i will give rep points to whoever helps me.
 
S

Spiderdude12312

that has happened to me with playboy the mansion, and super monkey ball dx, but they both worked on my stepbrothers xbox. i wish i could help, but i need help with the same thing
 

Cra41g

VIP Member
Sep 30, 2004
335
23
Scotland, UK
Doesn't DVD2Xbox have an ACL folder for placing these kind of files in? Have you tried putting the ACL file into this folder? I've never had to do it before - but I'm pretty sure it should work.

Also, are you using the latest version of DVD2Xbox - think it's 0.6.6.
 

Gangstarrr

VIP Member
Dec 27, 2004
178
0
england
www.thepikey.tk
Spiderdude12312 said:
that has happened to me with playboy the mansion, and super monkey ball dx, but they both worked on my stepbrothers xbox. i wish i could help, but i need help with the same thing
I tried using play boy the mansion, but it didnt work. i dont know what other games dont work.
 

Floppy Mohawk

VIP Member
Jan 5, 2004
1,499
0
Deltona, Florida
Should I enable the ACL processing ?
Yes if you want to play the game from you hard drive. No if you want to have a 1:1 copy from the DVD.

What does ACL mean and why do I need it ?
ACL means action control list and you could see it as a batch file where dvd2xbox looks for information on how it should patch the game. Dvd2xbox can patch every game individual with acl files in the form [gameID][_pal|_ntsc].acl. Take the game Riddick as example. dvd2xbox tries to determine via the eeprom if your xbox is set to PAL or NTSC (my box is set to PAL). Then it tries to load the ACL file 56550026_pal.acl (since 0.5.9). If it can't find the file it tries to load the ACL file 56550026.acl (default for 0.5.8 and previous versions). If there is no special acl file the default.acl is used. The default.acl contains all known generic patches like media check 1+2 and the fatx detection.

Why do I have to bother with the damn acl files as all other filerippers don't need them ?
You don't have to if you only want the generic patches which are similar to all rippers but don't help for all games. ACL is a gift to the community to extend the capabilities of dvd2xbox without relying on the author.
It's all on the official dvd2xbox website:

http://dvd2xbox.xbox-scene.com/

Floppy