Big huge mega-whooping commit.

I wonder how many things this'll break...
On the plus side, nexuiz works well, and ktpro works as well as in mvdsv. Hurrah!


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1122 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-07-01 19:23:00 +00:00
parent 28e6b70ba7
commit f85340b9a2
42 changed files with 1339 additions and 855 deletions

View file

@ -267,7 +267,7 @@ char *particle_set_spikeset =
"r_part randomspark\n"
"{\n"
" count 1\n"
" texture \"\"\n"
" texture \"ball\"\n"
" red 255\n"
" green 128\n"
" blue 76\n"
@ -278,12 +278,13 @@ char *particle_set_spikeset =
" randomvel 128\n"
" veladd 0\n"
" cliptype randomspark\n"
" type texturedspark\n"
"}\n"
"r_part insaneshrapnal\n"
"{\n"
" count 24\n"
" texture \"\"\n"
" texture \"ball\"\n"
" red 255\n"
" green 128\n"
" blue 76\n"
@ -294,6 +295,7 @@ char *particle_set_spikeset =
" veladd 1\n"
" cliptype randomspark\n"
" clipcount 5\n"
" type texturedspark\n"
"}\n"
"r_part ember\n"