feilong PostĂ©(e) le 19 aoĂ»t PostĂ©(e) le 19 aoĂ»t Hello everyone,  I looking for the roms of Vengeance Hunters and Gladmort neogeo please ? anyone have any links please? thanks you so muchÂ
3nigm4 Posté(e) le 19 août Posté(e) le 19 août You can get them in "rom" for a Switch emulator, otherwise for neo geo it seems to me that they are not "dumped"
S.G.D Posté(e) le 20 août Posté(e) le 20 août For the secret console GladMort https://megaup.net/4155c01a3275fc5fd2003f4afd1129da/GladMort_(NSP)(eShop).rar  Vengeance Hunters game https://megaup.net/dc4baf5035ca8e066ffc2e32d1a39677/Vengeance_Hunters_(NSP)(eShop).rar Update 1.0.2 https://megaup.net/caec12f98f6b133e44d8acaf17aeed12/Vengeance_Hunters_(NSP)(Update_1.0.2).rar 2
ducon2016 Posté(e) le 20 août Posté(e) le 20 août 20 hours ago, 3nigm4 said: You can get them in "rom" for a Switch emulator, otherwise for neo geo it seems to me that they are not "dumped"  Gladmort is available as a rom. Google for "myrient" "gladmort" 1
3nigm4 PostĂ©(e) le 20 aoĂ»t PostĂ©(e) le 20 aoĂ»t il y a 32 minutes, ducon2016 a dit :  Gladmort is available as a rom. Google for "myrient" "gladmort" Yes it's true for Gladmort, someone here had already uploaded the finalburn with this rom ;) Â
joe555 PostĂ©(e) le 20 aoĂ»t PostĂ©(e) le 20 aoĂ»t Could also grab the .neo for it, and use geolith coreÂ
ducon2016 Posté(e) le 20 août Posté(e) le 20 août (modifié) 47 minutes ago, 3nigm4 said: Yes it's true for Gladmort, someone here had already uploaded the finalburn with this rom ;)  Yes you can usually check if a rom is available by looking the source code https://github.com/finalburnneo/FBNeo/blob/master/src/burn/drv/neogeo/d_neogeo.cpp  Vengeance Hunters is not yet in there, so no need to waste your time googling yet. The next games hopefully will be Double Dragon One and Shadow Gangs Zero 15 minutes ago, joe555 said: Could also grab the .neo for it, and use geolith core For which game? Link or google search string? Modifié le 20 août par ducon2016
nosoucy62 Posté(e) mercredi à 21:13 Posté(e) mercredi à 21:13 Il y a 2 heures, ducon2016 a dit :  Gladmort is available as a rom. Google for "myrient" "gladmort" thanks ducon2016 !!! works perfectly on mame ?
joe555 Posté(e) mercredi à 21:14 Posté(e) mercredi à 21:14 (modifié) Gladmort , vengeance hunters still no dump haven't really looked for it, since I have other versions of it, and yes next month, so week or 2 will see double Dragon, free for all and few more games from them, but they might only be demos, like bad dudes/ burger time Modifié mercredi à 21:19 par joe555
3nigm4 Posté(e) mercredi à 22:00 Posté(e) mercredi à 22:00 il y a 46 minutes, nosoucy62 a dit : thanks ducon2016 !!! works perfectly on mame ? Juste avec Final Burn Neo il me semble il y a 53 minutes, joe555 a dit : Gladmort , vengeance hunters still no dump haven't really looked for it, since I have other versions of it, and yes next month, so week or 2 will see double Dragon, free for all and few more games from them, but they might only be demos, like bad dudes/ burger time Yes, I think it's "Remakes" of certain games from the Zeebo console that a Brazilian is adapting into Neogeo "Roms" 1
Trisil Posté(e) jeudi à 00:10 Posté(e) jeudi à 00:10 here is mame version,  https://mega.nz/file/70EjASpQ#wKqLc7DXJRFNuWQCdT0--EUjoY0sati9nMbUlLk7aUM Thanksfull to spiderzsoft 1
juice Posté(e) jeudi à 02:10 Posté(e) jeudi à 02:10 are these new neogeo games and how do i get these games to run thanks
joe555 PostĂ©(e) jeudi Ă 02:18 PostĂ©(e) jeudi Ă 02:18 If going to use mame, need to either use command line or bat file, and the neogeo XML would need edited, if using fba or geolith than just point to it Â
ducon2016 Posté(e) jeudi à 06:03 Posté(e) jeudi à 06:03 5 hours ago, Trisil said: here is mame version,  https://mega.nz/file/70EjASpQ#wKqLc7DXJRFNuWQCdT0--EUjoY0sati9nMbUlLk7aUM Thanksfull to spiderzsoft  I swear there must be a guy in the mame team whose job is just to annoy everyone constantly renaming roms and changing things all the time lol
nosoucy62 Posté(e) jeudi à 08:39 Posté(e) jeudi à 08:39 (modifié) hi everybody !  i make a bezel for this game (not perfect....)  use my ahk if you don't would push alt+enter to fullscreen :  #SingleInstance Force #NoEnv SendMode Input SetWorkingDir %A_ScriptDir% Run, "run_GLADMORT_1280x996_scanlines.bat" ------------> change name if you would launch another version Sleep, 2500 #UseHook On ; OnExit("RestoreTaskbar") WinGet, TempWindowID, ID, A if (WindowID != TempWindowID) {   WindowID := TempWindowID   WindowState := 0 } if (WindowState != 1) {   WinGetPos, WinPosX, WinPosY, WindowWidth, WindowHeight, ahk_id %WindowID%   WinSet, Style, -0xC40000, ahk_id %WindowID%   WinMove, ahk_id %WindowID%, , 0, 0, A_ScreenWidth, A_ScreenHeight   ;   WinHide ahk_class Shell_TrayWnd   WinHide Start ahk_class Button } else {   ;   WinSet, Style, +0xC40000, ahk_id %WindowID%   WinMove, ahk_id %WindowID%, , WinPosX, WinPosY, WindowWidth, WindowHeight   ;   WinShow ahk_class Shell_TrayWnd   WinShow Start ahk_class Button } WindowState := !WindowState return ; ------------------------------ ; RestoreTaskbar(ExitReason, ExitCode) {   WinShow ahk_class Shell_TrayWnd   WinShow Start ahk_class Button } $Escape::   Send !{f4}   Process, Close, AutoHotkey.exe   Run,taskkill /im "AutoHotkey.exe" /F   Process, Close, mame64.exe   Run,taskkill /im "mame64.exe" /F   ExitApp return  launcher fullscreen.ahk Modifié jeudi à 17:25 par nosoucy62
3nigm4 Posté(e) jeudi à 09:03 Posté(e) jeudi à 09:03 Tu peux enlever ces 2 lignes au debut de ton ahk Nosoucy62 :  IfWinExist, NGUN2   WinWaitActive, NGUN2  on remplacer "NGUN2" par le nom complet de la fenetre du jeu si tu veux enlever le "Sleep, 2500"  NGUN2 est le nom de fenetre d'un jeu de tir 1
nosoucy62 Posté(e) jeudi à 09:09 Posté(e) jeudi à 09:09 merci en effet j'avais pris d'un jeu de gun......merci !
crapato Posté(e) jeudi à 09:16 Posté(e) jeudi à 09:16 Il y a 9 heures, Trisil a dit : here is mame version,  https://mega.nz/file/70EjASpQ#wKqLc7DXJRFNuWQCdT0--EUjoY0sati9nMbUlLk7aUM Thanksfull to spiderzsoft Hello, and thank you for this version of MAME, but the controller is not working. I'm using an Xbox controller and nothing responds. Do you know why?
3nigm4 Posté(e) jeudi à 10:32 Posté(e) jeudi à 10:32 Maybe you have to configure your pad "in game" by pressing the "tab" key on your keyboard, then you go to "input settings"?
crapato Posté(e) jeudi à 10:56 Posté(e) jeudi à 10:56 il y a 23 minutes, 3nigm4 a dit : Maybe you have to configure your pad "in game" by pressing the "tab" key on your keyboard, then you go to "input settings"? perfect thanks!!!!
Messages recommandés
Veuillez vous connecter pour commenter
Vous pourrez laisser un commentaire après vous êtes connecté.
Connectez-vous maintenant