User:Neovalen/W3R - The Wild Hunt Revisited: Difference between revisions

From Step Mods | Change The Game
Line 97: Line 97:


==== input.settings ====
==== input.settings ====
TBD
This file can be found at ''<My Documents>/The Witcher 3''. It is used to assign hotkeys to actions. Simply add the key assignment to the bottom of the section(s) indicated.
===== AutoLoot =====
The following assigned [U] as the "Radius Loot" hotkey and it is enabled during exploration, when swimming, and on horseback.
<blockquote>
[Exploration]<br>
IK_U=(Action=AutoLootRadius)<br>
[Swimming]<br>
IK_U=(Action=AutoLootRadius)<br>
[Horse]<br>
IK_U=(Action=AutoLootRadius)
</blockquote>


=== Conflict Resolution ===
=== Conflict Resolution ===

Revision as of 05:22, September 7, 2015

W3R: The Wild Hunt Revisited
A STEP hosted mod guide created and maintained by Neovalen.
Last Update: 5:22:50 7 September 2015 (UTC)

Template:Notice Small Template:TOC right

Introduction and Summary

W3R: The Wild Hunt Revisited is a mod guide designed to keep up with the ever changing Witcher 3 mod landscape. Key tenets of this mod guide include:

  • Increased Immersion and Realism including but not limited to blood/gore, intense combat, nudity/sex, realistic needs, and survival.
  • Maintained Lore Friendliness meaning remaining true to the majority of The Witcher lore - but not in a purist sense - some liberties will be taken.
  • Maintained Stability with Maximum Functionality including conflict resolution, mod ordering, and more.

Author's Development System

The system used for the creation of this guide is as follows:

Processor: Intel Core i5 3570k @ 4.4 Ghz
Motherboard: Gigabyte G1 Sniper 3
Memory: Corsair Vengeance 16GB (2x8GB) DDR3 1600
Video Card: Gigabyte GTX 980 G1 Gaming 4GB @ +135 Core + 350 Memory
Hard Drive (OS): Samsung 840 PRO 256GB SSD
Hard Drive (Games): Samsung 840 PRO 256GB SSD
Hard Drive (Data Backup): Western Digital Black 500GB 7200RPM

Prerequisites

Spectacular achievement is always preceded by unspectacular preparation. --Robert H. Schuller

To use this guide to it's fullest extent, the following software must be installed and configured as specified.

Official CD Projekt RED Content

Tools

The function of this tool is to open archives manually when not using other tools as it handles most modern compression schemes and is free to use.

If you use Mod Organizer to handle nxm links for other games, uncheck all file association options in the installer.
The function of this tool is to manage mods and is the mod manager of choice for this guide.

All Journeys Begin With The First Step...

The first step, my son, which one makes in the world, is the one on which depends the rest of our days. --Voltaire

The road of the Dovahkiin begins slowly and with purposeful resolve.

Configure The Witcher 3

Upon downloading The Witcher 3: Wild Hunt there are no ini files pre-generated. Thus, it is imperative to run the launcher and generate the initial set of ini files and do basic setup.

Instructions will go here.

Configure Nexus Mod Manager

With The Witcher 3: Wild Hunt properly configured, the next step is to initially set up our mod management utility.

Instructions will go here.

ReShade Graphics Modification

Crosire's ReShade is an advanced, fully generic post-processing injector for games or alike. Imagine your favorite game with ambient occlusion, real high quality bokeh depth of field, color correction and more ... ReShade provides a generic way to access both color and depth information (latter is automatically disabled during multiplayer to prevent exploitation) and all the tools to make it happen.

Initial INI Tweaks

The following INI tweaks aim to increase gameplay and visuals in The Witcher 3: Wild Hunt by tweaking the game engine to provide a better than vanilla experience.

TBD

The White Wolf Comes

Ooh a man - nay - a wolf, gray, but not old. 'Tis he the pellar awaits. "They shall come whose stench is rape and death, but the wolf shall disperse them. The White Wolf." --The Pellar

With the start of the journey complete, the Butcher of Blaviken(tm) strides strongly into the hunt for his adopted daughter Ciri. The important points to remember when installing mods are as follows:

  • Mods are sorted into categories and should be installed in the order presented for proper overwrites. Any deviation from a standard installation will be clearly marked.
  • The recommended option/texture size will be specified next to the version number.
  • Backup a copy of the original mod archives in case a mod is ever taken down.

User Interface and World Interaction

AutoLoot

Author: JupiterTheGod
Version: 1.5.0 (No Accidental Stealing)
Mod Notes: This mod allows the player to loot without having to click loot all on every container or plant.

Friendly HUD

Author: wghost81 aka Wasteland Ghost
Version: 7.0
Mod Notes: This mod is a feature rich user interface overhaul with additional must-have features.
Mod Configuration Required
Navigate to and open <The Witcher 3>/Mods/modFriendlyHUD/content/scripts/game/modFriendlyHUDConfig.ws and modify as follows:

In //---=== HUD Settings ===---:
   const var showMinimapWhileUsingWSense: bool; default showMinimapWhileUsingWSense = true;
   const var showQuestsWhileUsingWSense: bool; default showQuestsWhileUsingWSense = true;
In //---=== Quest Markers Settings ===---
   const var userMarkerTextFont : string; default userMarkerTextFont = "<font face=\"$BoldFont\" size=\"15\" color=\"#3CB371\">";
   const var currentMarkerTextFont : string; default currentMarkerTextFont = "<font face=\"$BoldFont\" size=\"15\" color=\"#FFD700\">";
   const var otherMarkerTextFont : string; default otherMarkerTextFont = "<font face=\"$NormalFont\" size=\"15\" color=\"#EEE8AA\">";

All Good Things Must Come To An End

We come to the last leg of the journey, the road was long and hard but the end worth it.

Post Install Configuration Tweaks

Some mods installed during the previous section require xml and settings tweaks for proper operation.

input.xml

This file can be found at <The Witcher 3>/bin/config/r4game/user_config_matrix/pc.

Friendly HUD
TBD

input.settings

This file can be found at <My Documents>/The Witcher 3. It is used to assign hotkeys to actions. Simply add the key assignment to the bottom of the section(s) indicated.

AutoLoot

The following assigned [U] as the "Radius Loot" hotkey and it is enabled during exploration, when swimming, and on horseback.

[Exploration]
IK_U=(Action=AutoLootRadius)
[Swimming]
IK_U=(Action=AutoLootRadius)
[Horse]
IK_U=(Action=AutoLootRadius)

Conflict Resolution

Various mods will conflict with each other in one way or another, when this happens it must be dealt with. This is essential for bug free gameplay. As a first step, perform the following:

Go to <The Witcher 3>/Mods and create a folder named modAAAAAAAAAA.

This creates a base directory where merged files will be placed. The Witcher 3 reads mods in alphabetical order. Therefore, any files placed into this mod folder will be used in place of the same file in any later mod folder. Note that the folder path is important and should match exactly as it is listed under the modAAAAAAAAAA folder.

content/scripts/game/player/playerInput.ws

The base version of this file should be copied from Friendly HUD. After the base file has been copied, make the following modifications to merge it with the listed mods:

AutoLoot

Search for

theInput.RegisterListener( this, 'OnCommSprint', 'Sprint' );

Once found, place the following code directly above it:

// ---=== AutoLoot ===---
theInput.RegisterListener( this, 'OnAutoLootRadiusLoot', 'AutoLootRadius' );
// ---=== AutoLoot ===---

Search for

event OnQuestMarkersToggle( action : SInputAction )

It should be found directly below a comment marker for Friendly HUD. Once found, place the following code directly above the Friendly HUD marker comment.

// ---=== AutoLoot ===---
event OnAutoLootRadiusLoot(  action : SInputAction )
{
   var AutoLootInstance : AutoLootMod;

   AutoLootInstance = new AutoLootMod in this;
   AutoLootInstance.Initialize();

   // Check If This Feature Is Enabled
   if( AutoLootInstance.IsRadiusLootEnabled() )
   {
      AutoLootInstance.RadiusLoot();
   }

   // Cleanup
   delete AutoLootInstance;
}
// ---=== AutoLoot ===---

content/scripts/game/player/playerWitcher.ws

The base version of this file should be copied from Friendly HUD. After the base file has been copied, make the following modifications to merge it with the listed mods:

No Auto Sword Sheathe

Template:Notice Small Search for

LogChannel( 'OnCombatFinished', "OnCombatFinished: DelayedSheathSword timer added" );

Place the following code directly above it:

/* ---=== No Auto Sword Sheathe ===---

Search for

AddTimer( 'DelayedSheathSword', 2.f );

Place the following code directly below it:

*/

Tips, Known Issues, and Troubleshooting

The Witcher 3: Wild Hunt is not a bug free experience and is being patched often. Invariably, issues are going to occur in any adventure on The Continent. That said, this section will list any known issues and some troubleshooting tips any good Witcher should know.

Tips

TBD

Known Issues

Visuals

  • None

Gameplay

  • None

Troubleshooting

TBD

Important Dates

  • 08/29/2015 - Development started.

{{#css:User:Neovalen/W3R.css}} Template:PageBackground