/g2-nb-install-guide

Gothic 2 Returning New Balance Installation Guide & modlist

Primary LanguageD

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 | 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

    This guide is outdated. Please refer to new one, here (for any version, not only NB).


  1. Optional, but recommended

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");