View Single Post
Old 02-05-13, 02:32 PM   #4345
Oberon
Lucky Jack
 
Join Date: Jul 2002
Posts: 25,976
Downloads: 61
Uploads: 20


Default

Quote:
Originally Posted by Arclight View Post
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.
The download for nuclear seems to be broken at the moment.

EDIT: I've thrown some more sound files up on TS3, maybe Arc can put them on a mediafire site or something. Also found two intruders in the channel, will PM Arc with details.

Last edited by Oberon; 02-05-13 at 03:20 PM.
Oberon is offline   Reply With Quote