[TOOLS] R.A.W. Realms of Ancient War

How to translate the files of a game
Delutto
Posts: 561
Joined: Tue Oct 13, 2015 1:26 pm

[TOOLS] R.A.W. Realms of Ancient War

Post by Delutto »

R.A.W. Realms of Ancient War Tools [PC]
By Delutto

Export/Import *.bf and *.string_table files.
Readme.txt for instructions.
RAW_Realms_Of_Ancient_War_BF_Tool_By_Delutto.7z
RAW_Realms_Of_Ancient_War_string_table_Tool_By_Delutto.7z
Last edited by Delutto on Thu Mar 11, 2021 9:40 pm, edited 1 time in total.
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: [TOOLS] R.A.W. Realms of Ancient War

Post by makc_ar »

Thanks a lot! How about rewrite original archive or file?
Example:
for /R %%a in (*.bf) do .\Tools\Realms_Of_Ancient_War_BF_Tool.exe -i "%%a" "%%~dpna"
or
for /R %%a in (*.bf) do .\Tools\Realms_Of_Ancient_War_BF_Tool.exe -i "%%a"


for /R %%a in (*.txt) do .\Tools\Realms_Of_Ancient_War_string_table_Tool.exe -i "%%a" "%%~pna.string_table"
or
for /R %%a in (*.txt) do .\Tools\Realms_Of_Ancient_War_string_table_Tool.exe -i "%%a"
P.S. Skip other text
Delutto
Posts: 561
Joined: Tue Oct 13, 2015 1:26 pm

Re: [TOOLS] R.A.W. Realms of Ancient War

Post by Delutto »

makc_ar wrote:Thanks a lot! How about rewrite original archive or file?
Example:
for /R %%a in (*.bf) do .\Tools\Realms_Of_Ancient_War_BF_Tool.exe -i "%%a" "%%~dpna"
or
for /R %%a in (*.bf) do .\Tools\Realms_Of_Ancient_War_BF_Tool.exe -i "%%a"


for /R %%a in (*.txt) do .\Tools\Realms_Of_Ancient_War_string_table_Tool.exe -i "%%a" "%%~pna.string_table"
or
for /R %%a in (*.txt) do .\Tools\Realms_Of_Ancient_War_string_table_Tool.exe -i "%%a"
P.S. Skip other text

Sorry, I don't understand... what you trying to do?
Ps.: I forgot to say in Readme.txt, for import, is needed point to original file, because there's some unknown data on files. The tools will create a new file with *.NEW extension.
Ogoshi
Posts: 72
Joined: Fri Oct 09, 2015 1:41 am

Re: [TOOLS] R.A.W. Realms of Ancient War

Post by Ogoshi »

Good job Delutto!