Skip to content

ss14 maxcap calculator tool, intended for personal use and not well-coded

Notifications You must be signed in to change notification settings

kurokoTurbo/atmosim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

129 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage instructions

Getting a ready release

  1. Go to the releases tab (.../atmosim/releases)
  2. Get the latest release depending on your system

Compiling it yourself (will run faster)

  1. Ensure you have git, make and a C++ compiler installed
  2. Clone the repository with submodules:
git clone --recursive https://github.com/ilya246/atmosim
cd atmosim
  1. Build using the Makefile:
make

Running

  1. Open a console (on Windows press win+r then type in cmd), then cd .../path/to/atmosim, path/to/atmosim being its location on your disk
  2. Run atmosim -h or atmosim.exe -h
  3. Refer to the help readout for further usage instructions

About

ss14 maxcap calculator tool, intended for personal use and not well-coded

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.5%
  • Makefile 4.5%