Public/Fortnite-Dropmap-Calculator
0 forks
id: 23
12,137 Lines
- JSON 91.6%
- TypeScript 3.4%
- XML 1.6%
- HTML 1%
- Python 1%
- Yaml 0.9%
- Sass 0.3%
- Markdown 0.3%
README.md
DropCalculator
Fortnite version of maps
39.00
Current asset paths
FortniteGame/Plugins/GameFeatures/Hera/Content/Environment/Terrain/Landscape/VirtualTexture/SVT_Hera_Landscape_Height.uassetFortniteGame/Plugins/GameFeatures/Ch7UI/Content/MiniMap/Art/Hera_Terrain_Minimap.uasset
OG
FortniteGame/Plugins/GameFeatures/Figment/Figment_S05_Map/Content/Landscape/Textures/SVT_Height_Figment_S05.uassetFortniteGame/Plugins/GameFeatures/Figment/Figment_S05_MapUI/Content/MiniMapAthena_S05Temp.uasset
Installation
Docker Compose
services:
drop-calculator:
image: git.jmbz.dev/public/fortnite-dropmap-calculator/dropmap-calculator:latest
ports:
- '8727:8080'
restart: always
cap_drop:
- ALL
Manual
You can look at the Containerfile and nginx.conf to see how this can be run with nginx.