Difference between revisions of "Modding Tutorials/Assets"

From RimWorld Wiki
Jump to navigation Jump to search
(Replaced outdated page content with new method of extraction, relevant to Rimworld 1.0.)
Line 12: Line 12:
 
#Download UnityEx either by searching using your search engine of choice or [https://yadi.sk/d/m3vFWoQ3j62Cr via this link].
 
#Download UnityEx either by searching using your search engine of choice or [https://yadi.sk/d/m3vFWoQ3j62Cr via this link].
 
#Place the UnityEX.exe somewhere easily locatable (I prefer to place it into the Rimworld Directory).
 
#Place the UnityEX.exe somewhere easily locatable (I prefer to place it into the Rimworld Directory).
#Run UnityEX.exe and open the .asset file you would like to extract, for example; <pre>RimWorld\RimWorldWin64_Data\resources.assets</pre>.
+
#Run UnityEX.exe and open the .asset file you would like to extract, for example; <pre>RimWorld\RimWorldWin64_Data\resources.assets</pre>
 
#Extract the files you need. If you are extracting .tex files you can use "Extract with convert", this will convert the .tex files to .dds.
 
#Extract the files you need. If you are extracting .tex files you can use "Extract with convert", this will convert the .tex files to .dds.
 
#The extracted files will be placed into a new folder in the same directory (Unity_Assets_Files) as the .asset file you have extracted.
 
#The extracted files will be placed into a new folder in the same directory (Unity_Assets_Files) as the .asset file you have extracted.

Revision as of 14:11, 27 October 2018

Modding Tutorials

This page was originally created by RatelDE.

In this tutorial you will learn how to extract the base assets of Rimworld.

Requirements

    1. UnityEx to extract the contents of the unity .asset archives.

UnityEx

To extract the original files from the Unity asset archives we will be using UnityEx which is compatible with Rimworld 1.0's Archives.

  1. Download UnityEx either by searching using your search engine of choice or via this link.
  2. Place the UnityEX.exe somewhere easily locatable (I prefer to place it into the Rimworld Directory).
  3. Run UnityEX.exe and open the .asset file you would like to extract, for example;
    RimWorld\RimWorldWin64_Data\resources.assets
  4. Extract the files you need. If you are extracting .tex files you can use "Extract with convert", this will convert the .tex files to .dds.
  5. The extracted files will be placed into a new folder in the same directory (Unity_Assets_Files) as the .asset file you have extracted.

See also