Skip to content

Vadelius/swlsimNET

Repository files navigation

Build status Discord GitHub issues License MyGet tenant

SWLSim.Net

A combat simulator for the "Secret World Legends" game, written in C#.

results architechture

Features:

  • Total DPS display
  • Statistical view of spell breakdown, energy timeline, gimmick timeline and buff breakdown

Requirements:

1: .Net Core 2.0 SDK (https://www.microsoft.com/net/download/core)

2: Node.JS (https://nodejs.org/en/download/)

Installation:

Step 1: Clone the repository by visiting this link:

https://github.com/Vadelius/swlsimNET/archive/master.zip

or by command line (git required):

git clone https://github.com/Vadelius/swlsimNET

Step 2: Unzip the archive

Step 3: Open CMD or Powershell (Press Win+R on your keyboard to open it - then, type cmd or powershell and press Enter)

Step 4: Go to the project root folder/directory in CMD or Powershell (By using the 'cd' and 'dir' command)

Step 5 (This requires Node.JS) install all dependencies from package.json

npm install

Step 6: Run the project:

dotnet run

-> Done! 🎉 Now you have a local build of the repository running on http://localhost:xxxx