Emuforums.com

Go Back   Emuforums.com > PS2 Emulation > PS2 Plugin Questions & Plugin Troubleshooting
Home Register Downloads FAQ Members List Calendar Arcade Mark Forums Read


Reply
 
LinkBack Thread Tools Display Modes
Old August 5th, 2009   #161 (permalink)
Registered User
 
Join Date: Aug 2009
Location: Poland
Posts: 1
First - thanks for your work.
But now you will see lots of beggings for ethernet support
FFXI for PC is just screwed by SE - by require of using 3-D secure cards - so many of EU players just can't pay for a game (lol).
The only way to pay is... PlayOnline for PS2 (because of PS2 limitations - no way to require 3-D secure cards ).
PlayOnline is kinda free tool - so i can send you link on PM if you will be interested in writing this
kamilusPL is offline   Reply With Quote

Advertisement [Remove Advertisement]
Old August 5th, 2009   #162 (permalink)
Formerly NHervé
 
Luigi__'s Avatar
 
Join Date: Jul 2007
Location: Peach__'s castle
Posts: 712
Yup, sure I'm interested by that PlayOnline tool, if it can help me to add ethernet support
to my plugin. ATM I'm unable to do it because I have only one game that's Ethernet-compliant,
and this game doesn't run at all under PCSX2 (yup, black screen and nothing. I'm so
unlucky )

Apart from that, you're welcome
__________________
If you're wondering where Mario__ is, he is currently saving Peach__ once again.
Luigi__ is offline   Reply With Quote
Old September 3rd, 2009   #163 (permalink)
Registered User
 
Join Date: Jul 2009
Location: AR, USA
Posts: 3
small patch

This is my patched version of MegaDev9 v1.0.1. All I did was tweak the creation process a bit, to speed up file creation (in theory by 1000x, however real increase is as fast as your system can do it.)

Nothing else was modified, so don't expect this to fix any bugs or whatever, as I said, I only modified the raw file creation process

Original memory buffer was 1Kbyte, new memory buffer is 1Mbyte, so it creates alot faster.
Attached Files
File Type: 7z megadev9-bin.7z (33.9 KB, 15 views)
File Type: 7z megadev9-src.7z (2.00 MB, 3 views)
zefie is offline   Reply With Quote
Old September 4th, 2009   #164 (permalink)
Emu author
 
Join Date: Sep 2007
Location: Germany
Posts: 1,187
Thanks a lot for that, zefie.
Had to recreate the hdd's a lot in the past when testing some stuff, this would've saved me quite some time
rama2 is offline   Reply With Quote
Old September 4th, 2009   #165 (permalink)
Registered User
 
Join Date: Jul 2009
Location: AR, USA
Posts: 3
Quote:
Originally Posted by rama2 View Post
Thanks a lot for that, zefie.
Had to recreate the hdd's a lot in the past when testing some stuff, this would've saved me quite some time
There is actually a super fast way on NTFS!

fsutil file createnew dev9hdd.raw (sizeinbytes)
fsutil file setzerodata offset=0 length=(sizeinbytes) dev9hdd.raw

without the ()

example:
Code:
C:\Users\zefie>fsutil file createnew dev9hdd.raw 8388608
File C:\Users\zefie\dev9hdd.raw is created

C:\Users\zefie>dir dev9hdd.raw
 Volume in drive C is Windows 7 System
 Volume Serial Number is CA72-EE5B

 Directory of C:\Users\zefie

09/04/2009  10:43 AM         8,388,608 dev9hdd.raw
               1 File(s)      8,388,608 bytes
               0 Dir(s)  118,342,463,488 bytes free

C:\Users\zefie>fsutil file setzerodata offset=0 length=8388608 dev9hdd.raw
Zero data is changed
Instant 8G zero'd dev9hdd.raw

Last edited by zefie; September 4th, 2009 at 16:50.. Reason: typo on command
zefie is offline   Reply With Quote
Old September 4th, 2009   #166 (permalink)
Formerly NHervé
 
Luigi__'s Avatar
 
Join Date: Jul 2007
Location: Peach__'s castle
Posts: 712
Wow! That's a nice way to zerofill the HDD image then!
I could implement this, however, I'll be using a more intelligent HDD image format in the next versions, which will omit zero-filled sectors (reminder: 1 sector = 512 bytes).
The pros are that HDD image creation will be instant, and it will save 512 bytes per blank sector (for a brand new image: lots of space saved!). The cons are that compatibility with programs such as WinHIIP will be broken.
__________________
If you're wondering where Mario__ is, he is currently saving Peach__ once again.
Luigi__ is offline   Reply With Quote
Old September 5th, 2009   #167 (permalink)
Emu author
 
Join Date: Sep 2007
Location: Germany
Posts: 1,187
Hmm, maybe make it optional then? Dunno, your choice
Oh one slight thing though.
Can you please remove the debug message "Reading/Writing from/to the unknown reg"?
rama2 is offline   Reply With Quote
Old September 5th, 2009   #168 (permalink)
Formerly NHervé
 
Luigi__'s Avatar
 
Join Date: Jul 2007
Location: Peach__'s castle
Posts: 712
The "unknown reg" messages are just some debugging junk. They'll be removed in the next version.
__________________
If you're wondering where Mario__ is, he is currently saving Peach__ once again.
Luigi__ is offline   Reply With Quote
Old September 5th, 2009   #169 (permalink)
Emu author
 
Join Date: Sep 2007
Location: Germany
Posts: 1,187
Great, that one was spamming away my own debug messages
rama2 is offline   Reply With Quote
Reply

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
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 05:24.

© 2006 - 2008 Emu Forums | About Emu Forums | Legal | A member of the Crowdgather Forum Community


Powered by vBulletin® Version 3.7.6
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5