-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swiper: Boss - Sound | 10€ Bounty #2126
Comments
Create a pull request containing all of the sounds and the If you need help with the later, ask in discord. |
This ticket is basically pure data entry, the generic material-specific sounds already exist in base dota. |
Uh no, this ticket is about creating custom sound effects Chris. |
look I can create them in mp3 or wav format. I have no idea abot .vsndevts files :/ |
@l34Um1 I already have some sounds for Electrician. Can I create a pull request and send them there? |
Indeed, dota already has swish, strike, and clang noises with every combination of materials. Additionally the data entry format supports speed, volume, and pitch shift options. One can easily finish this ticket without creating any new sound files. Custom sounds are nice-to-have, pitch shifting and playing sounds over each other are how dota does most of its non-skill sound effects, and even many skills are 1 custom sound played over a generic one or purely composed of generic sounds. the |
most of the work for this ticket will be making small tweaks to the vsndevts to get the sounds to feel nice in engine. I did this process for sohei last time, it's a very iterative but quite intuitive process. |
@chrisinajar OK. So I just create a pull request and send all wav format sound effects there. I already have some sounds for Electrician. |
Yes, create a pull request containing all of the files in the right spots and also the vsndevts file to describe them all. The sounds wont play without the vsndevts file. I highly recommend looking at sohei for an example. |
@chrisinajar I'm a musician and I just joined github like 2 days ago to help you guys with sound "issues"> To be honest Chris, I have no idea about vsndevts files! |
You need to get onto discord and also be able to run the game locally in tools mode, otherwise you have no way of knowing how it sounds in-engine. https://github.com/OpenAngelArena/oaa/blob/master/docs/setup/install.md |
@chrisinajar Alright I'll check it out. Thanks |
@hesamironman has this been finished? :) |
@mikibun I've finished both this and electrician, but as I said I just gave up, because I don't know about vsndevts files. If it's helpful, I can recreate them and send them but I have no idea about that particular format. I can only make in wav or mp3 :) |
@hesamironman I think people might be able to convert it for you, I'll ask around, so hold fire. |
@mikibun Alright :) |
I have Swiper and Electrician sounds! Can someone help me with creating a pull request please? |
Boss Swiper
We have several bosses already implemented which you should feel free to use as inspiration/reference. Also you can reference some other open source custom games on Github which have boss fights including Second Day of Frostivus where you will find our IO boss (designed by Yahnich). Files should follow the structure already established in the components subfolders (such as /abilities/, /boss/, etc).
See also:
Swiper: Boss - Model/Animations/Icons #2124
Swiper: Boss - Code #2123
Swiper: Boss - Particles #2125
Bug Bounty Guideline
Sound
Since most of his abilities are sword swings they should also sound like those. Have a different sound for the abilities hitting something elsewise something like simple sword swings through air.
The text was updated successfully, but these errors were encountered: