Skip to content

Commit

Permalink
smol tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mojaveexpressguide committed Feb 7, 2024
1 parent 128765e commit f4020c8
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 13 deletions.
14 changes: 11 additions & 3 deletions docs/MEG - Patches & Tweaks.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,14 +186,23 @@ Select the **Filetree** tab and find the file `meshes\dlcanch\architecture\tents
└📁dlcanch
└📁architecture
└📁tents
└📁dlcanchtentcornerchb.nif ⟵ right click and Rename to "dlcanchtentcornerchb_lod.nif"
└📁dlcanchtentcornerchb.nif ⟵ right click and Rename to "dlcanchtentcornerchb_lod.nif"
```

:::

:::info Double-click LODIFY in MO2:

```ini title="To increase LOD Draw Distance add these settings to your falloutcustom.ini:" showLineNumbers
Select the **Filetree** tab and find the file `TTWLods.esp` then right click and select **Hide**.

```
📄 TTWLods.esp ⟵ right click and select Hide
```

:::


```ini title="To increase LOD Draw Distance add these settings to your falloutcustom.ini:" showLineNumbers
[TerrainManager]
; Increases the maximum distance of LOD
fBlockLoadDistanceLow=100000
Expand All @@ -202,6 +211,5 @@ fBlockLoadDistance=250000
[SpeedTree]
; Makes flora use the full objects instead of LOD, this negates pop-in
bForceFullLOD=1

```

36 changes: 26 additions & 10 deletions docs/MEG - Post Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,30 +23,46 @@ When in game > enter the pause menu > go to **Settings** and then **Tweaks**. Th
In **MO2**, double-click the mod you would like to configure, select the **INI Files tab**, select the **INI file** on the left you would like to configure. Also you can configure some stuff through the **Text Files tab**.


### Iron Sight Alignment, Hipfire Weapon Position & Clipping:
### Iron Sight Alignment, Scope Alignment, Weapon Viewmodel Clipping & Hipfire Weapon Position:

With the mods you installed from **VNV** and earlier in **MEG**, you will be able to adjust your iron sight alignment, hipfire weapon position & ADS weapon clipping.

#### [ISControl Enabler and Ironsights adjuster](https://www.nexusmods.com/newvegas/mods/75417)
#### [Iron Sight Alignment](https://www.nexusmods.com/newvegas/mods/75417)

- Hold **Right Click** + **Right Shift** and a crosshair will appear.
- Release **Right Shift** once it does, keep holding **Right Click**
- A **GUI Menu** will appear with the controls for adjustment on screen.
- All adjustments are saved per weapon inside Config\ISControl.ini


#### [HIPControl - Weapon Idle Position Adjuster - ESPless](https://www.nexusmods.com/newvegas/mods/81967)

- Press **Right Control** + **Right Shift**.
#### [Scope Alignment](https://www.nexusmods.com/newvegas/mods/75417)

- Press **Right Control** + **Enter**.
- A **GUI Menu** will appear with the controls for adjustment on screen.
- All adjustments are saved per weapon inside Config\HPControl folder with weapon EdID name


#### [Weapon Based fNearDistance ESPless](https://www.nexusmods.com/newvegas/mods/82093)
- All adjustments are saved per weapon inside Config\B42Optics\Guns folder

#### [Weapon Viewmodel Clipping](https://www.nexusmods.com/newvegas/mods/82093)

- Hold **Right Click** + **Right Alt**.
- Then use your **Mouse Wheel** to adjust.
- Press **Enter** to save.

#### [Hipfire Weapon Position](https://www.nexusmods.com/newvegas/mods/81967)

- Press **Right Control** + **Right Shift**.
- A **GUI Menu** will appear with the controls for adjustment on screen.
- All adjustments are saved per weapon inside Config\HPControl folder with weapon EdID name


### Change FOV

```ini title="To Change your FOV edit these settings in your falloutcustom.ini:" showLineNumbers
[Display]
; World FOV
fDefaultWorldFOV=75.000
; Viewmodel FOV
fDefault1stPersonFOV=55.0000
; Pip-Boy and terminal FOV
fPipboy1stPersonFOV=47.0
```


7 changes: 7 additions & 0 deletions docs/METG - FX & Extra Retextures.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ Adds fully dynamic, real time reflection system to the game. Realistic ambient l

- **Main Files - [B42 Optics - Real Time Reflections Patch](https://www.nexusmods.com/newvegas/mods/82466?tab=files)**

```ini title="To increase LOD Draw Distance add these settings to your falloutcustom.ini:" showLineNumbers
[Display]
; Increases the maximum distance of the environment map LOD
fEnvMapLOD1=16000
fEnvMapLOD2=24000
```


### [Vibrance - A Colourful ReShade Preset](https://www.nexusmods.com/newvegas/mods/76715)

Expand Down
9 changes: 9 additions & 0 deletions docs/METG - Patches & Tweaks.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,15 @@ Select the **Filetree** tab and find the file `meshes\dlcanch\architecture\tents

:::

:::info Double-click LODIFY in MO2:

Select the **Filetree** tab and find the file `TTWLods.esp` then right click and select **Hide**.

```
📄 TTWLods.esp ⟵ right click and select Hide
```

:::

:::info Important:

Expand Down

0 comments on commit f4020c8

Please sign in to comment.