Difference between revisions of "Time Crisis Training"

From Sinden Lightgun
Jump to navigation Jump to search
Line 37: Line 37:
 
Run, D:\YOUR NOMOUSY DIR\nomousy.exe /hide
 
Run, D:\YOUR NOMOUSY DIR\nomousy.exe /hide
  
5::RButton
+
5::RButton ;will make 5 key press as if it was right mouse button. you can set 5 to any key you'd like
  
 
Esc::
 
Esc::

Revision as of 20:28, 16 March 2024



Windows Game
Hardware: itch.io
Download: itch.io
Game info
Developer: djidane535
Players: 1 Player
Type: On-Rails Shooter, Target Shooting
Time Crisis Training Title Shot.jpg
Time Crisis Training Gameplay Shot.jpg

Time Crisis Training is a Time Crisis Inspired Target shooting video game created by djidane535 and is free to download on itch.io

Setup Guide

Download and extract the "Time_Crisis_VR_Training-desktop" version from: itch.io itch.io

No Crosshair Patch (By IntoShadows)

You can also remove the crosshair from the game by downloading this file: Google Drive

Make a backup of this file: globalgamemanagers.assets located in the \Time Crisis VR_Data folder in case you ever want the crosshair back later on
Overwrite the original file with the one you downloaded here.


Use nomousy to hide the windows cursor


play the game.

Sample AHK Script

SetWorkingDir D:\YOUR GAME DIR\

Run, D:\YOUR GAME DIR\Time Crisis VR.exe

Run, D:\YOUR NOMOUSY DIR\nomousy.exe /hide

5::RButton  ;will make 5 key press as if it was right mouse button. you can set 5 to any key you'd like

Esc::
    Process,Close,Time Crisis VR.exe
    Run,taskkill /im "Time Crisis VR" /F
    Run, D:\YOUR NOMOUSY DIR\nomousy.exe
    sleep, 500
    ExitApp
return