Aller au contenu

Messages recommandés

Posté(e)

Hello everyone, 

 

I looking for the roms of Vengeance Hunters and Gladmort neogeo please ? anyone have any links please? 

thanks you so much 

Posté(e)
You can get them in "rom" for a Switch emulator, otherwise for neo geo it seems to me that they are not "dumped"
Posté(e)

i never find him on internet.....

Posté(e)
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"

Posté(e)
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 ;)
 
Posté(e) (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é par ducon2016
Posté(e)
Il y a 2 heures, ducon2016 a dit :

 

Gladmort is available as a rom. Google for "myrient" "gladmort"

thanks ducon2016 !!!

works perfectly on mame ?

Posté(e) (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é par joe555
Posté(e)
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"
Posté(e)

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

 

Posté(e) (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

 

bezel.png

launcher fullscreen.ahk

bezel.png

Modifié par nosoucy62
Posté(e)

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

Posté(e)

merci en effet j'avais pris d'un jeu de gun......merci !

Posté(e)
Maybe you have to configure your pad "in game" by pressing the "tab" key on your keyboard, then you go to "input settings"?
Posté(e)
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!!!!

Veuillez vous connecter pour commenter

Vous pourrez laisser un commentaire après vous êtes connecté.



Connectez-vous maintenant
×
×
  • CrĂ©er...