Conversation Editing

A forum for discussing map making ideas and problems for the Myth series.
Post Reply
Fildred
Posts: 18
Joined: Fri Apr 25, 2008 7:22 am

Conversation Editing

Post by Fildred »

I am in the process of making a solo campaign for myth II, but I'm having trouble with one issue. I looked everywhere for an answer to this question but couldn't find one so here it is:

Is there a way to make text appear on your screen the same way as when it is accompanied by a sound normally, but without the sound actually recorded? For instance, in the second level of myth 2, a warrior scout comes down and says something along hte lines of "there are prsioners held in the graveyard," and this statement is acoompanied by a caption of the exact same words. In my campaign, after the player erradicates the occupants of a small camp that contains a warlock, i need the caption to read "The necromancer's files say that his 'work' is being done by the south road."

Is there a map action that can display this text for me, or is there some other way to this? Thanks.
gugusm
Posts: 487
Joined: Mon Aug 22, 2005 1:16 pm
Location: Klucze, Poland
Contact:

Post by gugusm »

Make a new string list tag and put there a line of text which you want to appear, then make an empty line at the bottom (just click return and click OK). Now, make a new sound tag and choose your string list tag under "Subtitle String List", then choose your exact line of text under "Subtitle String". You can mess there with some other values, but I think that you'll find it out on your own.

To implement your sound (but without sound :wink: ) into the game you'll have to use scripting - Sound action. But if you're making your own solo campaign, then I assume that it's not a problem for you. But post it here, if not.
vinylrake
Posts: 3591
Joined: Wed Apr 07, 2004 12:52 pm
Location: here
Contact:

Post by vinylrake »

gugusm wrote:To implement your sound (but without sound :wink: ) into the game you'll have to use scripting - Sound action. But if you're making your own solo campaign, then I assume that it's not a problem for you. But post it here, if not.
Couldn't you just add a sound that is 1 second of silence and attach the string to that?
Lots of Myth stuff at http://mythgraveyard.org.
Sometimes I put hard to find stuff in my my Udogs folder.
gugusm
Posts: 487
Joined: Mon Aug 22, 2005 1:16 pm
Location: Klucze, Poland
Contact:

Post by gugusm »

I'm not sure if I understand you right, but are you talking about ambient sounds? I think that solution which I posted is better (you don't have to even record this 1 second of silence :wink: ), also every dialogue in Myth was made by this way.
User avatar
Pyro
Bug Finder Extraordinaire
Posts: 4751
Joined: Sun Mar 21, 2004 2:14 pm
Location: Texas

Post by Pyro »

Yeah, gugusm is correct. No sound needs to be recorded. You just do the following:

1) Make a new string list tag with all the dialogue that level will have. Make sure you don't make the sentences too long or they get cut off for players using smaller resolutions. You can test this out by switching to a smaller resolution like the 640x480 or whichever the default was back then.

2) Make a new sound tag. You won't need to import any sounds to use this tag.

3) In the new sound tag's "Subtitle String List", select the string list you made. In the "Subtitle String", select the specific string in the string list that this sound tag will use when activated. The rest of the settings won't matter if you have no actual sound to play with this tag.

4) Now you add this sound tag to your map's script.
Fildred
Posts: 18
Joined: Fri Apr 25, 2008 7:22 am

Post by Fildred »

thanks alot, it worked perfectly. I knew there had to be a simple way to do it.
Post Reply