Steam 설치
로그인
|
언어
简体中文(중국어 간체)
繁體中文(중국어 번체)
日本語(일본어)
ไทย(태국어)
Български(불가리아어)
Čeština(체코어)
Dansk(덴마크어)
Deutsch(독일어)
English(영어)
Español - España(스페인어 - 스페인)
Español - Latinoamérica(스페인어 - 중남미)
Ελληνικά(그리스어)
Français(프랑스어)
Italiano(이탈리아어)
Bahasa Indonesia(인도네시아어)
Magyar(헝가리어)
Nederlands(네덜란드어)
Norsk(노르웨이어)
Polski(폴란드어)
Português(포르투갈어 - 포르투갈)
Português - Brasil(포르투갈어 - 브라질)
Română(루마니아어)
Русский(러시아어)
Suomi(핀란드어)
Svenska(스웨덴어)
Türkçe(튀르키예어)
Tiếng Việt(베트남어)
Українська(우크라이나어)
번역 관련 문제 보고
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.