Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

ropufu/settlers_online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

settlers_online

This repository has been archived, and will no longer be updated or maintained.

This is a collection of tools for simulating combat in The Settlers Online. Currently, it consists of three major components:

  • C++ header library describing combat mechanics (settlers_online).
  • Native command-line version of the simulator (black_marsh) based on aforementioned C++ headers, that can be compiled on Linux, Mac, or Windows.
  • Windows-only .NET GUI for the simulator (LeytePond) that calls the command-line application for actual simulations.

The compiled GUI version requres an x64 Windows system with .NET Framework 4.7, and the latest version of Visual C++. The main executable is LeytePond.exe. To run it, download the following folders:

  • bin folder, containing executables, binaries, etc.;
  • maps folder, containing description of units and maps;
  • faces folder, containing images for unit types;
  • skills folder, containing images for skills.
///////|////////////////////////|
///|//////"--,-------;\\\|\\|\\\\
//|///////    ______   \\\|\\\\|\
////////|    |      |   |\\\\\\\\
////// //   | o = 0 |   \\\ \\\\\
//||   ||   \       /    ||   |||
//||.".||||||||||||||||||||" .|||
///////////|////|||//|\\\\\\\\\\|

About

Combat simulator for The Settlers Online

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages