Aller au contenu

Mutant Zone


S.G.D

Messages recommandés

cool....game works well with the sinden....3 for coins and trigger to start...

 

Modifié par lords
Lien vers le commentaire
Partager sur d’autres sites

5 hours ago, phasermaniac said:

Suprisingly good, didn't know this one

Can you play with two guns?

Also, do you know if it have some config file to change resolution, crosshairs etc?

sorry guys i don't have idea... 

just found the other day and that's all

Lien vers le commentaire
Partager sur d’autres sites

bonjour,

 

pour jouer avec la souris voici les touches clavier d'origine : 1 = P1 2 = P2  3 = credit P1  4 = credit P2   F1 et F2 = quit game

 

pour jouer avec la wiimote voici un fichier à créer en .AHK puis à compiler (modifier vos chemins) :

 

remap sur la wiimote :

 

minus + = credit P1

up pad = lancement P1

gachette = tir

A = reload

minus - ou echap clavier = quit game

 

 

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
#MaxHotkeysPerInterval 500

SetWorkingDir YOUR DRIVE:\YOUR FOLDER\Mutant Zone\MutantZone.exe

Run, "MutantZone.exe"

;Left::2     ;launch P2
;Right::4     ;credit P2
up::1        ;launch P1 (P2 = 2)
return::3      ;credit P1
Return

$Escape::
    Send !{f4}
    Process,Close,autohotkey
    Run,taskkill /im "ahk.exe" /F
    Process,Close,MutantZone.exe
    Run,taskkill /im "MutantZone.exe" /F
    ExitApp
return

 

 

Modifié par nosoucy62
oubli
Lien vers le commentaire
Partager sur d’autres sites

hi S.G.D !

 

thanks for this game !

do you know if programme "reshade" works for this game ?

when i launch it's not in fullscreen and the resolution is not HD....

thanks for your response

Lien vers le commentaire
Partager sur d’autres sites

1 hour ago, nosoucy62 said:

hi S.G.D !

 

thanks for this game !

do you know if programme "reshade" works for this game ?

when i launch it's not in fullscreen and the resolution is not HD....

thanks for your response

hi my friend i didn't test but must work... 

i prefer if you like to go fullscreen Lossless Scaling

Lien vers le commentaire
Partager sur d’autres sites

il y a 14 minutes, S.G.D a dit :

hi my friend i didn't test but must work... 

i prefer if you like to go fullscreen Lossless Scaling

i test with reshade + voodoo and with borderless scaling but the problem is the same.....

the fullscreen work only when i clik on top right "mutantzone.exe" program

if another person have a solution......

good playing!

Lien vers le commentaire
Partager sur d’autres sites

6 minutes ago, nosoucy62 said:

i test with reshade + voodoo and with borderless scaling but the problem is the same.....

the fullscreen work only when i clik on top right "mutantzone.exe" program

if another person have a solution......

good playing!

with Lossless Scaling?

Lien vers le commentaire
Partager sur d’autres sites

Veuillez vous connecter pour commenter

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



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