Lordmonkus Posted September 1, 2016 Share Posted September 1, 2016 Yeah going above 2 will be unplayable unless you have a monster CPU. The internal resolution scaling is all done in software on the CPU. There is a hardware psx core but it's a work in progress and still needs lots of work. Quote Link to comment Share on other sites More sharing options...
ckp Posted September 1, 2016 Author Share Posted September 1, 2016 oh 4x is much better now that i turned on OpenGL hardware instead of default software! Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted September 1, 2016 Share Posted September 1, 2016 Are you using the hardware core or the normal core ? I never really looked too much into the upscaling options, like I said about 98% of my Playstation games are 2D sprite games. I just cannot stand early 32 bit polygonal games and how they look, they did not age well at all. Quote Link to comment Share on other sites More sharing options...
neil9000 Posted September 1, 2016 Share Posted September 1, 2016 Hiya, A lot of ps1 games never had analog support so if you prefer that you have to force it. Load a ps1 rom, open quick menu and go to controls, second option should be "user 1analog to digital type" change it to left analog. that should give you dpad or analog control on all games. don't forget in the same menu to save core remap, that should the auto load everytime. Quote Link to comment Share on other sites More sharing options...
ckp Posted September 1, 2016 Author Share Posted September 1, 2016 @polymorph77 - thank you!! that worked great and allows me to use either dpad OR the left analog. perfect! i was actually considering to not use RA anymore if I can't get my controllers working as well as I have them with Rocketlauncher and stand alone emulators. Now I just need to find out how I can set the keyboard keys to what I want so I can use controller or x-arcade. Having a terrible time trying to find this googling and yet it seems like some people must have an x-arcade setup with RA... Quote Link to comment Share on other sites More sharing options...
ckp Posted September 1, 2016 Author Share Posted September 1, 2016 7 hours ago, lordmonkus said: Are you using the hardware core or the normal core ? @lordmonkus , i'm using the hardware core. 4x is really great so far. the non hardware core doesn't let you change that setting, but it can be changed in the hardware core. Quote Link to comment Share on other sites More sharing options...
neil9000 Posted September 1, 2016 Share Posted September 1, 2016 20 minutes ago, ckp said: @polymorph77 - thank you!! that worked great and allows me to use either dpad OR the left analog. perfect! i was actually considering to not use RA anymore if I can't get my controllers working as well as I have them with Rocketlauncher and stand alone emulators. Now I just need to find out how I can set the keyboard keys to what I want so I can use controller or x-arcade. Having a terrible time trying to find this googling and yet it seems like some people must have an x-arcade setup with RA... No probs at all, glad you got it working. Sorry I can't help you with your x-arcade setup, I don't even no what that is!! lol. Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted September 1, 2016 Share Posted September 1, 2016 The hardware core is more problematic than the regular software core, especially when you get into changing and adjusting the settings it can get flaky. Quote Link to comment Share on other sites More sharing options...
ckp Posted September 4, 2016 Author Share Posted September 4, 2016 In the end I decided I'm a happier camper using stand alone emulators and Xpadder Seems to be the easiest way to get to use my keyboard, x-arcade, AND xbox 360 controllers for ALL games and just exit Xpadder for some of my PC games. It also seems easier this way for me to make video adjustments for each emulator. Very Slowly, I am trying to add my platforms from Rocketlauncher to pure LB. I just want one front end and launcher if possible. I haven't yet tried to see if LB handles things easily for my games that need to be decompressed first or for games like Saturn that also need cd image mounting stuff (i fear this may be labor intensive in LB, but no idea yet). Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted September 4, 2016 Share Posted September 4, 2016 Launchbox handles compressed zip file roms just fine. With Mednafens Saturn emulation now out there is no need to mount disk images for SSF but if you wanted to use SSF for whatever reason it is easy enough to handle that through LB as well. You just need to make a simple batch file for mounting disks to use as an emulator in LB, there are forum posts around here about it. Quote Link to comment Share on other sites More sharing options...
ckp Posted September 4, 2016 Author Share Posted September 4, 2016 Good to hear about zips. Hopefully it allows for a custom extraction folder and does automatic cleanup. I tried the latest Saturn Mednafen with correct bios files added, but it does absolutely nothing when I drop a cue file on it like I saw in a couple tutorials. If it's this picky about game images or is just plain buggie, I probably don't want to deal with it at all at this point, and also because it has no GUI for configuration. But I'm waiting for it to mature. Not in a huge hurry since SSF is working fine for me with LB and Rocketlauncher/Daemon Tools for all my Saturn games. Creating a batch file or other scripts or external tools and potentially adding another cd tool isn't exactly what I'm hoping for from LB to add a platform and emulator. I really don't want to end up with tons of external tools and batch files as a bandaid together with LB. But at least it provides an option to users that have no other setup. I'm waiting for LB to make those ones easy, one by one . I have faith it will come. Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted September 4, 2016 Share Posted September 4, 2016 Well you are obviously free to use any emulator you want but Mednafen is already superior to SSF. If your game images aren't running and you have the correct bios files then your disk images are bad. I have over 60 Saturn games all working perfectly fine through Mednafen. All you do is put the following into a bat file in your SSF folder and add the bat file as an emulator. Edit the paths to match your Daemon Tools and SSF.exe which you already have. That is all, hardly a bandaid or any more so than what you are already doing. @echo off set game=%1% set daemon="C:\Program Files (x86)\DAEMON Tools Lite\DTLite.exe" set emu="H:\Emulation\Emulators\SSF\SSF.exe" %daemon% -mount 0, %game% start /wait "" %emu% %daemon% -unmount 0 The whole notion of this being more complicated or a bandaid is just flawed. It is actually much simpler than what you are doing already through RocketLauncher. There are no extra tools or scripts at all. In fact the whole process of using RocketLauncher is one giant unnecessary bandaid that is far more work than a simple batch file as an emulator. 1 Quote Link to comment Share on other sites More sharing options...
ckp Posted September 4, 2016 Author Share Posted September 4, 2016 Thanks, that's good info to save. Yes I hate RL (I inherited it and want out, haha), but all I had to do in RL was use the gui to browse to the dtagent.exe (that's what Windows 10 uses) file for Daemon Tools and tell it what drive letter to use as the virtual drive. I think LB should have this type of setting in the gui, not requiring a batch file at all. The batch file is not "easy" at all unless you are lucky enough to find the right forum post. Quote Link to comment Share on other sites More sharing options...
DOS76 Posted September 4, 2016 Share Posted September 4, 2016 Its never luck its research that gets results. 1 Quote Link to comment Share on other sites More sharing options...
ckp Posted September 4, 2016 Author Share Posted September 4, 2016 Researching so many little things is no fun. However, the Launchbox community and video tutorials is a huge help. Really appreciate your help. Thanks. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.