Jump to content

LETHAL ENFORCERS 3 with demulshooter


nosoucy62

Recommended Posts

quelqu'un arrive t'il à faire fonctionner lethal enforcers 3 avec demulshooter ?

 

voici un script que j'ai trouver sur TP mais qui ne fonctionne absolument pas avec le jeu :

 

;modifier avec vos chemins pour utiliser Lethal Enforcers et usbmmidd_V2
usbmmidd_path =  F:\Lethal Enforcers 3\usbmmidd_v2\
le3_path =  F:\Lethal Enforcers 3\

;selection selon utilisation de Demulshooter ou LethalEnforcer3_Inputs NE PAS UTILISER LES 2 EN MEME TEMPS
;run, F:\Lethal Enforcers 3\LethalEnforcer3_Inputs.exe
run, F:\Lethal Enforcers 3\DemulShooter\DemulShooter.exe -target=konami -rom=le3
Sleep, 5000

SetWorkingDir, %usbmmidd_path%
run, deviceinstaller64.exe install usbmmidd.inf usbmmidd,,hide
Sleep, 1000
run, deviceinstaller64.exe enableidd 1,,hide


SetWorkingDir, %le3_path%
Run, game_patched.exe


winWait, ahk_exe game_patched.exe
winMinimizeAll
winMinimize, ahk_exe game_patched.exe
winHide, ahk_exe game_patched.exe
;modifier si utilisation avec LethalEnforcers3_inputs
;winHide, ahk_exe LethalEnforcer3_Inputs.exe
Sleep, 1000
WinShow, ahk_exe game_patched.exe
winMaximize, ahk_exe game_patched.exe

WinSet, AlwaysOnTop, On, ahk_exe game_patched.exe
winActivate, ahk_exe game_patched.exe


Esc::
Process,Close,game_patched.exe
Run,taskkill /im "game_patched.exe" /F
;modifier si utilisation avec LethalEnforcers3_inputs
;Process,Close, LethalEnforcer3_Inputs.exe
;Run,taskkill /im LethalEnforcer3_Inputs.exe /F
SetWorkingDir, %usbmmidd_path%
run, deviceinstaller64.exe enableidd 0,,hide
Sleep, 1000
run, deviceinstaller64.exe stop usbmmidd,, hide
Sleep, 1000
run, deviceinstaller64.exe remove usbmmidd,, hide
ExitApp

 

pourtant dans DS il y a bien le jeu dans la config mais il ne fonctionne qu'avec le fichier inputs_config donc pas de crosshair si utilisation de l'input

cette option n'est dispo que dans TP en patreon malheureusement

quelqu'un arrive à avoir la crosshair avec demulshooter et si oui comment faire?

je l'utilise sur pas mal de jeu et cela à toujours fonctionné.....

merci pour votre aide

Edited by nosoucy62
erreur dans le texte
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...