weapon stats

Discussions about ET modding (sdk code, player/weapon modeling)

Moderators: Forum moderators, developers

Post Reply
Necromancer
Posts: 4
Joined: Mon Dec 15, 2008 6:50 am

weapon stats

Post by Necromancer »

is there any documentation on the weapon stats lines printed into the log?
what does every number represent?

why are some longer then others? what fields are omitted?

Code: Select all

WeaponStats: 11 0 0 117 1048 5 197 9 897
WeaponStats: 12 0 606974 0 0 0 2 0 13 38 2 0 1 0 0 0 19 0 93 421 5 1 4 15 44 0 0 1 17 73 0 0 0 0 0 0 2 0 1 0 0 1 0 12 20 0 0 0 0 1 0 0 0 0 0 0 1 0 1879 5335 0 0 127 917 227 81 177 258 141 126
WeaponStats: 4 0 672415 0 5 0 0 0 20 101 2 0 1 0 0 0 1 0 257 924 24 0 31 10 21 1 5 2 0 0 0 2 0 5 13 1 1 0 3 3 0 0 0 0 0 0 1 0 0 0 0 1 0 5040 3694 0 0 23 959 143 124 525
WeaponStats: 6 0 17 0 4 0 0 0 13 32 1 0 0 145 33 0 0 127 686 160 141 21 325 39 5
WeaponStats: 2 0 2835103 0 8 0 0 0 73 284 8 0 10 0 0 0 3 0 56 126 8 0 3 3 18 1 4 0 11 12 7 3 0 6 16 0 0 0 1 2 0 0 0 2 51 1 0 0 0 0 0 1 0 0 0 0 1 0 14 50 2 0 2 4311 2535 0 0 127 710 168 110 13 312 27 36
WeaponStats: 8 0 541201 0 1 0 0 0 37 91 2 0 4 1 3 0 0 0 1 1 0 0 0 11 28 1 0 0 704 122 0 0 53 473 78 169 54
WeaponStats: 14 0 21215 0 16 0 0 0 0 1 0 0 0 0 0 0 2 0 15 133 0 0 0 0 0 0 3 0 5 40 0 0 0 0 0 0 1 0 1 5 0 1 0 1 2 0 0 0 0 0 0 1 0 335 1459 0 0 93 191 4 16 38 11
User avatar
X-DOS
Posts: 19
Joined: Sat May 17, 2008 8:41 pm
Location: United World
Contact:

Post by X-DOS »

This is probably what are you looking for:
http://nopaste.org/p/akGOIVFQnb
char *G_createStats(gentity_t *refEnt) from /src/game/g_match.c
Post Reply