Steam installeren
inloggen
|
taal
简体中文 (Chinees, vereenvoudigd)
繁體中文 (Chinees, traditioneel)
日本語 (Japans)
한국어 (Koreaans)
ไทย (Thai)
Български (Bulgaars)
Čeština (Tsjechisch)
Dansk (Deens)
Deutsch (Duits)
English (Engels)
Español-España (Spaans - Spanje)
Español - Latinoamérica (Spaans - Latijns-Amerika)
Ελληνικά (Grieks)
Français (Frans)
Italiano (Italiaans)
Bahasa Indonesia (Indonesisch)
Magyar (Hongaars)
Norsk (Noors)
Polski (Pools)
Português (Portugees - Portugal)
Português - Brasil (Braziliaans-Portugees)
Română (Roemeens)
Русский (Russisch)
Suomi (Fins)
Svenska (Zweeds)
Türkçe (Turks)
Tiếng Việt (Vietnamees)
Українська (Oekraïens)
Een vertaalprobleem melden
To cleanup by hand, first you'll need an editor for the game.db You can get one from:
sqlitebrowser.org
Long/detailed fix instructions:
Make a copy of a recent game_backup db from before the patch rename it to just game.db, and open it in the db browser.
From there, click the "browse data" tab, and select the "actor_position" table from the dropdown. This should show a big table full of class/ID/location/etc..To narrow it down, type "ropething" into the filter box above the class column.
See first screenshot here for example: https://imgur.com/a/wuSchqL
If there are any matches for ropething or ropethinglong, make note of the ID, and switch to the "building_instances" table with the dropdown.
In this table (see screenshot 2 in imgur link), check to see if any rows use the ID above (49 in my example) in the object_id column.
If they do, go back that row in the actor_position table, and change the class name (using text box on the right) from ropething to sandstone fence foundation's class:
/Game/Systems/Building/BP_FenceFoundation.BP_FenceFoundation_C
Then click apply.
If there are more references to ropethings in the actor position table, repeat as needed, and click the write changes button to finalize.
While this is kind of tedious, it's not as bad as it sounds since there's usually just one "parent" actor per building.
Quick and dirty fix:
As a quicker alternative, one could simply just change every ropething or ropethinglong in the actor_position table to:
/Game/Systems/Building/BP_FenceFoundation.BP_FenceFoundation_C
This would replace any standalone mason lines that don't have anything attached, but it could be a lot faster than checking against instance table on larger game.dbs.
The names for the other foundations though are BP_Scaffolding, BP_ScaffoldPoles, and BP_PoleFloor.