Skip to content

Commit 503b4c0

Browse files
move over tools pages
no point in having multiple ig
1 parent 7f7f41b commit 503b4c0

13 files changed

+81
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
A collection of Deep Rock Galactic modding documentation and guides.
44

5-
View the handbook at <https://jieyouxu.github.io/drg-modding-docs/>.
5+
View the handbook at <https://drg-modding.github.io/docs/>.

loose-files/DRG Fonts.zip

315 KB
Binary file not shown.
9.44 MB
Binary file not shown.

loose-files/DRGPacker4.27.zip

8.85 MB
Binary file not shown.

loose-files/DRGParser.zip

743 KB
Binary file not shown.
770 KB
Binary file not shown.

loose-files/UModel-Linux.zip

618 KB
Binary file not shown.

src/SUMMARY.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,12 @@
1212
- [Blueprint Modding Guide](guides/blueprint-modding-guide.md)
1313
- [Audio Modding Guide](guides/audio-modding-guide.md)
1414

15-
---
15+
---
16+
17+
# Tools & Resources
18+
19+
- [Mint](tools/mint.md)
20+
- [Automation](tools/automation.md)
21+
- [Basic](tools/basic-tools.md)
22+
- [Linux](tools/linux-tools.md)
23+
- [Other](tools/other-tools.md)

src/tools/automation.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Automation
2+
3+
### [DRG Modding Automation Scripts](https://github.com/DRG-Modding/DRGModdingAutomationScripts)
4+
- Some batch scripts to automate your projects, including packaging and local testing.
5+
- Has whitelist/blacklist support, allowing you to manage multiple mods in the same project.
6+
7+
### [DRG Modding Automation Scripts Linux](https://github.com/DRG-Modding/Useful-Scripts/tree/main/DRGModdingAutomationScriptsLinux)
8+
- This is the same as DRG Modding Automation Scripts but runs for Linux.

src/tools/basic-tools.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Basic Tools
2+
3+
### [DRG Packer](https://github.com/DRG-Modding/tools/blob/9bacb72561a5ce43d84138999bd972158b2b34a0/loose-files/DRGPacker4.27.zip)
4+
- This is a wrapper for UnrealPak and you can run it without needing to download Unreal Engine.
5+
- It allows you to unpack and repack your mod files.
6+
7+
### [FModel](https://github.com/iAmAsval/FModel/)
8+
- Open-source software for exploring the game files.
9+
- From seeing the properties of an asset to listening to the audio files, it makes it very easy to navigate through DRG's assets
10+
11+
### [UAssetGUI](https://github.com/atenfyr/UAssetGUI)
12+
- Open-source software for viewing and modifying the game assets by hand.
13+
14+
### [UModel](https://www.gildor.org/en/projects/umodel)
15+
- A tool for viewing and extracting assets from the game.
16+
17+
### [Empty Content Hierarchy](https://github.com/DRG-Modding/tools/blob/9bacb72561a5ce43d84138999bd972158b2b34a0/loose-files/EmptyContentHierarchy%20U37P11.zip)
18+
- This is simply a collection of empty folders that make up the content hierarchy of the game files.
19+
20+
### [FSD Template](https://github.com/DRG-Modding/FSD-Template)
21+
- A template UE4.27 project for Blueprint modding.
22+
23+
### [Audio Modding Template](https://github.com/DRG-Modding/Audio-Modding-Template)
24+
- A template UE4.27 project for Audio modding.

0 commit comments

Comments
 (0)