skandragon-DSP_Resource_Tracker icon

DSP Resource Tracker

Using dsptracker.flame.org, track resources, imports, and exports.

Last updated 2 years ago
Total downloads 4363
Total rating 10 
Categories Info
Dependency string skandragon-DSP_Resource_Tracker-1.1.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

xiaoye97-BepInEx-5.4.5 icon
xiaoye97-BepInEx

BepInEx5.4.5 mod plugin framework, Mod框架

Preferred version: 5.4.5

README

DSP Tracker Uploader

This project will pull data from inside Dyson Sphere Program in real time, and upload it to https://dsptracker.flame.org, for processing and display.

Currently, no user interaction is required after the initial mod installation and configuration is completed.

To use this mod, you must create an account on https://dsptracker.flame.org, and retrieve your upload token. This token must be placed into the mod's configuration.

As is common for many mods, you need to:

  1. Install BepInEx.
  2. Install this mod.
  3. Run the game once to create the mod's configuration file.
  4. Exit the game.
  5. Edit the configuraton to add your token.
  6. Run the game, and you should start seeing data uploaded to the web site.

This mod should not affect game play, specifically memory or FPS, as it does very little in the game thread. All uploads are performed in a thread just for that purpose, which while waiting on network traffic, does very little computation.