-
Posts
1,686 -
Joined
-
Last visited
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by ckp
-
i knew it -> voodoo!! glad you got it sorted
-
I just use the native Windows command line tool mklink.exe for symbolic links.
-
So you import them, they appear in LB as expected and are functional. Then you close and reopen LB and they are gone? That's bizarro voodoo.
-
Actually I think you need to launch it at the emulator level using emulator's ahk tab. I don't think this is available at platform level.
-
they are safe to delete. and the copies should be limited to never exceeding 2-4 files in my opinion.
-
i think i've seen that before. you might try checking your mame.ini if any file is set for ctrlr (search mame.ini, it should be the one under CORE INPUT OPTIONS). if there is a name to the right of ctrlr, you can check for that file inside the ctrlr folder in mame. also there is a file default.cfg inside the cfg folder in mame which may also have controller settings to look at. one or the other may be overriding your saves possibly. i think the default.cfg needs to have no settings if you set mame.ini to use a custom ctrlr controller file.
-
You just need to have your emulators set for full screen or use the emulator's command line option in Launchbox for fullscreen. If you're games launch full screen without LB, then they should launch fullscreen with LB. Você só precisa ter seus emuladores configurados para tela cheia ou usar a opção de linha de comando do emulador no Launchbox para tela cheia. Se você estiver jogando tela cheia sem LB, então eles devem iniciar a tela cheia com LB.
-
More information about what you have setup would probably be useful. As a total guess, maybe you setup some self extracting or ordinary zip file as the emulator in Launchbox?
-
Game Videos For Certain Platforms Stopped Playing
ckp replied to brenavich980's topic in Troubleshooting
if you're using the VLC setting in LB try switching to Windows Media Player or vice-versa- 2 replies
-
- game videos
- videos
-
(and 1 more)
Tagged with:
-
you'll probably need to do find/replace in some xml files like in Data\Platforms.xml and possibly other xml files depending on the paths in there if you are not on an E drive anymore.
-
you're probably best off to just drag/drop the game shortcuts for the ones you have installed to import those instead of using the Steam import wizard.
-
typo, meant rpcs3
-
so how is it launched after it's installed? sorry if i'm not familiar with it.
-
does that game run with rpcs3 ok from command line, taking LB out of it? if not, then LB won't work either.
-
I don't know. Check to make sure you have all necessary bios files and have installed all microsoft visual c++ runtimes for 32bit and 64bit. I use Win 10 and all is well.
-
it's like this: Run, C:\Xpadder\Xpadder.exe C:\Xpadder\Profiles\Atari2600.xpadderprofile /m So fix the paths to where you actually have your files. This is just an example
-
oh, in that case can't you just modify the ahk tab script for each platform to include the profile parameter for that platform? so then you would just have a slightly different ahk for each platform. like use this in the ahk for atari2600: Run, C:\Xpadder\Xpadder.exe Profiles\Atari2600 /m
-
i think if you use a specific Xpadder profile per game in the same emulator, you would need to not use this ahk and instead use the before and after additional applications tab for each game individually, where you would run the specific Xpadder profile command. Edit: you could use the global method if you want to get fancy with autohotkey by passing in the rom name into the ahk script, stripping off the extenstion and having your Xpadder profile be that name.
-
hmm, i use the same exact epsxe settings in LB and import cue files to LB and mine work. tried rampage 2 also no problems.
-
So, are those rom files actually in that location with the same exact paths as shown in your screenshots? What type of rom files are they (zip, iso, etc)?
-
Master
-
Awesome!
-
ePSXe + Lilypad = No Input Detected (In-Game Only)
ckp replied to ScottGotRekt's topic in Troubleshooting
edit your epsxe emulator in LB and try adding this to the Autohotkey tab: $Esc:: { Process, Close, {{{StartupEXE}}} }- 10 replies
-
- 1
-
-
- epsxe lilypad
- input
-
(and 3 more)
Tagged with:
-
show screenshots of how you have epsxe setup in LB emulators and show screenshots of one of the games not working by right click edit, and include the first tab and emulator tab for the game.
-
MAME - "Extract to" 7zip prompt when trying to launch games
ckp replied to calgarite's topic in Troubleshooting
looks to me like you pointed your LB emulator to launch the mame self extracting zip instead of mame.exe