Exporting Maps
Extract the 3D map model from the Titanfall 2 VPK's
Last updated
Extract the 3D map model from the Titanfall 2 VPK's
Last updated
This is an old way of exporting Titanfall maps. While it does work, sometimes needing edits to the script for some people. The newer and recommended way to export Titanfall maps is with the Blender add-on here: https://github.com/snake-biscuits/io_import_rbsp .
You will need the Titanfall Map Exporter python script and the Titanfall VPK Tool from the Modding Tools page. If you don't have python installed, you will also need that.
1) Extract the VPK of the map you want to export with the Titanfall VPK Tool.
2) You will need to edit the Titanfall Map Exporter script, so open it in your editor and change the map_name
and map_path
variables to the folder you extracted your VPK to. (You can also change the dump_base
too but since we don't have textures it doesn't matter too much.)
3) Open your console like cmd
or cmder
or gitbash
and run the command:
4) After the map has been exported, you should find it in the same directory that the python file is in. (You will need to rename the exported file to have .obj
at the end.)
*In these screenshots I have scaled down and removed the boxes encasing the levels.