Aller au contenu

xxOToTOxx

GamerLine
  • Compteur de contenus

    500
  • Inscription

  • Dernière visite

  • Jours gagnés

    31

Tout ce qui a été posté par xxOToTOxx

  1. RetroArch isn't exactly known for it's ability to keep controller order consistent across reboots. They go by Windows enumeration order and possibly use RAW INPUT (Windows only), hypseus just uses SDL for device INPUT and ordering. Did you get sorted ?
  2. Ok, I now get it, missed it before. You have multiple controllers/joystick attached and your 360 controller is being seen as the 4th controller attached (301 tells me this). You're gonna need to use the Joystick API due to the number of joysticks attached and SDL is seeing. It's a more advanced setting. I suggest heading to the Discord server, the guys there can explain, otherwise there will be lots of backward and forward in here....
  3. Right in front of you bud. What does 301 mean in the Game Controller world? You need to put some correct config there..... usually BUTTON_BACK The utility will only help you in the Joystick API, not Game Controller config. The whole idea of the Game Controller config is to make them user readable settings.. # BUTTON_A # BUTTON_B # BUTTON_X # BUTTON_Y # BUTTON_BACK # BUTTON_GUIDE # BUTTON_START # BUTTON_LEFTSTICK # BUTTON_RIGHTSTICK # BUTTON_LEFTSHOULDER # BUTTON_RIGHTSHOULDER # BUTTON_DPAD_UP # BUTTON_DPAD_DOWN # BUTTON_DPAD_LEFT # BUTTON_DPAD_RIGHT # AXIS_TRIGGER_LEFT # AXIS_TRIGGER_RIGHT If that doesn't work, you need to share the whole log file. I am assuming you are running with the argument `-gamepad` in the bat files still......
  4. "keymapfile not found, using default" - Means it can't find the "hypinput.ini" file in the folder. That is your config file, so obviously it isn't going to configure your controller. My guess is this is one of those weird Windows double extension issues, where the file is called "hypinput.ini.txt" or something and hiding the hidden extension. If you don't know what I am talking about, see: https://knowledge.autodesk.com/support/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-enable-hidden-file-extensions-in-Windows.html
  5. What does the log say about the detected controller it's seeing? You don't do anything with gamecontrollerdb.txt but if it there, and valid in the correct place, SDL will use it to detect the latest Game Controllers. The log will tell you.... Check what that file,gamecontrollerdb.txt, looks like in notepad. Look at the logs in the `logs` sub folder: hypseus.log that will tell you lots. If your Game Controller isn't supported by SDL, there is a backup plan.
  6. Lots' of discussion on CLIFF black bars and letterboxing here in the past, so here's a bezel that should work on standard (SD & HD) video sources. This is externally hosted, and should be full size and downloadable to use with -bezel
  7. Only the Singe games that Karis converted are structured in folders. All the others are in the original "flat folder" format. They can be converted by anyone to folders, maybe by you? They work in exactly the same way. For Daphne the format is simple, and tidy, as only roms, video and audio files. See here: C:\ |-- Hypseus Singe | | | | | +-- roms | +-- dle21.zip | +-- sae.zip | | | |-- vldp | | |-- lair | | +-- lair.txt | | +-- lair.m2v | | +-- lair.ogg | | | | |-- ace | | +-- ace.txt | | +-- ace.m2v | | +-- ace.ogg
  8. https://github.com/DirtBagXon/hypseus_singe_data/releases
  9. For Daphne, it is easier: https://www.emuline.org/topic/2301-arcade-pc-hypseus-singe-64bit-4k-daphne-integrated-bezels/?do=findComment&comment=143185 Don't forget to add bezels
  10. So close, but you didn't see this in repo: ? For the Singe 2 games you need to add '-set_overlay full' to your .bat file
  11. Looks like you have some broken sprite files. Using the repo files it should look like this: Using the Full Overlay (Singe 2) version it should look like this: All the versions of the Singe LUA, sprites etc are in the repo here: https://github.com/DirtBagXon/hypseus_singe_data There is no GUI at this point, as it's usually behind another frontend in RetroPie/Batocera/LaunchBox - but there is talk of a launcher app.... Edit: By your screenshot colors, I am guessing you also are running an old version of hypseus. Update by just replacing the hypseus.exe from repo zip file.
  12. Not sure which version of DL2 you are running. If it's the Singe version, hit '9' in game and alter "Show Hints" and "Show Moves" If it's the Daphne version. https://github.com/DirtBagXon/hypseus-singe/discussions/74
  13. Delete all the .dat files in the folder with the video/sound files. They will regenerated (as you saw before) when you start again.
  14. I recently posted the Daphne setup here: https://www.emuline.org/topic/2301-arcade-pc-hypseus-singe-64bit-4k-daphne-integrated-bezels/?do=findComment&comment=143185 sirgubster9 just confirmed it works, so a good stating point.
  15. With the enhanced versions, you can't bypass the arcade boot sequences. But if you grab the regular versions of the ROMS: lair.zip and ace.zip (put them in the ROMS folder alongside the others). You can use the -fastboot argument and get extra versions of the games and these you can speed up like so: They use the same video and framefiles. lair.zip hypseus.exe lair vldp -framefile vldp/lair/lair.txt -fullscreen -bezel lair.png -gamepad -fastboot PAUSE ace.zip hypseus.exe ace vldp -framefile vldp/ace/ace.txt -fullscreen -bezel ace.png -gamepad -fastboot PAUSE Game Controller NOTE: If you enabled the gampad controller above, you will need to add -gamepad to all your .bat files, for all your games to enable the controller config. For advanced configs you can look at the tech pages at http://www.dragons-lair-project.com/ for -bank switches which allow you to alter the coin/lives settings etc.
  16. Games Get the enhanced ROM's from: http://www.dragons-lair-project.com/tech/enhancements/dle21.asp http://www.dragons-lair-project.com/tech/roms/DLE_21.zip - rename it to dle21.zip http://www.dragons-lair-project.com/tech/enhancements/sae.asp http://www.dragons-lair-project.com/tech/roms/SAE_10.zip - rename it to sae.zip Get the M2V files from Dex or Sirdrak pages on this forum. There are .m2v and .ogg and the .txt framefile - This is all you need from those links. No converting here, they are already in the correct format - m2v and ogg. Put them in the Hypseus folder structure like so: C:\ |-- Hypseus Singe | | | | -- hypseus.exe | | -- hypinput.ini <-- This is the controller config file | | -- *.dll + all other files | | -- gamecontrollerdb.txt <-- This file is described below. | | | +-- roms | +-- dle21.zip | +-- sae.zip | | | |-- vldp | | |-- lair | | +-- lair.txt - This framefile must belong to the video set you d/l. | | +-- lair.m2v - These may be multiple files or single | | +-- lair.ogg | | | | |-- ace | | +-- ace.txt - This framefile must belong to the video set you d/l. | | +-- ace.m2v - These may be multiple files or single | | +-- ace.ogg Create bat files as you have done with Singe for each: hypseus.exe sae vldp -framefile vldp/ace/ace.txt -fullscreen -bezel ace.png -gamepad PAUSE hypseus.exe dle21 vldp -framefile vldp/lair/lair.txt -fullscreen -bezel lair.png -gamepad PAUSE Change the bezel path to whatever you want, I have enabled GamePad controllers here also, this is setup in next section. Game Controller setup - This will affect all games Edit the hypinput.ini file in notepad and paste/change it to: [KEYBOARD] KEY_UP = SDLK_UP 0 0 AXIS_LEFT_UP KEY_DOWN = SDLK_DOWN 0 0 AXIS_LEFT_DOWN KEY_LEFT = SDLK_LEFT 0 0 AXIS_LEFT_LEFT KEY_RIGHT = SDLK_RIGHT 0 0 AXIS_LEFT_RIGHT KEY_COIN1 = SDLK_5 0 BUTTON_BACK KEY_COIN2 = SDLK_6 0 0 KEY_START1 = SDLK_1 0 BUTTON_START KEY_START2 = SDLK_2 0 0 KEY_BUTTON1 = SDLK_LCTRL 0 BUTTON_A KEY_BUTTON2 = SDLK_LALT 0 BUTTON_B KEY_BUTTON3 = SDLK_SPACE 0 AXIS_TRIGGER_RIGHT KEY_SKILL1 = SDLK_LSHIFT 0 0 KEY_SKILL2 = SDLK_z 0 0 KEY_SKILL3 = SDLK_x 0 0 KEY_SERVICE = SDLK_9 0 0 KEY_TEST = SDLK_F2 0 0 KEY_RESET = SDLK_0 0 0 KEY_SCREENSHOT = SDLK_F12 0 0 KEY_QUIT = SDLK_ESCAPE 0 0 KEY_PAUSE = SDLK_p 0 0 KEY_CONSOLE = SDLK_BACKSLASH 0 0 KEY_TILT = SDLK_t 0 0 END You can edit this now or later for your desired setup. Finally grab the latest gamecontrollerdb.txt file to support all the latest game controllers: https://raw.githubusercontent.com/gabomdq/SDL_GameControllerDB/master/gamecontrollerdb.txt Save it in your Hypseus folder as gamecontrollerdb.txt (as shown in the diagram above). Start your .bat files........ you're ready to go.
  17. This is from the hypseus Discord, which has the advantage of playing either version. But as stated in the other thread, users do have their favourites. And it's hard to not be impressed by the HD upscale video in Daphne, as showcased here: https://www.youtube.com/watch?v=QCp2Uu7Pudw
  18. Hiya, Even I don't run the Singe 2 versions of these games, I run the Daphne versions. So I don't actually have the m2v any more. So either you or I have to create them? I have an old Xeon so I'm sure yours PC will do much better than mine It's easily explained in Oldskool8bit video:
  19. hypseus plays the Daphne versions of these games, using the dle21.zip and sae.zip ROM's with arcade emulation. The ROMS you can get the http://www.dragons-lair-project.com/ and the video you can get from Sirdrak or Dex, in this forum, both of which are excellent AI HD upscales of the Daphne games. If you are trying to use this video with the Singe LUA games, that's not gonna work. Daphne and Singe video are not interchangeable. Emulation vs fan based Simulation. Most users will convert the Singe MP4 as described in the above video, if they want to go that route, then use the Singe 2 full overlay ports. However, I have seen many users revert back to the Daphne versions after trying them. Depends what you want....
  20. Wow, word travels fast, you beat me to it.
  21. For anyone waiting: https://github.com/DirtBagXon/hypseus-singe/releases/tag/v2.10.2
  22. @lezzi87 - Those files are in this thread. Or use the first post and the Base64 decoder to get the links.
  23. Yep, some gun game improvements coming. Including wide borders for Sinden users.
  24. Bezels After the hiatus we have some more features coming in hypseus. Integrated bezel support: Coming soon in a release near you.
×
×
  • Créer...