Aller au contenu

argonlefou

GamerLine
  • Compteur de contenus

    334
  • Inscription

  • Dernière visite

  • Jours gagnés

    41

Tout ce qui a été posté par argonlefou

  1. It's totally right! But lightgun users are mostly used to Demulshooter, and it will provide correct positioning/aiming in almost all cases thanks to the rawinput system With the launcher alone, using window mouse cursor position, even if a hex hacked exe can run the game 4k or full hd, misalignlent may be the same depending on how the game mechanics is done to handle mouse positionning
  2. Not 100% sure yet, but the loader will surely be packed in DS release. DS will then do the usual job hooking for inputs/outputs. It just need time to update code,package, github, wiki, etc....
  3. So here's a new (final ?) version of the launcher : Gunman_Launcher_v2.0.zip - Inverted mouse click, reload is now on right buttons instead of middle - No crosshair and no mouse cursor patch available - Run by GUI, or silent mode direct with command line This is the same one that will be used with DemulShooter, so I don't think I have any more to do on that launcher. I'm also sharing a couple of really quick-made 4:3 bezels made out of game contents file Bezels.zip No,it has already been explained just above that there is much better way to do this easily without crippling the game binary (i.e : use DgVoodoo)
  4. I'm finishing the next (and final) version of this loader, it will have that possibility (direct run from command for Frintend integration) along with a few more patch (no crosshair, no cursor) I should be able to post it tonight, or tomorrow
  5. Rather than tweaking the game-insides and risking display glitch and/or aiming issue, I'd rather advise to use DgVoodoo (as usual) to upscale the graphics without any risk. For example a 3x upscale + anisotropic texture filtering on a 1920p screen :
  6. To be exact,the launcher is just....launching the game. Nothing more Controls are native from the game, I did not changed anything in that launcher Edit: oh, yes...I added the credit key
  7. There is no need to emulate a second mouse. Dual player (with lightguns) will be done with DemulShooter, like with all other games. Just... not today, and I can't say exactly "when" So far here are my understanding of the rules : 1) Medal mode (mini target) : Shooting a target will spin the upper wheel, you can gain either : - Nothing (wooden medal) - Coin medals (= credits used to reload the gun) - A chance to shoot at money bags to get medals - A horse to change mini-game level - The sheriff star, this is what triggers the "real lightgun" mini game 2) Real Lightgun: Shoot is freeplay (non need to use credits to reload) and you have to kill every enemies in a limited time. Shooting civilians remove time At the end you are given coins medal and what looks like to be some "WANTED" letters If you don't have the amount of WANTED letter required (you can set this in the TEST MENU), then it goes back to mini game #1 to repeat the sequence If you get the needed letters, it's BOSS time 3) ??? I didn't play untill the boss and I don't know what comes next, if you're going again for a different boss or just keep playing the same route to gain medals and prizes I have no clue how the fact that the program is running alone ( = without the connection to the main server) has any effect on the gameplay route I didn't find any tech manual for that game Your video alone is a goldmine, as I previously said 👌
  8. Very small launcher to run the game and use mouse (lightgun should work ?) for single player. More options will hopefully follow later (along with DemulShooter support) Gunman_Launcher_v1.0.zip
  9. That video is a goldmine ! The upper screen display is exactly what you get at start when running the game exe as "Main Unit", so it explain why there's no interactive part. I wonder if "satellite" process/machines would be able to run correctly without the server running on a network machine 😬
  10. It's not something you can really "play", as there is no end to levels : once you choose a mode it's just looping to test gameplay If you run the exe as "Main Unit", you can see in the Test mode it's looking for network satellites If you run the exe not as Main Unit (= satellite), the test mode is different (LED for example are not the same) and it is looking for Main machine There are a lot of wiser people here, with better knowledge on that system/game, I trust them to assemble the puzzle and make it work I just had a few minutes to check and I can't go further in details for now
  11. There are a lot of optional command you can put with the exe, including some to not use dongle check (see bat files in the bat directory) Then I also needed to patch a couple of hardcoded path the game was trying to access (an old "document and settings" path not existing anymore in my version of Win10) and you can boot the debug version of the game with a menu and a level select (all in japanese) P1 works with mouse, some levels are "freeplay" like below (reload with middle mouse, shoot with left) and some other are using credits to reload gun and get prizes I don't know how it was working in Arcade, it look like it was a bunch of satellites cabs linked together and I didn't manage to run the "real" mode, if there is one
  12. I'm not able to read what's in the console window, but I know that running the game without any internet connection is poping that debug window because the game fails to connect to some unity/adrenaline api I don't know if it's the same issue, but unfortunatelly it's not possible to just disable the debug-console appearing flag on the debug build of that game I have to try to add some kind of automation to hide it, it's on the to do list but I'm lacking time ATM
  13. 7 years after, things have evolved and that software is not used/needed anymore. I'm sorry.... I don't have it anymore on my disk for re-upload
  14. Not the same issue, this would not help, unfortunately @RayRay_022 : sorry but I have no idea.... Except trying to run everything as admin ? Just in case...
  15. Yes, replace the plugin dll file with the one I posted here in my answer: https://github.com/argonlefou/DemulShooter/issues/248 Next update of DS will have it in the package This is by game design: Original cab has water gun shooting water at the screen continuously (except in menus) The game just relies on gun position (water is just for decoration) and there is no trigger or anything like that. The only button available on gun is to trigger special power and also act as Start button Alf+f4 is closing the game window but the RSGame process tends to remain active and running In my case killing the process is the safest thing I found
  16. In that case, it's not the LED board but the Seat motion board, or the Guns. I don't remember which one of the two, but I stripped both. Having COM port plugged is not always an issue, except for certain type of hardware where the low level requests made by the OS may match what the game is expected, running some reading loop on the device
  17. I got the same screen on a laptop with a Bluetooth adapter seen as COM3 and COM4 by windows. Looks like the game found those COM port interresting, but something hangs out and the game run into an infinite loop I solved it by either disabling those COM port material, or renaming it in windows after boot You can also install DemulShooter plugin, this should get rid of the screen (and you should be able to play normally without DemulShooter even with the plugin installed)
  18. What manual did you found, And where in it did you find such an option ? Because I don't remember finding any clue on that on the manual I got
  19. not really, I don't have original hardware From the footage found on google, Drakon cab looks like a square or 4/3 screen Raccoon is much larger (19:9 ? 16:10?) and is advertised as a 4k monitor (which doesn't mean the game would be 4k natively)
  20. argonlefou

    alien disco safari

    I quickly add axis override in DemulShooter v12.0 for Alien Disco Safari (just tried the ToEng exe version) Mouse/Lightgun click and buttons are untouched
  21. argonlefou

    Bug Busters (PC-Arcade)

    Hmmm ....encore un truc bizarre avec ces portages Alors il faudrait plutot partir du principe qu'il faut mettre par defaut le "01 - truc muche" pour choisir la souris par defaut en cas de soucis....je vais mettre a jour le Wiki Super facile à écrire avec les noms encodés en Koréen 😅 Merci pour l'info
  22. argonlefou

    Bug Busters (PC-Arcade)

    Alors c'est en anglais parce que je vais pas maintenir un Wiki en plusieurs langues, mais tout était déja écrit : Ici (ne pas utiliser le config.exe) Ici (supprimer le fichier config si les controles ne marchent pas, dernier point du paragraphe) Tu as juste perdu un peu de temps 😅 En arcade le jeu utilise le port COM pour les controles mais ils ont du modifier pour le portage vers PC....ducoup le jeux réagi différemment selon ce qui est choisi et c'est impossible de "tout" patcher cat les possibilités sont nombreuses. Ducoup j'ai patché les controles Souris / Gamepad (normalement) mais le plus simple d'après mes tests c'est de ne pas paramétrer de controles pour qu'une situation par defaut soit la meme pour tout le monde
  23. argonlefou

    Bug Busters (PC-Arcade)

    Les "BBPC.exe" du RAR et de l'Iso sont les mêmes Le "BBPC pachted.exe" fonctionne très bien avec les fichiers du RAR, il faut juste le renommer BBPC.exe pour que DemulShooter fonctionne Ca marche normalement avec tous les exe disponibles (en fait il n'y en a que 2 différents) En cas de soucis, un fichier debug de DemulShooter peut aider
  24. argonlefou

    Bug Busters (PC-Arcade)

    The rar pack from the first post on top of this thread runs flawesslly without the mounted iso. Just use the patched exe from a few post below the package
  25. argonlefou

    Bug Busters (PC-Arcade)

    DemulShooter updated for Bug Busters Instructions : here To make it short : - make sure your exe is named BBPC.exe (not BBPC pachted.exe !) - use F2 and F3 to navigate the TEST menu and change settings - remove crosshair with "-nocrosshair" option if needed - enjoy light and rumble outputs
×
×
  • Créer...