darkphoenixfox Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 (modifié) 2 minutes ago, Jayinem said:  May I ask where did you change those values? Or do you mean you changed them in your own gun's settings? From the video (I think Tiberius made that video): Time Crisis 5\TC5\Engine\Config\BaseInput.ini  line 37 from Bindings=(Name="MouseX",Command="Count bXAxis | Axis aMouseX") to Bindings=(Name="MouseX",Command="Axis aMouseX Speed=0.05")  line 38 from Bindings=(Name="MouseY",Command="Count bYAxis | Axis aMouseY") to Bindings=(Name="MouseY",Command="Axis aMouseY Speed=0.05") instead of 0.05 and 0.05 I used 0.03 and 0.015 for a 16:9 1920x1080 screen Modifié le 31 août 2020 par darkphoenixfox Lien vers le commentaire Partager sur d’autres sites More sharing options...
darkphoenixfox Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 By the way the game works in ultrawide resolutions (32:9) but there are parts of the HUD messages all the time on the sides and the vertical FOV is too narrow. Lien vers le commentaire Partager sur d’autres sites More sharing options...
llll55 Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 I use tiberius great method, but its still not perfect on when i use the dolphin bar...the cursor itself is very shaky, but it still a lot better than it was before.  Lien vers le commentaire Partager sur d’autres sites More sharing options...
Invité R.R.Z. Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 (modifié) 13 minutes ago, darkphoenixfox said: Hopefully someone will figure out what the bindings are for absolute mouseX mouseY, I have checked the UE4 documentation but no luck. I got the best accuracy with 0.3 X and 0.15 Y values Using those values whats the difference between this and the accuracy of the mouse is the crosshair move too fast? Modifié le 31 août 2020 par R.R.Z. Lien vers le commentaire Partager sur d’autres sites More sharing options...
Invité Jayinem Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 (modifié) Cool that helped a little bit. Here is the script I use (not my script) I'm only adding on the part about nomousy, which removes the mouse cursor in game as I don't know of another way. It's optional but I don't like mouse cursors in my lightgun games.. If you want to do it just download the zip and add both files to the same directory as this script and change the location as needed. It should remove cursor only in game and bring it back after you close game but if it doesn't come back just run nomousy.exe. and it will return. The script makes coin 5 and crosshairs 1 on keyboard, and binds cover buttons to your gun/mouse. I think crosshairs helps with this less than perfect calibration.  run, "Replace this with your path to Time Crisis 5 folder\Time Crisis 5\TC5\Binaries\Win64\TimeCrisisGame-Win64-Shipping.exe" -NOINI -Language=JPN -playside=1 run nomousy.bat MButton::y RButton::t 5::<+t 1::<+h Escape::   Process,Close,TimeCrisisGame-Win64-Shipping.exe   Run,taskkill /im "TimeCrisisGame-Win64-Shipping.exe" /F   ExitApp return  Runwait nomousy.exe ExitApp  nomousy.zip Modifié le 31 août 2020 par Jayinem Lien vers le commentaire Partager sur d’autres sites More sharing options...
darkphoenixfox Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 Also, there is a moment when you die and you get the continue screen where you can see both the menu crosshair with perfect tracking and the loader crosshair with relative tracking. Lien vers le commentaire Partager sur d’autres sites More sharing options...
darkphoenixfox Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 2 minutes ago, Jayinem said: which removes the mouse cursor  Using the Game Loader All RH from that video I dont see the mouse cursor at all Lien vers le commentaire Partager sur d’autres sites More sharing options...
darkphoenixfox Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 4 minutes ago, R.R.Z. said: Using those values whats the difference between this and the accuracy of the mouse is the crosshair move too fast? I don't understand the question :/ Lien vers le commentaire Partager sur d’autres sites More sharing options...
Invité Jayinem Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 2 minutes ago, darkphoenixfox said:  Using the Game Loader All RH from that video I dont see the mouse cursor at all  That's cool, but I personally find Game Loader to just be a headache. Lien vers le commentaire Partager sur d’autres sites More sharing options...
Invité R.R.Z. Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 Just now, darkphoenixfox said: I don't understand the question :/ You wrote its not the same as using the mouse how so? Is it too fast not accurate or something else? Lien vers le commentaire Partager sur d’autres sites More sharing options...
llll55 Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 You can also disable some annoying settings like motion blur and etc...in "BaseSystemSettings" inside the config folder. Lien vers le commentaire Partager sur d’autres sites More sharing options...
Invité Jayinem Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 (modifié) Someone good with AHK do you know how to tell the script to press Keyboard 1 when running the game I want crosshairs on automatically without pressing 1 which is how my script is set. thnx Modifié le 31 août 2020 par Jayinem Lien vers le commentaire Partager sur d’autres sites More sharing options...
darkphoenixfox Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 4 minutes ago, R.R.Z. said: You wrote its not the same as using the mouse how so? Is it too fast not accurate or something else?  The EMS lightgun I use has a redpoint laser option. During the menus the crosshair in the game follows the laser perfectly all the time. Once the game starts the cursor behaves like a Wiimote or a wii gun game, tracking is not accurate and cursor drifts. Sometimes i'm aiming for the center of the screen and the crosshair is 3/4 in a corner. Need to aim outside the screen and back in to get better alignment again.  With those values I get a more or less accurate movement from the gun to the cursor, but the tracking still drifts and I need to aim outside to re-align.  If that is not clear enough I think I can make a video Lien vers le commentaire Partager sur d’autres sites More sharing options...
darkphoenixfox Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 Just now, Jayinem said: Someone good with AHK do you know how to tell the script to press Keyboard 1 when running the game I want crosshairs on automatically without pressing 1 which is how my script is set. thnx  something like Winwaitactive, <game window title> send, 1  or do a sleep for the number of ms you want to wait before the send 1 Lien vers le commentaire Partager sur d’autres sites More sharing options...
Invité Jayinem Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 Does this happen for anyone else only sometimes I will enter coins and it will either go directly to the stage select which is good, but sometimes it will say step on the pedal to start and the buttons I have for it doesn't work. Lien vers le commentaire Partager sur d’autres sites More sharing options...
Invité R.R.Z. Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 (modifié) 8 minutes ago, darkphoenixfox said:  The EMS lightgun I use has a redpoint laser option. During the menus the crosshair in the game follows the laser perfectly all the time. Once the game starts the cursor behaves like a Wiimote or a wii gun game, tracking is not accurate and cursor drifts. Sometimes Thanks for the info i know how to do that but I probably play it with a mouse and not my aimtrak lightgun although I’m thankful for everyone that tried to fix this Modifié le 31 août 2020 par R.R.Z. Lien vers le commentaire Partager sur d’autres sites More sharing options...
Invité Jayinem Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 7 minutes ago, darkphoenixfox said:  something like Winwaitactive, <game window title> send, 1  or do a sleep for the number of ms you want to wait before the send 1  I tried this  Winwaitactive, <TimeCrisisGame-Win64-Shipping.exe> Sleep 9999 send, 1  Doesn't work for some reason. Lien vers le commentaire Partager sur d’autres sites More sharing options...
darb0918 Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 (modifié) Tried Tiberius’ mouse binding edits on my Arcade1Up Star Wars cab. works (kind of) just have to use joy2key to set the analog controls to move the mouse.  Displayed on a 4:3 aspect ratio by changing the game resolution to 1280x960 in: \Time Crisis 5\TC5\TimeCrisisGame\ConfigDefaultSystemSettings.ini    Modifié le 31 août 2020 par darb0918 Lien vers le commentaire Partager sur d’autres sites More sharing options...
snektony50000 Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 Hello everyone! I downloaded the game, set "Run as Administrator" and also ticked "disable fullscreen optimazation settings" It still doesn't work. I am continuing to receive this error: The application was unable to start correctly (0xc0000007B)  I wonder if there's anything I'm doing wrong. Can anyone help me? I really would like to play Time Crisis 5. Lien vers le commentaire Partager sur d’autres sites More sharing options...
darkphoenixfox Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 9 minutes ago, Jayinem said: Does this happen for anyone else only sometimes I will enter coins and it will either go directly to the stage select which is good, but sometimes it will say step on the pedal to start and the buttons I have for it doesn't work.  Only when I press the coin keys before the Bandai logo Lien vers le commentaire Partager sur d’autres sites More sharing options...
darb0918 Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 16 minutes ago, darkphoenixfox said:  something like Winwaitactive, <game window title> send, 1  or do a sleep for the number of ms you want to wait before the send 1 good plan but I think you’ll still want to have a dedicated button or command bound to Shit+H. I think the crosshair turns off in between some levels and you’ll want to be able to toggle it back on again Lien vers le commentaire Partager sur d’autres sites More sharing options...
darkphoenixfox Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 Just now, darb0918 said: good plan but I think you’ll still want to have a dedicated button or command bound to Shit+H. I think the crosshair turns off in between some levels and you’ll want to be able to toggle it back on again  Yes the Crosshairs turn off after each level. 1 Lien vers le commentaire Partager sur d’autres sites More sharing options...
Invité Jayinem Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 (modifié) 8 minutes ago, snektony50000 said: Hello everyone! I downloaded the game, set "Run as Administrator" and also ticked "disable fullscreen optimazation settings" It still doesn't work. I am continuing to receive this error: The application was unable to start correctly (0xc0000007B)  I wonder if there's anything I'm doing wrong. Can anyone help me? I really would like to play Time Crisis 5.  Are you running TimeCrisisGame-Win64-Shipping.exe in Time Crisis 5\TC5\Binaries\Win64\ ?  You should not need to run as admin or disable fullscreen optimization or any of that. Modifié le 31 août 2020 par Jayinem Lien vers le commentaire Partager sur d’autres sites More sharing options...
darkphoenixfox Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 @Jayinem  Try:  WinWaitActive, ahk_class LaunchUnrealUWindowsClient send, 1  but you will need to reactivate crosshair at the beginning of each level.  GameLoader binds it to right mouse button Lien vers le commentaire Partager sur d’autres sites More sharing options...
Invité Jayinem Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 Oh well, if you have to do it after each level it kind of defeats the purpose. Not a big deal. Lien vers le commentaire Partager sur d’autres sites More sharing options...
KamiNeko Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 (modifié) Anyway I want to know how to change the language ? Modifié le 31 août 2020 par KamiNeko Lien vers le commentaire Partager sur d’autres sites More sharing options...
darkphoenixfox Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020  Here you can see the cursor following the red dot during the menus and in-game. I also adjusted the mouseY value to 0.018 after this and it's slightly better. 1 Lien vers le commentaire Partager sur d’autres sites More sharing options...
snektony50000 Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 11 minutes ago, Jayinem said:  Are you running TimeCrisisGame-Win64-Shipping.exe in Time Crisis 5\TC5\Binaries\Win64\ ?  You should not need to run as admin or disable fullscreen optimization or any of that. Yes I am clicking on it but its not loading. Lien vers le commentaire Partager sur d’autres sites More sharing options...
Invité Jayinem Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 (modifié) 8 minutes ago, snektony50000 said: Yes I am clicking on it but its not loading.  Not sure  Redownload the entire game and retry Check your virus protection it could be messing with it.  Other than that I don't know.  Oh you're supposed to use the start.bat. I forgot because I use AHK scripts to start it always. Modifié le 31 août 2020 par Jayinem Lien vers le commentaire Partager sur d’autres sites More sharing options...
snektony50000 Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 3 minutes ago, Jayinem said:  Not sure  Redownload the entire game and retry Check your virus protection it could be messing with it.  Other than that I don't know.  Oh you're supposed to use the start.bat. I forgot because I use AHK scripts to start it always. Okay great.. I will try and disable my antivirus. I think you're right. Otherwise it should be working. if it doesn't work again, I'll just unzip the file again and try again. Thank you! Lien vers le commentaire Partager sur d’autres sites More sharing options...
Invité Jayinem Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 Try the start.bat. Lien vers le commentaire Partager sur d’autres sites More sharing options...
snektony50000 Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 2 minutes ago, Jayinem said: Try the start.bat. Same error :( I've tried everything. Does it have to do with my GPU? maybe it doesn't work on Windows 10? Lien vers le commentaire Partager sur d’autres sites More sharing options...
darkphoenixfox Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 Just now, snektony50000 said: Same error :( I've tried everything. Does it have to do with my GPU? maybe it doesn't work on Windows 10?  Running on Windows 10 here.  What is your GPU? Lien vers le commentaire Partager sur d’autres sites More sharing options...
snektony50000 Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 1 minute ago, darkphoenixfox said:  Running on Windows 10 here.  What is your GPU? NVIDIA RTX 2060. How about you? Lien vers le commentaire Partager sur d’autres sites More sharing options...
Invité Jayinem Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 LOL that can run just about anything even next gen games, so it's not that. I have a GTX 1650. It's probably your antivirus I guess. Type virus in the search bar and see if it deleted any files. Lien vers le commentaire Partager sur d’autres sites More sharing options...
snektony50000 Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 1 minute ago, Jayinem said: LOL that can run just about anything even next gen games, so it's not that. I have a GTX 1650. It's probably your antivirus I guess. Type virus in the search bar and see if it deleted any files. That's what I figured. I bought it for nearly $400 so I could run DDR, GTA IV, Call Of Duty, Battlefield etc.. I disabled my antivirus and checked to make sure it didn't delete anything, and it didn't show any files being deleted. Lien vers le commentaire Partager sur d’autres sites More sharing options...
Invité Jayinem Posté(e) le 31 août 2020 Partager Posté(e) le 31 août 2020 (modifié) Unless you have corrupted files on your PC then I have no idea. I'm pretty sure it's on your end though. I never had any problems running it only problems using a Lightgun at first. Modifié le 31 août 2020 par Jayinem Lien vers le commentaire Partager sur d’autres sites More sharing options...
Messages recommandés
Veuillez vous connecter pour commenter
Vous pourrez laisser un commentaire après vous êtes connecté.
Connectez-vous maintenant