aboutsummaryrefslogtreecommitdiff
path: root/docs/modding/tools.md
blob: 4049338f2b49aa1c563be44a12ee188eeec1118a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Modding Tools

## Source Engine

### Titanfall

* [Titanfall VPK Tool](http://cra0kalo.com/public/Titanfall\_VPKTool3.4\_Portable.zip)
* [Legion](https://wiki.modme.co/wiki/apps/Legion.html)

### RPSNVPK's

* [squidgyberries RSPNVPK](https://github.com/squidgyberries/RSPNVPK)
* [taskinoz RSPNVPK](https://github.com/taskinoz/RSPNVPK)
* [Provoxin RSPNVPK](https://github.com/Provoxin/RSPNVPK-GUI)

{% embed url="https://noskill.gitbook.io/titanfall2/how-to-start-modding/modding-introduction/modding-tools/how-to-use-rspnvpk" %}
NoSkill: How to use RSPNVPKs
{% endembed %}

### VTF & VMT

* [VTFEdit](https://developer.valvesoftware.com/wiki/VTFEdit)
* [VTF Shell Extensions](https://www.wunderboy.org/valve-hl2source-sdk-tools/#vtf\_shell) - [Info](https://developer.valvesoftware.com/wiki/VTF\_Shell\_Extensions)

## Other utilities

### File editor

* [Atom Text](https://atom.io)
  * [Syntax color KeyValue](https://atom.io/packages/language-source-cfg)
  * [Syntax color Squirrel](https://atom.io/packages/squirrel-language)
  * [Color picker](https://atom.io/packages/color-picker)
* [TextCrawler 3](https://www.digitalvolcano.co.uk/tcdownloads.html)
* [Visual Studio Code](https://code.visualstudio.com)
* [Notepad++](https://notepad-plus-plus.org/downloads/)

### Graphics / animation / color editors

* [Paint.net](https://www.getpaint.net)
  * [Gradient Mapping plug-in](https://forums.getpaint.net/topic/6265-gradient-mapping/)
  * [Animation Helper](https://pixelbyte.itch.io/paint-net-sprite-plugin)
* [Source VMT Color](https://dev.cra0kalo.com/?p=155)
* [GIMP](https://www.gimp.org/downloads/)
  * [VTF plug-in](https://www.tophattwaffle.com/downloads/gimp-vtf-plugin/)
* [RGB Tool converter](http://hewmc.blogspot.fr/2012/12/rgb-to-percentage-converter.html)
* [Color Pick Windows](https://pixelbyte.itch.io/color-pick)
* [GIF splitter](https://ezgif.com/split)
* [Rad Tools Bik](http://www.radgametools.com/bnkdown.htm) (needs [Quicktime 7.6](https://support.apple.com/downloads/quicktime))

### Archives

* [7zip](https://www.7-zip.org)

### Driver editors

* [NVidia Profile Inspector](https://nvidia-inspector.en.lo4d.com/windows)
* [ATI Radeon Tray Tools](https://www.majorgeeks.com/files/details/ati\_tray\_tools.html)

## 3D Models

* [Blender](https://www.blender.org)
  * [Blender Source Tool](https://developer.valvesoftware.com/wiki/Blender\_Source\_Tools)
  * [Blender VMT](https://github.com/lasa01/blender-vmt)
  * [io import VMF & VMT](https://github.com/lasa01/io\_import\_vmf)
* [Crowbar](http://steamcommunity.com/groups/CrowbarTool)
* [Ninja Ripper v1.7.1](https://gamebanana.com/tools/5638)

Highly recommended to check the [NoSkill Gitbook modding section](https://noskill.gitbook.io/titanfall2/how-to-start-modding/modding-introduction/modding-tools) for more tools.