Jump to content

[Showcase] Character Voice System


Easycore

Recommended Posts


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  220
  • Reputation:   251
  • Joined:  04/08/13
  • Last Seen:  

1FYjKRW.png


 

Description:

Character Voice System is a custom feature that allows player to make voices when using skills or when dying.

Features:

  • Three voice types
  • Easy to add new voice types
  • @vlisten command for turn ON/OFF listening to players voices.
  • Works through permanent player variable
  • Configurable delay for not spamming voices
  • Enable/Disable voice system through Battle Config.
 
How it work?
 
This system work through a permanent player variable called "VTYPE", so you must set this variable for change voices.
 
VTYPE: 0 | Voice Type 1 (Default)
VTYPE: 1 | Voice Type 2
VTYPE: 2 | Voice Type 3
etc...
 
Note: this system only include 3 voice types, if you want more voices, add by yourself.
 
Adding new voices:
 
For adding new voices you must to follow a structure in your .wav files.
 
<M/F>_skill_<VTYPE>_1.wav
<M/F>_skill_<VTYPE>_2.wav
<M/F>_skill_<VTYPE>_3.wav
<M/F>_nodamage_<VTYPE>.wav
<M/F>_die_<VTYPE>.wav

Example:

Adding voice type 5.
 
// For Male
M_skill_5_1.wav
M_skill_5_2.wav
M_skill_5_3.wav
M_nodamage_5.wav
M_die_5.wav

 

// For Female
F_skill_5_1.wav
F_skill_5_2.wav
F_skill_5_3.wav
F_nodamage_5.wav
F_die_5.wav
 
 
If you're interested in this, feel free to contact me by PM or Discord: Easycore#3412
 
  • Upvote 1
  • Like 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.01
  • Content Count:  208
  • Reputation:   60
  • Joined:  09/23/17
  • Last Seen:  

Seems extremely nice but how hard would it be to add new voice options? such as alternate skill use

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  220
  • Reputation:   251
  • Joined:  04/08/13
  • Last Seen:  

19 minutes ago, TheDerpySupport said:

Seems extremely nice but how hard would it be to add new voice options? such as alternate skill use

Not so hard to add exceptions :)

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  58
  • Reputation:   5
  • Joined:  07/16/17
  • Last Seen:  

This is awesome easy! Maybe ill use this for Ritual :P

Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  70
  • Reputation:   10
  • Joined:  07/17/14
  • Last Seen:  

-----------------

Edited by systemD2540
Link to comment
Share on other sites

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.

×
×
  • Create New...