Unknown command: wait when loading too many files?

Help with using HLDJ
Post Reply
MarioInATopHat
Game DJ
Posts: 2
Joined: Wed Nov 24, 2010 10:34 am

Unknown command: wait when loading too many files?

Post by MarioInATopHat »

Just recently, on some servers, after adding more sounds to my collection I've started getting a huge spam of 'Unknown command: wait', leaving me unable to load any files at all. Is there any known reason for this? What can I do to prevent this?

EDIT: Just remembered that I've always gotten a (HLDJ loaded - some files could not be written ( 1 error) !
) when hldj loads. Never payed attention to it actually, hadn't really caused me any problems.
Renegade
HLDJ Developer
HLDJ Developer
Posts: 1500
Joined: Sat Mar 01, 2008 2:02 pm
Contact:

Re: Unknown command: wait when loading too many files?

Post by Renegade »

You can remove the error by removing any hldj_ files in your game directory that may not have been cleaned up properly from last run.

What game is this for? The 'wait' command is included in several HLDJ commands because some (older) Source games still use the old wait syntax (where each wait translates to 1 tick). Source 2007 never used to care if it encountered the old syntax, but I'm not sure if that's changed now, or if it is just specific to certain games. In any case, you can probably trick it into silence by defining your own do-nothing command:

Code: Select all

alias wait ""
MarioInATopHat
Game DJ
Posts: 2
Joined: Wed Nov 24, 2010 10:34 am

Re: Unknown command: wait when loading too many files?

Post by MarioInATopHat »

This occurs in team fortress 2, and yeah I'll try that thanks.

It prevented the spammnig error, but I still was unable to load any files, every number I entered pointed me in a random directory.
Post Reply