Hello,
I have tested code in a MP and SP mod. No barebones ones though. Essentially
I just want to load a keyvalues file from the disk on the server machine. It
is used to define \ commands in the chat (like in WoW) so for example it
would look like this:
//"kick"
//{
// >>type 1
// >>sequence "lower_anim_kick"
// >>chat_plain "kicked high into the air"
// >>chat_self "kicked himself"
// >>chat_other "kicked"
//}
All of these entries are a subkey of the files main key Emotes{}. It is
located in the scripts folder as emote_base.txt.
Now the problem that arises is that first and foremost attempts to load the
file with the filesystem have failed. I have tried
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders