Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Thanks guys ^^ theres no need to use my archive anymore ^^ I´ll make this post, a guide to have the song of the game´s archives :D
https://www.youtube.com/watch?v=yAT3e_sCgiw
Open notepad and copy the following code into a new file:
copy S3_M19_Battle_Normal.wav S3_M19_Battle_Normal.wav.BACKUP
copy S4_M06_Battle_Normal.wav S4_M06_Battle_Normal.wav.BACKUP
del S3_M19_Battle_Normal.wav
del S4_M06_Battle_Normal.wav
copy S3_M19_Battle_Normal.wav.BACKUP S4_M06_Battle_Normal.wav
copy S4_M06_Battle_Normal.wav.BACKUP S3_M19_Battle_Normal.wav
Save it as a .bat file (like, Swap.bat) in C:\Program Files (x86)\Steam\steamapps\common\Way of the Samurai 4\JP\Sound\BGM\Stream. Double click on the file. It should be done now.
It makes backups of the original files and then swaps their places.
-----
You can also REVERT the swap using this other code:
del S3_M19_Battle_Normal.wav
del S4_M06_Battle_Normal.wav
ren S3_M19_Battle_Normal.wav.BACKUP S3_M19_Battle_Normal.wav
ren S4_M06_Battle_Normal.wav.BACKUP S4_M06_Battle_Normal.wav
Save it as a .bat file (like RevertSwap.bat) in the same folder and double click it, it will delete the backups and restore the original files.
In development terms