Lordmonkus Posted March 31, 2017 Share Posted March 31, 2017 And it definitely works with Higan 1.01. The stand alone versions of BSnes made by Byuu himself are..... well let's just be nice and say quirky. 1 Quote Link to comment Share on other sites More sharing options...
Pyrometheous Posted March 31, 2017 Author Share Posted March 31, 2017 I was originally using higan v102, however I couldn't find any way of making that full screen at all. So I opted for this version of BSNES because "F11" worked for full screen, so I figured if I could find the right script, I could get it to work. But I'm probably gonna end up just using RA instead, although I think it would be great to be able to resolve this conundrum (the geek in me wants to know why), it seems I have a perfectly reasonable solution to the problem that I should implement. Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted March 31, 2017 Share Posted March 31, 2017 Try again with version 1.02 or 1.01 of Higan because it works for me with 1.01. I have no idea why it won't work for 0.88 BSnes because with it loaded F11 does toggle back and forth between fullscreen and windowed. Personally I use Retroarch but mainly because of the shaders. Quote Link to comment Share on other sites More sharing options...
Zombeaver Posted March 31, 2017 Share Posted March 31, 2017 Some emulators have issues with (ie can't accept) simulated inputs. MAME can't, for example. That could be what's happening here. Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted March 31, 2017 Share Posted March 31, 2017 That could be it, those older versions of Bsnes are like I said before "quirky" to be nice about it. Byuu seems to have a really weird mentality when it comes to the end user and his emulator. Quote Link to comment Share on other sites More sharing options...
Pyrometheous Posted March 31, 2017 Author Share Posted March 31, 2017 2 minutes ago, lordmonkus said: Try again with version 1.02 or 1.01 of Higan because it works for me with 1.01. I'm using 1.02, which won't fullscreen at all, I seem to be running into an issue with not being able to find a download for 1.01, all download links take me to here. Which only allows me to download v1.02. This whole thing is making me feel like an idiot. Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted March 31, 2017 Share Posted March 31, 2017 I will grab 1.02 and see if I can figure it out. Basically he hasn't been doing any real work on the Snes side of Higan lately, instead he's doing more work on the other systems Higan emulates. Quote Link to comment Share on other sites More sharing options...
Pyrometheous Posted March 31, 2017 Author Share Posted March 31, 2017 Just now, lordmonkus said: I will grab 1.02 and see if I can figure it out. Basically he hasn't been doing any real work on the Snes side of Higan lately, instead he's doing more work on the other systems Higan emulates. I really appreciate your help with all of this. I've tried to do the research myself on this, but just ran into a bunch of brick walls. In a way, I'm glad that the script issue wasn't just me not understanding how to use AutoHotKey. I'm ordinarily alright with scripts, but this was making me feel like a crazy person. Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted March 31, 2017 Share Posted March 31, 2017 Ok I figured it out for version 1.02 and basically for whatever reason Byuu had decided to disable the fullscreen hotkey by default for this version so you need to set it first. Go to Settings > Configuration > Hotkeys Tab > Toggle Fullscreen and set that to what you want so in this case F11. Then use the AHK script that Zombeaver posted earlier but with a 3000 ms delay #NoEnv Sleep, 3000 SetKeyDelay, -1, 110 Send {F11} Return I really do appreciate Byuus dedication to 100% accuracy and the best possible quality but he really has some really fucked up ways of thinking and how he does things. In the process of reading through the forum post for this I was reading his thoughts on CD emulation for Sega CD since that seems to be one of current projects and basically to him ISO and BIN + CUE are shitty formats. His answer for this is to use his own custom format and have the emulator convert them using Icarus like he has Higan do for SNES roms. /facepalm Quote Link to comment Share on other sites More sharing options...
Pyrometheous Posted March 31, 2017 Author Share Posted March 31, 2017 lol, so I got the script to work in V0.94, which is fantastic, but it won't load games via launchbox. Does anyone have a link for v1.01? What are those filter advantages to RA over Higan? I was just going with Higan because I read that it was "true emulation" like an exact replica experience to playing on a cart. Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted March 31, 2017 Share Posted March 31, 2017 The differences between the latest Higan releases and the latest Retroarch BSnes Accuracy core is extremely small. The RA Bsnes cores are based off of BSnes v0.94 and the Accuracy version of the core is considered 100%. It is extremely unlikely anyone would ever be able to tell the difference in the actual emulation itself but RA gives you better shaders and is much easier to use. Quote Link to comment Share on other sites More sharing options...
Pyrometheous Posted March 31, 2017 Author Share Posted March 31, 2017 Well, I've got it working, once again thank you oh so very much! If you don't mind, I think I'll make a tutorial video on how to do this so that if others run into this issue, they can fix it quick and easy. Thank you again so much! 1 Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted March 31, 2017 Share Posted March 31, 2017 Glad you got it working and making a video would probably be helpful for someone so go right ahead and do that. Quote Link to comment Share on other sites More sharing options...
Zombeaver Posted March 31, 2017 Share Posted March 31, 2017 Happy to help! RA is absolutely worth it, it just takes some time to come to grips with. The good news is, there's no shortage of tutorials on it and users of it around these parts 1 Quote Link to comment Share on other sites More sharing options...
Pyrometheous Posted April 1, 2017 Author Share Posted April 1, 2017 Quote Link to comment Share on other sites More sharing options...
Lurkon Posted April 1, 2017 Share Posted April 1, 2017 I personally use higan and have --fullscreen as a command line parm, which launches higan in full screen, don't know if this will would with bnes 1 Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted April 1, 2017 Share Posted April 1, 2017 Can confirm --fullscreen works with Higan 1.02. 1 Quote Link to comment Share on other sites More sharing options...
Pyrometheous Posted April 2, 2017 Author Share Posted April 2, 2017 1 hour ago, lordmonkus said: Can confirm --fullscreen works with Higan 1.02. I don't know why that didn't work for me then....sometimes I think I'm just going crazy Quote Link to comment Share on other sites More sharing options...
MAl3Ad3yy Posted February 11, 2021 Share Posted February 11, 2021 Thanks for this info. I used it with Dolphin Triforce to auto-load the Mario Kart GP savestate hack on open. Sleep, 6000 SetKeyDelay, -1, 110 Send {F1} Return 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.