Dcop

From Sinden Lightgun
Jump to navigation Jump to search



Windows Game
Hardware: Steam
Download: Steam
License: Commercial
Game info
Developer: Anton Klock, John Eriksson
Released: 2023
Players: 1 Player
Type: FMV Rail shooter
DCOPgameplay.jpg

FMV Rail Shooter

Setup Guide

Download and Install the game from Steam

Since DCOP launches in full screen mode, you can press Alt + Enter to make it windowed (which allows for the border to show up).

No Crosshair Patch (By IntoShadows)

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

  1. Make a backup of the file: sharedassets1.assets located in the \DCOP_Data folder in case you ever want the crosshair back later on.
  2. Overwrite the original file (sharedassets1.assets) with the one you downloaded here.
  3. use nomousy to hide mouse cursor (see AHK sample below).
  4. play the game.

Sample AHK Script

SetWorkingDir D:\YOUR GAME DIR\

Run, D:\YOUR GAME DIR\DCOP.exe

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

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