Fairy Fencer F

Fairy Fencer F

149 betyg
Enabling Additional Fairy DLC Voice
Av s4nji
A short guide to enable voices of the 8 new DLC fairies.
An easy to use automated batch script is also available in the Automation section.
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Explanation
  • Currently, the game does not load the voices of the 8 additional fairies added by the DLC.
  • The fairies are available in-game, but their voices are missing.
  • Fortunately the voice files of the fairies are included if you have downloaded the DLC, and can be used in the game correctly just by copying them to the right directory.
How To
Copy the contents of
Fairy Fencer F\DLC03\CONTENTS\*
into the folder
Fairy Fencer F\Sound\VOICE\FAIRY\
If you don't know where this is located, go to Steam Library, right click the game and select Properties.
Select the Local Files tab and click the Browse Local Files... button.
Automation
I have created a batch script to automate this process, which can be found in one of the following link(s):
http://pastebin.com/Rp0TnKVQ
https://my.mixtape.moe/vaemwh.bat
http://puu.sh/jzUsh/39b1d80648.bat
https://d.maxfile.ro/ztkacsnvjd.bat

You will have to put them in the root of the game directory to run it correctly.
Credits and References
19 kommentarer
Sanaki 25 maj, 2022 @ 23:25 
For Linux users, you can just run this from the Sound/VOICE/FAIRY/ directory:
for i in ../../../DLC03/CONTENTS/*; do ln -s "$i" "${i##*/}"; done
Standard IQ Gameplay 17 jul, 2016 @ 11:43 
thanks4guide
gotrunkpower 8 jul, 2016 @ 23:49 
Thanks for the guide
s4nji  [skapare] 26 okt, 2015 @ 5:03 
It is the same directory right after you follow the instructions in the "How To" section.
To quote:
If you don't know where this is located, go to Steam Library , right click the game and select Properties .
Select the Local Files tab and click the Browse Local Files... button.
Omega7 26 okt, 2015 @ 2:10 
hello, im a bit new to this, can you tell me what "the root of the game directory"is ?
s4nji  [skapare] 26 aug, 2015 @ 10:03 
I'm assuming you referred to the asterisk character at the How To section: Fairy Fencer F\DLC03\CONTENTS\* . Asterisk is commonly used as a wildcard character ( http://a.wki.pe/hgu239 ). In this case, it just signifies all the file in the directory.
harry 26 aug, 2015 @ 9:26 
Do you ahve to add the star at the end
s4nji  [skapare] 22 aug, 2015 @ 4:30 
No, it shouldn't disable achievements
Percival 22 aug, 2015 @ 3:34 
will this disable achievements?
salary0n|sukabakpao 20 aug, 2015 @ 8:26 
Thanks dude