ducon2016 Posté(e) le 8 janvier 2018 Posté(e) le 8 janvier 2018 50 minutes ago, argonlefou said: Of course, and they already are in the sorce code (look at the top, at the end of variables declaration) : protected const int _P2_X_Offset = 0x0556B1C0; protected const int _P2_Y_Offset = 0x0556B1C4; protected const int _P2_BTN_Offset = 0x0556AFD4; Ah yes you are right sorry, I did not notice. Great will add keyboard support for two players (my arcade control is ipac working as a keyboard...), and share it later today. 1
ducon2016 Posté(e) le 9 janvier 2018 Posté(e) le 9 janvier 2018 12 hours ago, argonlefou said: And as I said, be free to do anything with it Done thanks. Here is the link of the source + .exe supporting keyboard for two players: https://mega.nz/#!EyxXiaSa!6OnZrp_vTUu4TkonHVzjuZu17wcLd2gbn6QOqVuqE6I P1: Left/Right/Up/Down/LShift/Z/X P2: D/G/R/F/W/I/K Speed can be changed with -keyboardspeed=value 1
argonlefou Posté(e) le 10 janvier 2018 Posté(e) le 10 janvier 2018 1 hour ago, spiderzsoft said: is this possible 2 player for arcade farcry ???? Yes, 2 solutions : 1) Xinput Joypad for P1 and Xinput Joypad for P2 2) Mouse (with the mouse_enabler for farcry) for P1 and XInput joypad for P2 1
fire10 Posté(e) le 10 janvier 2018 Posté(e) le 10 janvier 2018 Is farcry still the debug version as I gave up on that or is it fixed now? Does anyone know how to exit Aliens Extermination. Im running it through rocketlauncher and would like to be able to exit it and mouse enabler at the same time but currently have to use Task manager which is very frontend unfriendly :-( Thankyou guys for any help
argonlefou Posté(e) le 10 janvier 2018 Posté(e) le 10 janvier 2018 (modifié) XInput is a standard (based on Xbox 360 joypad) which is different than older "DirectInput" standard (old joypads) For far cry, you need to play with real XInput devices or XInput compatible devices (Dual Shock with emulated drivers, old joypad with XInput emulated driver if possible, etc...) The mouse_enabler is just one of the way to simulate an Xinput device for the game (out of your mouse) 2 minutes ago, fire10 said: Is farcry still the debug version as I gave up on that or is it fixed now? Does anyone know how to exit Aliens Extermination. Im running it through rocketlauncher and would like to be able to exit it and mouse enabler at the same time but currently have to use Task manager which is very frontend unfriendly :-( Thankyou guys for any help Far cry is still buggy as hell and can't be played "seriously" (just my opinion) Modifié le 10 janvier 2018 par argonlefou 1
fire10 Posté(e) le 10 janvier 2018 Posté(e) le 10 janvier 2018 No thats cool mate I think ill wait and see if in the future it get properly sorted like Aliens. Your Mouse enabler software is great mate! thanks
ducon2016 Posté(e) le 10 janvier 2018 Posté(e) le 10 janvier 2018 9 minutes ago, fire10 said: Is farcry still the debug version as I gave up on that or is it fixed now? Does anyone know how to exit Aliens Extermination. Im running it through rocketlauncher and would like to be able to exit it and mouse enabler at the same time but currently have to use Task manager which is very frontend unfriendly :-( Thankyou guys for any help Press 5 and 6 at the same time, or make an AHK script.
fire10 Posté(e) le 10 janvier 2018 Posté(e) le 10 janvier 2018 How do you make an ahk script mate could you give me an idea please cheers. Will it work to exit with rocketlauncher too
LEGEND80 Posté(e) le 11 janvier 2018 Posté(e) le 11 janvier 2018 On 1/10/2018 at 8:07 AM, ducon2016 said: Press 5 and 6 at the same time, or make an AHK script. 5 and 6 together just brings up the game menu, not exits to desktop. Tried a lot of permutations around this and only ever got the menu.
ducon2016 Posté(e) le 11 janvier 2018 Posté(e) le 11 janvier 2018 (modifié) 3 minutes ago, LEGEND80 said: 5 and 6 together just brings up the game menu, not exits to desktop. Tried a lot of permutations around this and only ever got the menu. Sorry it was 1 and 2 at the same time. Really sorry, it happened by accident to me the first time and just remembered things wrong. Modifié le 11 janvier 2018 par ducon2016 1
LEGEND80 Posté(e) le 12 janvier 2018 Posté(e) le 12 janvier 2018 23 hours ago, ducon2016 said: Sorry it was 1 and 2 at the same time. Really sorry, it happened by accident to me the first time and just remembered things wrong. That doesn't work either.... :(
talnova Posté(e) le 13 janvier 2018 Posté(e) le 13 janvier 2018 (modifié) Just tried the new setup and getting a pop up box saying "Fatal Error" - "Could not load Shader" FIXED! Ah needs to be on the C:\ drive only Modifié le 13 janvier 2018 par talnova 1
ZEDARKERDARK Posté(e) le 13 janvier 2018 Posté(e) le 13 janvier 2018 Le 04/01/2018 à 01:29, argonlefou a dit : Here's a quick dirty app to play the game with a mouse : 1)Run this "Aliens_MouseEnabler.exe" 2)Run the game (aliens dehasped.exe) 3)Only the first time, go to Test Menu then : SYSTEM TEST MENU > GUN TEST & CALIBRATE then push 1P START to run calibration 4)Enjoy the game Left Mouse Button : Trigger Right Mouse button : FlameThrower Middle Mouse button : Grenade Aliens_MouseEnabler.zip Somebody tell me where is "aliens dehasped.exe"?
ducon2016 Posté(e) le 14 janvier 2018 Posté(e) le 14 janvier 2018 On 1/12/2018 at 8:41 AM, LEGEND80 said: That doesn't work either.... :( Yes apologies again. I just tried again and it did not work for me either. I must have had a zombie AHK script running or something. I solved it for me with a simple AHK script: Run, "C:\PC\aliens\DATA\aliens dehasped.exe" WinMinimize , Aliens: Extermination - Mouse WinWait, GLUT WinActivate, GLUT Escape:: Process,Close,aliens dehasped.exe Run,taskkill /im "aliens dehasped.exe" /F ExitApp return $5::LControl
ginzu Posté(e) le 14 janvier 2018 Posté(e) le 14 janvier 2018 Salut, je n'y comprend rien.... Est ce que quelqu'un peu juste me dire si ce jeu est maintenant directement jouable sur win10? (Sans vm) La vm m'interesse pas. Le jeu si. 😁
ducon2016 Posté(e) le 15 janvier 2018 Posté(e) le 15 janvier 2018 (modifié) 5 hours ago, ginzu said: Salut, je n'y comprend rien.... Est ce que quelqu'un peu juste me dire si ce jeu est maintenant directement jouable sur win10? (Sans vm) La vm m'interesse pas. Le jeu si. 😁 Oui tu peux jouer sans VM. Cherche les posts de Harry, il y a un nouvel executable avec aliens dehasped.exe qui marche sans VM: http://www.emuline.org/topic/778-arcade-pc-aliens-extermination-working-global-vr/?do=findComment&comment=23063 Modifié le 15 janvier 2018 par ducon2016
ginzu Posté(e) le 15 janvier 2018 Posté(e) le 15 janvier 2018 Il y a 2 heures, ducon2016 a dit : Oui tu peux jouer sans VM. Cherche les posts de Harry, il y a un nouvel executable avec aliens dehasped.exe qui marche sans VM: http://www.emuline.org/topic/778-arcade-pc-aliens-extermination-working-global-vr/?do=findComment&comment=23063 Aaah merci ducon2016! Oui j'avais vu ça mais j'arrivais pas a comprendre si il se jouait sans vm.la majeur partie du topic est en anglais. C'est super! Je test des que possible alors. 😊
gStAv Posté(e) le 15 janvier 2018 Posté(e) le 15 janvier 2018 Le 2018-01-14 à 06:38, ducon2016 a dit : Yes apologies again. I just tried again and it did not work for me either. I must have had a zombie AHK script running or something. I solved it for me with a simple AHK script: Run, "C:\PC\aliens\DATA\aliens dehasped.exe" WinMinimize , Aliens: Extermination - Mouse WinWait, GLUT WinActivate, GLUT Escape:: Process,Close,aliens dehasped.exe Run,taskkill /im "aliens dehasped.exe" /F ExitApp return $5::LControl Great! Would this also work for the "Farcry - Paradise Lost"? Cant get the focus back in HyperSpin after exit in rocket launcher as of now becuase of the FarCry_MouseEnabler Would be awesome with a script for this game too. (Sorry for the OT)
mike-T Posté(e) le 15 janvier 2018 Posté(e) le 15 janvier 2018 hello tout le monde let s go island est enfin en fullscreen ou pas ?
ducon2016 Posté(e) le 15 janvier 2018 Posté(e) le 15 janvier 2018 6 hours ago, mike-T said: hello tout le monde let s go island est enfin en fullscreen ou pas ? Oui, cherche mon post sur la conversation teknoparrot: http://www.emuline.org/topic/819-teknoparrot-loader-v134-publique-arcade-pc/?page=71&tab=comments#comment-19728
ginzu Posté(e) le 16 janvier 2018 Posté(e) le 16 janvier 2018 trop cool, il est terrible ce jeu! j'ai rencontré le problème avec le curseur en haut à gauche mais des que j'ai mis à jour les codec divx6, j'ai pu voir que le pointeur de souris était bien reconnu dans le menu calibration. Merci à Argonlefou, ducon2016 Je veux Terminator Salvation pour windows maintenant
Team 7zxkv Posté(e) le 16 janvier 2018 Team Posté(e) le 16 janvier 2018 (modifié) on se reconcentre sur alien, sinon c'est direction le chat ou discord ou le paopao café du forum pour toute autre demande, merci Modifié le 16 janvier 2018 par 7zxkv
zeenon Posté(e) le 24 janvier 2018 Posté(e) le 24 janvier 2018 (modifié) Can some post the instructions on which files to move where to change resolutions? The youtube video is no longer online, and if I copy the updated .exe in to the folder I get a shader error. From prior posts it looks like certain files need to move from c:\PC\aliens\DATA to c:\PC\aliens. Seems to be the case because if I move the whole folder it errors out but the resolution changes. Z Modifié le 24 janvier 2018 par zeenon
atrain9 Posté(e) le 2 mars 2018 Posté(e) le 2 mars 2018 Hello would anyone be able to provide an exit command for aliens?
aleweiss Posté(e) le 3 mars 2018 Posté(e) le 3 mars 2018 (modifié) Il 04/01/2018 Alle 00:50, argonlefou ha scritto: Dual Aimtrak is already working, I already updated DemulShooter. The game is exactly the same, only the target exe name has changed, it was quick Hi Can you explain how to set 2 gamepad on alien please? I use wiimote with touchmote and i get work only player 1 with mouse... i have trouble with player 2 to work When i use demulshooter i have a lot of error in debug file "screentoclient api error" "impossible to create the file, if the file already exist..." and nothing Happens...all value stay to zero (in demulshooter test mode i can see the trigger working) at the moment with your mouseenabler i can play with player 1 perfectly but p2 don't work anymore, with only launch the aliens dehasped and the 2 wiimote sets in touchmote on xbox360 gamepad player 1 stuck around in the 4 corners but player 2 works perfectly.... i'm very confused Thx Modifié le 4 mars 2018 par aleweiss
aleweiss Posté(e) le 4 mars 2018 Posté(e) le 4 mars 2018 Solved!!!! 2 wiimote with touchmote and demulshooter perfect working 1
Corvette47 Posté(e) le 5 mars 2018 Posté(e) le 5 mars 2018 How did you get this to work with two guns? When I use Mouse_Enabler 4.0, both AimTrak light guns are displaying as “left gun” when I configure them in the service menu of Aliens. How do you set one as the “right gun”? I’ve tried running DemelShooter for Aliens but this had no effect. I have each AimTrak set as a separate device ID and have properly set each one for player 1 and 2 inside the DemulShooter settings. Any tips on playing two player?
garfield63 Posté(e) le 5 mars 2018 Posté(e) le 5 mars 2018 Il y a 16 heures, aleweiss a dit : Solved!!!! 2 wiimote with touchmote and demulshooter perfect working Hi aleweiss, could you describe how you solved it, I never managed to get my 2 wiimotes to work with Aliens?
garfield63 Posté(e) le 5 mars 2018 Posté(e) le 5 mars 2018 Il y a 16 heures, aleweiss a dit : Solved!!!! 2 wiimote with touchmote and demulshooter perfect working Hi aleweiss, could you describe how you solved it, I never managed to get my 2 wiimotes to work with Aliens?
aleweiss Posté(e) le 5 mars 2018 Posté(e) le 5 mars 2018 Ok first don't use mousenabler only use demulshooter and aliens dehasped.exe to launch the game I have the game working in Windows 7 64bit without VM and the game is in C:\PC\.... In my case With Touchmote and wiimote i set both as xbox360 gamepad set demulshooter to launch as admin and/or disable the UAC setting demulshooter to working player 1 and player 2, in my case p1 is xinput1, p2 is xinput 2 try if the guns work in calibration (do you have to see the red and blu mark on triggering) now create a batch file Riportato demulshooter.exe -target=globalvr -rom=aliens (the batch file in my case is in the demulshooter folder) activate the guns before lunch the batch (to allow the demulshooter to see the xinput, if you activate the guns after sure don't work) launch the batch file and then "only" aliens dehasped.exe Enjoy
atrain9 Posté(e) le 5 mars 2018 Posté(e) le 5 mars 2018 Hello friends can anyone help me with the speed issue of the game ? mine is way to fast . Ive installed divx 6.0 and have an ati card....
aleweiss Posté(e) le 6 mars 2018 Posté(e) le 6 mars 2018 1 ora fa, atrain9 ha scritto: Hello friends can anyone help me with the speed issue of the game ? mine is way to fast . Ive installed divx 6.0 and have an ati card.... without divx 6 run normally?
Corvette47 Posté(e) le 6 mars 2018 Posté(e) le 6 mars 2018 Running DemulShooter as Admin fixed my issue. Two player mode working perfectly now! Thanks for the tip.
Mohkerz Posté(e) le 6 mars 2018 Posté(e) le 6 mars 2018 (modifié) Hello! Comme j'en discutais hier avec un mec sur 1CC, voici la dernière version du crack que j'avais fait ya déja un bon moment. Et pour ceux qui suivraient pas, pas besoin de VM ou d'images disque, de dongle ou d'émulateur, etc... juste le dossier du jeu... Donc le crack est toujours le meme et fonctionne bien, la nouveauté c'est que vous pouvez mettre le jeu ou vous voulez sur votre PC, et non plus dans "C:\PC\aliens\". Donc toujours placer cet exe à la racine du jeu et HOP! Parfait avec le ResChanger dispo... Voila le lien: ALIENS CRK v2 Allez a plus! Modifié le 6 mars 2018 par Mohkerz 3
razor1978 Posté(e) le 8 mars 2018 Posté(e) le 8 mars 2018 Can anyone point me in the right direction to get the Tekno Parrot version of "Senko no ronde duo" ??:)
Messages recommandés
Créer un compte ou se connecter pour commenter
Vous devez être membre afin de pouvoir déposer un commentaire
Créer un compte
Créez un compte sur notre communauté. C’est facile !
Créer un nouveau compteSe connecter
Vous avez déjà un compte ? Connectez-vous ici.
Connectez-vous maintenant