Map editor or puzzle by Nival (Blitzkrieg)
Comrades, if you know how to create a full-fledged mission, i.e. set a task (for example, destroy an enemy grouping) and how to insert it into the game so that it can be launched from the menu. Don't be angry, I've been digging on the Internet for a long time, trying to figure it out myself, but I still can't create a mission. I'm making a map, but I can only play in testing mode. I ask you to provide all kinds of help in solving the problem.2 Comments
l
ludovick
04.07.21
The distribution kit of the game comes with mapeditor.chm - there is a section called Scripting Language (this is the Lua language) with an overview of functions and range of values, very useful and quite understandable. On the other hand, you can't just write a condition like "if this unit (group) is alive and is there", you have to get rid of it ...