aboutsummaryrefslogtreecommitdiff
path: root/docs/modding/tools.md
diff options
context:
space:
mode:
authoramione <57235791+xamionex@users.noreply.github.com>2022-02-04 16:16:50 +0100
committerGitHub <noreply@github.com>2022-02-04 16:16:50 +0100
commit1ecd37b2ef1f68abccb686a2f7cb0bdd1802cb14 (patch)
treea0014d0c255643e9c841606d97596918141802ab /docs/modding/tools.md
parentcddf675463573c38b5e93926825ab438fc796eaf (diff)
downloadNorthstarWiki-1ecd37b2ef1f68abccb686a2f7cb0bdd1802cb14.tar.gz
NorthstarWiki-1ecd37b2ef1f68abccb686a2f7cb0bdd1802cb14.zip
Updating Wiki Stuff (#39)
* add more issues so people don't ask over and over * fix improper indentation * MD026/no-trailing-punctuation * remove issues from faq and link to troubleshooting * MD001/heading-increment * fulfill* * MD032/blanks-around-lists * MD001/heading-increment * MD033/no-inline-html * revert MD Rule (not sure what this <a> is used for * me when i didnt mean to do that * use da link and also when the... what * bin folder * Formatting Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> * Formatting Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> * fix intel link * MD034/no-bare-urls: Bare URL used * MD045/no-alt-text * MD012/no-multiple-blanks * I know this is unused, just wanted to write smth * fix links * add tools * please stop using real urls. you have markdown. * modding tools * add tools * no actual urls <3 * fix tools link * does this look better? * nope * remove "some stuff" * better formatting * oops * oops v2 * GitBook: [#1] No subject * i didnt create this * MD Rules * Update docs/modding/tools.md Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> * Update docs/modding/README.md Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> * move mtools down * change vtfedit * rem tools * no winrar. bad. * non-shortened url * add kvals to summary Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>
Diffstat (limited to 'docs/modding/tools.md')
-rw-r--r--docs/modding/tools.md68
1 files changed, 68 insertions, 0 deletions
diff --git a/docs/modding/tools.md b/docs/modding/tools.md
new file mode 100644
index 0000000..4049338
--- /dev/null
+++ b/docs/modding/tools.md
@@ -0,0 +1,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.