Jump to content
LaunchBox Community Forums

VoidTheWolf

Members
  • Posts

    9
  • Joined

  • Last visited

VoidTheWolf's Achievements

4-Bit Adder

4-Bit Adder (2/7)

3

Reputation

  1. @JoeViking245 Finally got to test it today and worked 100% whoooo hoooo thanks heaps again For fellow Noobs Step 1. remove this code that @JoeViking245 added to test for me ; MsgBox, Game Exited Step 2. Edit this line "E:\bartop\software\keyboard2Xinput\keyboard2XinputGui.exe" and add your dir for k2x executable Step 3 . Install Autohotkey program it installs a program with it called .ahkto.exe run that and point to your notepad file with the ahk script , hit convert to .exe Step 4. Add as steam emulator as @JoeViking245 has guided above Hope ive simplified it even further for future noobs
  2. @JoeViking245 Thankyou so much for taking the time to test this out and post it going to do as you have mentioned above hope this helps future noobs with this problem aswell
  3. Thanks Heaps for replying JoeViking will give everything you mention a try and see how i go
  4. Hi All , I have search this thread for mentions of Keyboard2xintput AHK and found a few mentions but none to what im after or a mention to look in previous posts , i have and cant find anything, In a previous post i found a user mentions k2x comes with a sample ahk ive tried editing it to best of my knowledge but since i know nothing about coding im falling short. The Problem i am having is when i leave a game and return to bigbox my joysticks dont work because k2x is running if i turn k2x off they work. Apparently in the sample ahk provided you can load k2x when a steam game starts and when you exit it turns off ? im unable to get that to work Are you able to assign a button on your arcade to toggle k2s on and off what is my best options ? This is the sample AHK #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. Run, "E:\bartop\software\keyboard2Xinput\keyboard2XinputGui.exe" Run, "C:\Program Files (x86)\Steam\Steam.exe" -applaunch %1% isRunning := "0" While (isRunning = "0") ; Wait until the game is launched RegRead, isRunning, HKCU\Software\Valve\Steam\Apps\%1%, Running Sleep, 500 Sleep, 5000 MouseMove, 1920, 1200 WinGetTitle, Title While (isRunning = "1") ; Wait until the game is closed RegRead, isRunning, HKCU\Software\Valve\Steam\Apps\%1%, Running Sleep, 500 ; Game stopped, stop keyboard2Xinput by sending numpad multiply key (see k2x mapping.ini) SendInput {NumpadMult} ; change focus back to Attract-Mode WinActivate Attract-Mode What ive done is edit line "E:\bartop\software\keyboard2Xinput\keyboard2XinputGui.exe" to the correct directory then copied txt Then i went to launchbox - Tools - Edit Autohotkey scripts for Windows Games and Pasted it in there but when i launch a steam game it wont load k2s Any help would be much appreciated
  5. Hi All , I have a prebuilt system with hyperspin etc I prefer using Launchbox/BigBox so im currently transferring everything over to Launchbox and Upgrading my System to Play Steam Games. Where im getting lost and going around in circles with is apparently im going to run into trouble when trying to get steam to recognize my joysticks and buttons i have a I-PAC4 encoder Do i update the I-PAC 4 firmware and enable xinput mode ? If i get that to work will steam detect that as a gamepad? Or do i use x360ce and emulate controllers ? Argh so confusing ! If anyone could guide me on the best approach that would be very helpful
  6. Thanks So Much DOS76 saved me appreciated Going to look into creating the BAT file and add Utilities
  7. So i used the bsetshell app without creating another user account and did it on my administrator account as i wanted to eliminate selecting a user at the startup anyway didn't realise once i exited bigbox it would just give me a black screen and not bring back my desktop How can i fix this? and get back my original startup for windows ? I tried a startup repair for windows and it couldnt find a problem Any help would be much appreciated
  8. Hi Lordmonkus, I added a n64 rom to launchbox and set emulator to retroarch set the n64 associated platform , click on the n64 rom to play or works fine so that answer 98% of my questions guess i have to get my roms right for CPS and then manual add the Associated platforms
  9. Hi All, Just started using launchbox and big box instead of Hyperspin really like it so far great job by the devs Getting windows games and steam games to load up no problems started testing out capcom play system roms i have and im starting to have problems it was recommended to use WINkawaks emulator for them but after some reading decided to use retroarch. I tired 3 roms in retroarch only one successfully loaded under the capcom play system 1 core the other 2 just got "failed to load " , So i thought ok "those roms dont work lets add the working one to Launchbox and test it launching through launchbox" I add it and the emulator then when i select the game to play it has a windows load blue circle then nothing . only way to load the rom is to open retroarch load the core then load content ? I watched the tutorials for snes and retroarch and do the exact same thing but no luck what am i missing ? Also if i eventually get it to work will retroarch auto load its cores for multiple systems ? How to get Retroarch to autoload from Launchbox ? Any help guys would be great Cheers
×
×
  • Create New...