-
Compteur de contenus
513 -
Inscription
-
Dernière visite
-
Jours gagnés
34
Tout ce qui a été posté par xxOToTOxx
-
[Arcade PC] Hypseus Singe: 2-Player Gun + VHS Games
xxOToTOxx a répondu à un(e) sujet de xxOToTOxx dans ARCADE PC DUMP LOADER
Massive thanks to @Nit3H8wk for his time and knowledge, 4K Badlands: 4K Badlands M2V https://mega.nz/file/sgd21R5C#J-S_QvQ6TaF4xmGGGKh6_2HFhDM1gjL5BWSa3Rjddlw Windows template (Requires the 4K M2V) https://mega.nz/folder/t082hTgT#J9NiuIB9bl2pYSbj-jrjnQ Other HD M2V (shared folder): https://mega.nz/folder/YhFTVYCY#aCVLZHBj5rM951zzk-7nfg -
[Arcade PC] Hypseus Singe: 2-Player Gun + VHS Games
xxOToTOxx a répondu à un(e) sujet de xxOToTOxx dans ARCADE PC DUMP LOADER
Not that I am aware of. But if anyone has the inclination, software and processing power to run the Daphne video through Topaz, it will play in Hypseus. I would love to get more Daphne videos upscaled to 4k, if anyone willing to volunteer ? -
[Arcade PC] Hypseus Singe: 2-Player Gun + VHS Games
xxOToTOxx a répondu à un(e) sujet de xxOToTOxx dans ARCADE PC DUMP LOADER
@phasermaniac This was an attempt to work-a-round the 'relative' mouse issues as far as I can make out. It created a ('Sinden' like) pseudo border around the edge of the window (but not as obvious), which was used to determine the edge of the screen. 'Absolute' mouse support was never released in Singe, I have seen code where it was attempted but not released. (To be honest I have not looked at Singe 2 source code). This input method is restricted to the dimensions of the window resolution, like a touchpad. I didn't use a lightgun in original Singe, as it never worked correctly in Linux, so will leave the comparisons to others. Reports thus far have been the target is dead on. The distinction of mouse input types is explained well in this thread: https://github.com/libretro/RetroArch/issues/5215 Well these are fan created games, and are not based around the actual ROM images from the arcade games. Singe has always been like this: 'best effort'. You are always welcome to learn a little LUA language and propose fixes. There were some serious issue in LBH LUA, I played through and fixed as many as I could find and put the fixed LUA for this, and other, Singe 1 games in my repo: https://github.com/DirtBagXon/hypseus_singe_data Maybe they are too busy contributing to the Doomsday Project As explained above, MAME, and Amiga Emulators, will use the arcade ROM's, so will give accurate arcade conversions, like Daphne. But this is some serious low level analysing of ROM memory, determining old CPU calls and coding the emulation of them. You will not get better than that, (unless playing original arcade hardware) - If/when it happens. Until then we have Singe, especially for the Raspberry Pi community.... -
[Arcade PC] Hypseus Singe: 2-Player Gun + VHS Games
xxOToTOxx a répondu à un(e) sujet de xxOToTOxx dans ARCADE PC DUMP LOADER
@Moksi If aimtrack registers as a 'Mouse' input, it should just now work. 'Absolute' mouse device input has been added, different to how a normal 'Relative' mouse sends input. This is required for accurate cursor placement for lightguns and other touch devices. This was never present in the original Singe, and has to be activated with the '-manymouse' argument in Hypseus Singe. -
[Arcade PC] Hypseus Singe: 2-Player Gun + VHS Games
xxOToTOxx a répondu à un(e) sujet de xxOToTOxx dans ARCADE PC DUMP LOADER
@Moksi Accuracy: According to a user in the GitHub repo, lightgun accuracy is spot on using the Sinden - DolphinBar also confirmed using the -manymouse argument: https://github.com/DirtBagXon/hypseus-singe/discussions/21 -
[Emu] Hypseus Singe (SDL2) : 64bit 4k Daphne Emulator (Windows, Mac & Linux)
xxOToTOxx a répondu à un(e) sujet de xxOToTOxx dans EMULATEUR NEWS
hypseus-singe v2.6.14 This release adds absolute (EV_ABS) mouse input support to Singe. This allows DolphinBar/WiiMote, and other lightguns, to observe resolutions correctly. DolphinBar works out of the box in Mode 1 or 2 Sinden gun works out of the box, see button configuration discussion on GitHub Enable in Singe arguments with -manymouse New .bat files are provided in the repo zip file with ManyMouse activated. -
[Arcade PC] Hypseus Singe: 2-Player Gun + VHS Games
xxOToTOxx a répondu à un(e) sujet de xxOToTOxx dans ARCADE PC DUMP LOADER
hypseus-singe v2.6.14 This release adds absolute (EV_ABS) mouse input support to Singe. This allows DolphinBar/WiiMote, and other lightguns, to observe resolutions correctly. DolphinBar works out of the box in Mode 1 or 2 Sinden gun works out of the box, see button configuration discussion on GitHub Enable in Singe arguments with -manymouse New .bat files are provided in the repo zip file with ManyMouse activated. -
[Arcade PC] Hypseus Singe: 2-Player Gun + VHS Games
xxOToTOxx a répondu à un(e) sujet de xxOToTOxx dans ARCADE PC DUMP LOADER
Look in the 'hypinput.ini' file in the same folder - it is the replacement for 'dapinput.ini' [KEYBOARD] KEY_UP = SDLK_UP 0 0 -002 KEY_DOWN = SDLK_DOWN 0 0 +002 KEY_LEFT = SDLK_LEFT 0 0 -001 KEY_RIGHT = SDLK_RIGHT 0 0 +001 KEY_COIN1 = SDLK_5 0 0 KEY_COIN2 = SDLK_6 0 0 KEY_START1 = SDLK_1 0 0 KEY_START2 = SDLK_2 0 0 KEY_BUTTON1 = SDLK_LCTRL 0 0 KEY_BUTTON2 = SDLK_LALT 0 0 KEY_BUTTON3 = SDLK_SPACE 0 0 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 Note: Cobra Command uses a different config file called 'flightkey.ini' (below) - This reverses the UP/DOWN button and joystick axis. [KEYBOARD] KEY_UP = SDLK_DOWN 0 0 +002 KEY_DOWN = SDLK_UP 0 0 -002 KEY_LEFT = SDLK_LEFT 0 0 -001 KEY_RIGHT = SDLK_RIGHT 0 0 +001 ... END Thayer's Quest has it's own keyboard layout: Joystick buttons: You will need to add Joystick button config yourself, as every joystick is different. This will be the third (3rd) number, currently '0', on the button entries. Further details are in the link to the config above. Example: Joystick button 1 on your first joystick, assigned to KEY_START1 would look like this: KEY_START1 = SDLK_1 0 002 Since 0 is reserved for special meaning, joystick button 0 is identified as 1. Button 1 is identified as 2, and so on - Read here again if this doesn't make sense. This tool, might help in figuring out joystick button/axis numbers in SDL2 within Windows: https://generalarcade.com/gamepadtool/ This on-line tool might also be useful: https://gamepad-tester.com/ But remember to add +1 to the button number in 'hypinput.ini'. This is a config style inherited from Daphne..... -
[Arcade PC] Hypseus Singe: 2-Player Gun + VHS Games
xxOToTOxx a répondu à un(e) sujet de xxOToTOxx dans ARCADE PC DUMP LOADER
http://www.emuline.org/topic/2053-arcade-pc-daphne-4k-60fps-remastered-and-complete-laserdisc-arcade-collection/?do=findComment&comment=99164 I think, you only need the "Link V6 to V7 Update Zip" - It has been some time since I downloaded..... https://mega.nz/file/St4yVA5I#UmheX3atutWiTRSSyzW7etE0O4CpKxF5XY1a73Z009o -
[Arcade PC] Hypseus Singe: 2-Player Gun + VHS Games
xxOToTOxx a répondu à un(e) sujet de xxOToTOxx dans ARCADE PC DUMP LOADER
Here is the Hypseus Singe Windows Template for Thayers Quest - just requires the two M2V files (tq1.m2v & tq2.m2v) from LizardKing's download: https://mega.nz/folder/t082hTgT#J9NiuIB9bl2pYSbj-jrjnQ -
[Arcade PC] Hypseus Singe: 2-Player Gun + VHS Games
xxOToTOxx a répondu à un(e) sujet de xxOToTOxx dans ARCADE PC DUMP LOADER
That was @LizardKing's work not mine: http://www.emuline.org/topic/2053-arcade-pc-daphne-4k-60fps-remastered-and-complete-laserdisc-arcade-collection/?do=findComment&comment=99164 However, that was for Original Daphne, not Hypseus Singe. This is one of the few games the original Daphne supported in HD. But here is the Hypseus Singe Windows Template for Thayers Quest - just requires the two M2V files (tq1.m2v & tq2.m2v) from LizardKing's download: https://mega.nz/folder/t082hTgT#J9NiuIB9bl2pYSbj-jrjnQ -
[Arcade PC] Hypseus Singe: 2-Player Gun + VHS Games
xxOToTOxx a répondu à un(e) sujet de xxOToTOxx dans ARCADE PC DUMP LOADER
Will call these "Windows Templates" from now on: Road Blaster: https://mega.nz/folder/t082hTgT#J9NiuIB9bl2pYSbj-jrjnQ Cobra Command: https://mega.nz/folder/t082hTgT#J9NiuIB9bl2pYSbj-jrjnQ Thayer's Quest: https://mega.nz/folder/t082hTgT#J9NiuIB9bl2pYSbj-jrjnQ (Requires tq1.m2v & tq2.m2v from LizardKing's download) -
[SINGE 2] New LD Engine + Games (3.32 update + DLIIe surprise)
xxOToTOxx a répondu à un(e) sujet de Karis dans ARCADE PC DUMP LOADER
No, it works in Hypseus Singe, a Daphne replacement. Using the original arcade ROM set. Follow the link for more details. -
[ARCADE PC] Dragon's Lair 1 & 2 + Space Ace remastered using deep learning, 1080p 16:9 & 4:3 formats
xxOToTOxx a répondu à un(e) sujet de sirdrak dans ARCADE PC DUMP LOADER
-
[Arcade PC] Hypseus Singe: 2-Player Gun + VHS Games
xxOToTOxx a répondu à un(e) sujet de xxOToTOxx dans ARCADE PC DUMP LOADER
Oh ok, It will be interesting to see your findings there.... -
[Arcade PC] Hypseus Singe: 2-Player Gun + VHS Games
xxOToTOxx a répondu à un(e) sujet de xxOToTOxx dans ARCADE PC DUMP LOADER
Accuracy - what version of Hypseus are you running ? I just tested via remote desktop to ensure mouse alignment, and it was spot on in version 2.6.12. Earlier versions could have some issues. Also, ensure you checkout this repo, for sprite alignment improvements (although optional): https://github.com/DirtBagXon/hypseus_singe_data Test Menu, you mean Service Screen ? Pressing 9 ? Can you show the error from the command prompt when this fails ? Or the latest logfile in the logs sub folder... -
[Arcade PC] Hypseus Singe: 2-Player Gun + VHS Games
xxOToTOxx a répondu à un(e) sujet de xxOToTOxx dans ARCADE PC DUMP LOADER
Yes you can reverse joystick axis in Hypseus Singe It's not the easiest thing to document, but I have done my best. Read here: https://github.com/DirtBagXon/hypseus-singe/blob/master/doc/flightkey.ini Specify an alternate config file to hypseus with the -keymapfile argument. That way you don't need to keep altering the config file, and can make specific config per game. i.e. hypseus.exe astron vldp -keymapfile flightkey.ini -framefile vldp\astron\astron.txt -
[Arcade PC] Hypseus Singe: 2-Player Gun + VHS Games
xxOToTOxx a répondu à un(e) sujet de xxOToTOxx dans ARCADE PC DUMP LOADER
Hypseus is Daphne with modern SDL2 hardware acceleration - plus many added features, such as the ability to run all Daphne games with 4K video (when they become available). Hypseus, like Daphne, runs the original arcade ROMS, so you get accurate arcade conversation gameplay (like MAME). SLD2 has full joystick support, and Hypseus Singe has massively improved joystick configuration over Daphne which used SDL1. So if your steering wheel is available to SDL2 joystick API, then it will work: https://wiki.libsdl.org/CategoryGameController and https://generalarcade.com/gamepadtool/ Hypseus Singe also has, as the name implies, Singe support. Again taking advantage of many improved features and SDL2 controls. So again to give a comparison, it is pimped up Daphne Singe+ ...kinda. All Singe games are fan created conversions of games, so are not arcade accurate, but offer differing levels of interpretation on the games. Hypseus Singe is based on the Singe 1 engine (with enhancements). Which means it can play certain ported Singe 2 games: https://github.com/DirtBagXon/hypseus_singe_data Some games designed specifically for Singe 2 will not run on Hypseus Singe and will offer extended features by a new engine implementation. Hypseus Singe is used on a growing number of RetroPie type implementations, but is available for Windows, Mac OSX, Linux and some Android platforms. -
[Arcade PC] Hypseus Singe: 2-Player Gun + VHS Games
xxOToTOxx a répondu à un(e) sujet de xxOToTOxx dans ARCADE PC DUMP LOADER
Cobra command 1440x1080 M2V files from the MP4 provided by @LizardKing https://mega.nz/file/YotHiCiT#lif_dudvCY8gwLRbdEYDJv8pD7Ob0X-5FQAI5hzUbVI https://mega.nz/file/I1t0AaSB#d5vh1j9tsPzs2_paVDug1T0MB9kKVio6J4k7juo4BaY Move/rename the existing .m2v files and replace with the HD versions. (See Road Blaster example above) Windows Template, requiring only HD video from above: https://mega.nz/folder/t082hTgT#J9NiuIB9bl2pYSbj-jrjnQ Cobra Command (cobra, cobraab, cobram3, cobraconv): -
[Arcade PC] Hypseus Singe: 2-Player Gun + VHS Games
xxOToTOxx a répondu à un(e) sujet de xxOToTOxx dans ARCADE PC DUMP LOADER
Lol - sorry I have no idea where that link came from, I have changed it now, but it's the one above from @Nit3H8wk https://mega.nz/file/18liQTiJ#526tBpn5iPLxoKgoadD84GsM6XjqIqcz9BXRJNnKCBM Make sure you grab the latest Hypsues Singe (2.6.12) too, it will display 4k content, when available, by default now on these titles. -
[ARCADE PC] Dragon's Lair 1 & 2 + Space Ace remastered using deep learning, 1080p 16:9 & 4:3 formats
xxOToTOxx a répondu à un(e) sujet de sirdrak dans ARCADE PC DUMP LOADER
"Video Parsing Loading" - it's generating .dat files. -
[Arcade PC] Hypseus Singe: 2-Player Gun + VHS Games
xxOToTOxx a répondu à un(e) sujet de xxOToTOxx dans ARCADE PC DUMP LOADER
Quick Windows tutorial install: Download Hypseus Singe https://github.com/DirtBagXon/hypseus-singe/tree/master/win32, and put the contents of the zip file into it's own directory. e.g. 'C:\Hypsesus Singe' Copy your existing Daphne ROM files (.zip) into the 'roms' sub-directory of Hypseus, exactly as you would in Daphne. Copy (or move) your video and framefiles into the sub-directory of Hypseus. This is up to you, but usually 'vldp' with a subdirectory of the game name: C:\Hypseus Singe | +-- vldp | | | |-- roadblaster | | | | | |-- roadblaster.txt (Frame file) | | |-- rb.m2v | | |-- rb.ogg | | |-- rb.dat (Don't copy .dat file from Daphne - it will be re-created) | +-- roms |-- roadblaster.zip (ROM file) This will give you the ability to run Hypseus with the original ROM video. Within C:\Hypseus Singe create a roadblaster.bat file with the following contents: hypseus.exe roadblaster vldp -framefile vldp/roadblaster/roadblaster.txt -nolinear_scale -fullscreen PAUSE Run the batch file and check it works. (You can move other games in exactly the same way. Copy .bat file arguments from Daphne to the Hypseus .bat file you create.) If all is good, let's put the 4K video in place. Within C:\Hypsuse Singe\vldp\roadblaster - rename rb.m2v to rb-orig.m2v Grab the 4K version of rb.m2v from https://mega.nz/file/18liQTiJ#526tBpn5iPLxoKgoadD84GsM6XjqIqcz9BXRJNnKCBM Place the 4K video as C:\Hypsuse Singe\vldp\roadblaste\rb.m2v replacing original file name and location. You should not need to alter your bat file if running version 2.6.12, otherwise alter -x and -y to: hypseus.exe roadblaster vldp -framefile vldp/roadblaster/roadblaster.txt -nolinear_scale -x 2880 -y 2160 -fullscreen And you are done. Run the bat file, you should see it recreate the .dat file and load 4K video. You can download a zip file of the above install for Road Blaster 4K, which includes everything except the 4K rb.m2v which you will need to download separately from the Mega link above: Windows Template for Road Blaster excluding 4K video: https://mega.nz/folder/t082hTgT#J9NiuIB9bl2pYSbj-jrjnQ Footnote: There are other (optional) Hypseus arguments you can pass in the .bat file that did not exist in the original Daphne. Check them out here: https://github.com/DirtBagXon/hypseus-singe#extended-arguments-and-keys -
[Emu] Hypseus Singe (SDL2) : 64bit 4k Daphne Emulator (Windows, Mac & Linux)
xxOToTOxx a répondu à un(e) sujet de xxOToTOxx dans EMULATEUR NEWS
Hey, so quick Windows install: Download Hypseus Singe https://github.com/DirtBagXon/hypseus-singe/tree/master/win32, and put the contents of the zip file into it's own directory. e.g. 'C:\Hypsesus Singe' Copy your existing Daphne ROM files (.zip) into the 'roms' sub-directory of Hypseus, exactly as you would in Daphne. Copy (or move) your video and framefiles into the sub-directory of Hypseus. This is up to you, but usually 'vldp' with a subdirectory of the game name: C:\Hypseus Singe | +-- vldp | | | |-- roadblaster | | | | | |-- roadblaster.txt (Frame file) | | |-- rb.m2v | | |-- rb.ogg | | |-- rb.dat (Don't copy .dat file from Daphne - it will be re-created) | +-- roms |-- roadblaster.zip (ROM file) This will give you the ability to run Hypseus with the original ROM video. Within C:\Hypseus Singe create a roadblaster.bat file with the following contents: hypseus.exe roadblaster vldp -framefile vldp/roadblaster/roadblaster.txt -nolinear_scale -fullscreen PAUSE Run the batch file and check it works. (You can move other games in exactly the same way. Copy .bat file arguments from Daphne to the Hypseus .bat file you create.) If all is good, let's put the 4K video in place. Within C:\Hypsuse Singe\vldp\roadblaster - rename rb.m2v to rb-orig.m2v Grab the 4K version of rb.m2v from https://mega.nz/file/18liQTiJ#526tBpn5iPLxoKgoadD84GsM6XjqIqcz9BXRJNnKCBM Place the 4K video as C:\Hypsuse Singe\vldp\roadblaste\rb.m2v replacing original file name and location. You should not need to alter your bat file if running version 2.6.12, otherwise alter -x and -y to: hypseus.exe roadblaster vldp -framefile vldp/roadblaster/roadblaster.txt -nolinear_scale -x 2880 -y 2160 -fullscreen And you are done. Run the bat file, you should see it recreate the .dat file and load 4K video. Windows Template for Road Blaster excluding 4K video: https://mega.nz/folder/t082hTgT#J9NiuIB9bl2pYSbj-jrjnQ Footnote: There are other (optional) Hypseus arguments you can pass that did not exist in the original Daphne to add to the .bat file. Check them out here: https://github.com/DirtBagXon/hypseus-singe#extended-arguments-and-keys -
[Emu] Hypseus Singe (SDL2) : 64bit 4k Daphne Emulator (Windows, Mac & Linux)
xxOToTOxx a répondu à un(e) sujet de xxOToTOxx dans EMULATEUR NEWS
4k Road Blaster: -
[Arcade PC] Daphne 4K, 60fps remastered and complete laserdisc arcade collection
xxOToTOxx a répondu à un(e) sujet de LizardKing dans ARCADE PC DUMP LOADER
All MPEG-2 (.mv2) files you already have (for Daphne or Singe 1) will continue to work as in Daphne Singe. You only need to worry about converting files: If you are trying to run one of the ported Singe 2 games You have an MP4 like LizardKing's contribution here. Or you are doing some sort of video conversion yourself like the gorgeous upscale from @Nit3H8wk You can use ffmpeg for easy and fast conversion, See some examples on the Singe 2 conversion page here: https://github.com/DirtBagXon/hypseus_singe_data Note: You can alter the bitrate and quality with '-qscale:v 4 -b:v 6000k' these arguments, but be aware of the resulting file size. However, there is not a 2Gb file size limit in Hypseus as in Daphne.
