-
Posts
435 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by Cnells2000
-
Mugen Box Art Pack View File Im Sharing My Mugen Box Art pack. Its 45 Images In Total. Enjoy. Submitter Cnells2000 Submitted 07/31/2021 Category MUGEN
-
- mugen box art
- mugen platform media
-
(and 1 more)
Tagged with:
-
Nintendo Switch Superbowl Commercial Theme Platform Video View File I Decided to make a Nintendo Switch Platform Video Using The Superbowl Commercial Theme. Enjoy. Made Using Vegas Pro 15. Nintendo Switch.mp4 Submitter Cnells2000 Submitted 07/30/2021 Category Platform Theme Videos
-
- nintendo switch platform video
- nintendo switch
- (and 1 more)
-
Trackball Games Playlist Theme Video View File I Made a Trackball Games Playlist Video Because I Did'nt See One. Enjoy Peeps. Made using Vegas Pro 15. Submitter Cnells2000 Submitted 07/25/2021 Category Playlist Theme Videos
-
Mugen And Openbor Platform Theme Videos View File I Decided to make an Openbor and Mugen platform theme video. U guys are welcome to have it as well! Made Using Vegas Pro 15. Mugen-1.mp4 Openbor-1.mp4 Submitter Cnells2000 Submitted 07/25/2021 Category Platform Theme Videos
-
Trying to add a game using the Database Plugin, getting error
Cnells2000 replied to Cnells2000's topic in Noobs
@neil9000 Thank you very much sir. saved me alot of headache -
Hello all! Can someone tell me how to remedy this issue? i get it when i click on add a game to launchbox database plugin. I have both chrome and firefox browsers installed and i have chrome saved to default.
-
Thank you Joe. that did exactly what i needed much thanks
-
Hey Everyone Im Trying to figure how to make a script where once i click the .bat, it waits 2 minutes before beginning then i need it to push the down key every 17 seconds or so repeating for at least 4 hours. i know. its crazy but i need it. can someone help me please?
-
hello everyone. Im kinda ocd when it comes to making sure all my images show up in both LB & BB. even though i refreshed all images in both BB & LB some images on some games dont show up. can anyone tell me what im doing wrong? And also if it helps im using the neon BB theme. its not doing it for all the games just some. and its happening in several systems. appreciate the help
-
Thank you!! i see them now but i have to click on the thumbnail to make them play. how would i go about making them autoplay each time i click on a game?
-
Where In options do i make the videos appear in the details panel? i have the full version but i cant view them for some reason. its not in the viewing area or video playback area so its confusing.
-
Yes You were right it did'nt work. i appreciate your @JoeViking245help on this but i guess ill just have to break out the keyboard when playing this one. thank you
-
@JoeViking245error not popping up but its still not working. this is the toughest game ever. can you make this a hold 1 for 3 seconds and send alt+F4? and when i finally push esc when done playing to exit the ahk,exe? bc i see its still running
-
found out i didnt need the emulator section. so i made an ahk and I pasted the above in the script. im getting this error now.
-
unfortunately this did'nt work still had to push alt+F4 BC as many times as i mashed them all ways it didnt work
-
I have a Game That Has Two Exits. and it will not escape quickly no matter what i do. The Controls Are: When Loading Game: ESC = quit In-Game: Soft Reset= ALT+F4 This Particular game has to soft reset before the ESC works. Since im using arcade controls i would like to be able to press 1+2 simultaneously and that would send Alt+F4. Then when it takes me to the beginning i can just press escape like normal. can someone help me please? and would i paste this in running ahk script or exit ahk script? thank you in advance
-
Fullscreen Openbor games hanging on escape
Cnells2000 replied to Cnells2000's topic in Troubleshooting
@DeadVoivodit seems like pressing escape does it automatically, just like mugen. im running my games through shortcuts. -
@VinceF I changed over 2 years ago and have'nt turned back. now all i use it for is a jukebox and movie player now lol.
-
This Is My Teknoparrot Userprofile Folder. It Contains All The XML's Needed. Direct it In Your Launching Area Lastly, Use A Custom Command Line Like Above starting with --profile=GAME.xml no spaces! try that
-
Its not. its called nox.exe actually @Koroth the first script did actually work my mistake and thank you both. now if i can get my Daphne in order ill be alright lol $Esc:: { WinClose, ahk_exe nox.exe ExitApp }
- 13 replies
-
- 1
-
-
- nox player
- scripts
-
(and 2 more)
Tagged with:
-
@KorothNeither one of those worked. i changed to 100, didnt work. i think the exe is called noxplayer.exe so i changed it and it didnt work either. They wont even work sometimes like the first script from joe does. $Esc:: { WinClose, noxplayer.exe ExitApp } and $Esc:: { Send, {Alt down} {F4 down} Sleep 100 Send, {Alt up} {F4 up} ExitApp }
- 13 replies
-
- nox player
- scripts
-
(and 2 more)
Tagged with:
-
that worked great! but at times it does'nt escape but instead minimizes to the previous smaller screen and wont escape at all until i use the mouse. maybe im escaping too fast or sumn
- 13 replies
-
- nox player
- scripts
-
(and 2 more)
Tagged with:
-
hello Everyone. I checked the hotkeys for the nox player and it has Ctrl + 0 for full screen and alt + F4 for exit nox. my problem is that im loading the games through shortcuts so i would have no way of pasting these in the script area BC i dont have an emulator set. is there any way i can place them in the section in the picture anywhere so i can use these shortcuts. i would like to run the game, then after like 20 seconds send Ctrl+0 and when i push ESC it send the Alt+F4 keys to close. Thank you In advance. Android Issue.mp4
- 13 replies
-
- nox player
- scripts
-
(and 2 more)
Tagged with:
-
Your Script Worked. Thank You My Friend Once Again. You Guys Are Awesome
-
Hey guys. im using a few mugen games and some of them are starting with a small screen. Is there a way i can paste an ALT+Enter script into the autohotkey section? that section is not showing up Because im not using an emulator for mugen. thanks in advance Sleep, 2500 SetKeyDelay, -1, 110 Send !{Enter} Return