Optimized for FireFox @1024x768+

Forums:

Playstation 2

Playstation 3

PSP

Xbox

Xbox 360

Gamecube

Wii

Nintendo DS



Go Back   Console-Exploits.com - Video Game Console Exploits and Modifications > Discussion and Help > Sony Consoles > ModChip Section > Third-Party Firmware Help

Third-Party Firmware Help Get help on ANY modchip firmware, discuss features of the firmwares available for each modchip.


Reply
 
Thread Tools Display Modes
  #1  
Old 04-21-2007
bootlegninja's Avatar
bootlegninja bootlegninja is offline
those are some nice tits
 
Join Date: Sep 2005
Location: In the US
Posts: 4,520
Rep Power: 196
bootlegninja is a glorious beacon of lightbootlegninja is a glorious beacon of lightbootlegninja is a glorious beacon of lightbootlegninja is a glorious beacon of lightbootlegninja is a glorious beacon of light
Looking for good Crystal Chip information

Well, I've searched in about as many search engines as I could find, and haven't turned up any info on what I need. I plan on compiling a Crystal Chip Guide of sorts for this site since we are gaining a few more new users with that chip. One of my set backs is that I don't own one of those chips so I can't experiment and figure out on my own how the features of that chip work.

Also the CC Wiki seems to be either down or gone. But anyways, any info (preferably with links, but I'll take the info any way I can) will be appreciated. If you provide the info you will be credited for it.
__________________
nunquam ut exsisto instituo
Retired

Please do not PM me unless its an issue with another member

Want a quick solution to your question?
CLICK HERE!


Reply With Quote
  #2  
Old 04-22-2007
Mikerocosms's Avatar
Mikerocosms Mikerocosms is offline
I am MikeRo
 
Join Date: Feb 2005
Posts: 2,361
Rep Power: 10
Mikerocosms has a spectacular aura aboutMikerocosms has a spectacular aura aboutMikerocosms has a spectacular aura about
Send a message via AIM to Mikerocosms
Re: Looking for good Crystal Chip information

Good idea and good luck. I dont know much about them myself.


M
Reply With Quote
  #3  
Old 04-22-2007
bootlegninja's Avatar
bootlegninja bootlegninja is offline
those are some nice tits
 
Join Date: Sep 2005
Location: In the US
Posts: 4,520
Rep Power: 196
bootlegninja is a glorious beacon of lightbootlegninja is a glorious beacon of lightbootlegninja is a glorious beacon of lightbootlegninja is a glorious beacon of lightbootlegninja is a glorious beacon of light
Re: Looking for good Crystal Chip information

thanks bro,

hopefully someone with a cc will see this and fill in the blanks for me. Maybe I'll add the link to this in my sig so that It'll get more attention. I can't see leaving other chip users out even though i don't own a cc.
__________________
nunquam ut exsisto instituo
Retired

Please do not PM me unless its an issue with another member

Want a quick solution to your question?
CLICK HERE!


Reply With Quote
  #4  
Old 04-24-2007
tonybologna's Avatar
tonybologna tonybologna is offline
Senior Member
 
Join Date: Aug 2005
Location: Tennessee
Posts: 166
Rep Power: 69
tonybologna is on a distinguished road
Re: Looking for good Crystal Chip information

Here's some requested information. I'll start with the install scripts for the CC:

SMS(Simple Media Player):

The APPINFO.PBT file should have the following information exactly:

#
# Application Manager Script for BootManager 2
#

# Change this information to describe the application.
SET "TITLE" "SMS"
SET "VERSION" "v 2.1 rev2"
SET "AUTHOR" "EEUG"
SET "DESC" "SMS or Simple Media System allows you to play your favorite Divx Movies on your PS2."
SET "MEDIAS" "SMS"
#

GOTO "$ARG1$"

:LABEL_NAME
ADDWIDGET "LABEL" "$ARG2$$TITLE$ v$VERSION$"
EXIT 0

:QUERY
ADDWIDGET "CALL" "$TITLE$" "$BM.TXT_VERSION$: $VERSION$ $BM.TXT_AUTHOR$: $AUTHOR$ $BM.TXT_DESC$: $DESC$" $ARG2$ "$ARG0$" "$ARG3$" "$ARG4$" "$ARG5$"
EXIT "0"

:INSTALL
IF FAIL COPY "$PWD$" "$ARG2$:/BM/APPS/SMS"
MESSAGE "Failed installing $TITLE$!"
RRM "$ARG2$:/BM/APPS/SMS"
RETURN -1
ENDIF
EXIT 0

:REMOVE
IF FAIL RRM "$PWD$"
MESSAGE "Failed removing $TITLE$!"
RETURN -1
ENDIF
EXIT 0

:RUN
SHUTDOWN "MM"
LOADEXEC "PBAT" "$BM.SCRIPTS$/LOADEXEC.PBT" "$PWD$/SMS.ELF"
EXIT "0"


ULE(Launchelf):

The APPINFO.PBT should have the following information exactly:

#
# Application Manager Script for BootManager 2
#

# Change this information to describe the application.
SET "TITLE" "ULaunchELF"
SET "VERSION" "v 4.12"
SET "AUTHOR" "EP, Dlanor"
SET "DESC" "ULaunchELF is another popular dashboard replacement for the PS2."
SET "MEDIAS" ""
#

GOTO "$ARG1$"

:LABEL_NAME
ADDWIDGET "LABEL" "$ARG2$$TITLE$ v$VERSION$"
EXIT 0

:QUERY
ADDWIDGET "CALL" "$TITLE$" "$BM.TXT_VERSION$: $VERSION$ $BM.TXT_AUTHOR$: $AUTHOR$ $BM.TXT_DESC$: $DESC$" $ARG2$ "$ARG0$" "$ARG3$" "$ARG4$" "$ARG5$"
EXIT "0"

:INSTALL
IF FAIL COPY "$PWD$" "$ARG2$:/BM/APPS/ULELF"
MESSAGE "Failed installing $TITLE$!"
RRM "$ARG2$:/BM/APPS/ULELF"
RETURN -1
ENDIF
EXIT 0

:REMOVE
IF FAIL RRM "$PWD$"
MESSAGE "Failed removing $TITLE$!"
RETURN -1
ENDIF
EXIT 0

:RUN
SHUTDOWN "MM"
LOADEXEC "PBAT" "$BM.SCRIPTS$/LOADEXEC.PBT" "$PWD$/ULELF.ELF"
EXIT "0"

HDL(HD Loader):

The APPINFO.PBT file should have the following script exactly:

# BootManager 2 Application Manager Script for HDLoader

# Change this information to describe the application.
SET "TITLE" "HDLoader"
SET "VERSION" "0.8b"
SET "AUTHOR" "Sjeep"
SET "DESC" "HDloader allows you to run full games from any internal hard drive."
SET "MEDIAS" ""
#

IF NOT EXISTS "$PWD$/HDLOADER.ELF"
RETURN "-1"
ENDIF

# Do not change these 2 lines!
GOTO "$ARG1$"
RETURN "-1"

:LABEL_NAME
ADDWIDGET "LABEL" "$ARG2$$TITLE$ v$VERSION$"
EXIT "0"

:QUERY
ADDWIDGET "CALL" "$TITLE$" "$BM.TXT_VERSION$: $VERSION$ $BM.TXT_AUTHOR$: $AUTHOR$ $BM.TXT_DESC$: $DESC$" $ARG2$ "$ARG0$" "$ARG3$" "$ARG4$" "$ARG5$"
EXIT "0"

:INSTALL
IF FAIL COPY "$PWD$" "$ARG2$:/BM/APPS/HDLOADER"
MESSAGE "Failed installing $TITLE$!"
RRM "$ARG2$:/BM/APPS/HDLOADER"
RETURN -1
ENDIF
EXIT 0

:REMOVE
IF FAIL RRM "$PWD$"
MESSAGE "Failed removing $TITLE$!"
RETURN -1
ENDIF
EXIT 0

:RUN
LOADEXEC "PBAT" "$BM.SCRIPTS$/LOADEXEC.PBT" "$PWD$/HDLOADER.ELF"
EXIT "0"

Keep in mind here that there HAS to be a blank space at the bottom of each install script. These should work with the latest SMS(SMS 2.1, rev2),ULE(4.12),& any HDL. Some have reported problems with HDL but 0.8b patched should work. I had initial problems with HDL from MC but got it working again. Also, you need to change the version number for whatever application that's being installed in the scripts. Thanks guys! If you need any more scripts bootlegninja or any other type information then feel free to request here in this thread or via PM again! Thanks again!
__________________
HYBRID MAN!
Reply With Quote
  #5  
Old 04-24-2007
bootlegninja's Avatar
bootlegninja bootlegninja is offline
those are some nice tits
 
Join Date: Sep 2005
Location: In the US
Posts: 4,520
Rep Power: 196
bootlegninja is a glorious beacon of lightbootlegninja is a glorious beacon of lightbootlegninja is a glorious beacon of lightbootlegninja is a glorious beacon of lightbootlegninja is a glorious beacon of light
Re: Looking for good Crystal Chip information

Thanks bro, I'll add it in a little bit.

Edit - after taking a look at the scripts, wow, very cryptic. I'm glad I have my matrix.
__________________
nunquam ut exsisto instituo
Retired

Please do not PM me unless its an issue with another member

Want a quick solution to your question?
CLICK HERE!


Reply With Quote
  #6  
Old 04-24-2007
tonybologna's Avatar
tonybologna tonybologna is offline
Senior Member
 
Join Date: Aug 2005
Location: Tennessee
Posts: 166
Rep Power: 69
tonybologna is on a distinguished road
Re: Looking for good Crystal Chip information

Quote:
Originally Posted by bootlegninja View Post
Thanks bro, I'll add it in a little bit.

Edit - after taking a look at the scripts, wow, very cryptic. I'm glad I have my matrix.
Yeah! I also have a MI that I use as a backup! However, I actually like the CC better as a modchip overall. There is just so many great features with the CC. I have my MI in a spare room but just don't use that console much anymore. I also have a HDD in that console but it just doesn't get much use nowadays. Thanks!
__________________
HYBRID MAN!
Reply With Quote
  #7  
Old 04-24-2007
bootlegninja's Avatar
bootlegninja bootlegninja is offline
those are some nice tits
 
Join Date: Sep 2005
Location: In the US
Posts: 4,520
Rep Power: 196
bootlegninja is a glorious beacon of lightbootlegninja is a glorious beacon of lightbootlegninja is a glorious beacon of lightbootlegninja is a glorious beacon of lightbootlegninja is a glorious beacon of light
Re: Looking for good Crystal Chip information

I won't argue that the cc is a good chip. I just prefer mine nice and simple. The more simple it is the less complications.
__________________
nunquam ut exsisto instituo
Retired

Please do not PM me unless its an issue with another member

Want a quick solution to your question?
CLICK HERE!


Reply With Quote
  #8  
Old 04-24-2007
tonybologna's Avatar
tonybologna tonybologna is offline
Senior Member
 
Join Date: Aug 2005
Location: Tennessee
Posts: 166
Rep Power: 69
tonybologna is on a distinguished road
Re: Looking for good Crystal Chip information

Quote:
Originally Posted by bootlegninja View Post
I won't argue that the cc is a good chip. I just prefer mine nice and simple. The more simple it is the less complications.
Yeah! The MI is certainly easier to handle than the CC! I'll back you on that for sure! Thanks!
__________________
HYBRID MAN!
Reply With Quote
  #9  
Old 04-24-2007
Mikerocosms's Avatar
Mikerocosms Mikerocosms is offline
I am MikeRo
 
Join Date: Feb 2005
Posts: 2,361
Rep Power: 10
Mikerocosms has a spectacular aura aboutMikerocosms has a spectacular aura aboutMikerocosms has a spectacular aura about
Send a message via AIM to Mikerocosms
Re: Looking for good Crystal Chip information

Thanks for the help Tony!


M
Reply With Quote
  #10  
Old 04-24-2007
tonybologna's Avatar
tonybologna tonybologna is offline
Senior Member
 
Join Date: Aug 2005
Location: Tennessee
Posts: 166
Rep Power: 69
tonybologna is on a distinguished road
Re: Looking for good Crystal Chip information

Quote:
Originally Posted by Mikerocosms View Post
Thanks for the help Tony!


M
No problem! If you guys need anything else just reply back here or PM me! Thanks!
__________________
HYBRID MAN!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
HDLoader on Crystal Chip Ethan211 ModChip Section 1 03-12-2007 01:48 AM
Crystal Chip 1.0 ronetone Third-Party Firmware Help 1 12-10-2005 01:22 AM
Help with Hdloader + Crystal Chip jms33 PS2 General How-to 0 08-25-2005 10:38 PM
Crystal Chip or DMS4 Pro??? Ka-rosu PS2 General Discussion 0 05-21-2005 11:47 PM
Whats going on with the crystal chip? v1p3r PS2 General Discussion 11 03-22-2005 07:58 AM


All times are GMT -5. The time now is 01:43 PM.




©2007