Go Back  
Reply
 
Thread Tools
Old 10-01-2011   #131
haxxxen
Member
 
Join Date: Oct 2010
Posts: 469
Likes: 91
Liked 145 Times in 104 Posts
Mentioned: 94 Post(s)
Tagged: 0 Thread(s)
same for me with external hdd and dungeon siege 3 on it. mm freezes during scanning this game...

btw, i know this is 3.66, but i'm still hoping for a fix...
haxxxen is offline   Reply With Quote
Old 10-01-2011   #132
latinsonic12
Apprentice
 
Join Date: Jul 2008
Posts: 5
Likes: 0
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
sorry for any confusion

sorry for any confusion
Does Lvl2 Patcher enable BDEMU?
Also are you saying that Lvl2 Patcher should not affect the games being detected in multiman?
The problem I had was that I kept running the Lvl2 Patcher before going into multiman, then I decided not to run Lvl2 Patcher and then launch multiman (Which I always get an error that says it couldnt find the BDEMU). After that the games work perfectly.
************* [ - Post Merged - ] *************
Thanks for this awsome homebrew, I will be donating to it for sure.
I also wanted to ask what are your next goals for multiman?, for example is it playing psx games from iso's or playing burned ps2 games. Thanks I im forever in your debt

Last edited by latinsonic12; 10-01-2011 at 06:23 PM.
latinsonic12 is offline   Reply With Quote
Old 10-02-2011   #133
Dominic1800
Member
 
Dominic1800's Avatar
 
Join Date: Oct 2010
Location: under a rock :)
Posts: 147
Likes: 30
Liked 25 Times in 21 Posts
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
thx.......

thx dean u rok way too hard!!!!!!!!! but dang u def need a break i mean u've been working nonstop since the goldmine of backup managers came up and still going strong.....multiman truly is the best home brew application on the scene!
Dominic1800 is offline   Reply With Quote
Old 10-02-2011   #134
jalaneme
Member
 
Join Date: Feb 2009
Location: UK
Posts: 277
Likes: 296
Liked 43 Times in 31 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Originally Posted by jalaneme View Post
deank can i request a few features for the ps1 emulator?

access to ps1 save files in multiman, there is no option in multiman to access ps1 save files yet, i would love to be able to save directly to my usb memory stick or able to copy the ps1 save file to a memory stick.

full screen mode, i have 1080p selected when i start a ps1 game and press the ps button and go to other options, i turn on full screen mode but there is still huge black borders at either side of the screen, maybe we can have a manual screen resizer to adjust the picture ourselves?

a option to load back to multiman after playing a ps1 game instead of having to quit game back to xmb and reload multiman up, it should save a bit of time if you add that feature.

thanks in advance deank
in response to these i would like to add:

there is a major bug in the ps1 virtual memory card, my save files would not appear in the xmb when i went to ps1 saves, to solve that problem i renamed the virtual memory card to "Internal Memory Card" before it was "PS1 save games", the major problem is if i save while playing a new ps1 game and it creates a save file the newly created save files does not appear in the xmb unless i rename the virtual memory card back to "PS1 save games" and rename it back to "Internal Memory Card" again, it seems when multiman overrides the virtual memory card settings it messes it up somehow, i think when multiman was creating a virtual memory card it used my already created virtual memory card and saved games into that but because my virtual memory card was renamed "PS1 save games" the save files were not appearing properly.

also in the latest update the full screen mode does not stick when applied even if the xmb settings for ps1 are set to "full screen" i still have to select full screen mode when i start a game.
jalaneme is offline   Reply With Quote
Old 10-02-2011   #135
deank
 
Join Date: Sep 2010
Posts: 752
Likes: 384
Liked 2,391 Times in 448 Posts
Mentioned: 377 Post(s)
Tagged: 0 Thread(s)
1) multiMAN doesn't CREATE memory cards. It just passes the names to the emulator for 1st two cards found in /dev_hdd0/savedata/vmc

2) The options from XMB for upscale/smooth were NEVER used. multiMAN passes two values to the emulator upscale:normal, smoothing:on and it doesn't care about your xmb settings, because to do that, I'll have to scan your xRegistry.sys and I don't see much point in that.
deank is offline   Reply With Quote
Old 10-02-2011   #136
jalaneme
Member
 
Join Date: Feb 2009
Location: UK
Posts: 277
Likes: 296
Liked 43 Times in 31 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
if multiman doesn't create the memory cards it definitely saves over something as the virtual memory cards names have conflicted and have caused a problem on the xmb.
jalaneme is offline   Reply With Quote
Old 10-02-2011   #137
ps3hereandthere
Apprentice
 
Join Date: Oct 2011
Posts: 1
Likes: 0
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Thumbs up

@deank

Hey Dean,

thanks for the new version!! :D

Can you say if in near future it will be possible to mount bd isos (copy protection free) which are put into the /BDISO folder? So they could be played with the integrated standard PS3-BD-player?

Or will we still need cobra for this in the future?

Thank you
ps3hereandthere is offline   Reply With Quote
Old 10-02-2011   #138
deank
 
Join Date: Sep 2010
Posts: 752
Likes: 384
Liked 2,391 Times in 448 Posts
Mentioned: 377 Post(s)
Tagged: 0 Thread(s)
Originally Posted by jalaneme View Post
if multiman doesn't create the memory cards it definitely saves over something as the virtual memory cards names have conflicted and have caused a problem on the xmb.
IT DOESN'T SAVE ANYTHING ANYWHERE. How else should I phrase it so you can understand me properly?!

It READS the savedata/vmc folder and if it finds files it passes them AS STRING PARAMETER to the emulator!

Code:
		int max_dir=0;
		ps3_home_scan_ext_bare((char*)"/dev_hdd0/savedata/vmc", pane, &max_dir, (char*)".VM1");
		if(max_dir) sprintf(mc1, "%s", pane[0].name);
		if(max_dir>1) sprintf(mc2, "%s", pane[1].name);
Code:
		launchargv[0] = (char*)malloc(strlen(mc1)+1); strcpy(launchargv[0], mc1);
		launchargv[1] = (char*)malloc(strlen(mc2)+1); strcpy(launchargv[1], mc2);
deank is offline   Reply With Quote
Likes: (1)
Old 10-03-2011   #139
multimister
Member
 
Join Date: Oct 2011
Posts: 90
Likes: 6
Liked 7 Times in 6 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
game dumps

Hi im new to the forum and love your work so far dean....

1 thing ive found with the new update though (2.08.01 and on) is that when im on this firmware and I backup a game to internal or external then try to play the game, ie load from multiman,,, then select the game disk icon it wont load and error message..

I backed up 6 different games and all had the same thing happen

But then i delete multiman and install 2.07.01 and try again and all is fine, update to 2.08.01 and problem comes back

But all the games I have backed up on the previous firmware still work only when backing up with latest multiman..

Wondering if any1 else is having the same problem? Cheers for all your awesome work to,,love it
multimister is offline   Reply With Quote
Old 10-03-2011   #140
tenoob
Member
 
tenoob's Avatar
 
Join Date: Sep 2011
Posts: 394
Likes: 310
Liked 184 Times in 110 Posts
Mentioned: 15 Post(s)
Tagged: 0 Thread(s)
Originally Posted by multimister View Post
Hi im new to the forum and love your work so far dean....

1 thing ive found with the new update though (2.08.01 and on) is that when im on this firmware and I backup a game to internal or external then try to play the game, ie load from multiman,,, then select the game disk icon it wont load and error message..

I backed up 6 different games and all had the same thing happen

But then i delete multiman and install 2.07.01 and try again and all is fine, update to 2.08.01 and problem comes back

But all the games I have backed up on the previous firmware still work only when backing up with latest multiman..

Wondering if any1 else is having the same problem? Cheers for all your awesome work to,,love it
I have the same problem, lost the ability to play red dead redemption in the process.
__________________
Zombiekillah is my hero.
tenoob is offline   Reply With Quote
Reply

Bookmarks

Thread Tools

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



PS3Hax.net is Copyright © 2010-2013.
Use of this site is governed by our Terms of Use and Privacy Policy. All Trademarks and images are owned by their respected owners.
Posts and links are subject to each author on this forum and are no way affiliated with the operations and/or opinions of ps3hax.net
All times are GMT -5. The time now is 11:44 PM.