cleanup, change TE_BLOB to TE_TAREXPLOSION in particle sets, change TE_BIGEXPLOSION to TE_TEI_BIGEXPLOSION, fix centerprints/stuffcmds not being written to mvds (maybe), misc fixes
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2310 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
4a38e63e43
commit
a10f1f22a6
22 changed files with 360 additions and 289 deletions
|
@ -611,7 +611,7 @@ char *particle_set_spikeset =
|
|||
"assoc empcore\n"
|
||||
"}\n"
|
||||
|
||||
"r_part te_blob\n"
|
||||
"r_part te_tarexplosion\n"
|
||||
"{\n"
|
||||
"texture \"particles/emp\"\n"
|
||||
"count 120\n"
|
||||
|
@ -905,7 +905,7 @@ char *particle_set_faithful =
|
|||
"randomvel 256\n"
|
||||
"assoc blobexp1b\n"
|
||||
"}\n"
|
||||
"r_part te_blob\n"
|
||||
"r_part te_tarexplosion\n"
|
||||
"{\n"
|
||||
"texture \"particles/quake\"\n"
|
||||
"count 256\n"
|
||||
|
@ -1103,7 +1103,7 @@ char *particle_set_highfps =
|
|||
"}\n"
|
||||
|
||||
//the blob tempent is used quite a bit with teamfortress emp grenades.
|
||||
"r_part te_blob\n"
|
||||
"r_part te_tarexplosion\n"
|
||||
"{\n"
|
||||
"texture \"particles/blob\"\n"
|
||||
"count 64\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue