Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.43 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.43 KB

java-nightfall

A clone of SPYBOT: The nightfall incident in Java. Originally forked from https://code.google.com/p/java-nightfall/ (now available at https://github.com/stravant/java-nightfall)

This forks improves the game by adding most of the features found in the original Spybot game, including shops, messages, healing and grid modifying (BitMan attack). The zones are the most important lacking feature.

Resource Packs

Unzip these in ~/.nightfall/AddOns/.

  • NightfallPack: Contains textures from the original The Nightfall Incident.
  • DevPack: Contains tutorial and remakes of levels from the original game.
  • HackerBases: A small story of a hacker whose employer's servers are corrupted.
mkdir -p ~/.nightfall/AddOns
cd ~/.nightfall/AddOns
wget https://www.kaivos.org/pelit/{NightfallPack,DevPack,HackerBases}.zip
unzip NightfallPack.zip
unzip DevPack.zip
unzip HackerBases.zip

The game will not work without NightfallPack and DevPack! If you launched the game before installing them, remove ~/.nightfall/SaveData.json and install the packs.

Compiling

There is a prebuilt version: nightfall.jar.

make nightfall.jar

Running

java -cp nightfall.jar game.WMain