Pincab Passion
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.



 
AccueilAccueil  PortailPortail  ÉvènementsÉvènements  WIPs Team PP  S'enregistrerS'enregistrer  ConnexionConnexion  Dons  








 

 Pinball Fx2 et Pinballx

Aller en bas 
+8
dreamania
bip-bip-72
LuRoL
grozby88
Hypno74
tetrafred
Hack-Tarus
ced
12 participants
Aller à la page : Précédent  1, 2, 3, 4  Suivant
AuteurMessage
bip-bip-72
Admin fondateur
bip-bip-72


Messages : 14930
Département : Sarthe

Pinball Fx2 et Pinballx - Page 3 Empty
MessageSujet: Re: Pinball Fx2 et Pinballx   Pinball Fx2 et Pinballx - Page 3 EmptyJeu 14 Nov 2013 - 15:02

Joli travail.
Revenir en haut Aller en bas
https://www.youtube.com/user/72bipbip?feature=mhee
Hypno74

Hypno74


Messages : 813
Département : 71

Pinball Fx2 et Pinballx - Page 3 Empty
MessageSujet: Re: Pinball Fx2 et Pinballx   Pinball Fx2 et Pinballx - Page 3 EmptyJeu 14 Nov 2013 - 15:19

Tu gères yes
Revenir en haut Aller en bas
bip-bip-72
Admin fondateur
bip-bip-72


Messages : 14930
Département : Sarthe

Pinball Fx2 et Pinballx - Page 3 Empty
MessageSujet: Re: Pinball Fx2 et Pinballx   Pinball Fx2 et Pinballx - Page 3 EmptyJeu 14 Nov 2013 - 15:22

Ah j'aime bien ce forum,un tuto pour nous les Français.
Revenir en haut Aller en bas
https://www.youtube.com/user/72bipbip?feature=mhee
Invité
Invité




Pinball Fx2 et Pinballx - Page 3 Empty
MessageSujet: Re: Pinball Fx2 et Pinballx   Pinball Fx2 et Pinballx - Page 3 EmptyJeu 14 Nov 2013 - 20:13

Ah ca c est une bonne nouvelle!!
bravo!
Revenir en haut Aller en bas
ced

ced


Messages : 7015
Département : 14

Pinball Fx2 et Pinballx - Page 3 Empty
MessageSujet: Re: Pinball Fx2 et Pinballx   Pinball Fx2 et Pinballx - Page 3 EmptyVen 15 Nov 2013 - 2:28

vivement le tuto pour le lancement direct des tables pinball fx 2 cheers 

bravo niko !!
Revenir en haut Aller en bas
https://www.youtube.com/user/pezima77
mouche

mouche


Messages : 175
Département : 87

Pinball Fx2 et Pinballx - Page 3 Empty
MessageSujet: super   Pinball Fx2 et Pinballx - Page 3 EmptyVen 15 Nov 2013 - 10:28

bravo niko tu vas avoir du boulot encore.pinball arcade pc viens d arriver dans sa version gratuite pirat
Revenir en haut Aller en bas
Invité
Invité




Pinball Fx2 et Pinballx - Page 3 Empty
MessageSujet: Re: Pinball Fx2 et Pinballx   Pinball Fx2 et Pinballx - Page 3 EmptyVen 15 Nov 2013 - 10:50

pinball arcade possede des tables magnifique mais pour un pincab pour l instant c est mort .
l angle de vu pas top du tout.
Revenir en haut Aller en bas
Hack-Tarus

Hack-Tarus


Messages : 995
Département : 95

Pinball Fx2 et Pinballx - Page 3 Empty
MessageSujet: Re: Pinball Fx2 et Pinballx   Pinball Fx2 et Pinballx - Page 3 EmptyVen 15 Nov 2013 - 13:46

ca avance bien
Revenir en haut Aller en bas
nikonesca

nikonesca


Messages : 734
Département : 31

Pinball Fx2 et Pinballx - Page 3 Empty
MessageSujet: Re: Pinball Fx2 et Pinballx   Pinball Fx2 et Pinballx - Page 3 EmptySam 16 Nov 2013 - 1:55

Et la lumière fût !!!! en utilisant donc ledblinky en audio mode ! 

Bon maintenant je me rend compte de l'ampleur du Tuto… 
Bon ce we je bosse donc je vais pas pouvoir prendre ce temps là. 
Il va me falloir au moins une semaine un peu tout les soirs pour rassembler tout ça, et au moins une autre semaine pour rédiger, trop d'options… ! Mais soyez indulgent le tuto pinballX sera au petit oignons…
En tous cas vous pouvez déjà commencer à préparer votre application ledblinky pour le mode audio, installer autohotkeys et avoir vos émulateurs FP VP PBFX2 fonctionnelles bien sûr ! 
Pour ceux qui s'en sorte un peu et qui ont déjà des compétences voici mon PinballFX2.ahk (a coller dans un dossier "Scripts" dans le dossier Pinballx et à compiler avec autohotkey en "PinballFX2.exe"):
pré-requis :

showbackglass que je double à deux endroits différents pour backglass et dmd (attention les images doivent être en "nom_de_table".pxp.bmp)
Appkiller

Code:
#SingleInstance force
 SetTitleMatchMode 2
 DetectHiddenWindows On
 ;SendMode Input
SetWorkingDir %A_ScriptDir%
;#Include, Gdip.ahk
 Table = %1% ;Variable from PinballX
 ;hyperini = %A_ScriptDir%\Settings.ini
 ;IniWrite, %1%, %hyperini%, LastLoad, table


        ;Ici je lance le backglass
Run, ShowBackglass.exe /left=1796 /top=-8 /width=1936 /height=1096 /picture=%table%.pxp.bmp ,D:\Game\Pinball FX2\data_steam
        ;Ici je lance le DMD
 Run, ShowBackglass.exe /left=3900 /top=450 /width=1560 /height=550 /picture=%table%.pxp.bmp ,D:\Game\Pinball FX2\data_steam\image
        ;Ici je lance le ledwiz
 Run, D:\LEDBlinky\LEDBlinky.exe audio.lwax
 WinWait, ahk_class PxWindowClass
 WinActivate, ahk_class PxWindowClass
 WinWaitActive, ahk_class PxWindowClass
 
Gosub %table%
    
        ;Ici je quitte tout
 Process, WaitClose, Pinball FX2.exe
 Run, D:\AppKiller\AppKiller.exe LEDBlinky.exe 0,,UseErrorLevel
 Run, D:\AppKiller\AppKiller.exe ShowBackglass.exe 0,,UseErrorLevel
 Run, D:\AppKiller\AppKiller.exe ShowBackglass.exe 0,,UseErrorLevel
 ExitApp

 ;Table Selection

        STARWARS_Episode_6:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Enter Down}, Send {Enter Up}
 Return
 
STARWARS_SFA:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
STARWARS_Darth_Vader:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Return

 STARWARS_Episode_5:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
                Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
STARWARS_CloneWars:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
STARWARS_Boba_Fett:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
MARVEL_CaptainAmerica:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
MARVEL_FantasticFour:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
MARVEL_CivilWar:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
MARVEL_Avengers:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
MARVEL_FearItSelf:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
MARVEL_InfinityGauntlet:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
MARVEL_WWH:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
MARVEL_Thor:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
MARVEL_MoonKnight:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
MARVEL_GhostRider:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
MARVEL_XMen:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
MARVEL_Blade:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
MARVEL_IronMan:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
MARVEL_SpiderMan:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
MARVEL_Wolverine:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
SplosionMan:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
EarthDefense:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
Mars:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
Excalibur:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
Paranormal:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Enter Down}, Send {Enter Up}
 Return

 Citadel:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Enter Down}, Send {Enter Up}
 Return

 Atlantis:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Right Down}, Send {Right Up}
 Sleep 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
BioLab:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
Pasha:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
Rome:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
Shaman:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
Tesla:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
ElDorado:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Return

 V12:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Right Down}, Send {Right Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Return
 
Looter:
 Sleep, 11000
 Send {Enter Down}, Send {Enter Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Sleep, 500
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Down Down}, Send {Down Up}
 Sleep, 20
 Send {Enter Down}, Send {Enter Up}
 Return
Puis mon setting pinballx :
Code:
Name=Pinball FX2

Enabled=True

WorkingPath=D:\PinballFX2

TablePath=D:\PinballFX2\data_steam

Executable=Pinball FX2.exe

Parameters=

LaunchBeforeEnabled=True

LaunchBeforeWorkingPath=D:\PinballX\Scripts

LaunchBeforeExecutable=PinballFX2.exe

LaunchBeforeParameters=[TABLEFILE]

LaunchBeforeHideWindow=False

LaunchBeforeWaitForExit=False

LaunchAfterEnabled=True

LaunchAfterWorkingPath=D:\PinballX\Scripts

LaunchAfterExecutable=ledset.bat

LaunchAfterHideWindow=True

LaunchAfterWaitForExit=False
Voilà pour l'instant en attendant un tuto plus clair !
Et comme dirais Jerome Niel des tutos sur canal+ le vendredi : J'vous aime putain ! ❤


Dernière édition par nikonesca le Sam 16 Nov 2013 - 20:10, édité 1 fois
Revenir en haut Aller en bas
http://toulousemultiball.org
ced

ced


Messages : 7015
Département : 14

Pinball Fx2 et Pinballx - Page 3 Empty
MessageSujet: Re: Pinball Fx2 et Pinballx   Pinball Fx2 et Pinballx - Page 3 EmptySam 16 Nov 2013 - 2:51

Shocked  pas tout compris... c'est pour pouvoir lancer les tables de pinball fx2 indépendament Question  ou pour voir les backglass Question  ou autres chose lol!
Revenir en haut Aller en bas
https://www.youtube.com/user/pezima77
bip-bip-72
Admin fondateur
bip-bip-72


Messages : 14930
Département : Sarthe

Pinball Fx2 et Pinballx - Page 3 Empty
MessageSujet: Re: Pinball Fx2 et Pinballx   Pinball Fx2 et Pinballx - Page 3 EmptySam 16 Nov 2013 - 8:27

Merci du boulot que tu fais.
Revenir en haut Aller en bas
https://www.youtube.com/user/72bipbip?feature=mhee
nikonesca

nikonesca


Messages : 734
Département : 31

Pinball Fx2 et Pinballx - Page 3 Empty
MessageSujet: Re: Pinball Fx2 et Pinballx   Pinball Fx2 et Pinballx - Page 3 EmptySam 16 Nov 2013 - 10:19

ced a écrit:
Shocked  pas tout compris... c'est pour pouvoir lancer les tables de pinball fx2 indépendament Question  ou pour voir les backglass Question  ou autres chose lol!
les deux et en plus le ledwiz.
Revenir en haut Aller en bas
http://toulousemultiball.org
Invité
Invité




Pinball Fx2 et Pinballx - Page 3 Empty
MessageSujet: Re: Pinball Fx2 et Pinballx   Pinball Fx2 et Pinballx - Page 3 EmptySam 16 Nov 2013 - 13:16

il n y a pas le showbackglass.exe dans l archive !
Revenir en haut Aller en bas
Hypno74

Hypno74


Messages : 813
Département : 71

Pinball Fx2 et Pinballx - Page 3 Empty
MessageSujet: Re: Pinball Fx2 et Pinballx   Pinball Fx2 et Pinballx - Page 3 EmptySam 16 Nov 2013 - 13:25

Jamais fait d'automatisation, je vais donc attendre la vulgarisation :santa:en tuto. En tout cas chapeau de maitriser ça.


Dernière édition par Hypno74 le Sam 16 Nov 2013 - 16:45, édité 1 fois
Revenir en haut Aller en bas
grozby88

grozby88


Messages : 1636
Département : 88

Pinball Fx2 et Pinballx - Page 3 Empty
MessageSujet: Re: Pinball Fx2 et Pinballx   Pinball Fx2 et Pinballx - Page 3 EmptySam 16 Nov 2013 - 14:02

Bravo Niko,

merci de débroussailler pour le reste le l'équipe !!! c'est super syma çà !!! super
Revenir en haut Aller en bas
nikonesca

nikonesca


Messages : 734
Département : 31

Pinball Fx2 et Pinballx - Page 3 Empty
MessageSujet: Re: Pinball Fx2 et Pinballx   Pinball Fx2 et Pinballx - Page 3 EmptySam 16 Nov 2013 - 20:12

Starlion a écrit:
il n y a pas le showbackglass.exe dans l archive !
lien modifié !
Revenir en haut Aller en bas
http://toulousemultiball.org
Invité
Invité




Pinball Fx2 et Pinballx - Page 3 Empty
MessageSujet: Re: Pinball Fx2 et Pinballx   Pinball Fx2 et Pinballx - Page 3 EmptySam 16 Nov 2013 - 20:33

Un grand merci
Revenir en haut Aller en bas
Vince2Mars

Vince2Mars


Messages : 74
Département : 60

Pinball Fx2 et Pinballx - Page 3 Empty
MessageSujet: Re: Pinball Fx2 et Pinballx   Pinball Fx2 et Pinballx - Page 3 EmptyMer 20 Nov 2013 - 22:44

Merci grâce à vous j'arrive à lancer Fx2 depuis pinballX,
j'ai hâte de pouvoir lancer directement une table comme beaucoup ici mai c'est déjà un bon début!
Aillant démarrer l'aventure avec Fx2 je suis content de pouvoir l'intégrer dans mon futur Pincab.
Vivement le tuto!
Revenir en haut Aller en bas
Vince2Mars

Vince2Mars


Messages : 74
Département : 60

Pinball Fx2 et Pinballx - Page 3 Empty
MessageSujet: Re: Pinball Fx2 et Pinballx   Pinball Fx2 et Pinballx - Page 3 EmptyJeu 5 Déc 2013 - 15:00

J'arrive enfin à lancer une table FX2 directement, j'utilise un script que j'ai un peu modifié trouvé sur le forum de pinballx, maintenant les tables ce lance en un seul joueur, le backglass de pinballx reste à l'écran pendant la partie, et je me retrouve bien sous pinballx à la fin de la partie!
Revenir en haut Aller en bas
Hypno74

Hypno74


Messages : 813
Département : 71

Pinball Fx2 et Pinballx - Page 3 Empty
MessageSujet: Re: Pinball Fx2 et Pinballx   Pinball Fx2 et Pinballx - Page 3 EmptyJeu 5 Déc 2013 - 15:18

Explique-nous ça yes , on galère ouin
Revenir en haut Aller en bas
Vince2Mars

Vince2Mars


Messages : 74
Département : 60

Pinball Fx2 et Pinballx - Page 3 Empty
MessageSujet: Re: Pinball Fx2 et Pinballx   Pinball Fx2 et Pinballx - Page 3 EmptyJeu 5 Déc 2013 - 15:59

Ok,
d'abord le setting de pinballx:
Pinball Fx2 et Pinballx - Page 3 Config10
Ensuite il faut créer avec AutoHotkey un Script qui s'appelle PinballFX2.ahk que je place dans un dossier script dans pinballx,
voilà ce qu'il contient:


Code:
#SingleInstance force
    SetTitleMatchMode 2
    DetectHiddenWindows On
    ;SendMode Input
    SetWorkingDir %A_ScriptDir%
    ;#Include, Gdip.ahk
    Table = %1%    ;Variable from PinballX
    ;hyperini = %A_ScriptDir%\Settings.ini
    ;IniWrite, %1%, %hyperini%, LastLoad, table
   
    ;Run, PinFXKeys.ahk
    WinWait, ahk_class PxWindowClass
    WinActivate, ahk_class PxWindowClass
    WinWaitActive, ahk_class PxWindowClass
   
    Gosub %table%
   
    Process, WaitClose, Pinball FX2.exe
    ;WinClose , PinFXKeys
    ExitApp

    ;Table Selection

        STARWARS_Episode_6:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
   
    STARWARS_SFA:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
   
    STARWARS_Darth_Vader:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return

    STARWARS_Episode_5:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
                Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
   
    STARWARS_CloneWars:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
   
    STARWARS_Boba_Fett:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
   
    MARVEL_CaptainAmerica:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
   
    MARVEL_FantasticFour:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
   
    MARVEL_CivilWar:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
   
    MARVEL_Avengers:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
   
    MARVEL_FearItSelf:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
   
    MARVEL_InfinityGauntlet:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
   
    MARVEL_WWH:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
   
    MARVEL_Thor:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
       
    MARVEL_MoonKnight:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
   
    MARVEL_GhostRider:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
   
    MARVEL_XMen:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
   
    MARVEL_Blade:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
   
    MARVEL_IronMan:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
   
    MARVEL_SpiderMan:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
   
    MARVEL_Wolverine:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
   
    SplosionMan:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
   
    EarthDefense:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
   
    Mars:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
   
    Excalibur:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
   
    Paranormal:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return

    Citadel:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return

    Atlantis:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Right Down}, Send {Right Up}
        Sleep 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
   
    Biolab:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
   
    Pasha:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
   
    Rome:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
   
    Shaman:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
   
    Tesla:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
   
    ElDorado:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}
    Return

    V12:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Right Down}, Send {Right Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}
Return
       
    Looter:
        Sleep, 13000
        Send {Enter Down}, Send {Enter Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        Sleep, 500
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Down Down}, Send {Down Up}
        Sleep, 20
        Send {Enter Down}, Send {Enter Up}
        sleep, 600
        Send {Enter Down}, Send {Enter Up}

    Return
Tu le compile, ce qui te créer le .exe au même endroit (\pinballx\script).

pour chaque table les lignes:
        sleep, 600
        Send {Enter Down}, Send {Enter Up}
servent à lancer en un joueur, si on ne les met pas on est sur l'écran de séletion de mode de jeu.

PS: Le script fonctionne qu'avec les 36 tables de fonctionnelles, il faut l'adapter si on à moins de tables.
PS: Je ne connaissait pas AutoHotkey avant hier c'est très simple de l'installer et de compiler un code, il suffit d'un clic droit sur le fichier .ahk puis de" cliquer sur compile script.

Voilà je trouve ça très pratique en attendant mieux.


Dernière édition par Vince2Mars le Jeu 5 Déc 2013 - 16:25, édité 1 fois
Revenir en haut Aller en bas
Invité
Invité




Pinball Fx2 et Pinballx - Page 3 Empty
MessageSujet: Re: Pinball Fx2 et Pinballx   Pinball Fx2 et Pinballx - Page 3 EmptyJeu 5 Déc 2013 - 16:24

J'ai fait exactement ce que tu dit et pour moi aucun changement ca sélectionne pas la table automatiquement!!

Arff

edit:
j'ai les 36 tables.
Revenir en haut Aller en bas
Vince2Mars

Vince2Mars


Messages : 74
Département : 60

Pinball Fx2 et Pinballx - Page 3 Empty
MessageSujet: Re: Pinball Fx2 et Pinballx   Pinball Fx2 et Pinballx - Page 3 EmptyJeu 5 Déc 2013 - 16:31

Quand j'avais ce problème c'était parce-que le chemin du fichier script n'était pas bien configurer.
Si le script ce lance bien tu doit le voir quand ça lance Fx2, sinon je pense que c'est que le chemin du fichier script qui n'est pas bien configurer.

Voilà mon fichier .ini de pinballx pour Fx2:
[System_1]
Name=PinballFX2
Enabled=True
WorkingPath=C:\pinball\PinballFX2
TablePath=C:\pinball\PinballFX2\data_steam
Executable=PinballFX2.exe
Parameters=
LaunchBeforeEnabled=True
LaunchBeforeWorkingPath=c:\pinball\PinballX\Scripts
LaunchBeforeExecutable=PinballFX2.exe
LaunchBeforeParameters=[TABLEFILE]
LaunchBeforeWaitForExit=False
LaunchBeforeHideWindow=False
LaunchAfterEnabled=False
LaunchAfterWorkingPath=


Dernière édition par Vince2Mars le Jeu 5 Déc 2013 - 16:37, édité 1 fois
Revenir en haut Aller en bas
Invité
Invité




Pinball Fx2 et Pinballx - Page 3 Empty
MessageSujet: Re: Pinball Fx2 et Pinballx   Pinball Fx2 et Pinballx - Page 3 EmptyJeu 5 Déc 2013 - 16:33

le chemin de script est bon

Pinball Fx2 et Pinballx - Page 3 Ss10

J'ai crée d’après ton fichier le fichier Ahk puis je l'ai compiler et donc dans le dossier Scripts de pinballx
j'ai les deux fichiers dans le fichier Pinball FX2.ahk et Pinball FX2.exe
Revenir en haut Aller en bas
Vince2Mars

Vince2Mars


Messages : 74
Département : 60

Pinball Fx2 et Pinballx - Page 3 Empty
MessageSujet: Re: Pinball Fx2 et Pinballx   Pinball Fx2 et Pinballx - Page 3 EmptyJeu 5 Déc 2013 - 16:39

Question conne:
Tu as bien l'espace dans ton nom de fichier?
et pinballx est bien à la racine du c:


Dernière édition par Vince2Mars le Jeu 5 Déc 2013 - 16:40, édité 1 fois
Revenir en haut Aller en bas
 
Pinball Fx2 et Pinballx
Revenir en haut 
Page 3 sur 4Aller à la page : Précédent  1, 2, 3, 4  Suivant
 Sujets similaires
-
» [ARCHIVÉ] pinball FX3 et PINballx
» [ABANDONNÉ] Pinball FX3 sous PinballX
» Pinball arcade dans pinballx
» [ABANDONNÉ] Pb pinballX et future pinball
» Future pinball, pinballx et animation

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
Pincab Passion :: Autres sujets :: La poubelle du Forum :: Corbeille :: Les Archives :: 2013-
Sauter vers: