Ultimate Admiral: Dreadnoughts

Ultimate Admiral: Dreadnoughts

评价数不足
How you prevent hulls from getting obsolete
由 H.M. Murdock 制作
   
奖励
收藏
已收藏
取消收藏
How you prevent hulls from getting obsolete
What you need:
-Notepad++
-UABE Asset Bundle Extractor https://github.com/SeriousCache/UABE/releases

1. Open game folder
\steamapps\common\Ultimate Admiral Dreadnoughts\Ultimate Admiral Dreadnoughts_Data
2. Make a backup copy of the "ressources.assets" file since this ist the only file we need. ignore the other 2 ressource files.

3. Open ressources.assets in UABE, look for the TextAsset called "technologies". Select it, go to Plugins and export to .txt.
4. Open the .txt in Notepad, go to search, then replace.
Change search mode to regular expression.
search for: ", obsolete\(.*\)" without the ""
replace with: "" without the ""
click "replace all". Then save and exit.
5. Go back to your UABE where you exported the technologies file, go to Plugins Import from .txt and
import the file again. Now save and exit.
IMPORTANT: UABE cannot overwrite the file it is operating in, therefore you must save
it in another place and replace the old file manually.


Thats it your hulls are now safe from the sands of time.

2 条留言
H.M. Murdock  [作者] 2024 年 3 月 22 日 下午 10:35 
Are you sure, you used the feature under Plugins>Export to .txt and not the "Export Dump"-function?
The Gaming Scientist 2024 年 1 月 5 日 上午 8:15 
It consistently outputs 0kb empty text files. A raw .dat dump leads to a 1KB cut-off version of the data. Any ideas what this issue could be, and ideally, how to fix it?