Skip to content

sajeetharan/swlsimNET

 
 

Repository files navigation

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 58.4%
  • CSS 29.9%
  • TypeScript 5.5%
  • HTML 3.7%
  • JavaScript 2.5%