Difference between revisions of "How to create archives"

From Nexus Mods Wiki
Jump to: navigation, search
(Created page.)
 
m (Updated reference)
Line 29: Line 29:
 
#: Parameters: ''[empty]''
 
#: Parameters: ''[empty]''
 
# After it creates '''MyMod.7z''', double-click on this file and it will open up in 7-Zip manager and you can see the folder structure is how it should be if extracted to Oblivion's Data folder.
 
# After it creates '''MyMod.7z''', double-click on this file and it will open up in 7-Zip manager and you can see the folder structure is how it should be if extracted to Oblivion's Data folder.
 +
 +
==Reference==
 +
[http://lhammonds.game-host.org/forum/viewtopic.php?f=40&t=69 LHammonds Oblivion Mods Site]
  
 
[[Category:Tutorials]]
 
[[Category:Tutorials]]
 
[[Category:Tools]]
 
[[Category:Tools]]

Revision as of 08:47, 4 January 2011

Overview

This tutorial will demonstrate how to properly package and archive your mod.

Steps

  1. Use Windows Explorer (located in Start, All Programs, Accessories)
  2. Navigate on the left-side to C: and create a folder by right-clicking on an empty area on the right-side. A popup window will display, select New, Folder and then type MyMod and press ENTER. Press ENTER again and it will take you into that folder which should now read on the top address bar as C:\MyMod
  3. Now, find and copy the .esp into this folder.
  4. Find and copy the meshes and textures folders into this location as well (but make sure it is just your meshes and textures related to this mod).
  5. When finished, your folder structure will look similar to this:
    C:\MyMod\Meshes\*
    C:\MyMod\Textures\*
    C:\MyMod\MyMod.esp
    C:\MyMod\MyMod Readme.txt
  6. If you're using the 7-zip archiver (recommended), go back into the root of the folder so that the address bar once again shows [b]C:\MyMod[/b] and then select all the files (.esp & .txt) and folders (meshes & textures) and right-click on them. A popup window will display, choose 7-zip, Add to Archive. Set the following options and click OK:
    Archive: MyMod (it defaults to the name of the directory)
    Archive format: 7z
    Compression level: Maximum
    Compression method: LZMA
    Dictionary size: 16 MB
    Word size: 64
    Check: Create Solid archive
    Update mod: Add and replace files
    Uncheck: Create SFX archive
    Password: [empty]
    Uncheck: Show Password
    Uncheck: Encrypt file names
    Split to volumes, bytes: [empty]
    Parameters: [empty]
  7. After it creates MyMod.7z, double-click on this file and it will open up in 7-Zip manager and you can see the folder structure is how it should be if extracted to Oblivion's Data folder.

Reference

LHammonds Oblivion Mods Site