MattLightfoot / USEC_General

USEC Public Issue Tracker and Wiki
http://www.usecforce.com/
4 stars 0 forks source link

How to disable Chronos in mission template #6

Closed jelly-of-the-guava closed 9 years ago

jelly-of-the-guava commented 9 years ago

Probable dumb question but how do I disable Chronos in the mission template, with out breaking everything?

DavidCamre commented 9 years ago

Open the init.sqf file, there's a line that says

include "CronosUSEC\chronosInit.sqf"

Simply comment that out (ie put // infront of it. That will disable chronos and the mission will run like a "normal" arma mission.

jelly-of-the-guava commented 9 years ago

Thanks David.

DavidCamre commented 9 years ago

No problem. In general for running / testing missions you shouldn't use chronos as it requires a dedicated environment with db access and a bunch of other stuff.

For missionmaking just disable that line of code and design your mission like you normally would except don't add friendly vehicles.

jonpas commented 9 years ago

It should be commented out by default, is it not?

jelly-of-the-guava commented 9 years ago

Nope but this is me we are talking about, well I'm working with the temp, I'll make some notes that could be used for a tutorial.