Summoning Wars

From Libregamewiki
Jump to navigation Jump to search
Summoning Wars
GenreRPG
Latest release0.5.8
Release dateMay 3rd, 2014
DevelopersLastmerlin, Kalimgard and others
Code licenseGNU GPL v3
Media licenseCC-BY-SA 3.0
EngineOGRE
P. languageC++
Contribute
Summoning Wars is a free game. This means that the source code is available to be studied, modified, and distributed. Most projects look for help with testing, documentation, graphics, etc., as well.

Summoning Wars is an action role-playing game with 3D graphics, which can be played in a single-player or in a multiplayer mode for 2 to 8 players.

Players can choose one of 4 playable classes, each with unique skill tree. There are many types of enemies and collectible items. Players will take part in a story told by cutscenes and scripted events and can take some side-quests as well. The game world is split into areas, where some of them are predefined, while others are randomly generated on each play.

Controls[edit]

The game is controlled with a mouse and a keyboard. Mouse is used for character movement, combat and environment interaction, while keyboard shortcuts can be used for things like opening the inventory or quick use of consumables.

Gameplay[edit]

After creating their character and selecting one of the 4 playable classes (Archer, Mage, Priest or Warrior), players can start the game. First part of it works like a tutorial and some mechanics of the game are optionally explained to player. Eventually, players will advance in the story and meet several NPCs.

Players gain experience for defeating enemies and when they gain enough, their level raises. When this happens, they receive attribute points to spend on improving their attributes (like Strength or Willpower). Occasionally, players receive on level-up skill point as well, which allows them to unlock new skills.

Players can collect gold and items from defeated enemies. Gold can be used for getting better equipment and supplies. Items like armours, weapons, rings and amulets can be worn and improve player's combat strength, while potions can be used for quick health restoration. Unwanted items can be sold to merchants for gold.

The game also features a player respawn mechanics and a waypoint system. These mechanics are used and explained in game's story.

Used technology[edit]

Summoning Wars are using custom engine written in C++ with Boost libraries. The engine uses OGRE for 3D graphics and CEGUI for UI rendering. Multiplayer networking is using Enet library in the background. Game data is described with XML files, which may contain Lua code for additional logic.

Project state[edit]

As of time writing this article (June 2021), the project seems abandoned for roughly 7 years now. While the game code and data is available on SourceForge[1], original homepage and forums seem not to be accessible anymore (but are archived on Wayback Machine[2]).

Source code and all assets are available (under GPLv3 and CC-BY-SA 3.0, respectively[3]), as well as binaries for Windows. The game can still be successfully compiled on Linux.

Current latest release of the game is version 0.5.8.

References[edit]