GothicVRProject / GothicVR

Fan project recreating the classic Gothic I and II experience in VR.
GNU General Public License v3.0
24 stars 2 forks source link

Read Gothic values from Gothic.ini and GothicGame.ini #298

Open JaXt0r opened 5 months ago

JaXt0r commented 5 months ago

Whenever possible, let's read values for the game from the appropriate INI files.

TODOs:

  1. Read the ini files into memory - Done
  2. Check which values are already used by us but hard coded and alter to use from here
  3. Document on our /Docs folder which values we use. Important for Gamer to know!

Hint: We need to check if both Ini files are available on Steam and GOG version.

e.g. image