Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
modding:tools [2021/09/15 19:08] – Change main heading to h1 giwayumemodding:tools [2024/08/11 14:42] (current) – [Mirror Plugin Toolbar] giwayume
Line 12: Line 12:
 **Download**: [[https://www.unrealengine.com/en-US/unreal]] **Download**: [[https://www.unrealengine.com/en-US/unreal]]
  
-Unreal Engine is bundled with the Epic Game Store software. You'll need to specifically install version 4.18.3 of Unreal Engine in order to mod Bloodstained.+Unreal Engine is bundled with the Epic Game Store software. You'll need to specifically install version 4.22.3 of Unreal Engine in order to mod Bloodstained.
  
 ---- ----
Line 19: Line 19:
  
 **Used For**: 3D Modelling\\ **Used For**: 3D Modelling\\
-**Download**:  {{ :modding:tool_mirror_plugin_toolbar_1.2.zip |MirrorPluginToolbar v1.2}}+**Download**:  {{ :modding:mirrorplugintoolbar_4.22.0.zip |MirrorPluginToolbar for Unreal 4.22 }}
  
 This is an Unreal Engine plugin that generates a "mirror table" for 3D character models. This is necessary for modifying characters and enemy 3D models in the game that flip left/right (almost ALL of them), in order for the animation to not break. This is an Unreal Engine plugin that generates a "mirror table" for 3D character models. This is necessary for modifying characters and enemy 3D models in the game that flip left/right (almost ALL of them), in order for the animation to not break.
Line 40: Line 40:
  
 UE Viewer allows previewing the game's 3D models and animations (that are stored in uasset files). It also lets you extract them to psk/psa files which can be edited in your 3D model editor of choice. UE Viewer allows previewing the game's 3D models and animations (that are stored in uasset files). It also lets you extract them to psk/psa files which can be edited in your 3D model editor of choice.
 +
 +----
 +
 +==== FModel ====
 +
 +**Used For**: Asset Extraction\\
 +**Download**: [[https://fmodel.app/]]
 +
 +FModel can be used to view and extract assets from the game, it's an alternative to UE Viewer.
 +
 +----
 +
 +==== UAssetGUI ====
 +
 +**Used For**: Editing Assets Directly\\
 +**Download**: [[https://github.com/atenfyr/UAssetGUI/tags]]
 +
 +UAssetGUI can edit .uasset files directly. This can be particularly useful for making quick edits to data tables. It can also export data tables to JSON files and reimport from JSON if you want to write a quick program to make broad edits to the table.
  
 ---- ----