Skip to content
forked from darkf/darkfo

DarkFO, a post-nuclear RPG remake

License

Notifications You must be signed in to change notification settings

shahovkit/darkfo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DarkFO

Is Fork with clarification versions of dependencies and minor fixes

Installation

To use this, you'll need a few things:

  • A licensed copy of Fallout 2 (Installed via Steam)

  • Python 2.7 (Installed via sudo apt install python2.7)

  • PIP 20.3.4 (Installed via wget https://bootstrap.pypa.io/pip/2.7/get-pip.py and sudo python2.7 get-pip.py)

  • [Pillow] and [NumPy] (Installed via pip install -r requirements)

  • (Optional) NodeJS (Istalled via npm install -g [email protected]).

  • (Optional) TypeScript compiler v3.0.1 (Istalled via npm install -g [email protected]).

Open a command prompt inside the DarkFO directory, and then run:

python2.7 setup.py path/to/Fallout2/installation/directory

(Optional) Then run tsc to compile the source code.

  • Also you need any html server (express e.g.) for sharing files in index.html

About

DarkFO, a post-nuclear RPG remake

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 45.2%
  • JavaScript 44.6%
  • Python 6.6%
  • CSS 1.8%
  • HTML 1.3%
  • Swift 0.5%