List of datamap and netprop dumps

From Valve Developer Community
Jump to navigation Jump to search
This article or section is a stub. You can help by expanding it.
Icon-callout-cleanup.png
This article or section needs to be cleaned up to conform to a higher standard of quality because:
Reason 
description terminology might not be correct

Dumps are made using sourcemod's commands sm_dump_netprops and sm_dump_datamaps

Datamap

Datamap dump lists all the definitions in the datadesc table of each entity.

See also: Data Descriptions
Note.pngNote: Keyvalues that are handled inside entity's ::KeyValue method won't be listed in datamap dumps as those are not in datadesc. Good example of such keyvalues are mins and maxs defined in ::KeyValue method of CBaseEntity

Netprop

Netprop dump lists all the definitions in network data table.

Dumps

Counter-Strike: Source Counter-Strike: Source

Half-Life: Source Half-Life: Source

Half-Life 2 Half-Life 2

Half-Life 2: Deathmatch Half-Life 2: Deathmatch

Day of Defeat: Source Day of Defeat: Source

Half-Life 2: Lost Coast Half-Life 2: Lost Coast

Half-Life Deathmatch: Source Half-Life Deathmatch: Source

Half-Life 2: Episode One Half-Life 2: Episode One

Half-Life 2: Episode Two Half-Life 2: Episode Two

Note.pngNote: Identical to Half-Life 2: Episode One

Portal Portal

Team Fortress 2 Team Fortress 2

Left 4 Dead Left 4 Dead

Left 4 Dead 2 Left 4 Dead 2

Alien Swarm Alien Swarm

Portal 2 Portal 2

Counter-Strike: Global Offensive Counter-Strike: Global Offensive


Source 2006 Source SDK Base 2006

Source 2007 Source SDK Base 2007

Source 2013 Singleplayer Source SDK Base 2013 - Singleplayer

Note.pngNote: Identical to Source SDK Base 2013 Multiplayer dumps

Source 2013 Multiplayer Source SDK Base 2013 - Multiplayer

See Also