Aller au contenu

nosoucy62

GamerLine
  • Compteur de contenus

    731
  • Inscription

  • Dernière visite

  • Jours gagnés

    30

Tout ce qui a été posté par nosoucy62

  1. ok do you have a link to download ?
  2. nosoucy62

    alien disco safari

    for me i install directly the new patch in old folder aliens disco safari (not to toeng folder with this patch)
  3. nosoucy62

    Bug Busters (PC-Arcade)

    jcstahl1 the new game is : spray gun (see youtube video) i don't know if it's the same game but the title is not the same
  4. Andamiro MK5 - Spray Gun Full Drive Dump https://archive.org/details/andamiro-spraygun here is a new arcade game like bug buster....if anyone can do something with this dump
  5. nosoucy62

    Bug Busters (PC-Arcade)

    https://mega.nz/file/IrcVVThS#VT2nWRws7AHIzLGFW7xoZgplfJtBuz7pwCGRK-LEqFs thanks to : mitomi for this link
  6. nosoucy62

    alien disco safari

    hi lords ! i have the same problem if i use dgvoodoo.... i'm playing game without dgvoodoo and the game is in fullscreen now
  7. nosoucy62

    Mercenary of the West

    me too no sound......perhaps a test version ?
  8. nosoucy62

    alien disco safari

    thanks LORDS now with the fix aliens disco safari works perfectly !!!!!
  9. nosoucy62

    alien disco safari

    hi Lords and SGD i found the problem with input_dx.dll (thanks lords) : when you used the GPU integrated (intel) on motherboard msi mpg z590 gaming plus (or other?) the game works perfectly ! if i use my rtx 3060 in pcie 16x the game don't work with the input.dll......... the problem is the input_dx.dll with GPU non integrated in motherboard on some PC.....WHY ? if you have a solution to modified this dll it's very cool...... thanks for your helping
  10. hi ! install flashpoint on your PC and search game in flashpoint install game in flashpoint...it's free
  11. nosoucy62

    alien disco safari

    After testing my GTX on my pc gen 12th the problem is the same.....input_dx.dll not working on intel gen 12th with or without RTX in windows 10 or 11 the problem comes from the input.dll files only.....not accepted by new generation of CPU
  12. nosoucy62

    alien disco safari

    I tried by installing w10 with all the runtime + visual basic programs on the new PC with GPU RTX + Intel 11th PC and that doesn't change anything: the input_dx.dll file does not work and without it the mouse/lightgun buttons do not work not. when i deleted the input_dx.dll the game launch but no input...... All that remains is to test the GTX 1080 graphics card in the new PC to find out if the problem comes from the CPU or the GPU. the problem does not come from the version of windows, that's for sure
  13. nosoucy62

    alien disco safari

    I will try by replacing the RTX 3060 graphics card of my new computer with that of my current computer with its GTX 1080 graphics card and test the game with the input.dll on my hp omen 8th gen and GTX on windows 10 when i testing to launch wiz.exe i can see the alien in 3d but on my pc gaming gen 11th with RTX i don't see the alien in 3Din windows 11.......STRANGE......this is the reason why game don't work with input ?
  14. nosoucy62

    alien disco safari

    bonjour à tous ! j'ai un probleme avec aliens disco safari sur mon nouveau pc gen 11th et sa RTX 3080ti je peux installer le jeu mais je bloque sur "profile input" car apres avoir mis un nom je ne peux pas valider avec n'importe quelle touche du clavier ou souris....rien ne se valide et je suis obligé de quitter le jeu avec ctrl+alt+sup. lorsque j'utilise le dossier "TOeng" de ce jeu installé sur un autre PC (qui fonctionne avec demulshooter ou pas) et que je le mets sur le nouveau PC j'arrive sur le menu pour lancer le jeu mais les touches droite et gauche de la souris ne fonctionne pas pour valider avec ou sans demulshooter (les axis fonctionnent)..... MAIS en plus le jeu ne se lance qu'en supprimant le fichier input_dx.dll sinon cela bloque sur le lancement "interface input" et le jeu ne démarre pas.... j'en conclue donc que ce fichier input_dx.dll pose problème sur mon nouveau PC et que c'est la raison pour laquelle les inputs gauche et droit de la souris ne fonctionne pas.... quelqu'un s'y connaissant dans les fichier .dll pourrait m'apporter une solution ? je ne sais pas si c'est dû à mon processeur beaucoup trop récent qui bloque ce fichier input..... merci pour votre aide
  15. hi ! with all partitions : https://mega.nz/file/3zIE3KrT#CwnFnISE6xOSe4yvSl82F5PZEcOwVw-XVTC5a7tksy0
  16. video perso pour launchbox ou hyperspin de 30 secondes
  17. who are tested this game on w11 with rtx ?
  18. yes THANKS TO DUCON2016 for the cracked files !!!!
  19. THANKS hippoPippo ! modified only in game.ini and not another .ini and that's works perfectly !
  20. effectivement en modifiant les chemins dans le fichier game.ini et install.ini cela ne change rien : le jeu perd des textures graphiques avec des ? partout j'ai essayé aussi en mode administrateur et le probléme reste le même. c'est dommage car on est obligé de laisser le jeu à la racine du lecteur C (comme certains jeux avec le dossier rawart) si quelqu'un a une solution ca serait super merci. UN GRAND MERCI A ARGON POUR SON BOULOT !!!!
  21. nosoucy62

    alien disco safari

    bonjour à tous ! j'ai trouvé une autre version de ce jeu qui s'appelle : ALIENS INC. ATTACK ON EARTH malheureusement il ne se joue qu'avec la souris....pas avec la dolphin bar...sinden à tester si possible et nous dire si cela fonctionne https://www.myabandonware.com/game/aliens-inc-attack-on-earth-s3s
  22. merci pour tout je bloque pour le moment car aucunes touches du clavier sauf esc et tab ne fonctionne..... pas de crosshair non plus
  23. if you have problem to access menu service in cobra the arcade or error card r/w connection E51, change your cobrataw.backupram by my files now you pass error E51 ! work only with version cobrataw and not cobrata...... cobrataw.backupram
  24. hi ! i have a same problem with internet connection by wi-fi (USB) for mars sortie on another PC use this command line (AHK) in admin this command disable wi-fi push enter to quit game and enable wifi if you use demulshooter, you must add command line in AHK to launch game #Persistent ; Remplacer par le chemin de l'exécutable de votre programme programPath := "YOUR FOLDER\Shooter.exe" DisableWiFi() { Run, netsh interface set interface "Wi-Fi" admin=disable, , Hide Sleep, 2000 } EnableWiFi() { Run, netsh interface set interface "Wi-Fi" admin=enable, , Hide Sleep, 2000 } DisableWiFi() Run, %programPath% Enter:: EnableWiFi() Send, !{F4} ExitApp return launcher disable wifi.ahk
  25. ghost squad is a chihiro game vcop3 on cxbx : with lightgun ok ghost squad : xemu build chihiro only with gamepad x360
×
×
  • Créer...