From 493c1abd62c8e4ef72414ff36d2ce8ff1eb4e266 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Sat, 5 Nov 2022 01:54:54 +0100 Subject: [PATCH] Add some WIP mapping docs (#98) --- docs/source/index.rst | 7 +++++++ docs/source/mapping/info-dump.rst | 35 +++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 docs/source/mapping/info-dump.rst diff --git a/docs/source/index.rst b/docs/source/index.rst index 334ffb45..7c8bb317 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -78,3 +78,10 @@ If you know anything about any function, object or concept please dont hesitate :caption: Reverse Engineering Titanfall2 /reverse-engineering/introduction + +.. toctree:: + :maxdepth: 2 + :hidden: + :caption: Mapping Tools + + /mapping/info-dump diff --git a/docs/source/mapping/info-dump.rst b/docs/source/mapping/info-dump.rst new file mode 100644 index 00000000..0e3aa9e6 --- /dev/null +++ b/docs/source/mapping/info-dump.rst @@ -0,0 +1,35 @@ +Info-Dump +========= + +Loosely structured dump of information to be sorted in the future: + +Tools: +------ + +MRVN-Radiant: +^^^^^^^^^^^^^ + +Level editor for Respawn Entertainment Source based games. + +https://github.com/F1F7Y/MRVN-radiant + +BSP Tool: +^^^^^^^^^ +Python library for analysing .bsp files + +https://github.com/snake-biscuits/bsp_tool + +**Docs:** https://github.com/snake-biscuits/bsp_tool/blob/master/docs/supported/titanfall.md + + +Other: +------ + +Netradiant Custom Tutorial - Part 2: + +.. youtube:: JZO8H4rBqtA + +How titanfall custom map: + +.. youtube:: gmNzc5Go2ow +