Skip to content
Joshua Moon edited this page Oct 9, 2018 · 1 revision

Tseng

A live display for Final Fantasy VII

Setup

  • Install Microsoft .NET Framework 4.6.2 (if you don't already have it)
  • Download the latest release of Tseng
  • Launch Final Fantasy VII
  • Launch Tseng.exe
  • Confirm any required options (mods, etc)
  • Open http://localhost:5000 in your browser
  • Play Final Fantasy VII

Extending

You can add new mods to Tseng easily. You only need to worry about mods that add, remove, or change Materia, Weapons, Armor, or Accessories. And you only need to worry about the changed items; anything unchanged can be ignored!

Take a look at the default data files (located in Data/Default). Take a copy of this directory, and name it as you wish. It should look something like

Tseng.exe
....
Data/
  + your-mod/
      + accessories.json
      + armlets.json
      + materia.json
      + weapons.json

Once added, when you start Tseng, you should see your-mod as a database option. It will always load default, and then load your-mod afterwards, applying any changes you've added. If your mod only changes the Buster Sword, for example, you only need to add the new Buster Sword entry to weapons.json, and can omit the other files.

Clone this wiki locally