Skip to content

This is a tool for displaying status of outbreak file game, only work on Japanese version.

Notifications You must be signed in to change notification settings

madgamer98/OutbreakTracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

126 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OutbreakTracker

Tracker program for the ps2 Outbreak games.

image

How to use releases

  1. Extract the Outbreak Tracker release zip file into a folder
  2. Run OutbreakTracker.exe
  3. You can press F1 to toggle a help menu with multiple hotkeys for different things

if can't see anything in the program, you need update video card driver.

How to build

  1. Clone luaJIT: https://github.com/LuaJIT/LuaJIT/ and extract it to a folder
  2. Open up the Outbreak Tracker.sln file
  3. Tools -> Command Line -> Developer Command Prompt
  4. You might need to configure the Developer Command Prompt to compile to 64bit. You will want to run the vcvars64.bat inside the Developer Command Prompt. It's default location for Visual Studio 2022 is here: C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat
  5. cd into the luaJIT/src folder and run msvcbuild.bat
  6. Copy the newly created lua51.lib into the OutbreakTracker/Outbreak Tracker/lib/x64/
  7. You should now be able to compile the DLL in Visual Studio with Build -> Build Solution. The DLL will be located in OutbreakTracker\Build\Release\x64\luaoutbreaktracker.dll
  8. Place the DLL and the OutbreakTracker/Outbreak Tracker/lua folder into your love2d folder and run love lua or alternatively build an exe with love2d's instructions here: https://love2d.org/wiki/Game_Distribution

Credits

Program: Fothsid, killme, phoe-nix, madgamer98

Thanks: morshi, alyssaprimp

Translations

Russian: FAILING FORWARD, Damin72

About

This is a tool for displaying status of outbreak file game, only work on Japanese version.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 61.1%
  • C 38.9%