mirror of
https://github.com/glest/glest-source.git
synced 2025-08-30 19:29:47 +02:00
core_data.cpp:allow user-configurable sfx
This allows users to set their own sound effects using glestuser.ini Any values from glest.ini can be used in glestuser.ini, and when in glestuser.ini, they override the values in glest.ini. Not yet documented. This adds only 2 sfx, and shows how to do it. This will change how #63 is done
This commit is contained in:
@@ -94,3 +94,7 @@ UnitParticles=true
|
||||
UserData_Root=$HOME/.zetaglest/
|
||||
VersionURL=http://zetaglest.dreamhosters.com/files/versions/
|
||||
Windowed=false
|
||||
|
||||
; sfx
|
||||
PlaySoundAttention=../../../zetaglest-data/data/core/menu/sound/attention.wav
|
||||
PlaySoundHighlight=../../../zetaglest-data/data/core/menu/sound/highlight.wav
|
||||
|
Reference in New Issue
Block a user