I want a text scroller. You know like when you play pokemon, you push A and the text scrolls down. Or any kind of rpg really. Well, I think I can do this with the mini-map. My limitations: 24 Characters. That's one line. Any more and I start to use too many units. The other limitation is, the minimap refresh rate. I have to make sure that players don't push A faster than the mini-map refreshes.
It would look like this for reading. You'd read the part. Move. Read the next part. Move.
King: I have a quest for
you. Can you go get my
sword? I lost it in a
cave. I will reward you
when you return.
Question: If I do this, would you use it to read text, or would you be too annoyed by it and wish that I was using actual strings?
I'm just looking for a way around the string limitation, and if you want to see a demo of it, I can make one... it might not be done until tomorrow night.
None.
I'd prefer strings. I suggest you first attempt to shorten the strings and use the terrain text display only if you still don't have enough.
None.
Display Text Message is your friend.

I don't like reading minimap text messages, and I'd hate it if I had to build a unit or something every 24 characters, especially given that it would take forever to update.
Post has been edited 1 time(s), last time on Jan 26 2009, 5:56 pm by TassadarZeratul.
None.
I want a text scroller. You know like when you play pokemon, you push A and the text scrolls down. Or any kind of rpg really. Well, I think I can do this with the mini-map. My limitations: 24 Characters. That's one line. Any more and I start to use too many units. The other limitation is, the minimap refresh rate. I have to make sure that players don't push A faster than the mini-map refreshes.
It would look like this for reading. You'd read the part. Move. Read the next part. Move.
King: I have a quest for
you. Can you go get my
sword? I lost it in a
cave. I will reward you
when you return.
Question: If I do this, would you use it to read text, or would you be too annoyed by it and wish that I was using actual strings?
I'm just looking for a way around the string limitation, and if you want to see a demo of it, I can make one... it might not be done until tomorrow night.
Scrolling text is better.
Display huge ass text box.
Set switch 1.
Player commands (builds) at least 1 zealot at location SELECTION LOL
Clear switch 1.
Switch 1 is cleared.
Execute followup paragraph.
None.
Display Text Message is your friend.

I don't like reading minimap text messages, and I'd hate it if I had to build a unit or something every 24 characters, especially given that it would take forever to update.
It doesn't take that long to update. With Hypers it's actually fast... but demo making time for your enjoyment. Hopefully tonight, but a lack of sleep makes me just wanna sleep my afternoon away.
None.
Double post... so shoot me.
I have it started but ran into a brick wall. I'm uploading the map to share what I've done:
1. Layed out the pylons to act as letters.
2. Upped my number of letters available to 18 per row, 36 total.
3. Created a building to be a test building: Build a marine to scroll through text that appears.
So at this point I try out my map. I want to make sure the letters look readable/good. They do. I then decide to mess around and try and create the 2 second build time marines. I get a "Cannot Build Unit" error. However, it's not the coordinate based one. It's all white and in the center. This map was just a different "Save As" from my rpg. All I did was remove the .wav files, since you don't need to hear the music yet.
List of things made for the map:
1. A coordinate grid with flags.
2. Hyper Triggers
3. A music system (1 second .wavs stringed together)
4. A location to follow the zealot around
Attachments:
None.