Description

This new version fixes the missions being unavaiable to play through the ingame menus, but there is still a few issues.

Preview
War in the Levant 0.3.1
Post comment Comments
Dilust
Dilust - - 222 comments

Try adding a delay command of 0.1 seconds in each trigger that starts events or are a prerequisite for other triggers.
Usually the first starting trigger of a mission is scripted with no condition and an event 0 as command.
Sometimes the engine fails to recognize this sort of script. If you put a delay command of 0.1 seconds and only after the event 0, this will force the engine to recognize the starting event.

Reply Good karma Bad karma+3 votes
HawkLord42 Author
HawkLord42 - - 64 comments

Thanks for the tip man! I will try to fix it this weekend

Reply Good karma+2 votes
Dilust
Dilust - - 222 comments

This is an example of starting trigger:

{"start"
{condition
}
{actions
{"delay"
{time 0.1}
}
{"scenario"
{message
{text "$/start"}
}
{camera
{name "startview"}
{smooth_begin 0}
{smooth_end 0}
}
{event_on_next "start"}
{do_not_store_camera}
{do_not_restore_camera}
{force_auto_complete}
}
{"delay"
{time 0.1}
}
{## "reinforcement"
{operation score_add}
{score 2000}
}
}
}

Reply Good karma Bad karma+2 votes
Franzores
Franzores - - 481 comments

you need help with skins?
i have some british desert - not mine - but i can redit them to make an original one :D DM me if you are interested , but im busy with Spanish Civil War mod . Sometimes i could help you with interface and visual work Greetings .

ElFrancis - SCW modder

Reply Good karma Bad karma+3 votes
HawkLord42 Author
HawkLord42 - - 64 comments

Any help with interface and visuals would be nice! If can get something done send me and I will put in the next update.

As for the skins, I don't think I will have much time to change any of the units right now, so I don't think it would be worth the effort.

Thanks anyway!

Reply Good karma+3 votes
uzbek2012
uzbek2012 - - 761 comments

Ah that ready fix ?
Mow-portal.ru

Reply Good karma Bad karma+2 votes
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

Tags

War in the Levant 0.3.1 has not been tagged yet.