View Single Post
Old 02-04-13, 09:22 PM   #4342
Arclight
Navy Seal
 
Join Date: Jun 2008
Location: Land of windmills, tulips, wooden shoes and cheese. Lots of cheese.
Posts: 8,467
Downloads: 53
Uploads: 10
Default

Made a tweak; you can add more sounds to the IC2 Nuclear Control howler alarm, but it requires some tinkering with its .cfg. Aparently if the server list doesn't match the client list nothing will show in the alarm window at all* (see edit on the bottom). No other issues aparently, but there's that.

So, I'd ask people do a little tinker in IC2 NC .cfg...

Default line:
Code:
S:allowedAlarms=default,sci-fi
Add:
,beep,bell,default2,klaxon,klaxon2,MWAlarm,nuclear-alarm,OVER9000,sweep,CustomAlarm

which makes:
Code:
S:allowedAlarms=default,sci-fi,beep,bell,default2,klaxon,klaxon2,MWAlarm,nuclear-alarm,OVER9000,sweep,CustomAlarm
The sounds used are on the IC2 NC thread, near the bottom: http://forum.industrial-craft.net/in...&threadID=5915

Note that "CustomAlarm" needs to be renamed to "alarm-CustomAlarm" or it will crash the client; any soundbite for that needs to start with "alarm-".

I'm open to adding more if people desire.

*EDIT: actually in my infinite wisdom I didn't do it properly server-side. Tl;dr this is entirely optional. It will work fine if you don't, but you need those changes to use other sounds than the stock ones.
Currently the server allows the following:
Code:
 
default,sci-fi,beep,bell,default2,klaxon,klaxon2,MWAlarm,nuclear,OVER9000,sweep,CustomAlarm
Name of the sound should match the one in the list with "alarm-" appended to the front.
__________________

Contritium praecedit superbia.

Last edited by Arclight; 02-05-13 at 06:00 AM.
Arclight is offline   Reply With Quote