Jump to content

Very game breaking bug regarding plax editor


Recommended Posts

The code for saving plax data involves removing the alias of the mod path, which is done in game by matching the colon sign(:) and extract everything after it using regex. The problem lies in the fact that most computers have their userdata in a drive, something like "C:\Users\[username]\AppData\...", and the matching system matched the colon indicating the drive. So the game decides to save the file in the settings folder behind "Users\[username]\AppData\...". Yeah.

The full path looks like this:

C:\Users\[username]\AppData\Roaming\Klei\Griftlands_testing\steam-[some steam id]\Users\[username]\AppData\Roaming\Klei\Griftlands_testing\steam-[some steam id]\mods\DemocraticRace\content\plax

(I was kinda scared that it might somehow directly save at the root directory of the computer, but thank Hesh that wasn't the case)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...