Home
Help
Search
Login
Register
Wiki
Chat
Play
FOnline 2
Development
»
Bugs
»
[Linux client] no weapon sounds
April 12, 2021, 18:27
« previous
next »
Print
Pages: [
1
]
Author
Topic: [Linux client] no weapon sounds (Read 5973 times)
umaksharmoota
Hero Member
Posts: 660
[Linux client] no weapon sounds
«
on:
February 17, 2014, 20:24 »
for me there are no gunshot or reload sounds, all other sounds appear to work
also should provide a "linux download" which comes with intrface.zip unpakced in data/art/intrface since currently you have to manually do that
Logged
Misiolap
Posts: 23
Re: [Linux client] no weapon sounds
«
Reply #1 on:
November 06, 2014, 19:38 »
At least partial fix for Linux client weapon sounds:
Unpack sounds directory from fonline.dat
You'll need ie. wine and DAT2 program:
http://www.nma-fallout.com/downloads.php?do=file&id=661
(All other from
http://www.nma-fallout.com/downloads.php?do=cat&id=27
are fine too).
Once you have unpacked the files move the contents of sound/SFX to data/sound/sfx (all lowercase)
Then cd to data/sound/sfx and link all upper-case files in lower-case. You can use this command for this (in data/sound/sfx directory)
Code:
[Select]
for f in *; do ln -s "$f" "`echo $f | tr '[:upper:]' '[:lower:]'`"; done
Logged
umaksharmoota
Hero Member
Posts: 660
Re: [Linux client] no weapon sounds
«
Reply #2 on:
December 08, 2014, 18:50 »
it works!!!!! Thank you!!!!!
Logged
Print
Pages: [
1
]
« previous
next »
FOnline 2
Development
»
Bugs
»
[Linux client] no weapon sounds
April 12, 2021, 18:27