1
0
mirror of https://github.com/koloml/vs-manual-cartography.git synced 2026-06-23 18:22:21 +00:00
KoloMl 2479c92ffb Initial commit from Vintage Story mod template
This commit adds dummy compass item wich will just send the angle into
the chat when you click RMB on it.
2026-05-10 03:11:00 +04:00

Vintage Story Manual Cartography

Draft version of mod containing a bunch of items to make it possible to make maps manually by hand. This mod is meant to be used as an alternative to just using regular world map.

Setup

In order to build this mod, you have to set up your development environment. This is mainly covered by the Vintage Story Wiki. But the most important part there is to add the Vintage Story diretcory into VINTAGE_STORY environment variable, just so your IDE could pick up the game classes from their DLLs.

As an example, on Linux, I'm using fish as my shell of choice and I have Vintage Story installed under ~/.local/share/vintagestory. So I had to add this entry into my fish config located under ~/.config/fish/config.fish:

export VINTAGE_STORY="$HOME/.local/share/vintagestory"

And after logging out and logging back in, IDE will start pick up Vintage Story's classes.

Description
In-development mod for manual cartography in Vintage Story.
Readme MIT 52 KiB
Languages
C# 97.2%
PowerShell 1.6%
Shell 1.2%