I just thought that this needs to be posted in here..
This code will set your scenario to desired difficulty when playing from the main page.
Just copy it into your trigger/typetest for the correct version of the game you're playing..Put it at the end of your "effects" section..
Make sure to back up this folder before making any changes..
Regards <Effect name="CHANGE Difficulty">
<Param name= "level" dispName="Diff 0-3" VarType="string">0</Param>
<Command>setWorldDifficulty(%level%);</Command>
</Effect>
You''ll then need to create a trigger in your scenario. E.G. Trigger1 Active: Condition : Timer (3) Effect : Change difficulty 0 : Sandbox 1 : Easy 2 : Moderate 3 : Hard Save the scenario by using The "save as". You'll now be able to play your scenario at the desired difficulty from the main menu/page
|