Prior Reading: OMOD Installation
A few examples of how to make OMODs from mods that are not already packaged nicely. Starting from the download...
OOO 1.34b5: This
mod contains one optional plugin, and you may not want to install it, so
it is best that you make a script in order to avoid the messy process
of deleting OBMM-installed plugins.
DontInstallPlugin
"OOO-Waterfish.esp"
If
DialogYesNo "Do you want to install OOO's water weeds option? (Warning:
It can have a significant affect on FPS. Do not install this if using a
weak CPU.)" "OOO 1.34b5" InstallPlugin "OOO-Waterfish.esp" EndIf
Robert's Male Body v5 Beta (conversion into 3 OMODs)
- Download the Male Body v5 Beta package linked above.
- Download Robert's Male Body v5 Beta OMOD Files.7z from the attachments section at the bottom of this page.
- 7-zip extract the archive's contents somewhere (which should add a folder "MaleBodyReplacer-v5-Beta".)
- In MaleBodyReplacer-v5-Beta\Stock Armor & Clothing Fixes, extract all of the archives there (which should add a folder for each.)
- Copy the Meshes folder out of the "Fixes" into "Robert Muscular Stock Clothing & Armor" (which should overwrite some files.)
- Move "Robert Muscular Stock Clothing & Armor" and "Robert Muscular SI Clothing and Armor" out of "MaleBodyReplacer-v5-Beta."
- Delete the "Stock Armor & Clothing Fixes" folder.
- Delete the ReadMe found in "Body Variants" up into the top folder "MaleBodyReplacer-v5-Beta."
- Launch OBMM.
- Click 'Create'.
- Click Add folder, and add "MaleBodyReplacer-v5-Beta."
>> notes: This needs an OMOD script to take care of the body variants. - Use 'Add archive' to add Robert's Male Body v5 Beta OMOD Files.7z.
- Click 'Create OMOD'.
== create OMODs for the stock replacers ==
- Click Add folder, and add "Robert Muscular SI Clothing and Armor" (which was moved out of the original Robert's folder.)
- Create the OMOD.
>> notes: The armor and clothing replacers are OMOD-ready, so there is nothing left to do for them.
- Repeat the previous three for "Robert Muscular Stock Clothing & Armor".
>> notes: when you install this mod, the "Muscular" replacers first, and install the v5 OMOD on afterward Slof's Boners v5
- Extract the archive to a temporary folder (which should add the folder "slofs_boners_v5")
- Create an OMOD.
- Use the "Add folder" method to add "slofs_boners_v5"
- Add the following script:
DontInstallAnyDataFiles DontInstallDataFile malebodyv5.psd
Message "See comparisons of the body types at the
Roberts Male Body v5 Beta TESNexus Page:
http://www.tesnexus.com/downloads/file.php?id=25365" "Roberts Male Body
v5 Beta"
; Choose Body Type SelectMany "Slof's Boners v5", "|TestinghallBox", "LowerBodyReplacer", "PSDResource"
Case TestinghallBox InstallAllDataFiles Break Case LowerBodyReplacer Select "Slof's Boners v5: Choose type", "|dangly", "hard", "semi", "squished"
Case dangly
SetVar type dangly
Break
Case hard
SetVar
type hard
Break
Case semi
SetVar
type semi
Break
Case squished
SetVar
type squished
Break
EndSelect SelectVar type
Case dangly
Case hard
Case semi
Select "Slof's Boners v5: Choose piercing", "none", "gold", "silver"
Case none
SetVar piercing
""
Break
Case gold
SetVar piercing
gold
Break
Case silver
SetVar piercing silver
Break
EndSelect
Select "Slof's Boners v5: Choose size", "normal", "large"
Case normal
SetVar size normal
Break
Case large
SetVar size large
Break
EndSelect
Select "Slof's Boners v5: Choose cut", "cut", "uncut"
Case cut
SetVar cut noskin
Break
Case uncut
SetVar cut skin
Break
EndSelect
Break
Case squished
SetVar size large
SetVar cut skin
Select "Slof's Boners v5", "none", "gold", "silver"
Case none
SetVar piercing ""
Break
Case gold
SetVar piercing gold
Break
Case silver
SetVar piercing silver
Break
EndSelect
Break
EndSelect
CopyDataFile
"Meshes\\Clothes\\asbonersv5\\asboner%type%%size%%cut%%piercing%.nif" "Meshes\\Characters\\_Male\\lowerbody.nif"
InstallDataFolder Textures Yes
Break Case
PSDResource InstallDataFile malebodyv5.psd Break EndSelect
- Choose "Create OMOD."
Related Pages:
|
 Updating...
Robert'sMaleBodyv5BetaOMODFiles.7z (9k) Tomlong Animolious, May 21, 2010, 2:58 PM
|