No description
Find a file
2020-03-04 23:31:04 +01:00
bin First release 2020-03-03 17:37:35 +01:00
examples add screenshot 2020-03-03 18:02:26 +01:00
public less and more constrasting colours, allow HeadRenderer to fail 2020-03-04 23:31:04 +01:00
script First release 2020-03-03 17:37:35 +01:00
src less and more constrasting colours, allow HeadRenderer to fail 2020-03-04 23:31:04 +01:00
storage Add tiles to lfs 2019-03-17 16:31:00 +01:00
.gitattributes Add tiles to lfs 2019-03-17 16:31:00 +01:00
.gitignore less and more constrasting colours, allow HeadRenderer to fail 2020-03-04 23:31:04 +01:00
package.json First release 2020-03-03 17:37:35 +01:00
README.md add screenshot 2020-03-03 18:02:26 +01:00
webpack.config.js First release 2020-03-03 17:37:35 +01:00
yarn.lock First release 2020-03-03 17:37:35 +01:00

nwahmap

You N'wah really need a map to get around?

Nwahmap is a companion site for NwaHTTP the tes3mp plugin

Setup

Please make sure git-lfs is installed. this is used to store the tiles.

git clone git@git.cijber.net:teamnwah/nwahmap.git nwahmap
cd $_
# Extract tiles from storage/mwmap-tiles.txz
bin/extract-tiles.sh
# Extract 3d files and textures head renders (Optional)
script/export_nif.py <morrowind>/Data\ Files/Meshes/b <morrowind>/Data\ Files/Textures public/blob
# Install dependencies
yarn
webpack

Then place the files under public at $TES3MP_HOME/www and nwahttp will serve them for you if installed


Code licensed under AGPL-3.0-or-later Tiles for morrowind licensed under cc-by-sa, source: uesp.net

Dependencies may be licensed seperately.