TAGC / swlsimNET

Combat-Simulator for Secret World Legends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SWLSim.Net

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

results

Features:

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

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 the .NET Core SDK/CLI) Restore the project:

dotnet restore

Step 5: Run the project:

dotnet run

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

About

Combat-Simulator for Secret World Legends

License:Other


Languages

Language:CSS 59.7%Language:C# 39.9%Language:JavaScript 0.4%