Jump to content
The Dark Mod Forums

Recommended Posts

Posted

I want to make a new guard AI who would be more or less a palette swap of an existing AI guard. Im assuming all Id have to replace is the textures for the model and create a voice profile.

 

I think I can figure out how to handle the textures and duplicating the model based on what is already there, but if anyone can point me to an explanation to be sure thatd be helpful. More importantly, is there anywhere to get a complete list of soundfiles required to make a new AI speech profile? Ive looked everywhere that makes sense on the wiki and so far had no luck. I also am not sure exactly how to package these files - again, I didnt see anything on the tutorials for this.

 

Ive got three maps completely built, textured, and decorated, which was easy based on my experience making MP maps for older idtech games, but handling AI and scripting has been really slow, since it is new to me, so any help with this is majorly appreciated. Thanks in advance.

  • Like 1
Posted

Yeah, a new vocal set and skin for a prison guard. The existing vocal sets have lines that dont make sense.

 

Ive got time, I spend anywhere from 4 to 12 hours a day working on personal projects and for the last 2 months thats been all TDM maps.

  • Like 1
Posted

More importantly, is there anywhere to get a complete list of soundfiles required to make a new AI speech profile? Ive looked everywhere that makes sense on the wiki and so far had no luck. I also am not sure exactly how to package these files - again, I didnt see anything on the tutorials for this.

Does the Voices Wiki page not cover the info you need for a new vocal script? If not, what are you missing?

  • Like 1
Posted

Yeah, a new vocal set and skin for a prison guard. The existing vocal sets have lines that dont make sense.

 

Ive got time, I spend anywhere from 4 to 12 hours a day working on personal projects and for the last 2 months thats been all TDM maps.

 

The first thing you would have to do is record all the vocal lines you want. You can use this as a template: http://wiki.thedarkmod.com/index.php?title=Vocal_script:_Average_Jack

 

You would then need to create a soundshader file. You can look at sound/tdm_ai_jack.sndshd for an example.

 

You then need to create a vocal def file to tell the code when to use each of soundshaders. Look at def/tdm_ai_vocalsets01.def for an example of that.

 

A skin is much simpler. This should help: http://wiki.thedarkmod.com/index.php?title=Creating_Multiple_Skins_For_A_Model. Fiding out what textures an AI currently uses can be a challenge. You can look at existing skin files for the AI in question to get some idea, or you can open the md5mesh file in a text editor and search for the lines that start with "shader".

  • Like 1
Posted (edited)

Thanks so much. If I get it worked out I think I will try to put a tutorial together for the wiki so other editors can do this as well.

Edited by dmw88
  • Like 1
Posted

I think I am following this, with one exception. For the first batch of barks, it says 9 wavs. But we have idle1 - idle9, with idles 1-4 seeming to have multiple variants, suggesting something like 16 wavs. Is there some misinformation here or am I misunderstanding?

Posted

Thanks so much. If I get it worked out I think I will try to put a tutorial together for the wiki so other editors can do this as well.

 

Just recently, I've made a large update on the vocal scripts we already have in the game, based on VS materials provided directly by Springheel already a few months ago. I'm still improving the formatting of those individual VS articles, but the majority are already readable enough in their "raw" state. I intend to update the few missing VS-s too, and take a look at whether the scripts I received aren't missing some newer lines from the current versions, and so on.

 

On a sidenote, once I finally buy a better microphone (might be in the coming weeks), I plan to develop and record a proof-of-concept vocal set for a pagan or foreign merchant character. As I have a bit of a natural non-anglophone accent while speaking English, it should sound different to the other character vocal sets, but not forced.

  • Like 2
Posted (edited)

Oh man is that some work, but it would be rad to have some more vocal sets out there! I am not sure what you're planning to do, but I would recommend modifying or supplementing a vocal set if at all possible as a full vocal set is like 130-150 lines that need to be written, recorded, processed and jammed into definition files and tested. You can also try to get a hold of the original voice actors and see if they'd be willing to record some extra lines. Not to discourage you, just saying it can be brutal.

 

If you are looking for the .defs, you can look at tdm_ai_vocal_set_base.def to get an idea of what you need for the vocal set definition and tdm_ai_pro.sndshd for the sound shader set up.

 

Also: I was able to get away with a lot fewer sound waves for the AI's i've made. Usually around 3-4 per sound shader.

Edited by kingsal
  • Like 2

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recent Status Updates

    • JackFarmer

      "The Year of the Rat." 
      😄

      Al Stewart must be proud of you!
      Happy testing!
      @MirceaKitsune
      · 1 reply
    • datiswous

      I posted about it before, but I think the default tdm logo video looks outdated. For a (i.m.o.) better looking version, you can download the pk4 attached to this post and plonk it in your tdm root folder. Every mission that starts with the tdm logo then starts with the better looking one. Try for example mission COS1 Pearls and Swine.
      tdm_logo_video.pk4
      · 2 replies
    • JackFarmer

      Kill the bots! (see the "Who is online" bar)
      · 3 replies
    • STiFU

      I finished DOOM - The Dark Ages the other day. It is a decent shooter, but not as great as its predecessors, especially because of the soundtrack.
      · 5 replies
    • JackFarmer

      What do you know about a 40 degree day?
      @demagogue
      · 4 replies
×
×
  • Create New...