mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-16 21:33:46 +03:00
127 lines
4.6 KiB
Lua
127 lines
4.6 KiB
Lua
|
|
--[[
|
||
|
|
| This file was obtained through the combined efforts
|
||
|
|
| of Madbluntz & Plymouth Antiquarian Society.
|
||
|
|
|
|
||
|
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||
|
|
| Maloy, DrPepper10 @ RIP, Atle!
|
||
|
|
|
|
||
|
|
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||
|
|
--]]
|
||
|
|
|
||
|
|
game.AddParticles( "particles/pfx_redux.pcf" )
|
||
|
|
-- 1
|
||
|
|
PrecacheParticleSystem("[1]campfire1")
|
||
|
|
PrecacheParticleSystem("[1]cig_smoke*")
|
||
|
|
PrecacheParticleSystem("[1]candle_flame")
|
||
|
|
PrecacheParticleSystem("[1]ground_fire_1")
|
||
|
|
PrecacheParticleSystem("[1]ground_fire_1*")
|
||
|
|
PrecacheParticleSystem("[1]smoke_lifting_01")
|
||
|
|
PrecacheParticleSystem("[1]_large_campfire")
|
||
|
|
PrecacheParticleSystem("[1]fireplace_default")
|
||
|
|
PrecacheParticleSystem("[1]_smoke_colorful_1")
|
||
|
|
PrecacheParticleSystem("[1]groundflame1")
|
||
|
|
PrecacheParticleSystem("[1]molotov_ground")
|
||
|
|
PrecacheParticleSystem("[1]embers")
|
||
|
|
PrecacheParticleSystem("[1]embers_~")
|
||
|
|
PrecacheParticleSystem("[1]flametrail")
|
||
|
|
PrecacheParticleSystem("[1]groundflame")
|
||
|
|
PrecacheParticleSystem("[1]flamethrower_basic")
|
||
|
|
PrecacheParticleSystem("[1]big_smoke")
|
||
|
|
PrecacheParticleSystem("[1]_large_campfire_red")
|
||
|
|
PrecacheParticleSystem("[1]_campfire_red")
|
||
|
|
PrecacheParticleSystem("[1]_large_campfire_yellow")
|
||
|
|
PrecacheParticleSystem("[1]_campfire_yellow")
|
||
|
|
PrecacheParticleSystem("[1]_large_campfire_purple")
|
||
|
|
PrecacheParticleSystem("[1]_campfire_purple")
|
||
|
|
PrecacheParticleSystem("[1]_large_campfire_green")
|
||
|
|
PrecacheParticleSystem("[1]_campfire_green")
|
||
|
|
PrecacheParticleSystem("[1]_large_campfire_pink")
|
||
|
|
PrecacheParticleSystem("[1]_campfire_pink")
|
||
|
|
PrecacheParticleSystem("[1]_large_campfire_blue")
|
||
|
|
PrecacheParticleSystem("[1]_campfire_blue")
|
||
|
|
PrecacheParticleSystem("[1]g_leak_flame")
|
||
|
|
-- 2
|
||
|
|
PrecacheParticleSystem("[2]sparkle1")
|
||
|
|
PrecacheParticleSystem("[2]sparkle2")
|
||
|
|
PrecacheParticleSystem("[2]gushing_blood_alien")
|
||
|
|
PrecacheParticleSystem("[2]gushing_blood_alien*")
|
||
|
|
PrecacheParticleSystem("[2]gushing_blood")
|
||
|
|
PrecacheParticleSystem("[2]gushing_blood*")
|
||
|
|
PrecacheParticleSystem("[2]acid_ground")
|
||
|
|
PrecacheParticleSystem("[2]swirl_1")
|
||
|
|
PrecacheParticleSystem("[2]swirl_rnd")
|
||
|
|
PrecacheParticleSystem("[2]gman_lines")
|
||
|
|
PrecacheParticleSystem("[2]blood_leak")
|
||
|
|
PrecacheParticleSystem("[2]blood_leak_alien")
|
||
|
|
-- 3
|
||
|
|
PrecacheParticleSystem("[3]sakura_env")
|
||
|
|
PrecacheParticleSystem("[3]leaves_env")
|
||
|
|
-- 4
|
||
|
|
PrecacheParticleSystem("[4]jet_r")
|
||
|
|
PrecacheParticleSystem("[4]jet_r*")
|
||
|
|
PrecacheParticleSystem("[4]jet_r_s")
|
||
|
|
PrecacheParticleSystem("[4]jet_r_s*")
|
||
|
|
PrecacheParticleSystem("[4]jet_g_s")
|
||
|
|
PrecacheParticleSystem("[4]jet_g_s*")
|
||
|
|
PrecacheParticleSystem("[4]jet_g")
|
||
|
|
PrecacheParticleSystem("[4]jet_g*")
|
||
|
|
PrecacheParticleSystem("[4]jet_b_s")
|
||
|
|
PrecacheParticleSystem("[4]jet_b_s*")
|
||
|
|
PrecacheParticleSystem("[4]jet_b")
|
||
|
|
PrecacheParticleSystem("[4]jet_b*")
|
||
|
|
PrecacheParticleSystem("[4]jet_f_s")
|
||
|
|
PrecacheParticleSystem("[4]jet_f_s*")
|
||
|
|
PrecacheParticleSystem("[4]jet_f")
|
||
|
|
PrecacheParticleSystem("[4]jet_f*")
|
||
|
|
PrecacheParticleSystem("[4]jet_v_s")
|
||
|
|
PrecacheParticleSystem("[4]jet_v_s*")
|
||
|
|
PrecacheParticleSystem("[4]jet_v")
|
||
|
|
PrecacheParticleSystem("[4]jet_v*")
|
||
|
|
PrecacheParticleSystem("[4]energy_rod_r")
|
||
|
|
PrecacheParticleSystem("[4]energy_rod_g")
|
||
|
|
PrecacheParticleSystem("[4]energy_rod_b")
|
||
|
|
PrecacheParticleSystem("[4]energy_rod_y")
|
||
|
|
PrecacheParticleSystem("[4]arcs_electric_1")
|
||
|
|
PrecacheParticleSystem("[4]arcs_electric_1_small")
|
||
|
|
PrecacheParticleSystem("[4]bfg_*proj")
|
||
|
|
PrecacheParticleSystem("[4]electric_beam")
|
||
|
|
PrecacheParticleSystem("[4]matrix_core")
|
||
|
|
PrecacheParticleSystem("[4]binary_sphere")
|
||
|
|
PrecacheParticleSystem("[4]_car_nitro")
|
||
|
|
-- 5
|
||
|
|
PrecacheParticleSystem("[5]black_hole_micro_b")
|
||
|
|
PrecacheParticleSystem("[5]black_hole_mmicro_b")
|
||
|
|
PrecacheParticleSystem("[5]black_hole_b")
|
||
|
|
PrecacheParticleSystem("[5]black_hole_micro")
|
||
|
|
PrecacheParticleSystem("[5]black_hole_mmicro")
|
||
|
|
PrecacheParticleSystem("[5]black_hole")
|
||
|
|
PrecacheParticleSystem("[5]starfield1")
|
||
|
|
PrecacheParticleSystem("[5]starfield_2")
|
||
|
|
PrecacheParticleSystem("[5]simple_galaxy")
|
||
|
|
-- 6
|
||
|
|
PrecacheParticleSystem("[6]gunfire_generic")
|
||
|
|
PrecacheParticleSystem("[6]bullet_tracer_generic")
|
||
|
|
PrecacheParticleSystem("[6]gunfire_ar2")
|
||
|
|
PrecacheParticleSystem("[6]bullet_tracer_ar2")
|
||
|
|
-- 7
|
||
|
|
PrecacheParticleSystem("[7]dusty_wind1")
|
||
|
|
PrecacheParticleSystem("[7]rain")
|
||
|
|
PrecacheParticleSystem("[7]snow")
|
||
|
|
PrecacheParticleSystem("[7]areal_fog_s")
|
||
|
|
PrecacheParticleSystem("[7]area_of_fog")
|
||
|
|
PrecacheParticleSystem("[7]blizzard_mod")
|
||
|
|
-- 8
|
||
|
|
PrecacheParticleSystem("[8]magic_1")
|
||
|
|
PrecacheParticleSystem("[8]red_vortex")
|
||
|
|
PrecacheParticleSystem("[8]magic_flame")
|
||
|
|
PrecacheParticleSystem("[8]magic_portal*")
|
||
|
|
PrecacheParticleSystem("[8]magic_portal")
|
||
|
|
PrecacheParticleSystem("[8]core_1")
|
||
|
|
PrecacheParticleSystem("[8]ball_core")
|
||
|
|
PrecacheParticleSystem("[8]orb_1")
|
||
|
|
PrecacheParticleSystem("[8]frostbeam")
|
||
|
|
-- 9
|
||
|
|
PrecacheParticleSystem("[9]colorful_trail_1")
|
||
|
|
-- A
|
||
|
|
PrecacheParticleSystem("[A]waterleak_1")
|