-
Compteur de contenus
731 -
Inscription
-
Dernière visite
-
Jours gagnés
30
Tout ce qui a été posté par nosoucy62
-
[Emu] PS2 & Namco System 147 / 148 / 246 / 256 Emulation on Play!
nosoucy62 a répondu à un(e) sujet de Shin Endymion dans EMULATEUR NEWS
thanks hippopippo ! -
[Emu] PS2 & Namco System 147 / 148 / 246 / 256 Emulation on Play!
nosoucy62 a répondu à un(e) sujet de Shin Endymion dans EMULATEUR NEWS
hi ! anybody have the arcadef for akaiser - umilucky - pacmanbr ? thanks -
[Emu] RPCS3 (Console) v0.0.37 - Emulateur PS3 sur PC / MacOS / Linux
nosoucy62 a répondu à un(e) sujet de Darage dans EMULATEUR NEWS
hi SGD ! i found the solution : uninstall nvidia drivers and make new install ..... openGL work perfectly now in fullscreen amazing ! -
[Emu] RPCS3 (Console) v0.0.37 - Emulateur PS3 sur PC / MacOS / Linux
nosoucy62 a répondu à un(e) sujet de Darage dans EMULATEUR NEWS
sorry S.G.D not possible to change option "driver wake-up delay" my version is an old build 00.17 who works with openGL in rpcs3 for soldner-x same problem.....with OPENGL RENDERER MODE (gpu) the fullscreen don't work.....only work in no fullscreen perhaps i have a problem with update graphic card nvidia.....i have a game (windjammer 2) with file opengl.exe to launch and same problem with black screen (sound of game ok in background) i tested it on another computer and the game with opengl.exe launch game perfectly...... do you thing i must uninstall driver nvidia and install new files nvidia openGL properly that download on nvidia site ? -
[Emu] RPCS3 (Console) v0.0.37 - Emulateur PS3 sur PC / MacOS / Linux
nosoucy62 a répondu à un(e) sujet de Darage dans EMULATEUR NEWS
salut à tous j'ai un soucis sur rpcs3 avec openGL les 2 jeux qui fonctionnent parfaitement bien sous openGL sont soldner X 1 et 2 (bug graphique sous vulkan en avancant dans les jeux). par contre impossible de les faire fonctionner en fullscreen sous opengl (contrairement en vulkan) l'écran reste noir et le jeu tourne en fond de tache.... par contre dès que je ne le mets plus en fullscreen c'est ok......j'ai cherché partout mais personne ne semble savoir ce qu'il faut faire.... j'ai tout essayé avec différents réglage mais rien n'y fait.....pas jouable en fullscreen avec openGL c'est dommage ces 2 titres sont vraiment superbe sur ps3..... si une personne à trouver une solution je suis preneur! merci à vous -
on french internet i don't never find this game free..... i don't works now....tomorrow yes
-
webbrowser THOR for darknet ?
-
ok good news ! if you're ok please share it.....
-
[Arcade PC] Night Hunter After Dark II v2.06 (UNIS Technologies) TP Ready
nosoucy62 a répondu à un(e) sujet de jcstahl1 dans ROMS & ISO
after dark : dev-team TP for this moment..... i hope they works on cooper's 9 and the_swarm.... -
good job S.G.D !! thanks this game is cool i search 2 games steam : LEFT TO SURVIVE (FREE NOW) GRAND SHOOTER do you have this games ?
-
[VirusMan WebSite] Liens morts et demandes / Dead Links and Requests
nosoucy62 a répondu à un(e) sujet de ViRuS-MaN dans ROMS & ISO
excellente nouvelle spokinou -
Bonjour à tous ! voici un jeu de tir à la souris assez sympathique datant de 1999. Publisher : Encore Software, Inc. Developer : Contraband Entertainment, Inc dans l'archive il y a toutes les explications pour l'installer avec ou sans lossless scaling. il faut installer daemon tools pour monter l'image et l'installer (ATTENTION NE PAS MODIFIER L'EMPLACEMENT PROPOSé) et ensuite aller dans le dossier et lancer le jeu en suivant les instructions avant (fonctionne avec voodoo). le petit soucis est qu'il se joue parfaitement avec la souris mais pas avec un lightgun comme la wiimote+dolphin bar. les mouvements sont trop sensibles avec la wiimote mais je pense que ARGONLEFOU pourrait faire quelque chose avec demulshooter..... je fais appel à lui si il a le temps de nous faire cela..... WildWestShootout_PLUGIN_BY_COFFEEMAN.7z
-
the wavy tube man chronicles lightgun game
nosoucy62 a répondu à un(e) sujet de nosoucy62 dans ROMS & ISO
hi kill_one ! a new link MEGA with game and crack by S.G.D (read in page 1 the instruction by S.G.D for winlib JS and other) : https://mega.nz/file/z3p0ybKT#0e0vnMqaWtrpkL6IVjAXB1dGkm5ymcb10r73MKpu6v0 tools : https://mega.nz/file/T6A2gTwQ#L5jQ2n3FPmkS_oYjX9Wbd18CDFF4AImCLBR11it4fcw for fullscreen without lossless scaling push ALT+ENTER enjoy for the good game ! -
hi ! works perfectly thanks
-
Nintendo Famicom System fullset + Bonus
nosoucy62 a répondu à un(e) sujet de zeroescape dans ROMS & ISO
thanks ! works perfectly -
i see lords....lol
-
in this archives 23 games with launcher : https://mega.nz/file/2mwGCYgT#xsAsVIvanj3oKWz_Qepuz2WilGiRNG8GWe9pW_o-C9s play with wiimote+dolphin bar ou mouse OK if problem with fullscreen push alt+enter or use losslessscaling
-
hi ! script to launch flashplayer game : #NoEnv SendMode Input SetWorkingDir %A_ScriptDir% Run, flashplayer_32_sa NAME OF THE GAME.swf sleep 1000 send ^f Esc:: Process,Close,flashplayer_32_sa.exe ExitApp return if you would another flashplayer game's i have 23 games works with lightgun wiimote or mouse.......
-
I allow myself to rewrite the script of miao8yu5 because the AHK file did not stop and remained in the background. now when you launch the game again the F1 key is no longer required for fullscreen. #SingleInstance Force losslessScalingPath := "Lossless Scaling v02.04\LosslessScaling.exe" zombieGamePath := "Zombie Big Trouble.exe" dcrFilePath := "zombie_big_trouble.dcr" ; LosslessScaling.exe Run, %losslessScalingPath% Sleep, 500 ; Zombie Big Trouble.exe Run, %zombieGamePath% Sleep, 1000 Send, %dcrFilePath% Send, {Enter} Send, {Enter} Sleep, 500 Send, {F1} $Escape:: Send !{f4} Process, Close, AutoHotkey.exe Run,taskkill /im "AutoHotkey.exe" /F Process, Close, Zombie Big Trouble.exe Run,taskkill /im "Zombie Big Trouble.exe" /F Process, Close, LosslessScaling.exe Run,taskkill /im "LosslessScaling.exe" /F ExitApp return very much my friend for your help!!!! launcher zombie big.ahk
-
very good miao8yu5 I didn't see that you had to do a hotkey in losslessscaling...... it work perfectly now !!! you're the best in AHK files !!
-
sorry when i launch lossless (and press "mise à l'echelle" in right corner) and F1 after the game is not in fullscreen
-
i tested this ahk files but don't work for launch directly losslessscaling..... the scaling don't work .....the 2 programs works but in small windows....sorry
-
[VirusMan WebSite] Liens morts et demandes / Dead Links and Requests
nosoucy62 a répondu à un(e) sujet de ViRuS-MaN dans ROMS & ISO
salut madokachichi question bête....pour ce jeu as-tu fait la manip pour aplanir le dome 360 ? tu as une carte AMD ou INTEL ? -
I wanted to know if it is possible to create a script to launch the game then the software at the same time without having to do another action with losslessscaling