JayyRemixx Posted May 8, 2011 Share Posted May 8, 2011 The game runs fine but when theres too much traffic its lags and responds so as hell. Driving past the bridge is a f*cking survival mission! Anyway I can play around with the traffic and popcycle files to reduce the amount of traffic in the game? Link to comment Share on other sites More sharing options...
lolleroz Posted May 8, 2011 Share Posted May 8, 2011 Set traffic density to 0. Link to comment Share on other sites More sharing options...
L0uNGeR Posted May 8, 2011 Share Posted May 8, 2011 There's an option for it in under graphics settings. To have more control: C# float fCarDensity = 0.5f; // MultiplierWorld.CarDensity = fCarDensity; C++ float fCarDensity = 0.5; // MultiplierSetCarDensityMultiplier(fCarDensity); Something along those lines Link to comment Share on other sites More sharing options...
JayyRemixx Posted May 8, 2011 Author Share Posted May 8, 2011 where do i apply those lines? Link to comment Share on other sites More sharing options...
Kucikuc24 Posted May 8, 2011 Share Posted May 8, 2011 in your script Link to comment Share on other sites More sharing options...
JayyRemixx Posted May 8, 2011 Author Share Posted May 8, 2011 in your script Im completely clueless in scripting... can someone make the script for me? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now