cor094
GamerLine-
Compteur de contenus
87 -
Inscription
-
Dernière visite
-
Jours gagnés
1
cor094 a gagné pour la dernière fois le 4 septembre 2023
cor094 a eu le contenu le plus aimé !
Visiteurs récents du profil
Le bloc de visiteurs récents est désactivé et il n’est pas visible pour les autres utilisateurs.
cor094's Achievements
-
[ARCADE] Men in Black [S3g@ Amusements]
cor094 a répondu à un(e) sujet de WildWolf dans ARCADE PC DUMP LOADER
That version says it has "the add-ons". For teknoparrot, you don't want the add-ons. Download clean dump or delete the following Bepinex folder .doorstep_version doorstop_config.ini winhttp.dll -
[ARCADE] Men in Black [S3g@ Amusements]
cor094 a répondu à un(e) sujet de WildWolf dans ARCADE PC DUMP LOADER
Thanks for incorporating into DemulShooter! Player 1 "start" button will start Player 1 only, however, I noticed Player 2 start button will "start" both p1 and p2. In the RetroFan plugin you built yours upon, you are able to start p2 independently. Thanks! -
[ARCADE] Men in Black [S3g@ Amusements]
cor094 a répondu à un(e) sujet de WildWolf dans ARCADE PC DUMP LOADER
Thanks! Any reference to play-for-fun mode in the csharp? Wasn't introduced until 2023, so would need to be the 2024 dump to have any chance.. Standalone should read gamesettings.ini and shelldata.ini from mib\shelldata, so should be able to set those things there without changing csharp, I didn't test everything though, only changed language to make sure was reading it -
[Emu] RPCS3 (Arcade Fork) - Project OMED (System 357 / 369 / 359)
cor094 a répondu à un(e) sujet de Franco23444 dans EMULATEUR NEWS
Nice. I thought about making an ahk script (v1) to automate. The IniWrite command works well since the VER.206 file follows the standard ini formula of [Section] Key=Value Can create a GameMode.ahk with: IniWrite, GAME_208.SELF, VER.206, Station_1, game Then a TestMode.ahk with: IniWrite, TEST_204.SELF bver=202 gver=208 tver=204 vver=200, VER.206, Station_1, game Should work fine to toggle quickly as an ahk in the same folder as VER.206, but didn't get around to compiling as .exe or anything. -
[Emu] RPCS3 (Arcade Fork) - Project OMED (System 357 / 369 / 359)
cor094 a répondu à un(e) sujet de Franco23444 dans EMULATEUR NEWS
Is it an ini write ahk script or other automation of my post above? Or a different method to unlock test? -
[Arcade PC] Golden Tee Collection (Incredible Technologies)
cor094 a répondu à un(e) sujet de 7zxkv dans ARCADE PC DUMP LOADER
Re-uploaded to fix typo in the word "Fifty" -
[Arcade PC] Golden Tee Collection (Incredible Technologies)
cor094 a répondu à un(e) sujet de 7zxkv dans ARCADE PC DUMP LOADER
Couldn't find a real flyer for 2016, so made one. The bullet point text was what was mentioned from the YouTube trailer for this game -
[Emu] RPCS3 (Arcade Fork) - Project OMED (System 357 / 369 / 359)
cor094 a répondu à un(e) sujet de Franco23444 dans EMULATEUR NEWS
I was able to get into Tekken 6: Bloodline Rebellion test menu to make changes. There was a previously mentioned workaround to boot test_200.self with RPCS3, but this method didn't have any game-specific settings, difficulty, freeplay, etc. It seems RPCS3 crashes when trying to switch from game to test mode, but you can get it to boot straight into test mode by tricking it to think the test mode is the game. Open SCEEXE000\USRDIR\VER.206 with notepad and find the following [Station_1] section: [Station_1] ;;romver=A?? boot=BOOT_202.SELF game=GAME_208.SELF test=TEST_204.SELF bver=202 gver=208 tver=204 vver=200 verud=VERUD_200.SELF bver=202 gver=208 tver=204 vver=200 Then, all you'll do is copy everything after "test=" and put it after "game=", replacing what was there previously. It should then look like this: [Station_1] ;;romver=A?? boot=BOOT_202.SELF game=TEST_204.SELF bver=202 gver=208 tver=204 vver=200 test=TEST_204.SELF bver=202 gver=208 tver=204 vver=200 verud=VERUD_200.SELF bver=202 gver=208 tver=204 vver=200 You can then launch game as usual and it will load into test menu. Make all your desired changes, save and exit. Then put "game=" section back to how it was before, and you'll boot into game with your changes. Also, you can add "offline" to the end of your "game= " section, and it will make the subtitles in English and hide the network icon at bottom left of screen. Would look like this: [Station_1] ;;romver=A?? boot=BOOT_202.SELF game=GAME_208.SELF offline test=TEST_204.SELF bver=202 gver=208 tver=204 vver=200 verud=VERUD_200.SELF bver=202 gver=208 tver=204 vver=200 Although likely unnecessary, if planning to play in offline mode, may be best to load test menu in offline mode to make your changes (it hides some of the network settings). That would look like this: [Station_1] ;;romver=A?? boot=BOOT_202.SELF game=TEST_204.SELF bver=202 gver=208 tver=204 vver=200 offline test=TEST_204.SELF bver=202 gver=208 tver=204 vver=200 verud=VERUD_200.SELF bver=202 gver=208 tver=204 vver=200 *If using the dump labeled CHN, the steps are the same, but you'll make the changes to [Station_4]. It already has the "offline' flag. If formatting or details above hard to follow, here's an infographic with screenshots that may be easier to follow https://pixeldrain.com/u/YqeA7Tuu -
[Arcade PC] Wicked Tuna Arcade - 4 Player (Unis Technology)
cor094 a répondu à un(e) sujet de RandomAccessGamer dans ARCADE PC DUMP LOADER
The face buttons rely on wheel2xinput, you have it downloaded and installed its required VigEm Driver? Also, that script is set up for 2 player, so I would plug in both adapters and rods first. Or, I can send you the single player script also. It's been a while since I played , but I usually use Freeplay, so I probably don't have a button assigned to "coin". If still doesn't work, you can check to make sure your adapters GUIDs match the ones I used in wheel2xinput .JSON files by running trace.bat in wheel2xinput files and pressing buttons -
[Arcade PC] Wicked Tuna Arcade - 4 Player (Unis Technology)
cor094 a répondu à un(e) sujet de RandomAccessGamer dans ARCADE PC DUMP LOADER
Nice. Yeah, it was a bit temperamental at first. I had a script for just 1 player, and for some reason, running the 1 player script caused the 2 player script to not work unless I rebooted (even though i had closed the 1p script). Don't really understand why. So if it doesn't work, maybe try to reboot. Basically, I use wheel2xinput to make the two reel controllers simulate two xbox controllers (for analog sticks and buttons and shake to cast, etc). Then the ahk loads these two profiles and assigns the reeling/cranking movement to the appropriate keyboard keys, the faster you reel, the faster it repeats the key. If for some reason, the reel motion is working for opposite controller/player, try to swap the loading order of the wheel2xinput profiles in the ahk file. You could probably make less complicated by converting all reel buttons and axis to keyboard controls entirely with ahk and not using wheel2xinput, but would lose analog function of joystick, would be all or nothing, which probably wouldn't be a big deal since you don't exactly need analog precision. Make sure you plug in both adapters/reels prior to running script. I attached my ahk and by wheel2xinput .json files. I definitely recommend putting the game to 2p mode if never planning to have 4p. Also, script is for ahk v1.x, not v2. And, since the ahk is picking up axis for joystick 1 and 2, would need to make sure you don't have another joystick plugged in or change the joystick number in ahk to match windows order. tuna.ahk tuna.json tuna2.json -
[Arcade PC] Superbikes 3 v1.91 (RawThrills)
cor094 a répondu à un(e) sujet de bigdenny dans ARCADE PC DUMP LOADER
Using standalone with my two 4th gen Intel PCs. Very impressed it works with LAN and with my c270 webcams. Great work. Adjusted cam rotation and zoomed out a bit in test menu to get how I wanted. Using wheel2xinput to get wheel inputs, add center spring, and convert rumble to sine force feedback. -
[Arcade PC] Golden Tee Collection (Incredible Technologies)
cor094 a répondu à un(e) sujet de 7zxkv dans ARCADE PC DUMP LOADER
the simulated dot matrix display at the top of the of GT2015 attract mode really annoyed me. Especially since it's blank in free-play and makes everything squashed. Maybe there's a more obvious way, but seems like you can remove it by deleting this highlighted line in golf\configuration\modetree\modetree.txt before after -
[Arcade PC] Golden Tee Collection (Incredible Technologies)
cor094 a répondu à un(e) sujet de 7zxkv dans ARCADE PC DUMP LOADER
Couple clear logos for 2015 if anyone needs one https://pixeldrain.com/l/3eU7rzpd updated the link above (for full size) to add some flyers I made. the background images are AI generated. the text and course screenshots were extracted from the youtube trailer for the game. the character/cabinet is from the manual cover -
[Arcade PC] Cooper's 9 [Konami PC based]
cor094 a répondu à un(e) sujet de WildWolf dans ARCADE PC DUMP LOADER
If using lightguns, another way to make fullscreen without any software running in the background is to use arcabbview shader for reshade. instead of using the jconfig d3d wrapper, arcabview reshade shader has it's own ability to do this that works pretty well. So, if you uncheck d3d9 wrapper in jconfig and drop these in the game folder, it should display fullscreen at 1920x1080. you can change forcedheight and forcedwidth in reshade.ini to something else if you prefer. it will change your pc to the res you enter here (if using something other than desktop res) and fill the game. does not seem to work with mouse. but using jconfig "mouse active rawinput" with a lightgun, aim was good after calibrating. COOPERS9_fullscreen.7z ~ pixeldrain -
[Emu] Cxbx / XQemu Emulateur Xbox sur PC
cor094 a répondu à un(e) sujet de oli93 dans EMULATEUR NEWS
You may already know, but you can calibrate aim in test menu for vcop3 and gs. I felt like opening a game would clear settings of other games, but may have just been a one-time thing. I put each game in a separate folder just to be safe
