 ************************************************************************ Translated by SYSTRAN (sorry but i dont speak enslish) ************************************************************************ /* _____ ___ ____ ____| | ____| MrSiir / SiirLabs | ___| |____ (C)2004, MrSiir (mrsiir@gmail.com) ------------------------------------------------------------------------ PS2 Key Launcher (KL)(*) ------------------------------------------------------------------------ * Based on CogSwapLoader (CSL) of Hermes ------------------------------------------------------------------------ ATTENTION: The use of this program can cause damages in your console of the ones that me do not I hold responsible MrSiir ------------------------------------------------------------------------ Versions ============================= Versi髇 0.4 * Added the driver USB_MASS of Ole, modified by Hermes * Support to throw applications of the hard disk, as age to expect, he does not support HDLoader's partitions, only it works with the partitions that we prune to create with the HDDFORMAT or the partitions that create the programs since PS2OS or PS2MENU-K The link to a file of the HDD is of the following way: hdd0:PARTICION/PATH/AL/FICHERO.ELF ----|---------|-------|----------- 1 2 3 4 1: Name, always "hdd0:" 2: Name of the partition, in many cases the partition begins with + 3: Path to the file 4: File .ELF we want to execute For if it stays some doubt, two examples: X=hdd0:+DEMOS/PGEN/PGEN.ELF;PGEN 1.2 (HDD) O=hdd0:PS2OS/PS2OS.ELF;PS2OS (HDD) * Colors in the texts of the names: Blue : ELF that is loaded with the Autoload Green: PenDrive's ELF Red : HDD's ELF * New virtual keyboard, with support for: A, to - z, 0-9 and other characters like . : ; / + - * [] {} () = * Way edition improved, browser of Memory Card, PenDrive, Hard disk and manual edition of the file ELF Version 0.3 * Added, icon in the MC * Added, initialization of the PAD in analogical way to be able to use the buttons L3 and R3 directly * Added, configuration of the time of autorun with the KL.DAT, we have to specify the parameter: AUTO=X, in seconds, if we put 0, the application will start without passing for the KL * Corrected, when the load of an ELF was failing, it was not giving any message of mistake * Added, support for units USB with mass:/thanks to the driver USB_MASS of Marek Olejnik (aka Ole) * Added, support to edit the file KL.DAT from the same program, the system is simple, touching START we accede to the menu of edition with three options to edit the file, for information mas detailed to see http: // ps2dev.siirlabs.com (soon) * Added, "USB Mode", when the KL starts, searches in mass:/KL/KL.DAT if finds it, we enter "USB Mode", it will use the file of the USB and the functions of edition are disabled, hereby we prune to use the USB without having to edit the file KL.DAT of the Memory Card, when we enter "USB Mode", USB's logo appears in the best straight corner Version 0.2+ * Added the French language, translation by Chandler * Adjustment of some bugs that caused that the load of some ELF failed * Tested programs that work correctly: HDAdavnce Works fine HDLoader Works fine PS2Menu Works fine PS2Menu-K Before it is necessary to pass it through ps2packer PGEN 1.2 Works fine PS2 MediaPlayer Before it is necessary to pass it through ps2packer PS2Link Works fine MCFormat Works fine HDDFormat Works fine CogSwapLoader Works fine CDLoader Works fine NapLink Works fine Version 0.2 * Support for American, Japanese and European consoles * Interface in English or Spanish depending on the configuration of the console * Added the option of autoload, in 5 seconds it took the option that this indicating with one @, for example: X=mc0:/demo.elf;DEMO1@ If we have autoload, the application will appear in red and an accountant will leave to us, we can stop and reinitiate autoload pressing SELECT. * So large minor, thanks when ps2packer of Nicolas "Pixel" Nobleman I have compiled the source along with the images within the program and he does not surpass the 80 KB Version 0.1 * Initial version 10 configurables buttons Stop the disc when initiating etc... ------------------------------------------------------------------------ What is KL? ============================= KL is a very simple program to send applications of a very simple way and fast, we can assign up to 10 feasible ones to send them with a button For who is KL? ============================= In principle he is single for my, that is to say, who I have programmed it to use it, until now it used the modified CSL and when pressing each key executed a file or another one, but as use several (ps2link, CSL, CDL, HDL, etc...) I never decide to me to that button is assigned, so I thought about this program So that to use KL? ============================= Since I have said before, I use it to do the life to me a little but simple; -) and not to have to decide to me where this each program As it I can obtain KL? ============================= You can download binary and source code from here: http://www.siirlabs.com/ps2dev/kl/release/ps2-keylauncher-0.4-binary.zip As use KL? ============================= Then using the PS2 Express Installer de Sjeep we copied the following files in memory card: - KL.DAT (*) - KL.ELF (**) * KL.DAT it is the file of configuration of the buttons, the format is very simple: BUTTON=PATH;NAME, For example: R1=mc0:/BEDATA-SYSTEM/DEMO.ELF;DEMO ** If we want to take KL when initiating the PS2 with exploit, we must rename it to BOOT.ELF before copying it to the MC As I record KL? ============================= I record it with the CDGenPS2, in my CD of installation I have several utilities, for example: PS2Link, PS2Menu, CogSwapLoader, etc..., I make an image with the following structure: /CDVD.IRX (Module of EXPINST) /EXPINST.ELF (Express Installer by Sjeep) /SYSTEM.CNF (Aiming at the EXPINST.ELF, with the LBA in 12231) /TITLE.DB (For exploit, I have it with the BreakerPro) /FILES/KL.DAT (File of configuration of the KL) /FILES/BOOT.ELF (KL) /FILES/BOOT2.ELF (CogSwapLoader) /FILES/CDLOADER.ELF (CDLoader) /FILES/HDDFORMAT.ELF (HDD Format) /FILES/HDLOADER.ELF (HDD LODER FREE) /FILES/MCFORMAT.ELF (MC Format) /FILES/PS2LINK.ELF (PS2Link) /FILES/PS2MENU.ELF (PS2Menu) /FILES/NAPLINK.ELF (NapLink) /FILES/IPCONFIG.DAT (Config. for PS2Link) /FILES/IOMANX.IRX (Module) /FILES/PS2DEV9.IRX (Module) /FILES/PS2IP.IRX (Module) /FILES/PS2LINK.IRX (Module) /FILES/PS2SMAP.IRX (Module) /FILES/UNRAR.IRX (Module) /FILES/SYSTEM.CNF (???) /DUMMY/DUMMY.BIN (File of 100MB with zeros) I record with the Alcohol the 120% and load with the Swap 3 Magic v.CD ------------------------------------------------------------------------ MrSiir / SiirLabs http://ps2dev.siirlabs.com ------------------------------------------------------------------------ */ |