# 导出地图

### 工具

You will need the **Titanfall Map Exporter** python script and the **Titanfall VPK Tool** from the [Modding Tools](https://noskill.gitbook.io/titanfall2/chinese/how-to-start-modding/modding-introduction/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.)

```
map_name = 'sp_beacon'
map_path = 'C:\\PATHNAME\\Beacon\\maps\\' + map_name + '.bsp'
dump_base = 'C:\\PATHNAME\\Exports\\textures\\'
```

3\) Open your console like `cmd` or `cmder` or `gitbash` and run the command:

```
python /PATHT/TO/THE/SCRIPT/TitanfallMapExporter.py
```

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.

![Beacon 1/3 Map with Bounding Boxes Removed](https://2905920047-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LPXG6BIVWwbrvVSOiBw%2F-M3_Q6Fc_ilNKAv0NBjT%2F-M3aUOTfCgJATzXp0Z8W%2FBeaconBlender.png?alt=media\&token=b3fd4c7c-67b0-4c3d-9b7f-38b897ae57f7)

![Wargames Map with Bounding Boxes Removed](https://2905920047-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LPXG6BIVWwbrvVSOiBw%2F-M3_Q6Fc_ilNKAv0NBjT%2F-M3aUOTgei5aq3RoDZuP%2FWargamesBlender.png?alt=media\&token=e90f5d94-ab32-4f8e-b784-0b26f9402371)
