18.02.2018, 17:34
(This post was last modified: 18.02.2018, 17:36 by Profesores.)
Chyba lepiej już ściągnąć pirata, niż pierdolić się ze steamową wersja gothica. Kupiłeś oryginał, więc nikt się nie przyczepi do pirata 
Chociaż może jest tu ktoś, kto gra w G2O na steamowej wersji gothica i wie co zrobić.

Chociaż może jest tu ktoś, kto gra w G2O na steamowej wersji gothica i wie co zrobić.
Code:
7. Wyskakuje komunikat w stylu: B zOPT: Could not find file paths.d co robić?
Odpowiedź: Reinstaluj G2NK.
Odpowiedź 2: Stwórz plik paths.d w folderze system i wkleić do niego zawartość :
const string DIR_ROOT = "..";
const string DIR_SYSTEM = "\System\";
const string DIR_SAVEGAMES = "\Saves\";
const string DIR_WEB = "\Web\";
const string DIR_DATA = "\_work\data\";
const string DIR_ANIMS = "$DATA$\Anims\";
const string DIR_MESHES = "$DATA$\Meshes\";
const string DIR_SCRIPTS = "$DATA$\Scripts\";
const string DIR_TEX = "$DATA$\Textures\";
const string DIR_CUTSCENES = "$DATA$\Cutscenes\";
const string DIR_SOUND = "$DATA$\Sound\";
const string DIR_MUSIC = "$DATA$\Music\";
const string DIR_VIDEO = "$DATA$\Video\";
const string DIR_WORLD = "$DATA$\Worlds\";
const string DIR_FONTS = "$DATA$\Fonts\";
const string DIR_OUTPUTUNITS = "$DATA$\Scripts\Content\Cutscene\";
const string DIR_COMPILED_ANIMS = "$DATA$\Anims\_compiled\";
const string DIR_COMPILED_MESHES = "$DATA$\Meshes\_compiled\";
const string DIR_PRESETS = "$DATA$\Presets\";
const string DIR_COMPILED_SCRIPTS = "$DATA$\Scripts\_compiled\";
const string DIR_COMPILED_TEXTURES = "$DATA$\Textures\_compiled\";
const string DIR_TEX_DESKTOP = "$DATA$\Textures\Desktop\";
const string DIR_TOOLS_CONFIG = "\_work\tools\";
const string DIR_TOOLS_DATA = "\_work\tools\data\";
const string SUBDIR_INTERN = "_intern\";