Difference between revisions of "WorldForge"

From Stormhalter
Jump to: navigation, search
(Created page with "TODO: Wiki-fy this document: [https://docs.google.com/document/d/e/2PACX-1vS3rupEPDQZE6ppWqNoS4zVyfK7iRV6Lx7ujF4G3zr5yNmEojZ1Uq6X-NoG0g6e_2wQVxmfGUk6BfV_/pub '''WorldForge Qui...")
 
Line 1: Line 1:
TODO: Wiki-fy this document:
TODO: Wiki-fy this document:
[https://docs.google.com/document/d/e/2PACX-1vS3rupEPDQZE6ppWqNoS4zVyfK7iRV6Lx7ujF4G3zr5yNmEojZ1Uq6X-NoG0g6e_2wQVxmfGUk6BfV_/pub '''WorldForge Quickstart''']
[https://docs.google.com/document/d/e/2PACX-1vS3rupEPDQZE6ppWqNoS4zVyfK7iRV6Lx7ujF4G3zr5yNmEojZ1Uq6X-NoG0g6e_2wQVxmfGUk6BfV_/pub '''WorldForge Quickstart''']
<div>
Legends of Kesmai is survived by re-creation projects, such as Lands of Kesmai and Stormhalter. While the former has implemented the original-game segments ([[Axe Glacier]], [[Kesmai]], [[Leng]], [[Oakvael]], [[Praetoseba]], [[Underkingdom]]) and advanced-game segments ([[Annwn]], [[Shukumei]], [[Rift Glacier]], [[Torii]]), it has not introduced any unexplored segments. Stormhalter was created with the goal to adventure beyond just the known lands; for that reason, the project team developed WorldForge for players to create new segments.
Kesmai.WorldForge.exe is located in the same directory as the game client, Kesmai.Client.exe. All segments are managed through a project file with the extension "mapproj." This file format in in XML and is human-readable to better understand changes made by multiple users. All segments currently open-sourced are available on [https://github.com/jkachhad/Stormhalter, Github]. These segments may change from open-source to closed-source to prevent new content from spoiling. No point to an adventure if you know the challenges ahead.
WorldForge allows for the editing of map terrain, interesting locations, subregions, creature spawns, and randomized treasures. We'll go over each aspect below along with the UI elements.
</div>

Revision as of 04:04, 22 June 2021

TODO: Wiki-fy this document: WorldForge Quickstart


Legends of Kesmai is survived by re-creation projects, such as Lands of Kesmai and Stormhalter. While the former has implemented the original-game segments (Axe Glacier, Kesmai, Leng, Oakvael, Praetoseba, Underkingdom) and advanced-game segments (Annwn, Shukumei, Rift Glacier, Torii), it has not introduced any unexplored segments. Stormhalter was created with the goal to adventure beyond just the known lands; for that reason, the project team developed WorldForge for players to create new segments.

Kesmai.WorldForge.exe is located in the same directory as the game client, Kesmai.Client.exe. All segments are managed through a project file with the extension "mapproj." This file format in in XML and is human-readable to better understand changes made by multiple users. All segments currently open-sourced are available on Github. These segments may change from open-source to closed-source to prevent new content from spoiling. No point to an adventure if you know the challenges ahead.

WorldForge allows for the editing of map terrain, interesting locations, subregions, creature spawns, and randomized treasures. We'll go over each aspect below along with the UI elements.