Forum

> > CS2D > General > How to make or Add songs in CS2D?
Forums overviewCS2D overviewGeneral overviewLog in to reply

English How to make or Add songs in CS2D?

9 replies
To the start Previous 1 Next To the start

old It's easy

Overseer
User Off Offline

Quote
Sorry, i'm Russian and my english is not very good

If you want to add an own sound or music, you need to place it in a folder sfx in yours cs2d.
After that come into the menu entites and choose env_sound.
in sound properties put a tick play everywhere (it that the sound was played everywhere).
In "sound file" find your music and choose.
If you have made all correctly, your music will be played.

> It's easy! <

old add music files...

claude
User Off Offline

Quote
Yeah I agree. Sometimes those sfx files weight so much that it takes for ages to download them. I would suggest you to convert your music files to ogg first.

Here, check it out!
http://media.io/

old Re: How to make or Add songs in CS2D?

Caelenn
User Off Offline

Quote
You can make a script for your server

For beginning round
1
2
3
4
addhook("startround" , "start")
function start(id,mode)
parse("sv_sound \"folder/startround.wav\"")
end

For ending round
1
2
3
4
addhook("endround" , "endsound")
function endsound(mode)
parse("sv_sound \"folder/end.wav\"")
end

old tnx

FantasyFighter X
User Off Offline

Quote
TNX for good and helpful comments...Ill try them all..∗∗∗
To the start Previous 1 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview