Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Useful Guides and Links
03-12-2006 04:29 AM Useful Guides and Links
RealOne
do i look like i care :P
*******


Posts: 1,170
Joined: Mar 2006
Post: #1
Useful Guides and Links
03-12-2006 04:29 AM
Visit this user's website Find all posts by this user Quote this message in a reply
05-23-2006 06:03 PM RE: Useful Guides.
LaserJohn
Contributor
****


Posts: 184
Joined: Mar 2006
Post: #2
RE: Useful Guides.


Ok... This isnt exactly a tutorial.... But a very informative post... Full of Information obtained from the internet...

(this tutorial might contain stupid mistakes like gramatical errors... didnt have time to go through them all after getting them from the net)Confused
--------------------------------------------------------------------------------------------------------------------------------
This is an informative guide about the ps2 bios and it's realated info.

BIOS
Basically, The BIOS is the "basic input output system" of your PlayStation 2. The BIOS is a piece of code & data that is written in a chip inside your PlayStation 2 console. It is accessible by programmable means, as it is mapped in the address space. Starting at 0xBFC00000 you can find its content. The basic image of the bios is 4MB in size up to address 0xC0000000. So, if you read between these addresses, you are actually reading from The BIOS chip


What does the BIOS actually do?
The PlayStation 2 bios is not an OS (that is, an operating system). So the BIOS does not run in the background like the normal computer's operating system. It is quite different.

The PlayStation 2 games have an index file (that is, the ELF file) that contains all the work and jobs that the PlayStation 2 should to do in ASM. And these requests are sent to the IOP, then the (IOP) sends the jobs that is to be done to all PlayStation 2's outputs like the EE, SIF, GIF, VU0, VU1, IPU, SPU2, etc. So, is not like a line of code that can be converted to x86 directly.

And, the part themselves can send data to another, like VU0 to VU1 and SIF and GIF to VU. It is much more complicated than it looks.

The PlayStation 2 has only the single system without having to worry about external processes. They can be "one linear line" And because of this, it needs fewer resources.

The BIOS is a piece of software. It is resident inside the PlayStation 2 Read-Only-Memory (ROM) and it takes the hand when you turn the PlayStation 2 on. It looks for any CD'rom or DVD-rom, and when it finds any one it reads the tracks and loads the tracks contents (some game software) into the memory of the PlayStation 2. Then this software takes the control of the PS2 and your game starts working.

It is said that the game software needs to call the BIOS when it wants to do some stuff like to read the CD-ROM, to get an input from the PAD or to write the video. Most of the time, these are basic input or output stuffs, including any exchange with specific chip inside the PlayStation 2 (like the sound chip). This is why the BIOS is called BIOS, which is an acronym for "BASIC INPUT OUTPUT SYSTEM".


Technical Specifications of the PlayStation 2
CPU - 128-bit Emotion Engine.
System Clock Frequency - 294.912 MHz
Cache Memory Instructions - 16 KB
Data - 8 KB + 16 KB (Script)

So, the PlayStation 2's BIOS, is NOT the PlayStation 2's OS. It isn't in background or in a sub process or anything. Just it isn't there. It is possible to run games on the PlayStation 2 without loading the bios using a hack that jumps directly to the game.

So the only logical way to emulate the PlayStations 2 is to make a working emulation of the PlayStation 2's hardware. And make the code jump from part to part like in a real ps2.

The play station 2's BIOS is a device to execute the Play station 2's code lines.


PCSX2 already dictates where the signal goes etc
PCSX2 sends codes to the sound card, instead of SPU2 on a PlayStation 2 that has certain registers of its own and sends signals back of which the pc doesn't support, same goes for GS and dvd drive etc. the BIOS controls the hardware, meanwhile in the emulator the hardware is totally different.


The main components of the PlayStation 2 BIOS:
ROM0 (zero) - Main PS2 BIOS file [4.00 MB (4,194,304 bytes)]
ROM1 - Language / DVD Player Related [512 KB (524,288 bytes)]
ROM2 - Language Specific (Chinese Characters) [512 KB (524,288 bytes)]
EROM - DVD Video Player [3.00 MB (3,145,728 bytes)]
NVM- Related with the memory card.

(This is an example for an American version)

The SCPHxxxxx® does in no way represent the BIOS used; the SCPH serials represent the combination of components (Drive unit, Bios, Case, and Mother Board). Often two different SCPH numbers can be using the same BIOS.


PS2 VERSIONS/MODELS
There are many type of models of the PlayStation 2, Some of which are given below:

SCPH 10000 - Jap
SCPH 10001 - Jap
SCPH 30003 - Pal - west Europe
SCPH 30004 - Pal
SCPH 39004 - Pal
SCPH 39001 - Usa
SCPH 50001 - Usa
SCPH 50004 - Pal
SCPH 50006 - Pal
SCPH 70004 - Pal
V07 - SCPH 39004 ICE-V0.94
V09 - SCPH 50001N ICE-V910-kit
V10 - SCPH 50004 FINAL ICE Code
V10 - PS2 SCPH 50004 Crystal-chip Boot Manager
V11 - SCPH 50006 Matrix Infinity Dev1/Dev2

Of course, dumping the BIOS from any model will have the same resulting files. I.e. rom0, rom1, rom2, erom and the NVM file


Bios exceptions:
You should avoid using the Japan v01.00 (17-01-2000) Console (SCPH10000). As this BIOS lacks some features, that some games and those which PCSX2 uses. But if you have the scph-10000 model of the PlayStation 2... Then you will just have to drop the idea of dumping your bios. Scph-10000 has been declared "too old" to be used for PCSX2.

So, you may use any other BIOS. (Note: Remember you have to use a BIOS which you dumped from your own PS2)


Compatibility issues:
If you try to emulate a game (that is playable in PCSX2) without the rom1, rom2 and erom... you wont find any compatibility problems. That is, until now, there is no compatibility difference between using rom1ect and without using rom1ect.

rom1, rom2 and erom might be vital in the future, but for now it is not a vital element in the emulation.

And, it doesn't matter if you have an NTSC version or PAL version, it all means the same when it comes to emulation


Methods of dumping your PlayStation 2 BIOS:
Up till now, We have currently 4 Ways of Dumping the Bios. They are:
  • Naplink
  • Using USB memory sticks and Swap Magic
  • Using LAN
  • Pukklink
The first 2 ways are the most basic and easiest ways to dump your BIOS. But they require a modded PlayStation 2. To get information on the mod chip search on google. For it is inadvicable to discuss about it as it goes a bit into gray market. Beware, modding a PlayStation 2 console in some countries like Portugal is illegal while it is legal in other countries like Spain.

The other 2 are quiet hard and require a few things. But they don't need a modded PlayStation 2!. Before attempting to dump your PlayStation's BIOS using the LAN method, check whether you have a ps2 slim model or not. (that is, a thin PlayStation 2 having the model SCPH-7xxxx, where x is any number). If you are attempting to dump the bios of one such PlayStation 2, then you better try one of the other 2 methods because the LAN method doesn't work with the PS2 Slim Model.


1) Using USB memory sticks and swap magic:
By-Rmotters

Things need for this method:
  • Swap magic 3.6
  • Launch ELF
  • Dump BIOS
  • A USB memory stick
Method:

First of all, format your memory stick. Then move the hacked version of the dump bios to the root folder of the memory stick. And after that move the launch ELF utility to the SWAPMAGIC directory and rename it SWAPMAGIC.ELF. Boot the Swap magic DVD that initiates the Launch ELF program. Then finally use the Launch ELF program to execute Dump bios utility. And at last (hopefully), you will end up with 5 files i.e.rom0, rom2, erom and the NVM file inside the memory stick.


2) LAN method:
By-Reichfuher

Reichfuhers Guide to Dumping BIOS


--------------------------------------------------------------------------------------------------------------------------------
Hope that it was useful. tell me if you find anything stupid to correct.



Edited by RealOne: Revised the Information/Guide, Grammatical errors found and corrected, made more attractive so that it looks good on the eye Wink , Last Edit: Removed the quote tag.


[Image: Untitled-2LJ.jpg]
LG LAPTOP S1 EXPRESS PRO DUO.:. CORE 2 DUO 1.8 GHz.:.ATI RADEON MOBLITY X1600 512 MB DDR II .:.160 GB SATA HDD.:.1024 MB DDR II RAM @ 667 MHz
(This post was last modified: 07-14-2007 12:21 AM by RealOne.)
05-23-2006 06:03 PM
Find all posts by this user Quote this message in a reply
05-26-2006 11:47 AM Creating Game Saves from GameFAQ and other sources for PCSX2
schattenberg
Administrator
*******


Posts: 169
Joined: Mar 2006
Post: #3
Creating Game Saves from GameFAQ and other sources for PCSX2


PCSX2 Importing Game Saves Guide

Credits go to BCM124 of ngemu for giving me the idea, GiGaHeRz for letting me use his ISO, and “Schattenberg88” creation of this guide (8th Revision).

This guide was updated on January 20, 2010 for PCSX2 v0.9.6.
Notes:
A) You must have a PCSX2 formatted memory card. You can do this from the Browser screen in the BIOS, or you could refer to CKemu's BIOS Guide.
B) Boot.ELF and PS2 Save Builder are located in the memcardsave.7z file.
C) You can also get this to work with Memory Card Dumps from a PS2)
D) Most corrupt files are either due to the site hosting a bad file, closing the emulator before it could finish copying the save(s) over, a bug causing the emulator to hang, or a bug in the emulator itself.
E) Free Program I use to create my ISO's: InfraRecorder (Attached)
F) Please download PCSX2 v0.9.6 and December 30, 2009 Beta Plugins from the PCSX2 website.

And now on to the Guide:
1. Please read all above information before starting and try the guide before requesting saves.
2. Format your Memory Card in PCSX2. If you need help, follow CKemu's BIOS Guide, or download the formatted blank memory cards (formattedmemcards.7z) from the attached files below (Formatted Memory Cards attached are from the NTSC 3000 series).
3. Find the game you want from http://www.gamefaq.com, http://www.gameshark.com, or http://www.codebreaker.com, and download the save file. In this tutorial I am using a Kingdom Hearts Save.
4. Open PS2 Save Builder.
5. Click Open, and then locate your save file that you just downloaded.
6. Remember the “root/ID” Number.
7. Now Create a folder containing that number.
8. Back in the PS2 Save Builder, Highlight all the “File Names,” right click and tell it “Extract”.
9. Find the folder you just created, and tell it save. You should now have the save files in the folder.
10. If you want to do more saves, then now is the time. Repeat above steps.
11. Now close PS2 Save builder.
12. Open any CD Burner Program, Put the folder on the CD and create an ISO containing that folder. (Note: YOU DO NOT HAVE TO BURN A DISC, also you can add more than one folder to the ISO.)
13. Now Put the ISO in the same folder as Boot.elf.
14. Now Open PCSX2 (Vista users: right click and click the option "Run as Administrator").
15. Set the Graphics plugin to ZeroGS KOSMOS or any other plugin you wish to use.
19. Go to Configure --> CPU
16. Tick EERec, VU0rec, and VU1rec.
17. Go to Configure --> Advance.
18. Click on Defaults, and then OK.
19. Go to File --> Open ELF File --> ISO Image...
20. Locate Boot.elf and open it
21. Locate the ISO file that was created.
This screen will be presented.
22. Press "Circle."
23. Go to “CDFS” and tell it “OK”
24. Locate the file you created, ex: “BASLUS-20370-02” (could be different)
25. Press up or down to highlight the selection.
26. If you have more save files, Press “X” to “Mark” the file and repeat.
27. Once done press “R1,” Select “Copy,” and tell it “OK.”
28. Go up one level, by pressing “Triangle.”
29. Select “mc0:/” or “mc1:/”and tell it “OK.”
30. Press “R1” and tell it “Paste.”
31. When copying is finished, the folder(s) should be present on the screen.
32. Press "Triangle" to go up one level and exit the emulator.
Congratulation, you should now have the save file(s) on your PCSX2 memory card!



Attached File(s)
.7z  PDF Guide.7z (Size: 334.33 KB / Downloads: 66)
.7z  formattedmemcards.7z (Size: 13.3 KB / Downloads: 51)
.7z  memcardsave.7z (Size: 284.1 KB / Downloads: 113)

Intel Core Duo @ 1.86Ghz | 2 GB DDR2 RAM | 894 MB ATI Mobility Radeon x1400
160GB Hard Disk Drive | Windows Vista Ultimate
Co-owner of General Emulation
05-26-2006 11:47 AM
Visit this user's website Find all posts by this user Quote this message in a reply
08-18-2006 03:20 PM RE: Useful Guides and Links
RealOne
do i look like i care :P
*******


Posts: 1,170
Joined: Mar 2006
Post: #4
RE: Useful Guides and Links


Dumping Your PS2 BIOS

FearThings You need:
  • USB Mass Storage Device (Flash Drive with atleast 10MB)
  • Blank CD-RW
  • Modded PS2 (Else, A way to load up homebrew apps)
So, you got what you need. Great, Lets Move on to the Next Step Smile


HmmWhat To Do:

Step 01 : Downloading And Extraction
  • First of all Download the attachment

    .rar  DumpBios-USB.rar (Size: 231.13 KB / Downloads: 5093)
  • Extract the file Using WinRAR
  • You Should Have an ISO with the name DumpBios-USB.iso
Step 02 : Burning ISO to CDRW

Remember that DumpBios-USB.iso which you extracted in Step 01? Now all you gotta do is Burn the ISO to a CD-RW. Use a Software such as Nero, DVDdecrypter or similar.

Now, do you want me to make a guide for Burning an ISO.. Now way Toungue

Step 03 : USB Mass Storage Device

Your Flash Drive should :
  • Have atleast +8MB Storage Space
  • Be Formatted into FAT/32
  • been allocated the Maximum Space Available. i.e, Have No partitions
Step 04 : The Real Dumping
  • Insert the Burned CD-RW from Step 02
  • Insert the Flash Drive from Step 03
  • Start Your PS2 (P.S Only a modded PS2 could load a CR-RW)

Now It should load up like the following Screen
On that screen press SELECT
[Image: attachment.php?aid=6125]

On the Next Screen, The pointer should be pointed to Defaults, Just Press O.
[Image: attachment.php?aid=6126]

Note: This is an Important Step, Scroll Down to mass:/ and Select O.
[Image: attachment.php?aid=6127]

When You selected the mass:/ directory, it should go in to the device and should be able to be explored as in the following Screenshot. If you are not able to do so, you must check whether it has been formatted to FAT/32. If it is try changing the Flash Drive into the second USB hole.
[Image: attachment.php?aid=6128]

Now press X and go back. Browse to cdfs:/. This is the Directory of the Inserted disc. Inside the CDFS Directory you should have, DUMPBIOS-MASS.ELF. Select It and Press O
[Image: attachment.php?aid=6132]

Once You Have pressed O. You would have come to the Second Screen But slightly different Which you would notice. The DUMPBIOS-MASS.ELF would be selected in the Default Boot
[Image: attachment.php?aid=6129]

Now Press up twice, or a lot more times down and at the OK function press O. Now you should come up with this screen
[Image: attachment.php?aid=6130]

All you gotta do now is wait for 1 - 5 minutes and If you did it correctly Your Bios would be Dumped.
[Image: attachment.php?aid=6131]


ShyStill Having Problems?
You are bound to have problems on the first try. So, try again and make sure you havent missed out any step. Specially the one where you have to go to the mass:/ directory.

If you still have problems try the other ways of Dumping BIOS which are listed above and here and then ask for help if you couldnt do it anyway


HappySpecial Thanks:
DarkZeros AKA TWave: For his guide at NGemu which lead to the making of this guide


Edit: I know that the change in contrast of each picture would be difficult to keep up with.. I'll chanage them laters



Attached File(s) Thumbnail(s)
                               
08-18-2006 03:20 PM
Visit this user's website Find all posts by this user Quote this message in a reply
08-18-2006 09:29 PM RE: Useful Guides and Links
emwearz
Administrator
*******


Posts: 573
Joined: Mar 2006
Post: #5
RE: Useful Guides and Links


Ripping PS2 Games - The Easy Way
(For use of iso files)

First you will need to download and install DVD Decrypter, a simple search of google should find you a download link.

Open DVD Decrypter with your (As in you own it) PS2 game in your DVD Drive, select the Mode from the top bar, go down to ISO, now select Read.

   

Select where you want DVD Decrypter to place the .iso file by clicking the folder icon in the Destination section.

   

Click the Decrypt Button, wait for the program to finish, and your done, that easy.


[Image: wii2.gif]
» Intel Core 2 Duo E6300 (@3.2 Ghz) | GeForce 8800GT 512MB | 2GB OCZ DDR2 800 «
» Asus P5B Rev C1 | Thermaltake Soprano | Thermaltake Big Typhoon VX «
» Beta Tester for nullDC «
08-18-2006 09:29 PM
Find all posts by this user Quote this message in a reply
08-19-2006 12:55 PM RE: Useful Guides and Links
RealOne
do i look like i care :P
*******


Posts: 1,170
Joined: Mar 2006
Post: #6
RE: Useful Guides and Links


Making/Ripping An ISO

Now, You should have come to PCSX2 Forums Because you have PCSX2. That means you should also have all the Plugins that came with it. Those are What We need here Toungue

FearThings You Need
  • PCSX2 Emulator
  • EFP Iso CDVD Driver 0.6.0 Plugin or higher
  • The DVD of which you want to make the ISO (it should be your own)
HmmWhat To Do
  • Insert the DVD/CD
  • Run PCSX2
  • Go to Config > Configure
  • At Cdvdrom Choose EFP Iso CDVD Driver 0.6.0 (+)
  • At the bottom of Cdvdrom Plugin there is a Configure... Button, Hit it...
    [Image: attachment.php?aid=6230]
  • At the Next Dialog Box, Hit the Button Get From Disc
    [Image: attachment.php?aid=6231]
  • The Following Dialog Box should Come up.
    [Image: attachment.php?aid=6232]
  • Type in the Drive Letter of the DVD/CD-ROM To which you inserted the DVD/CD Disc
  • At the Iso File: Hit Browse, and Browse to the Directory you want to save the Iso, and Type in a name (i.e, XXXX.iso) and click Open
  • Choose the Compression mode, if you want
  • Multiple Files (all under 2GB]: that is if you want to split the files if the file Size increases from more than 2 GB.
  • Now hit Make File
  • Wait Untill 100% completion. And your ISO Is made Happy
DangerWarning
  • Dont remove the Disc while the ISO is being Made
  • Dont Close the PCSX2 Program
ShyHaving Problems?
  • Make Sure you followed all the Instructions Correctly
  • Try the DVD Decrypter Method above
HappyThanks
  • The PCSX2 Developers
  • Developers of the Plugin EFP Iso CDVD Driver


EDIT : Use the CDVD Laucher

Confused For What??
  • Its faster &
  • You Don't need to Open PCSX2 Wink
Hmm What you need to Do
  • Download this --> [Image: zip.gif] CDVD launcher.zip
  • Extract the Zip
  • Copy EFP Iso CDVD Driver 0.6.0 (+) into the 'Plugins' Directory of the Extracted Prog
  • Open the Launcher
  • and You are good to go
The Rest, See the above guide Wink

Shy Having Probs??
Prolly, you have got too many plugins in there.. You would only need the EFP Iso CDVD Driver 0.6.0 (+)

Still?? Post about it Tongue wink

Happy Thanks
Shendo: For his Great CDVD Plugin Launcher
and Ofcourse the Plugin Devs



Attached File(s) Thumbnail(s)
           
08-19-2006 12:55 PM
Visit this user's website Find all posts by this user Quote this message in a reply
05-26-2007 12:48 PM RE: Dumping Your PS2 BIOS
Techseabourne
Registered


Posts: 1
Joined: May 2007
Post: #7
RE: Dumping Your PS2 BIOS


I have a original playstation 2 If i Dump my playstation 2 with the iso cd & UsB will it harm my PS2

05-26-2007 12:48 PM
Find all posts by this user Quote this message in a reply
05-26-2007 12:59 PM RE: Useful Guides and Links
This Dude
Contributor
****


Posts: 552
Joined: Jul 2006
Post: #8
RE: Useful Guides and Links


No, it will not harm you PS2 if you dumped your bios using the CD and USB method. Just make sure you have a modchip in your PS2 already or a way to boot homebrew apps and make sure you use a good quality brand CD.

Good luck!!!


[Image: 246uvm0.jpg]
Most memorable quote on Generalemu:
"But when I see the name refraction, I go "Wow, thats a cool f***ing name." -MireTank.

OS:
Windows Vista Ultimate x86 Edition CPU: AMD Athlon 64 Processor 3200+ 2010 Mhz 939 RAM: 1024MB DDR400 (PC3200-400Mhz) Graphics Card: nVIDIA GeForce 8600 GTS-PCI-Express 256MB Sound Card: Realtek AC 97 Audio Everything Else: 204GB Maxtor Hard Drive, SONY DVD RW DW-Q28A, Creative Labs SBS260 Stereo Speakers, PCline keyboard PCL-KBW400 & Silvercrest Wireless Mouse 12018, & ViewSonic VE710b 17" TFT Flat Panel LCD Monitor
CS: S Player ".|.|Rev-Xaisks|.|. [DeViaNcE]" - [DeViaNcE] Clan Temporary Homepage - PCSX2 User - General Emulation Forums - Xtemulation Forums - afterDawn Senior Member - DigitalZone Forums - Project Zeus Forums
05-26-2007 12:59 PM
Visit this user's website Find all posts by this user Quote this message in a reply
07-13-2007 11:24 PM RE: Useful Guides and Links
cyclonmaster
EmuAddict-_-;;
*****


Posts: 640
Joined: Mar 2006
Post: #9
RE: Useful Guides and Links


Transfering pcsx2 save game to PS2 Guide

I had transfered my pcsx2 save files to my PS2 memory card. Very nice Smile It work.
This is usefull in case you experience stuck in game with pcsx2 and there is no way to bypass that part. So you want to continue the game without replaying it again on PS2.
Still, after that you can still continue playing it on pcsx2 again by converting the save file to pcsx2 format with this guide

This is my guide using Kingdom Hearts I save file.
[Image: 01.jpg]

Open MCExtract100.
[Image: 02.jpg]
Open your pcsx2 save file(*.ps2).
[Image: 03.jpg]
Then right click on the save file you want to convert and extract.
[Image: 04.jpg]
The extracted file will be generated in MCExtract100 folder
[Image: 05.jpg]
Close MCExtract100.

--------------------------------------------------------------------------------------------------------------------------
NOTE: I'm showing pcsx2 screenshot just to capture the screen, Use PS2

Using Launch ELF 3.41 (Download)
source file
(Others info on PS2 exploit can be read on this PS2BIOS Dumping Guide or here)

Copy your generated save folder(Example BASLUS-20370-05) into your USB pendrive
Then, Plug in your USB pendrive to the PS2.

Now, insert and boot your LaunchELF CD in your PS2.
[Image: 01-1.jpg]
Press select

Select Default>Misc>FileBrowser
[Image: 02-1.jpg]
[Image: 03-1.jpg]
[Image: 04-1.jpg]
[Image: 05-1.jpg]
Select OK and Press O to enter
[Image: 06-1.jpg]
Select Default: FileBrowser
[Image: 07-1.jpg]
Select Mass:/ (This is your USB pendrive) and press O to enter
[Image: 08-1.jpg]
NOTE: some USB pendrive not detected. Try another USB slot or use other pendrive. I'm using PSP in USB mode.

Select your save file (BASLUS-20370-05)

Press X to Mark your save file

Press R1 to open menu, select copy

Press triangle to go up

select MC0 or MC1, press O to enter

Press R1 to open menu again, select paste and wait.

FINISH

-------------------------------------------------------------------------------------------------------------
NOTE: I'm showing pcsx2 screenshot just to capture the screen, Use PS2

Using Codebreaker 9.0 or above

Open Ps2 Save Builder (Download)
source file

Copy the folder name (Example BASLUS-20370-05) to the PS2 Save builder Root/ID
[Image: 06.jpg]
Then select all content in BASLUS-20370-05 folder and drag and drop the files to the PS2 Save Builder
[Image: 07.jpg]
Save the file as Code Breaker Save(*.cbs)
[Image: 08.jpg]
To check the save file you had created, try open it then you'll see(as in picture with icon)
[Image: 09.jpg]
Copy your save file(*.cbs) into a USB pendrive.

Plug in your USB pendrive to the PS2.

Now, insert and boot your Codebreaker 9.0 CD in your PS2.
[Image: 10.jpg]
Select Device Manager.
[Image: 11.jpg]
Select source USB(obviously)

press X to select file
press triangle for action menu
select copy
select your destination

[Image: 12.jpg]

FINISH.
------------------------------------------------------------------------------------------------------
Thanks to yi for MCExtract v1.00
yi-ps2
MCExtract100 attached below. Hopefully this is usefull. Enjoy Wink



Attached File(s)
.rar  MCExtract100.rar (Size: 12.62 KB / Downloads: 623)
(This post was last modified: 07-13-2007 11:25 PM by cyclonmaster.)
07-13-2007 11:24 PM
Find all posts by this user Quote this message in a reply
09-17-2007 01:24 PM RE: Useful Guides and Links
devkid
Registered


Posts: 1
Joined: Sep 2007
Post: #10
RE: Useful Guides and Links


COOL!

09-17-2007 01:24 PM
Find all posts by this user Quote this message in a reply
08-24-2008 01:06 AM RE: Useful Guides and Links
redlofredlof
Registered


Posts: 2
Joined: Aug 2008
Post: #11
RE: Useful Guides and Links


please help
I need to learn how to make a patch of kingdom hearts, I got the code from ngemu.com but I don't know how to make a patch for the game.
the link for making patches does not work.
"Nachbrenner's Site for making Patch's"

08-24-2008 01:06 AM
Find all posts by this user Quote this message in a reply
08-27-2008 09:42 PM RE: Useful Guides and Links
LEO_
Registered


Posts: 2
Joined: Aug 2008
Post: #12
RE: Useful Guides and Links


its amazing info

thanks man

08-27-2008 09:42 PM
Find all posts by this user Quote this message in a reply
02-16-2009 11:19 PM RE: Useful Guides and Links
Kcorb-Nhoj
Registered


Posts: 1
Joined: Feb 2009
Post: #13
Crying  RE: Useful Guides and Links


Ok so I have tried this and wasted 7 disks.... I really want to get my bios off of my PS2 so I can run this emulator and stuff... I have tried 2 different programs for pulling BIOS and I have even cleared out hard drive space for me to install NERO.... IT JUST WONT WORK! Im getting amazingly frustrated and dont know what to do. I am at a total loss..... PLEASE HELP ME FIGURE OUT WHAT I AM DOING WRONG............

02-16-2009 11:19 PM
Find all posts by this user Quote this message in a reply
02-17-2009 12:41 AM RE: Useful Guides and Links
RealOne
do i look like i care :P
*******


Posts: 1,170
Joined: Mar 2006
Post: #14
RE: Useful Guides and Links


The Burned CDRW can only be loaded by a PS2 which is modified.

and make sure you burn the CDRW/DVDR in the slowest speed.

RFA Guide to dumping bios over lan --> http://forums.ngemu.com/pcsx2-forum/8360...http://forums.ngemu.com/pcsx2-forum/83608-rfs-guide-dumping-your-ps2-bios-ove

Also the time taken would be more than 10 secnds.. approximately 1-5 minutes

02-17-2009 12:41 AM
Visit this user's website Find all posts by this user Quote this message in a reply
04-23-2009 06:29 PM RE: Useful Guides and Links
ben13
Registered


Posts: 1
Joined: Apr 2009
Post: #15
RE: Useful Guides and Links


well i need help because my pcsx2 0.9.4 is not working
when i use it with CDVD null driver 0.6.0 or with Linuzappz Iso CDVD 0.6.0 it gives the error "error opening GS plugin "
when i use it with P.E.Op.S CDVD (CDDA mode) 1.30 my pcsx2 terminats

grapic sating which i m usins is ZeroGS KOSMOS Open GL 0.96.7

please tell i realy want to play thanx

04-23-2009 06:29 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


 Quick Theme: