Staredit Network

Staredit Network -> UMS Assistance -> Help with briefing
Report, edit, etc...Posted by AngeL) on 2006-04-11 at 05:15:40
omg i need help!!
when i use scmdraft i set the briefing like this

Briefing("p1"){
Mission Objectives("text");
Wait(9999999);
}
//---------------------------------------------------------------//

and it doesnt work!! why?
Report, edit, etc...Posted by Kupo on 2006-04-11 at 06:11:07
Because i don't think the breifing editor works.
Report, edit, etc...Posted by Killer_Kow(MM) on 2006-04-11 at 06:56:25
No, it doesn't. That's one of the features left out as of yet.
Report, edit, etc...Posted by AngeL) on 2006-04-11 at 07:37:06
T__T

...btw some maps like special forces arena 7.0 are made with scmdraft and the briefing works...

can i make a animate briefing with starforge or with any other editor?
Report, edit, etc...Posted by Foley on 2006-04-11 at 08:01:52
yes, you can, anyways i prefer X-Tra editor in special mode :PPPP easiest trigger/briefing making ever
Report, edit, etc...Posted by JaFF on 2006-04-11 at 08:41:00
QUOTE(Foley @ Apr 11 2006, 03:01 PM)
yes, you can, anyways i prefer X-Tra editor in special mode :PPPP easiest trigger/briefing making ever
[right][snapback]463086[/snapback][/right]


same with me. i use SCM draft2/starforge only for terrain & stuff like 6/5 unit HP
Report, edit, etc...Posted by JoJo. on 2006-04-11 at 15:38:19
Ok nublets ima teach you how to make an editor with strings, go into SF and make all your text's timed and what not (this is for flashing moving... anything like that in brefing)
you label every new text with a number starting with 1 to however many text chnages you have. Your trigger looks likes this or similar...

(SF TRIGG LAYOUT)

CONDITIONS:
Always

ACTIONS:
DisplayText("1", (this part dont matter if text changes b4 the wait is over, if using mission obj. there is no time display for text)
Wait(200);
DisplayText("2", 200);
Wait(200);
DisplayText("3", 200);
Wait(200);

Now when you go into strings if you create them in this kind of order you can add color change text and even watch your brefing flash if you continuesly go down from 1 with your text changed
Report, edit, etc...Posted by Mp)7-7 on 2006-04-11 at 18:34:17
QUOTE(Jammed @ Apr 11 2006, 06:40 AM)
same with me. i use SCM draft2/starforge only for terrain & stuff like 6/5 unit HP
[right][snapback]463092[/snapback][/right]


StarForge for terrain, then X-tra editor for triggers and other work!
Report, edit, etc...Posted by Mp)MinigameEast on 2006-04-11 at 19:17:54
QUOTE(JoJo. @ Apr 11 2006, 02:37 PM)
Ok nublets ima teach you how to make an editor with strings, go into SF and make all your text's timed and what not (this is for flashing moving... anything like that in brefing)
you label every new text with a number starting with 1 to however many text chnages you have.  Your trigger looks likes this or similar...

(SF TRIGG LAYOUT)

CONDITIONS:
Always

ACTIONS:
DisplayText("1", (this part dont matter if text changes b4 the wait is over, if using mission obj. there is no time display for text)
Wait(200);
DisplayText("2", 200);
Wait(200);
DisplayText("3", 200);
Wait(200);

Now when you go into strings if you create them in this kind of order you can add color change text and even watch your brefing flash if you continuesly go down from 1 with your text changed
[right][snapback]463227[/snapback][/right]

there is a reason why they posted here for help. using the word nublets is uncalled for.

back on topic: you have to be more specific whether what editor you are using and what do you want your briefing to look like.
Report, edit, etc...Posted by M_s4 on 2006-04-11 at 19:26:38
QUOTE(Mp)MinigameEast)
back on topic: you have to be more specific whether what editor you are using and what do you want your briefing to look like.


He specifically said he was using ScmDraft.

However, I don't use ScmDraft for Mission Briefings. X-Tra is much better for that.

And also, I would like to note that putting Wait 9999999 is absoluetly horrible mapping etiquete because the breifing never ends. Someone AFK or just being a idiot might not press start after a minute causing everyone to leave and no one playing the game. Just put like Wait 2000 at the end.
Report, edit, etc...Posted by Mp)MinigameEast on 2006-04-12 at 01:13:08
well there is version 1 and version 2 of scmdraft.
Report, edit, etc...Posted by AngeL) on 2006-04-13 at 15:47:43
can i use something like /r/n to go at start of line in mission objectives?
Next Page (1)