Page 2 of 2

Re: Integration of Music/songs and repository

PostPosted: 20 Aug 2014, 16:57
by Akien
Danimal {l Wrote}:license cc-by-sa
by author Remaxim

Do you have a link to a page about this "bump.ogg", and do you know the version of the CC By-SA license?

Re: Integration of Music/songs and repository

PostPosted: 20 Aug 2014, 16:58
by Danimal

Re: Integration of Music/songs and repository

PostPosted: 20 Aug 2014, 17:00
by hwoarangmy
I've looked at the attack sound and it is the same (same sound played on server side)

Re: Integration of Music/songs and repository

PostPosted: 20 Aug 2014, 17:01
by Danimal
According to the code, it's the same one played, always.

Thats is pretty crappy, ill open a ticket, so they play one of those sounds at ramdon

Re: Integration of Music/songs and repository

PostPosted: 20 Aug 2014, 17:08
by Akien
Danimal {l Wrote}:please, can someone replace \sounds\RoomBuild\Bump.ogg for this one? believe me when i say its an improvement :)

Agreed, the new sound is way better :-)

Re: Integration of Music/songs and repository

PostPosted: 20 Aug 2014, 17:42
by Akien
Akien {l Wrote}:
Danimal {l Wrote}:please, can someone replace \sounds\RoomBuild\Bump.ogg for this one? believe me when i say its an improvement :) , also, please upload it to the OpenDungeons-media-source branch, i cant figure ho to upload anything... :cry:

Also do any of you know if the sounds for swordfigthing and mining are being randonly played or its just the same one is being used time and time?

license cc-by-sa
by author Remaxim

I'll upload it and adapt the CREDITS accordingly.

Done in pull request #96.

Re: Integration of Music/songs and repository

PostPosted: 20 Aug 2014, 19:00
by Akien
Danimal {l Wrote}:also, please upload it to the OpenDungeons-media-source branch, i cant figure ho to upload anything... :cry:

It's probably better if you do it yourself following Bertram's howto, I don't have commit rights on the media repo and I'm not 100% sure where the file should go to (there are both a Sound/ and a sounds/ folder). Maybe you should upload the .wav file alongside the .ogg, so that the ogg can be regenerated if need be?

Re: Integration of Music/songs and repository

PostPosted: 20 Aug 2014, 20:45
by Danimal
sure

Re: Integration of Music/songs and repository

PostPosted: 29 Aug 2014, 15:04
by MCMic
Bertram forgot the last step, «git push» to push the commit once it’s done

Re: Integration of Music/songs and repository

PostPosted: 03 Sep 2014, 15:49
by Bertram
Quick news about this:
- Random sounds played on action has been added.
- Base support for action sounds per creature class has been initiated, but let's take care of that one after 0.4.9 release. Only a "default" class has been added.
- claiming/digging/rock falling random sounds support has been added.
- The new build room/trap sound has been added by Akien.

- I'm currently on adding support for fade in/out and music cross fading support. (90% done atm)
- I'll then add a map parameter for the normal music and the fighting! music.
- Gold deposit and cannon firing sounds will be added shortly afterwards.
- Interface sounds played on buttons click will be added shortly after that.

Questions about sounds/music:
The creature pickup sound is currently a click sound.
The creature drop sound is currently a build room sound.
The dig select/unselect sound is also a click.
- Do you want to find new ones fitting per default on creatures?
- Do you want other click sounds (as it seems listed)?
- Do you want a different sound per room/trap build?

Best regards,

Re: Integration of Music/songs and repository

PostPosted: 03 Sep 2014, 20:37
by Danimal
Hi Bertram, i like your news, :D ; i cant help but think we are lateral workers :) always branching here and there (its not a bad thing given how few we are)

- I'll then add a map parameter for the normal music and the fighting! music.

I see this as a biomes music precursor :)


Questions about sounds/music:
The creature pickup sound is currently a click sound.
The creature drop sound is currently a build room sound.

Ok, new different ones for these. Can a different one per each species (maybe a special one for specific creatures?) be possible? look below

The dig select/unselect sound is also a click.
-> i will look for a pickaxe sound

- Do you want to find new ones fitting per default on creatures?

i can think on a few general classifications, going like :
insects, reptile, small monster (creeps), medium monster, big monster, humanoid monster, male human, big male human, female human and a few special for creatures like slime, pirate...
Creatures could use them at ramdom depending on whcih class they belong and the action (cries, battle, death...)
Ex: Adventurer and swordman uses "male human" voice set; dragon/wivern/snakeman uses "reptile set", spider/roach/kreatur "insect set"; barbarian/knigth/king uses "big male human" set and so on...

This opens an interesting path; each creature could have 3 class/attributes they belong to:

Species - like above (it would include happy, sad, pain, death, cries sounds)
Walk sounds - insect; ligth walker; medium walker; heavy walker; armored walker, Flier
Attack sounds - unarmed/claws; basher; cutter ; magical; ranged -> since attacks will become skills eventually, sounds could be added to them; except for basic attack skill, which would use this classification to make each creature have the corresponding sound to its basic weapon. While each skill would have a unique sound (fireball -> Woshh; granade -> boom!) that is cross species and only related to its own skill

Ex: spider uses "unarmed/claws" sound for it basic attack skill, adventurer "cutter", if both have the fireball skill, the Woshh sound is linked to fireball and the same for everyone which access to that skill

Monster class-specific "pain sound" could be used as the new pick up/drop sounds(at ramdom as well)


So an adventurer would be a "male human", "medium walker", "cutter" and play ramdomly sounds on those categories as needed

- Do you want other click sounds (as it seems listed)?

Only one for gui clicking, no more is neeed, it would be confusing having a different sound pushing the same exact button.

- Do you want a different sound per room/trap build?

No, perhaps two, one for all rooms (the new one) and a new one for all traps ( i can imagine some kind of workshop-like sound)
Remember spells will all have a different sound.

Re: Integration of Music/songs and repository

PostPosted: 03 Sep 2014, 21:54
by Bertram
Hi Danimal,

The classification you're proposing looks fine. I'll rearrange sounds to fit more the current vision. Note that you pointed a few missing action sounds:
hurt, walk and die.

As for sounds per creature class, I'd like this to be configurable, but this would be some work, so this won't be for 0.4.9, IMO.
I'd like to add support for this in creatures.def but I'd rather have creatures be configured within
[Creature] [/Creature] tags first.

For 0.4.9, you'll have better default sound support, and cross-fading support. For the next version, we'll rework the creature data structure more completely. :)
In the meanwhile, if you have a few sounds that can be used by default, I can use them.

Best regards,

Re: Integration of Music/songs and repository

PostPosted: 04 Sep 2014, 08:45
by hwoarangmy
That sounds good. I think we should open a GitHub issue and copy/paste that to remember. But as Betram said, I think it should be for the next release, not the 0.4.9.

Re: Integration of Music/songs and repository

PostPosted: 04 Sep 2014, 08:55
by Akien
That's a detailed and sensible proposal Danimal, I like it. I think it's perfectly designed for our evil developers :D

Re: Integration of Music/songs and repository

PostPosted: 04 Sep 2014, 14:21
by Bertram
I've added a new issue https://github.com/OpenDungeons/OpenDungeons/issues/126
feel free to complete it as you see fit. :)

I've added a note about the need of a new digselect sound in issue #95.

Re: Integration of Music/songs and repository

PostPosted: 11 Sep 2014, 21:39
by Danimal
Pickaxe sound when selecting tiles to dig:

Re: Integration of Music/songs and repository

PostPosted: 12 Sep 2014, 08:11
by Bertram
Hi :)

Sorry to be evilish (which is curiously not that uncommon in such a game, btw), but what is the license of this sound? (and potential link to source)

Best regards,

Re: Integration of Music/songs and repository

PostPosted: 12 Sep 2014, 11:11
by Danimal
Sorry:

https://www.freesound.org/people/camero ... ds/138412/

Digging with pick axe - CC0 by cameronmusic