Skip to content
Cromha edited this page Apr 30, 2024 · 59 revisions

bane-of-wargs

Welcome to the Bane-Of-Wargs wiki!

“Bane Of Wargs is a python text-game engine with pre-built plots and the ability to create custom plugins/mods that completely change the game content. The game is very customizable and you will find many in-game features: equipment upgrading, items orders, mounts training over time, xp gaining, hp gaining, etc. This provides a very customizable and enjoyable python terminal-text based RPG.

You will have to fight monsters and bossses to get keys to unlock new areas on the map. The map is divided into points, determined by x and y coordinates, allowing maps up to 128x128 wide (so up to 16,384 places to explore), and more will be available as the engine progresses.”

You have the ability to create mods/plugins that you can load in the main menu and the mod content will overwrite the vanilla content, which make you able to totally modify the story of the base game.

PLAYING BANE OF WARGS

CONTRIBUTING TO THE BASE GAME

MODDING GUIDES

These pages generally describe the game syntax in accordance with the yaml syntax, and explain various aspects of the game engine, so you can mod the game the best possible!

There may be possibility to choose either yaml or toml in the future. Maybe also json.

Additional Knowledge

ADDITIONAL GUIDES

Clone this wiki locally