Skip to content

Xantiem/FSTW-Prices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FSTW-Prices

Calculator for trading materials

How to install:

Windows:

  1. Download Win32_FSTW_Prices.zip
  2. Extract the file to a location to keep it in
  3. Go to FSTW_prices.exe, right click, create shortcut. Drag shotcut to Desktop or to C:\ProgramData\Microsoft\Windows\Start Menu\Programs to make it appear in the start menu
  4. Double click to run. Done!
  5. To remove, simply delete the FSTW_Prices folder and the shortcuts

Linux/Mac or if you have Python installed:

  1. Download Linux.zip
  2. Extract the zip file
  3. Run python3.X FSTW_Prices.py (or double click under Windows) in terminal

Building from source:

  1. Download source
  2. Open terminal
  3. Run python3.X setup.py build, or on Windows python setup.py build for .exe or python setup.py bdist_msi for msi

Important: please note that some unnecessary packages were manually modified or removed to reduce space. The size of the final build generated by the setup script will be larger than that of the prebuilt binary.

Modifying values

You can add, remove or modify values in the calculator, by modifying values in the FSTW_Prices.json file. It always follows this format:

{
    "name1":value,
    "name2":value,
    "name3":value,
}

Where name is the name of the material, and value is the material's relative value, where 0 is worth nothing, and 10 is the value of Sunbeam

Troubleshooting:

Application doesn't start

Please check that FSTW_prices.json is located in the same folder as the exe Try removing FSTW_Prices, and adding it again

Error message appears

Please ensure the file system is not changed. Try removing FSTW_Prices, and adding it again

About

Calculator for trading materials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages