You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
eater 0662aea1e5 | 5 years ago | |
---|---|---|
bin | 5 years ago | |
examples | 5 years ago | |
public | 5 years ago | |
script | 5 years ago | |
src | 5 years ago | |
storage | 6 years ago | |
.gitattributes | 6 years ago | |
.gitignore | 5 years ago | |
README.md | 5 years ago | |
package.json | 5 years ago | |
webpack.config.js | 5 years ago | |
yarn.lock | 5 years ago |
README.md
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.