CS:S Bind Problem

Help with using HLDJ
Post Reply
U-5uX
Game DJ
Posts: 1
Joined: Thu Mar 05, 2009 5:46 pm

CS:S Bind Problem

Post by U-5uX »

Hey Guys,

I have a problem with the binds i wrote for HLDJ. Im using Win XP Sp3 and a Club 3D Theatron DD Soundcard.

The HLDJ.exe file is located at
Desktop/HLDJ/
the audio folder is located at
Desktop/HLDJ/Audio
My bindlist is called
hldj-binds.cfg in CS:S's cstrike/cfg folder
and its loaded correctly every start of the game.

Heres a example of a bind i wrote:
bind F5 "bind = >$\Audio\badboys.wav; hldjsf"
(like its said in the tutorial for "absolute binds")

Everytime i press F5 in the game now, it says
Host_WriteConfiguration: Wrote cfg/hldj_selb.cfg
in the console, nothing about file loaded or something.

Can u help me? I like HLDJ very much, but i need the binds to work, because always switching between game and console sucks ass.

Greetz,

U-5uX
Renegade
HLDJ Developer
HLDJ Developer
Posts: 1500
Joined: Sat Mar 01, 2008 2:02 pm
Contact:

Re: CS:S Bind Problem

Post by Renegade »

Are you following the How to bind songs to keys tutorial?
If so, everything should be working correctly. Note that the loading message is only displayed when selecting a file by number; however, since you're creating your own binds you can display your own custom message, i.e:

Code: Select all

bind F5 "bind = >$\Audio\badboys.wav; hldjsf; echo loaded: badboys"
The "wrote config" message is normal to see (for source games at least), as HLDJ creates configs to facilitate communication between the game and itself (if you look closely you should notice the config names constantly changing as well).
Also, I'm not sure if you've intended this but, you may want to re-check the path to your song. Remember that $ refers to your audio directory (not the HLDJ directory).
Post Reply