
Mods / WebCartographer
Category:
#Utility
Author: Th3Dilli
Side: Server
Created: Feb 26th at 9:28 AM
Last modified: Mar 8th at 1:12 PM
Downloads: 107
Follow Unfollow 12
Author: Th3Dilli
Side: Server
Created: Feb 26th at 9:28 AM
Last modified: Mar 8th at 1:12 PM
Downloads: 107
Follow Unfollow 12
Latest file:
WebCartographer_0.2.0.zip
This is a utility to export a web map from a savegame file (.vcdbs).
The final output can be hosted using nginx or apache or any other webserver.
Thanks to Drakker who made the website part of this project. vs-webmap
For help, discussion or suggestions join the Discord Server
Demo: Aurafury Ancient Paths Webmap
To create a webmap you will also need the client side color exported found here
WebCartographer color exporter
Further instructions on how to use it and set it up can be found on the repository readme.
Version | For Game version | Downloads | Release date | Changelog | Download |
---|---|---|---|---|---|
v0.2.0 | 38 | Mar 8th at 1:12 PM | Show | WebCartographer_0.2.0.zip | |
v0.1.0 | 69 | Feb 26th at 9:30 AM | Show | WebCartographer_0.1.0.zip |
apperently ther are some issues running verson 0.1.0 on Windows atm,
to get around those delete WebCartographer.exe.config
and copy everything from Lib64 next to the WebCartographer.exe
Also a note, I had to copy sqlite3.dll personally into the WC directory.
Config:
{
"Mode": 1,
"DatabaseFile": "C:\Users\admin\AppData\Roaming\VintagestoryData\Saves\default.vcdbs",
"OutputDirectory": "C:\Apache24\htdocs\vcmap",
"ExtractWorldMap": true,
"ExtractStructures": true,
"AbsolutePositions": false,
"ExportHeightmap": true,
"IgnoreSnowBelow": 0,
"ExportSigns": true,
"ExportUntaggedSigns": false,
"TileSize": 256,
"MaxDegreeOfParallelism": -1,
"ExportPgw": true
}
I can confirm the same error on Windows Server 2019
Looks like it's looking for a personal directory at "C:\Users\Tyron"
DemonBigj781
could you share your config?
preferable on discord (oh forgot to add the discord link)
i get this erroe when i set up the server
[Server Error] Failed opening savegame.System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
at System.Data.SQLite.UnsafeNativeMethods.sqlite3_config(Int32 op, SQLiteLogCallback func, IntPtr pvUser)
at System.Data.SQLite.SQLite3.StaticIsInitialized()
at System.Data.SQLite.SQLiteLog.Initialize()
at System.Data.SQLite.SQLiteConnection..ctor(String connectionString)
at Vintagestory.API.Common.SQLiteDBConnection.OpenOrCreate(String filename, String& errorMessage, Boolean requireWriteAccess, Boolean corruptionProtection, Boolean doIntegrityCheck) in C:\Users\Tyron\Documents\vintagestory\game\VintagestoryApi\Common\IO\SQLiteDBConnection.cs:line 76