Skip to content

inkyblackness/reactor-rng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InkyBlackness Reactor RNG

This is a tool as part of the InkyBlackness project, written in Go. It randomizes the reactor code of save-game files that specific versions of the "System Shock Enhanced Edition" set to a static value.

Usage

When multiple files are modified in one go, they all receive the same code.

Usage:
   reactor-rng <savefile>...
   reactor-rng -h | --help
   reactor-rng --version

Options:
   -h --help              Show this screen.
   --version              Show version.

Example:

C:\Folder\To\Game\Data> reactor-rng SAVGAM00.DAT SAVGAM01.DAT

Processing <C:\Folder\To\Game\Data\SAVGAM00.DAT>...
Reading file.
Modifying game state.
Changing code.
Applying code where it is needed on Citadel.
Saving file.
Done.

Processing <C:\Folder\To\Game\Data\SAVGAM01.DAT>...
Reading file.
Modifying game state.
Changing code.
Applying code where it is needed on Citadel.
Saving file.
Done.

License

The project is available under the terms of the New BSD License (see LICENSE file).

About

Randomize the reactor code of save-game files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages