Raised This Month: $51 Target: $400
 12% 

List of CS/CZ/DOD Events/Messages with their arguments


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Geesu
Veteran Member
Join Date: Mar 2004
Location: Cincinnati, OH
Old 01-11-2005 , 14:47   List of CS/CZ/DOD Events/Messages with their arguments
Reply With Quote #1

OK guys I'm trying to compile a complete list of the messages in CS/CZ/DOD and what they do.

I'm creating them in excel, so far I have the CS/CZ done to the extent of my knowledge (I think). I'll create a DOD version shortly. If you notice any errors or know what some of the messages do, please post here and I'll change it. Please realize that the CZ document will only have messages listed that are DIFFERENT than those in CS, so if you don't see the message in the CZ document, then download the CS document and use that data.

Excel Documents:
Counter-Strike
Condition Zero
Day of Defeat

HTML Files:
Counter-Strike
Condition Zero
Day of Defeat

Brainbread Partial list - By Avalanche

Useful for creating StatusIcon Messages:
CS/CZ hud.txt
DODhud.txt

**Updated 06-24-2005**
Mentioned that the HideWeapon information may be outdated

**Updated 01-12-2005**
The next 2 posts are included in the above excel documents
DOD Messages added

To dos:
Add the # of arguments for quick reference and the msd IDs
__________________
Need war3ft help? DO NOT PM ME... Check the forums

Last edited by Geesu; 04-03-2007 at 15:56.
Geesu is offline
Send a message via AIM to Geesu Send a message via MSN to Geesu
DS
SourceMod Developer
Join Date: Sep 2004
Location: WI, USA
Old 01-11-2005 , 23:26  
Reply With Quote #2

Great job on this list here. I have a few things that you might like to add.

First, a note on what you said about TextMsg. The first byte can be 1 through 4. It's not a player's entity index or anything like that. It's basically the same as client_print in AMX/X. It is actually the destination of the text.
1: Notify
2: Console
3: Chat area
4: Center

New message information now...

BombDrop
coord, coord, coord, byte
1: X, 2: Y, 3: Z, 4: Bomb planted?
The first three arguments are the origin of the dropped bomb. The last argument is set to 1 if the bomb has been planted. It is 0 if the bomb was dropped due to voluntary dropping or death. Setting the last argument 1, will also trigger the round timer to hide. It also will show the dropped bomb on the Terrorist team's radar in the location specified by the first three arguments.

BombPickup
NO ARGUMENTS
This message just tells the game that the bomb has been picked up. It will cause the dropped bomb to disappear from the Terrorist team's radar.

ShowTimer
NO ARGUMENTS
Shows the round timer again if it has been hidden.

WeaponList
string, byte, byte, byte, byte, byte, byte, byte, byte
1: Weapon name, 2: Ammo1 ID, 3: Ammo1 Max, 4: Ammo2 ID, 5: Ammo2 Max, 6: Bucket, 7: Bucket Position, 8: Weapon ID, 9: Flags
This message is sent before the map is fully loaded to determine the location of weapons on the player's HUD. This can potentially be used to change the positions of weapons and put them in different slots. The knife seems to have most problems with this however. Arguments 2 and 3 are -1 if the weapon is the knife. Arguments 4 and 5 are -1 in CS and CZ, but normally they would not be if a weapon had some sort of secondary ammo. Argument 6 can be 0-4 which correspond to the 1-5 horizontal weapon slots on the HUD. Argument 7 is the vertical weapon slot which is only noticable when a player has multiple weapons in a horizontal slot. These numbers start at 1 instead of 0, unlike argument 6. Argument 8 corresponds to a weapon's CSW_ constant.
DS is offline
Johnny got his gun
Veteran Member
Join Date: Jan 2004
Location: Tokyo
Old 01-12-2005 , 06:06  
Reply With Quote #3

I have a similar excel document for CS. I don't know if this is the one you have. You can take a look at it here and maybe merge its contents into yours. I know I made a few unpublished edits to it.
Attached Files
File Type: xls events.xls (47.5 KB, 737 views)
Johnny got his gun is offline
Geesu
Veteran Member
Join Date: Mar 2004
Location: Cincinnati, OH
Old 01-12-2005 , 09:27  
Reply With Quote #4

Thanks guys, I updated it.
__________________
Need war3ft help? DO NOT PM ME... Check the forums
Geesu is offline
Send a message via AIM to Geesu Send a message via MSN to Geesu
Cronck
Member
Join Date: Apr 2005
Old 05-02-2005 , 08:27  
Reply With Quote #5

Omg... Can you please export it to a html or something?
I dont have excel
__________________
No public plugins yet...
Cronck is offline
BioHazardousWaste
Senior Member
Join Date: Apr 2005
Location: Ontario, Canada =)
Old 05-02-2005 , 12:33  
Reply With Quote #6

www.openoffice.org
__________________
"What then is truth? Truths are illusions which we have forgotten are illusions - they are metaphors that have become worn out... this (truth) is the duty to lie according to a fixed convention.

-Friedrich Nietzsche
BioHazardousWaste is offline
Send a message via MSN to BioHazardousWaste
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 05-02-2005 , 13:41  
Reply With Quote #7

Quote:
Originally Posted by Cronck
Omg... Can you please export it to a html or something?
I dont have excel
If you're talking about the CS events, twisted exported them for me, I will upload them to the web when I get home.
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
Cronck
Member
Join Date: Apr 2005
Old 05-02-2005 , 17:18  
Reply With Quote #8

Yes, i am talking about CS Events
__________________
No public plugins yet...
Cronck is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 05-02-2005 , 17:25  
Reply With Quote #9

HTML Version of Counterstrike events

<WEBSITE NON-EXISTANT>

__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.

Last edited by v3x; 03-30-2008 at 15:36. Reason: website doesn't exist anymore
v3x is offline
Johnny got his gun
Veteran Member
Join Date: Jan 2004
Location: Tokyo
Old 05-02-2005 , 17:45  
Reply With Quote #10

BTW I think that maybe the HideWeapon chart could be outdated because I tried that awhile ago and nothing really worked as supposed :-\
Johnny got his gun is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:25.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode