-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
CppAndre
committed
Jan 27, 2018
1 parent
8ab1857
commit de19218
Showing
51 changed files
with
2,735 additions
and
1,634 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// PreyRun V.1.0.5.1 Standard Config | ||
// PreyRun V1.6.0 Standard Config | ||
// | ||
|
||
// RTA - Real Time Attack settings | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,29 @@ | ||
# How to install | ||
# PreyRun 1.6.0 | ||
PreyRun is a speedrunning focused mod the video game Prey (2006) created by Human Head Studio. | ||
The mod can interact with [LiveSplit](https://livesplit.github.io/) using the [PreySplit](https://github.com/AMS21/LiveSplit.PreySplit) addon. | ||
|
||
## Installing as a mod | ||
- Download [PreyRun.rar](https://github.com/CppAndre/PreyRun/releases/download/V1.0.5.1/PreyRun.rar) or [PreyRun - without configs.rar](https://github.com/CppAndre/PreyRun/releases/download/V1.0.5.1/PreyRun.-.Without.Configs.rar) | ||
- Extract the file from the archive somewhere (game00.pk4, description.txt, ...) | ||
# Video of the mod in action | ||
[](http://www.youtube.com/watch?v=UsfWV4P1Dqc) | ||
|
||
# Features | ||
* Automatic timing of runs without loading times | ||
* Timer recovery when the game should crash | ||
* In-game visualization of past runs called [Ghosting](https://youtu.be/Um7RdCR-3kI) | ||
* Extra hud elements like speedometer or the timer | ||
* Quality of life features like loading the most recent savegame or muting all jukeboxes | ||
* Utilities to make routing and testing easier | ||
|
||
For a list of all available commands and console variables have a look at the [wiki page](https://github.com/AMS21/PreyRun/wiki/Console-commands-and-variables) | ||
|
||
## Installation | ||
- Download [PreyRun](https://github.com/AMS21/PreyRun/releases/latest) | ||
- Extract the file from the archive somewhere | ||
- In your Prey root folder (where Prey.exe and PreyDed.exe are located) create a new folder called 'PreyRun' | ||
- Copy the files you have extracted previously to the newly created sub folder 'PreyRun' | ||
- Your folders shoud look something like [this](https://imgur.com/a/4SxWX) | ||
|
||
## Creating a shortcut | ||
### Creating a shortcut | ||
- Create a shortcut to "Prey.exe" | ||
- Right click on the shortcut -> Properties | ||
- at "Target" add "+set fs_game PreyRun" at the end | ||
- The "Target" field coud look like this : "D:\Prey\PREY.exe +set fs_game PreyRun" | ||
- Save | ||
- The "Target" field should look something like this : "D:\Prey\PREY.exe +set fs_game PreyRun" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.