tony971 Posted August 29, 2015 Author Share Posted August 29, 2015 This adds compatibility for higan. Higan takes ROMs and gives them their own folders. The folders contain the ROM... but in parts. It needs to load all of the contents of the folder. So the only thing LaunchBox needs to do differently is tell higan to load the folder instead of the ROM. This info is from the dev of higan. Quote Link to comment Share on other sites More sharing options...
Jason Carr Posted August 29, 2015 Share Posted August 29, 2015 I see, sure; so we just send it a folder path instead of a ROM file path. I can add that to the list. :) Are you the developer of Higan by chance? Or just know them? Quote Link to comment Share on other sites More sharing options...
tony971 Posted August 29, 2015 Author Share Posted August 29, 2015 Jason Carr said I see, sure; so we just send it a folder path instead of a ROM file path. I can add that to the list. :) Are you the developer of Higan by chance? Or just know them? No, that would be byuu I was just on his forums. And thanks for adding it to the list! Quote Link to comment Share on other sites More sharing options...
tony971 Posted August 31, 2015 Author Share Posted August 31, 2015 If it helps, all of the folder names end with ".sfc" Quote Link to comment Share on other sites More sharing options...
monyarm Posted September 1, 2015 Share Posted September 1, 2015 tony971 said If it helps, all of the folder names end with ".sfc" Thats only when you use higan for Super Famicom (SNES) games , higan also supports gameboy(Color/Advance) and NES , and the name of the folder depends on the name of the rom Quote Link to comment Share on other sites More sharing options...
tony971 Posted September 1, 2015 Author Share Posted September 1, 2015 monyarm said Thats only when you use higan for Super Famicom (SNES) games , higan also supports gameboy(Color/Advance) and NES , and the name of the folder depends on the name of the rom Every. Single. SNES game folder ends with ".sfc" That part is standard no matter what the name of the ROM is. I'm not sure about the other emulators because I've only used Higan for SNES (like a LOT of users). When I saw that it was "sfc," I thought "well clearly that's just for Super FamiCom" but then byuu said this: http://board.byuu.org/phpbb3/viewtopic.php?f=4&t=634&start=60#p14893 Quote Link to comment Share on other sites More sharing options...
DOS76 Posted September 1, 2015 Share Posted September 1, 2015 Its strange that you need to add a pseudo file extension to each folder sounds over complicated to me but I have never used Higans I use SNESx9 and it works good enough for me and is extremely simple to use. Quote Link to comment Share on other sites More sharing options...
tony971 Posted September 1, 2015 Author Share Posted September 1, 2015 Yea many users weren't happy when he decided to go with the game folder system but dealt with it anyway because, you know, 100% accurate emulation. At least he released a tool to automatically convert your library. Quote Link to comment Share on other sites More sharing options...
pt1985 Posted February 11, 2016 Share Posted February 11, 2016 Hello Everyone, I just wanted to share a little script i have made "start.txt" just rename to "start.bat" and drop it in the higan folder. If you create a start.bat file with the below code it will start the game from within launchbox if you set it as the emulator application path. @echo off set string=%1% set string=%string:\program.rom=% CALL "higan-balanced.exe" %string% The %1% outputs the rom path and the string below it removes the \program.rom from that string so you get a clean directory structure which higan can use or is using. Hope this is helpfull Quote Link to comment Share on other sites More sharing options...
DOS76 Posted February 11, 2016 Share Posted February 11, 2016 Newest version of Higans loads ROM files so this is no longer necessary Quote Link to comment Share on other sites More sharing options...
SentaiBrad Posted February 11, 2016 Share Posted February 11, 2016 Yes it does, but this is cool for people not using RetroArch or stuck on an older version. Quote Link to comment Share on other sites More sharing options...
DOS76 Posted February 11, 2016 Share Posted February 11, 2016 By stuck do you mean unwilling to update. If not what would make someone stuck on an older version? Quote Link to comment Share on other sites More sharing options...
SentaiBrad Posted February 11, 2016 Share Posted February 11, 2016 There are people who very strongly do not want to update any of their software. I love updating software and games personally, it is kind of fun. However even we see it with LaunchBox, there are people who don't want to update or begrudgingly update and are mad when they have to. I guess it's just personal preference. Quote Link to comment Share on other sites More sharing options...
DOS76 Posted February 11, 2016 Share Posted February 11, 2016 Yeah I always want the latest software too and if there are problems I'll just switch back but I never pass on updates and I beta test almost anything available. 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.