0 of 0

File information

Last updated

Original upload

Created by

raem

Uploaded by

raemaze

Virus scan

Safe to use

About this mod

Solomon Reed boots refit for both V. 50 colors. Added to the Game via ArchiveXL.

Requirements
Permissions and credits
Changelogs
Adds Solomon Reed's boots to the game as ArchiveXL item addition:
  • refit for fem and masc V
  • 10 variations of the default color scheme + 40 further variations of black custom colors
  • with Garment Support (only works with clothes that also have GS enabled)
  • working shadows in gameplay FPP, gameplay TPP and photomode (in both Raster and RT/PT)
  • with boots sound
REQUIREMENTS:
Make sure to also have the above mods' respective requirements installed.

PLEASE NOTE:
Because of GarmentSupport the boots can cause pants to clip into V's legs if you're using a body mod that does not have GS enabled. I have added the below optional files to somehow deal with this. If you have this issue with the pants you want to wear, choose whichever file suits you best:
  • (masc mesh replacer) wider fit and increased area of GS cap
  • (fem mesh replacer) wider fit and increased area of GS cap
  • (brute force) adds an equippable item that will make V's calves and ankles invisible. Only use if your lower legs are fully covered. Can also be used with other boot / pant combinations that suffer from the same issue. Item code is further below, can also be purchased in my clothing store. Uses EEX Ankle Left slot.
INSTALL:
Make sure you have all requirements installed and working.
Download the main file of the mod, extract and drop the files into your game folder.
(Optional) Download any of the optional files and make sure they load before the main file (files are named in a way that this is already the case / load order does not matter for the invisible leg item)

UNINSTALL:
Remove the .archive and .xl files from archive\pc\mod. Remove the .yaml from r6\tweaks\raem. Or uninstall with Vortex.

HOW TO GET THE ITEMS:
Use the item codes or buy via Virtual Atelier.

ITEM CODES (boots):
Spoiler:  
Show

Game.AddToInventory("Items.rm_feet_reed_default", 1)
Game.AddToInventory("Items.rm_feet_reed_default_beige", 1)
Game.AddToInventory("Items.rm_feet_reed_default_blue", 1)
Game.AddToInventory("Items.rm_feet_reed_default_green", 1)
Game.AddToInventory("Items.rm_feet_reed_default_grey", 1)
Game.AddToInventory("Items.rm_feet_reed_default_olive", 1)
Game.AddToInventory("Items.rm_feet_reed_default_orange", 1)
Game.AddToInventory("Items.rm_feet_reed_default_purple", 1)
Game.AddToInventory("Items.rm_feet_reed_default_red", 1)
Game.AddToInventory("Items.rm_feet_reed_default_yellow", 1)
Game.AddToInventory("Items.rm_feet_reed_standard_black", 1)
Game.AddToInventory("Items.rm_feet_reed_standard_blackfaded", 1)
Game.AddToInventory("Items.rm_feet_reed_standard_brown", 1)
Game.AddToInventory("Items.rm_feet_reed_standard_charcoal", 1)
Game.AddToInventory("Items.rm_feet_reed_standard_cognac", 1)
Game.AddToInventory("Items.rm_feet_reed_standard_olive", 1)
Game.AddToInventory("Items.rm_feet_reed_standard_red", 1)
Game.AddToInventory("Items.rm_feet_reed_standard_tan", 1)
Game.AddToInventory("Items.rm_feet_reed_standard_white", 1)
Game.AddToInventory("Items.rm_feet_reed_standard_yellow", 1)
Game.AddToInventory("Items.rm_feet_reed_black_blue", 1)
Game.AddToInventory("Items.rm_feet_reed_black_chartreuse", 1)
Game.AddToInventory("Items.rm_feet_reed_black_cyan", 1)
Game.AddToInventory("Items.rm_feet_reed_black_green", 1)
Game.AddToInventory("Items.rm_feet_reed_black_orange", 1)
Game.AddToInventory("Items.rm_feet_reed_black_pink", 1)
Game.AddToInventory("Items.rm_feet_reed_black_purple", 1)
Game.AddToInventory("Items.rm_feet_reed_black_red", 1)
Game.AddToInventory("Items.rm_feet_reed_black_rose", 1)
Game.AddToInventory("Items.rm_feet_reed_black_yellow", 1)
Game.AddToInventory("Items.rm_feet_reed_camo", 1)
Game.AddToInventory("Items.rm_feet_reed_camo_black", 1)
Game.AddToInventory("Items.rm_feet_reed_camo_desert", 1)
Game.AddToInventory("Items.rm_feet_reed_camo_white", 1)
Game.AddToInventory("Items.rm_feet_reed_camo_woodland", 1)
Game.AddToInventory("Items.rm_feet_reed_corp_arasaka", 1)
Game.AddToInventory("Items.rm_feet_reed_corp_kangtao", 1)
Game.AddToInventory("Items.rm_feet_reed_corp_maxtac", 1)
Game.AddToInventory("Items.rm_feet_reed_corp_militech", 1)
Game.AddToInventory("Items.rm_feet_reed_corp_militechblack", 1)
Game.AddToInventory("Items.rm_feet_reed_laces_blue", 1)
Game.AddToInventory("Items.rm_feet_reed_laces_burgundy", 1)
Game.AddToInventory("Items.rm_feet_reed_laces_green", 1)
Game.AddToInventory("Items.rm_feet_reed_laces_mustard", 1)
Game.AddToInventory("Items.rm_feet_reed_laces_orange", 1)
Game.AddToInventory("Items.rm_feet_reed_laces_pink", 1)
Game.AddToInventory("Items.rm_feet_reed_laces_purple", 1)
Game.AddToInventory("Items.rm_feet_reed_laces_red", 1)
Game.AddToInventory("Items.rm_feet_reed_laces_white", 1)
Game.AddToInventory("Items.rm_feet_reed_laces_yellow", 1)

ITEM CODES (items to hide ankles and/or calves):
Spoiler:  
Show

Game.AddToInventory("Items.rm_slot_hide_5_6", 1)
Game.AddToInventory("Items.rm_slot_hide_ankles", 1)
Game.AddToInventory("Items.rm_slot_hide_calves", 1)