Staredit Network

Staredit Network -> UMS Assistance -> Help on movie mapping\Creator intro
Report, edit, etc...Posted by JordanN_3335 on 2006-11-18 at 10:44:48
Normally Tux and Moose are good for these things but I need help on the text. Whenever I simply use the display text and wait triggers in the game it appears all over the screen. Like for example.

Random1: Hello there
(wait trigger)




Random2: Hello there.

Theres always like a big gap how would I fixed that? And also to prevent the words from breaking up like when noobs spam things how do would I make it still appear on the screen without using hyper triggers like what I just said above stays on the screen for say like 10 seconds and not be like pushed off the screen when players type.

And whenever I try the creators name to appear in the intro of a map it pops up like this

J
Jo
Jor
Jord
Jorda
Jordan

All together I want it to appear like if someone is typing out the name rather then the whole thing appearing at once.

Better yet it would be nice if someone posts up an example or tutorial so it will be easier for me and others to understand. Thank you.
Report, edit, etc...Posted by spinesheath on 2006-11-18 at 10:49:12
I suggest to check out the commented version of Rush. Tux used a nice "engine" for his texts and I believe it already is present in it's important parts in the commented version.

I myself am not that experienced in this, but my guess (for the name typing) is that you have to put the right amount of empty lines so that it scrolls the last message out of the screen when the next letter is added.
Report, edit, etc...Posted by IsaT on 2006-11-18 at 10:50:01
QUOTE(JordanN_3335 @ Nov 18 2006, 10:44 AM)
And whenever I try the creators name to appear in the intro of a map it pops up like this

J
Jo
Jor
Jord
Jorda
Jordan

All together I want it to appear like if someone is typing out the name rather then the  whole thing appearing at once.

Better yet it would be nice if someone posts up an example or tutorial so it will be easier for me and others to understand. Thank you.
[right][snapback]590993[/snapback][/right]



Add eleven (I beleive.. maybe twelve) new lines before or after the text, and keep it the same amount for all strings

-
-
-
-
-
-
-
-
J
-
-
-

-
-
-
-
-
-
-
-
Jo
-
-
-
Like that.
(- means a new line)

Report, edit, etc...Posted by spinesheath on 2006-11-18 at 10:54:56
Edit: damn happy.gif
Report, edit, etc...Posted by Zeratul_101 on 2006-11-18 at 11:49:54
its eleven lines wink.gif
Report, edit, etc...Posted by SomeIdiotNerd on 2006-11-18 at 12:52:53
yeah just put eleven lines between










Text here
then start a new text display
Report, edit, etc...Posted by JordanN_3335 on 2006-11-18 at 12:58:29
Now can someone answer my first question for a change. smile.gif
And what do you mean by lines in the trigger order?
Is it waits or text display with the line?
Report, edit, etc...Posted by SomeIdiotNerd on 2006-11-18 at 12:59:42
i believe it works the same way, just put eleven lines between the hello there
Report, edit, etc...Posted by spinesheath on 2006-11-18 at 13:09:19
These newlines are newlines in your strings. Basically hit enter 12 times.

As of your first question: if you repeatedly display a text formatted this way, it will scroll away spam.
Report, edit, etc...Posted by JordanN_3335 on 2006-11-19 at 08:29:36
Oh so the new lines or scripts are really enter lines oh I thought you ment triggers.

My next question is how would I combine sounds for each of the letters for example.

When it reaches Jor I want it to make like a 1second bullet sound then when it reaches Jord I want it to make the same sound but in equivilant time like in those bounds.

Just a side note but I thought Tux was gone post in this topic but I guess I was wrong.
cool1.gif
Report, edit, etc...Posted by fritfrat(U) on 2006-11-19 at 10:29:15
Just do "Play Wav" right next to the display text action.
Report, edit, etc...Posted by MicAarZur on 2006-11-20 at 17:45:03
Conditions: Player 1 has suffered exactly 0 deaths of ____

Actions:
Display Text:
QUOTE
--
--
--
--
--
--
--
--
--
--
--
Hello there.

Preserve trigger.
Report, edit, etc...Posted by Chronophobia on 2006-11-20 at 18:19:51
QUOTE(MicAarZur @ Nov 20 2006, 04:45 PM)
Conditions: Player 1 has suffered exactly 0 deaths of ____

Actions:
Display Text:

Preserve trigger.
[right][snapback]592318[/snapback][/right]


If you want it to show more than once yeah, else it's not needed.
Report, edit, etc...Posted by MicAarZur on 2006-11-20 at 19:14:42
QUOTE(Chronophobia @ Nov 20 2006, 05:19 PM)
If you want it to show more than once yeah, else it's not needed.
[right][snapback]592348[/snapback][/right]

QUOTE
And also to prevent the words from breaking up like when noobs spam things how do would I make it still appear on the screen
Report, edit, etc...Posted by ShizTheresABear on 2006-11-21 at 17:39:19
Just make a line show with about 12 lines before it and Preserve Trigger.
Report, edit, etc...Posted by Zeratul_101 on 2006-11-21 at 18:53:21
a screen only shows 11 lines.

if you're REALLY conservative on strings, you could make one blank string and repeat it 11 times to clear a screen ermm.gif
Next Page (1)