-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6dd9499
commit 22f7bfa
Showing
60 changed files
with
62 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,56 @@ | ||
# Summary | ||
|
||
[Home Page](Home.md) | ||
[Home Page](home.md) | ||
|
||
--- | ||
|
||
# Starting out | ||
- [The Basics](The-Basics/Basics.md) | ||
- [Pak Decompression Options](The-Basics/Unpaking/Options.md) | ||
- [QuickBMS](The-Basics/Unpaking/QuickBMS.md) | ||
- [Using UnrealPak Directly](The-Basics/Unpaking/UnrealPak.md) | ||
- [UEViewer/umodel](The-Basics/Unpaking/UEViewer.md) | ||
- [FModel](The-Basics/Unpaking/FModel.md) | ||
- [The Basics](basics/basics.md) | ||
- [Extraction](basics/unpacking/options.md) | ||
- [umodel](basics/unpacking/umodel.md) | ||
- [FModel](basics/unpacking/fmodel.md) | ||
- [Unreal Engine]() | ||
- [Setting Up](The-Basics/Engine/Setting-Up.md) | ||
- [Content Creation](The-Basics/Engine/Creation.md) | ||
- [Setting Up](basics/engine/setup.md) | ||
- [Content Creation](basics/engine/creation.md) | ||
- [Packaging]() | ||
- [Cooking](The-Basics/Paking/Cooking.md) | ||
- [Final Packaging](The-Basics/Paking/Final-Paking.md) | ||
- [Cooking](basics/packing/cooking.md) | ||
- [Final Packaging](basics/packing/packaging.md) | ||
|
||
- [Core UE4 Modding Concepts]() | ||
- [Pak files](Concepts/Paks.md) | ||
- [Mod Loading](Concepts/Loading.md) | ||
- [Cooking](Concepts/Cooking.md) | ||
- [Unreal files](Concepts/Files.md) | ||
- [Dummying](Concepts/Dummying.md) | ||
- [Pak files](concepts/paks.md) | ||
- [Mod Loading](concepts/loading.md) | ||
- [Cooking](concepts/cooking.md) | ||
- [Unreal files](concepts/files.md) | ||
- [Dummying](concepts/dummying.md) | ||
|
||
--- | ||
# Specific Guides | ||
- [Models (Whole section is WIP)]() | ||
- [Meshes]() | ||
- [Skeletons]() | ||
- [Disabling objects](Specific-Guides/Disabling/Disabling.md) | ||
- [Disabling objects](specific/disabling/disabling.md) | ||
- [Using UAssetGUI](specific/UAssetGUI.md) | ||
- [Materials]() | ||
- [Via UAssetGUI](Specific-Guides/Materials/UAssetGUI.md) | ||
- [In Engine](Specific-Guides/Materials/Engine.md) | ||
- [Text and Dialogue](Specific-Guides/Dialogue.md) | ||
- [Level Editing](Specific-Guides/Levels.md) | ||
- [Using UAssetGUI](Specific-Guides/UAssetGUI.md) | ||
- [Using UAssetAPI](Specific-Guides/UAssetAPI/UAssetAPI.md) | ||
- [Blueprint modding](Specific-Guides/Logic-Mods/Blueprint.md) | ||
- [UML setup](Specific-Guides/Logic-Mods/UML-Setup.md) | ||
- [.profile creation](Specific-Guides/Logic-Mods/Profile.md) | ||
- [Project setup](Specific-Guides/Logic-Mods/Project-Setup.md) | ||
- [Mod creation](Specific-Guides/Logic-Mods/Creation.md) | ||
- [Installing](Specific-Guides/Logic-Mods/Installing.md) | ||
- [Auto-Injector setup](Specific-Guides/Logic-Mods/Injector.md) | ||
- [Via UAssetGUI](specific/materials/UAssetGUI.md) | ||
- [In Engine](specific/materials/engine.md) | ||
- [Text and Dialogue](specific/dialogue.md) | ||
- [Level Editing](specific/levels.md) | ||
- [Using UAssetAPI](specific/UAssetAPI.md) | ||
// - [Blueprint modding](specific/blueprint/Blueprint.md) | ||
// - [UML setup](specific/blueprint/UML-Setup.md) | ||
// - [.profile creation](specific/blueprint/Profile.md) | ||
// - [Project setup](specific/blueprint/Project-Setup.md) | ||
// - [Mod creation](specific/blueprint/Creation.md) | ||
// - [Installing](specific/blueprint/Installing.md) | ||
// - [Auto-Injector setup](specific/blueprint/Injector.md) | ||
|
||
--- | ||
# Tools and Resources | ||
- [Tools]() | ||
- [Pakers/Unpakers](Tools/Pakers.md) | ||
- [Pak Explorers](Tools/Pak-Explorers.md) | ||
- [UAsset Editors](Tools/Asset-Editors.md) | ||
- [Locres Editors](Tools/Locres-Editors.md) | ||
- [Resources](Resources/Resources.md) | ||
- [Discords](Resources/Discords.md) | ||
- [Other Guides](Resources/Other-Guides.md) | ||
- [Pakers/Unpakers](tools/packers.md) | ||
- [Pak Explorers](tools/explorers.md) | ||
- [UAsset Editors](tools/uasset.md) | ||
- [Locres Editors](tools/locres.md) | ||
- [Resources](resources/resources.md) | ||
- [Discords](resources/discords.md) | ||
- [Other Guides](resources/guides.md) |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
File renamed without changes.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
6 changes: 3 additions & 3 deletions
6
src/The-Basics/Paking/Final-Paking.md → src/basics/packing/packaging.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.