Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adm244 committed Sep 11, 2018
1 parent 75e0039 commit b952d74
Showing 1 changed file with 26 additions and 5 deletions.
31 changes: 26 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,44 @@ A plugin for Fallout 4 that allows to activate console commands through key pres
* Random batch execution
* Turning commands on\off
* Configurable in-game messages
* Support for 1.10.26 and 1.10.40 game versions
* Support for theoretically any game version
* Teleport command
* Timeout command
* Player death detection
* VATS detection
* Game pause detection
* Dialogue detection
* something else?

### Yet to be implemented
* Save\Load game commands
* Pre\Post batch execution save
* Support for steam version
* Support for more game versions

### Compilation
Compilation is done as a single unit, just assemble hooks.asm, compile main.cpp, link them and it should work.
To compile hook library you will need DirectX SDK installed.
For more details see tools/build.bat file.

### Installation
* Extract contents of a zip file (see release page) into root Fallout 4 folder (the one with Fallout4.exe).

Note that if you have steam version it will automatically update your game which could break this plugin.
In fact it already won't work with current version (see supported versions section) so you either downgrade your copy of a game or wait until new versions will be supported (support for 1.9.7 is also planned).
Note that that this plugin will not currently load into steam version (use external dll injector).

### Supported versions
Should work on most game versions (create an issue if it doesn't and specify problematic version).
List of versions that were tested is located below.

### Tested versions
* 1.10.111
* 1.10.106
* 1.10.98
* 1.10.82
* 1.10.75
* 1.10.64
* 1.10.50
* 1.10.40
* 1.10.26 (broken)
* 1.10.26

### How it works
There are two dll files:
Expand Down

0 comments on commit b952d74

Please sign in to comment.