|
|||||||
| Third-Party Firmware Help Get help on ANY modchip firmware, discuss features of the firmwares available for each modchip. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
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! |
|
#2
|
||||
|
||||
|
Re: Looking for good Crystal Chip information
Good idea and good luck. I dont know much about them myself.
M |
|
#3
|
||||
|
||||
|
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! |
|
#4
|
||||
|
||||
|
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!
|
|
#5
|
||||
|
||||
|
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! |
|
#6
|
||||
|
||||
|
Re: Looking for good Crystal Chip information
Quote:
__________________
HYBRID MAN!
|
|
#7
|
||||
|
||||
|
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! |
|
#8
|
||||
|
||||
|
Re: Looking for good Crystal Chip information
Quote:
__________________
HYBRID MAN!
|
|
#9
|
||||
|
||||
|
Re: Looking for good Crystal Chip information
Thanks for the help Tony!
M |
|
#10
|
||||
|
||||
|
Re: Looking for good Crystal Chip information
No problem! If you guys need anything else just reply back here or PM me! Thanks!
__________________
HYBRID MAN!
|
![]() |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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.
















Linear Mode

