Skip to content

90sPixelDev/7dtd-map

 
 

Repository files navigation

7DtD Map Renderer

Map renderer for 7 Day to Die.

Click here to view it live

Build

  1. Create 'local.json' at project root like:
{
 "vanillaDir": "/Users/<UserName>/Library/Application Support/Steam/steamapps/common/7 Days To Die/7DaysToDie.app"
}
  1. Execute in your teminal:
$ npm run build

Code lint

$ npm run lint

Environment

Project created in original linux/ubuntu system, if receiving strange errors or no typescript build, make sure to develop/test project in a linux/ubuntu environment