bigpickle 0 Posted December 2, 2012 (edited) Hi, I wanted to know what this line of code means: volume = "engineOn*camPos*1*(speed factor[0.5, 0.50])";)"; I'm guessing that : engineOn = only when engine is active camPos = Camera position * = I think this means x (times) The rest I don't understand :( Does it mean the sounds volume will be played when the vehicle is at a certain speed? Edited December 2, 2012 by Bigpickle Share this post Link to post Share on other sites
larsiano 12 Posted December 5, 2012 My guess would be that the volume is determined by the angle the camera is shifted and the sound is toned down at halve the speed you move with incremental steps of 0.50 ? :) Share this post Link to post Share on other sites