Skip to content

the-overdriven/g2-nb-install-guide

Repository files navigation

Gothic 2 Returning New Balance Installation Guide

Requirement: clean version of Gothic II Night of the Raven (not in Program Files)

  1. Download installer https://drive.google.com/drive/folders/1Y6fy1zSo6UejLElJRUNv8g4LQSPtxzgQ | mirror 20.10.2022

  2. Download scripts (includes translated texts)
    EN: nexusmods.com/gothic2/mods/34 or nexusmods.com/gothic2/mods/37 | mirror 04.01.2023
    PL: https://drive.google.com/drive/folders/1FHXbFyROyJ6d3CihUHFOH97w7lP6xXNi | mirror 04.01.2023
    DE: https://drive.google.com/drive/folders/1S9WZKtPGzQI0UtLd8hyGZbRZVpTQwWTS | mirror 04.01.2023

  3. Run Installer
    Don't install vcredist from New Balance installer, if you're missing it install it from here

  4. Copy scripts to main dir

  5. Optional, but recommended

  6. Own fixes (copy to System/Autorun/*)

    • Fix Diego's Gold quest (if Gerbrandt is dead) - in original G2 you are not able to finish Diego's Gold quest if Gerbrandt is dead, because it's tightly coupled with another Diego's quest: Diego's Revenge. This fix decouples these two quests, so that if Gerbrandt is dead he won't be even mentioned, Diego's Gold quest will be finished upon delivery and Diego will move in to upper quarter.

Good to know

  • How to increase FPS? Decrease these values with hotkeys (+/- by default) or in SystemPack.ini:
    SPAWN_INSERTRANGE = 1500
    SPAWN_REMOVERANGE = 2000
    (on lower values creatures further away from you won't spawn which relieves the CPU load, it makes a difference especially in cities)

nice to have settings

hotkeys

  • jump on left alt/ctrl
  • ...

Gothic.ini

  • playLogoVideos=0
  • animatedWindows=0
  • zMouseRotationScale=6.0
  • increase memory for textures and sound (although it doesn't seem to change much)
    zTexCacheOutTimeMSec=480000
    zTexCacheSizeMaxBytes=200000000
    zSndCacheOutTimeMSec=20000
    zSndCacheSizeMaxBytes=40000000
    
  • keyboardLayout=00020409 (non-german keyboard)
  • zSunMaxScreenBlendScale=0 (remove sun rays)
  • ...

SystemPack.ini

  • No_Take_Anim = 1
  • Language = OTHER | ENG | POL (choose one in case SystemPack incorrectly resolves your game language, it's needed to correctly localize Union plugins' menu options)
  • ShowManaBar=2
  • ShowDebugWindow = true (to debug Union plugins)

GD3D11 options (F11)

  • HDR
  • fullscreen borderless (to fix alt-tab)

mods

Union one-liners (System/Autorun/*.d)

  • constant sprint, i.e. in PLAYER_HOTKEY_SCREEN_MAP
    Mdl_ApplyOverlayMDS(hero,"Humans_Sprint");
    Mdl_ApplyOverlayMDS(hero_2,"Humans_Sprint");
    

About

Gothic 2 Returning New Balance Installation Guide & modlist

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages