Game Development Community

Music Volume

by Weston Elliott · in Torque Game Engine · 01/24/2007 (7:08 pm) · 3 replies

How do I adjust the music volume of a mission?

//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
canSaveDynamicFields = "1";
CTF_scoreLimit = "5";
musicTrack = "lush";
cdTrack = "2";

#1
01/25/2007 (4:17 am)
With the channelvolume and the datablock volume.
look in client/audioprofiles.cs
#2
01/26/2007 (2:14 pm)
Thank you very much for your help.
#3
01/27/2007 (11:12 am)
What file or files control what kind of server A client can make? In the TGE 1.5 FPS Starter Kit I want a person to be able to make a multiplayer game on the server and not on their LAN. How do I change this?