Page 4 of 11

Re: Mission Editor

Posted: 26 Mar 2009, 09:58
by DavetheBrave
strangely enough, juggernauts refuse to spawn o.O

Re: Mission Editor

Posted: 26 Mar 2009, 10:44
by Forboding Angel
Interestingly enough, all of my non mobile units spawn quite literally... inside out. :shock:

Something to do with s3o's?

Re: Mission Editor

Posted: 26 Mar 2009, 11:37
by quantum
manolo_ wrote: unit built AND THEN time elapsed
Yeah triggers are a bit primitive at the moment. More sophisticated logic is planned.
Argh wrote: My question is... why is it loading armor.txt / armor.lua at all? Why isn't it just loading the map's minimap pic, the FBIs, and the BuildPic? I mean, that's all you need.
That's just the first thing that fails when it can't read anything. It's like Spring crashing on "missing cursor" when in fact half the mod is missing.

If you upload your big sdz somewhere, I'll compare our versions.
DavetheBrave wrote:strangely enough, juggernauts refuse to spawn o.O
Could you publish a mission with that? I can't reproduce it.
Forboding Angel wrote:Interestingly enough, all of my non mobile units spawn quite literally... inside out. :shock:
Something to do with s3o's?
Hmm I heard other reports about this, I'm not sure what could cause this.

Re: Mission Editor

Posted: 26 Mar 2009, 11:47
by FLOZi
Probably the same bug as was happening with morphing/upgrading in s44. Make sure non-mobile units with s3os are set to a cardinal direction/heading or they will render inside out.

Re: Mission Editor

Posted: 26 Mar 2009, 19:06
by Forboding Angel
Yep I have seen that happen once with the radar dish in Evo as well flozi. I thought my eyes were just playing tricks on me tho and thought that that unit really was THAT ugly. lol

Re: Mission Editor

Posted: 26 Mar 2009, 20:03
by CarRepairer
Man that's creepy. Like in Cronenberg's The Fly.

Re: Mission Editor

Posted: 26 Mar 2009, 20:49
by quantum
Switching to XML only took a few minutes! :o Consequently, here's a new version.

Changes:
  • Mission projects are saved to XML instead of being a binary dump. This will hopefully allow users to keep saved projects between versions.
  • The mission editor can open mission mutators built with this version or later.
  • Fixed the creepy buildings from Cronenberg's The Fly. Thanks FLOZi!
  • New effects: sunrise and sunset. Thanks Evil4Zerggin for his night widget!

Re: Mission Editor

Posted: 26 Mar 2009, 22:37
by daan 79
Hello guys i would like to ask some missionmakers some help!

Mission maker will appear in springzine April and therby it asks:
3 ppl
1 that made a mission
2 that could explain making this mission
3 That wants to explain the mission goal
(or 2 of these three points)
I will together with quantum make a how to use section, so readers will be able to get fast to action with the info you could provide about your mission to the readers.

Re: Mission Editor

Posted: 27 Mar 2009, 01:39
by Forboding Angel
Unfortunately as it stands, I (and probably others) can't really use this without support for dependencies. I understand that it would take longer than adding a slew of new features, but please understand, many of us have been having wet dreams about a mission builder for a long time, and here you lay the possibility at our feet.

The editor itself is simply amazing with what you can already do with it, but many of us use dependencies simply because requiring a full download every time we change a number is less than optimal. Not to mention the fact that my users in particular, many of them are on limited bandwidth pipes which make it 100% necessary for me to distribute in this fashion.

So basically, I'm appealing to your compassion here, please please please please add dependency support. I promise that we'll love you forever! :-)

Also, midknight submitted a news dealing about the missionbuilder. Swift and I thought that it was not his place to do it. The reason I didn't post it immediately is that this is in a grey area between a modder tool and a players tool, plus it was only released a few days ago, and it seemed as though if you wanted it plastered on springinfo, you would have said something about it. At any rate, please let me know :-)

Re: Mission Editor

Posted: 27 Mar 2009, 01:56
by MidKnight
I wrote the posting with input from Licho, Quantum, KingRaptor, and CarRepairer as I was writing it. We discussed the first draft and changed it before I posted it. :wink:

Re: Mission Editor

Posted: 27 Mar 2009, 02:01
by Peet
Yeah I at first thought that was pretty sketchy too, thanks for clearing it up.

Re: Mission Editor

Posted: 27 Mar 2009, 02:07
by TheFatController
Just out of curiosity why did you choose XML over lua tables?

Re: Mission Editor

Posted: 27 Mar 2009, 02:08
by quantum
MidKnight wrote:I wrote the posting with input from Licho, Quantum, KingRaptor, and CarRepairer as I was writing it. We discussed the first draft and changed it before I posted it. :wink:
Yeah, I asked for MidKnight's help :-)
TheFatController wrote:Just out of curiosity why did you choose XML over lua tables?
In the version from this summer, I did just that. Loading them again turned out to be a long and error-prone process. It was taking most of my time.

With XML, I can use libraries that enable me to save or load everything in one line, while keeping references.

Re: Mission Editor

Posted: 27 Mar 2009, 02:37
by Forboding Angel
MidKnight wrote:I wrote the posting with input from Licho, Quantum, KingRaptor, and CarRepairer as I was writing it. We discussed the first draft and changed it before I posted it. :wink:
Okies, in the future, please make some sort of reference to the fact that you are doing it on behalf of someone else.

Thanks for clearing that up

Re: Mission Editor

Posted: 27 Mar 2009, 15:32
by manolo_
i made a mission for xta 9.55 (should be a tutorial), but i does only work on my pc, the player that downloaded it couldnt connect

Re: Mission Editor

Posted: 27 Mar 2009, 15:38
by Otherside
Forb as i pointed out Via PM

Stuff made by the CA dev team and works generated by CA devs that have been released to other projects and users, are usually advertised by other contributors

If you check who has commit access (doesnt mean there all devs but they contribute to CA) there are alot of people. I usually do some PR images etc and other non core devs also post promotional material on behalf of the dev team.

I will soon be making a Planetwars post that hopefully gets aproved...

Re: Mission Editor

Posted: 27 Mar 2009, 18:19
by manolo_
i wanted to change an unit movement:

edit: added xl-file as wanted

Re: Mission Editor

Posted: 27 Mar 2009, 22:01
by quantum
Forboding Angel wrote:please add dependency support
New version.

Changes:
  • Support for dependencies. PURE loads successfully now. Please indicate in the description all the dependencies your mod has, if there are any. SpringDownloader does not get them and Spring will crash with no useful error without them.
  • Fixed bug in loading unit entered area conditions. manolo_'s problem should be fixed.
LordMuffe wrote:It starts now with commanders for the aranged Players, but dont execute any trigger at all.
Eternal Struggle has no gadget handler. Missions require LuaRules. You can get a minimal package from a recent mod.

Re: Mission Editor

Posted: 27 Mar 2009, 22:28
by Forboding Angel
OMFG?!?!?! REALLY????

I LOVE YOU!!!! I WANT YOUR BABIES NAO!

@otherside, it will be approved, I can already tell you that right now. :-)

I never really wrote anything about it cause I know pretty much nothing about planetwars and how it works, so it would be ncie to have the info up there for other people like me who are only vaguely aware.

Re: Mission Editor

Posted: 28 Mar 2009, 00:57
by Super Mario
Mission editor can't upload the latest BA mod for some reason.