Mission Editor 2010 Preview

Mission Editor 2010 Preview

Discuss game development here, from a distinct game project to an accessible third-party mutator, down to the interaction and design of individual units if you like.

Moderator: Moderators

User avatar
quantum
Posts: 590
Joined: 19 Sep 2006, 22:48

Mission Editor 2010 Preview

Post by quantum »

It's fixed for the current Spring version. It was also converted to C#.

The publishing system is not online and it might take some time before it's ready, in the meantime you can tinker with it, make sure it works with your mods, and decide what features to request. Also it's all new code so there are certainly lots of bugs to spot.

It supports any mod, however there maybe be conflicting Lua scripts.

Download - Windows only
Feature requests and bug reports
Tutorial - It was made for the 2009 version but the differences are minor.

SVN

Code: Select all

svn checkout http://zero-k.googlecode.com/svn/trunk/other/MissionEditor
Super Mario
Posts: 823
Joined: 21 Oct 2008, 02:54

Re: Mission Editor 2010 Preview

Post by Super Mario »

YESSSSSSSSSSSSSS
PRAISE GOD THAT IT'S ALIVE!
Mopar
Posts: 32
Joined: 21 May 2008, 02:06

Re: Mission Editor 2010 Preview

Post by Mopar »

Awesome mission editor guys, kudos to all who developed it.....

Can someone please upload a sample mission with end conditions etc as a template for others wishing to create missions.....

I want to create a BA & XTA tutorial for noobs to hopefully be included in next spring release... so any help appreciated and credit will be given to all who help.....

How do I make an AI bot command team 2 ???
User avatar
Forboding Angel
Evolution RTS Developer
Posts: 14673
Joined: 17 Nov 2005, 02:43

Re: Mission Editor 2010 Preview

Post by Forboding Angel »

Hey neat :-) Glad to see it is back! How well does it do with games that use rapid?
jeykey
Posts: 136
Joined: 28 May 2009, 16:24

Re: Mission Editor 2010 Preview

Post by jeykey »

will there be a linux version?
Super Mario
Posts: 823
Joined: 21 Oct 2008, 02:54

Re: Mission Editor 2010 Preview

Post by Super Mario »

jeykey wrote:will there be a linux version?
You can try running it by using mono.
User avatar
Licho
Zero-K Developer
Posts: 3803
Joined: 19 May 2006, 19:13

Re: Mission Editor 2010 Preview

Post by Licho »

It uses WPF - so no, it wont work on linux.
User avatar
quantum
Posts: 590
Joined: 19 Sep 2006, 22:48

Re: Mission Editor 2010 Preview

Post by quantum »

Mopar wrote: Can someone please upload a sample mission with end conditions etc as a template for others wishing to create missions.....
No sample mission at this time but here is a tutorial:
http://code.google.com/p/zero-k/wiki/Mi ... orTutorial
Mopar wrote: How do I make an AI bot command team 2 ???
Get version 5. Don't overwrite the old folder, delete it first. Go in Mission > Settings and assign AIs in the player list.
Forboding Angel wrote:How well does it do with games that use rapid?
It supports them. And also sdd mods.
User avatar
Argh
Posts: 10920
Joined: 21 Feb 2005, 03:38

Re: Mission Editor 2010 Preview

Post by Argh »

Yay!

[EDIT]Did some tests.

1. It loads up stuff that doesn't have buildpics, yay.

2. On the initial build-units, it doesn't auto-select from the commander / root; so with World Builder, it picked some silly stuff. Not a really big deal, but it's something to keep in mind.

3. It needs to be able to load a World Builder script, or at least a list of createUnit(blah) createFeature(blah) so that if we have stuff placed via script before game starts, we can see it. This was one of the biggest problems I had with this while building missions for P.U.R.E.- I had to guess and go by memory.

4. It'd be nice to be able to exclude stuff from showing up on the list.

Dunno about code issues; last time, I had to modify certain things to get it to work correctly; I think I sent you that code. Same with various logical stuff that I had to hack manually in the end.

Overall, though, looks great!
Mopar
Posts: 32
Joined: 21 May 2008, 02:06

Re: Mission Editor 2010 Preview

Post by Mopar »

Quick simple sample mission i put together in 5 minutes using RAI AI Bot for Player 2..

Please note, this is my first attempt at using the editor so its extremely basic....

BA719 and CometCatcherRedux needed....

1v1 battle arm v arm.

Note: No XTA based mod works with editor, the editor crashes when loading any XTA mod ?????
Attachments
Test1.mission.xml
Simple Sample Test Mission with Rai Bot for Player 2.
(18.07 KiB) Downloaded 30 times
User avatar
quantum
Posts: 590
Joined: 19 Sep 2006, 22:48

Re: Mission Editor 2010 Preview

Post by quantum »

XTA problem fixed, check the download page.

Are you sure you uploaded the correct file? The attached mission is a battle between advanced fusions on lowland crossing.

Argh, how about a customParam for hiding units? Something like visibleInMissionEditor = false. Following the commander build tree is not ideal: some mods swap commanders, then there are morphs, etc.
User avatar
yuritch
Spring 1944 Developer
Posts: 1018
Joined: 11 Oct 2005, 07:18

Re: Mission Editor 2010 Preview

Post by yuritch »

Small bug (noticed that when trying to make an S44 mission): buildpics are only loaded for units that have buildPic=<whatever> line in fbi. Units which lack this have no buildpic in the editor, but they have it in game (engine assumes buildpic name to be the same as unit name by default, so for ex. GERPuma uses GERPuma.png).

So approx. half of S44 units are represented by blank squares in the editor.
User avatar
quantum
Posts: 590
Joined: 19 Sep 2006, 22:48

Re: Mission Editor 2010 Preview

Post by quantum »

Fixed, thanks for the report.
User avatar
manolo_
Posts: 1370
Joined: 01 Jul 2008, 00:08

Re: Mission Editor 2010 Preview

Post by manolo_ »

last time i tried the editor (before relaunch), xta made problems because of the buildpics (were not in png-file format), maybe this is related to the xta-error
User avatar
yuritch
Spring 1944 Developer
Posts: 1018
Joined: 11 Oct 2005, 07:18

Re: Mission Editor 2010 Preview

Post by yuritch »

Editor crashes when I use the Test mission command. Error log attached.

Create mutator command also causes the crash, but no log in that case.

Mission file attached. It needs Spring:1944 v1.5 (last official release) and the map 1944_Village_Crossing_V2 (and 2 png files used in messages, not sure if those are important or not - they are just ingame buildpic backgrounds with country flags on them).

This is with Preview 7 btw. I confirm that buildpics problem is fixed, they are now all visible.
Attachments
rus_villagedefence.mission.xml.7z
Mission file
(9.93 KiB) Downloaded 35 times
errors.log.7z
Error log
(829 Bytes) Downloaded 23 times
User avatar
quantum
Posts: 590
Joined: 19 Sep 2006, 22:48

Re: Mission Editor 2010 Preview

Post by quantum »

yuritch's mission wrote: Your military career is over, court martial awaits you.
:cry:

Try version 8, should be fixed.

manolo_ wrote:last time i tried the editor (before relaunch), xta made problems because of the buildpics (were not in png-file format), maybe this is related to the xta-error
That was a limitation of very early versions. Modders do not need to convert buildpics. The XTA error reported by Mopar is fixed.
User avatar
Argh
Posts: 10920
Joined: 21 Feb 2005, 03:38

Re: Mission Editor 2010 Preview

Post by Argh »

Argh, how about a customParam for hiding units? Something like visibleInMissionEditor = false. Following the commander build tree is not ideal: some mods swap commanders, then there are morphs, etc.
That would be totally fine with me, one grep away. Let me know if you get it done and I'll test.
User avatar
MidKnight
Posts: 2652
Joined: 10 Sep 2008, 03:11

Re: Mission Editor 2010 Preview

Post by MidKnight »

Today's a good week!Today? Week? Yes!
You go, Quantum!
Mopar
Posts: 32
Joined: 21 May 2008, 02:06

Re: Mission Editor 2010 Preview

Post by Mopar »

Anyone got any working missions yet, a sample mission with end conditions etc would be good to see... I must be doing something wrong because none of the missions i have created work properly... I set AI bot to command team 2 and give them a arm commander, I set me player as team 1 with 1 arm commander and save then test mission....

mission starts i have my com and build base but when i approach team 2 start pos their com is just standing there idle then spring crashes..

also console says AI KAIK taking over control of team 1 ( but thats me )

I guess i need end conditions or something to make the mission end when either team 1 or team 2 dies...

Any help appreciated.....
Attachments
01.mission.xml
Mission file
(15.83 KiB) Downloaded 33 times
infolog.txt
Infolog
(16.69 KiB) Downloaded 20 times
User avatar
Argh
Posts: 10920
Joined: 21 Feb 2005, 03:38

Re: Mission Editor 2010 Preview

Post by Argh »

You have to use null AI. You cannot use it with KAIK, etc.
Post Reply

Return to “Game Development”