]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/log
xonotic/xonotic-data.pk3dir.git
13 years agoMerge branch 'master' into mirceakitsune/damage_effects
Mircea Kitsune [Tue, 19 Apr 2011 21:52:53 +0000 (00:52 +0300)]
Merge branch 'master' into mirceakitsune/damage_effects

13 years agono need to preset g_maplist...
Rudolf Polzer [Tue, 19 Apr 2011 17:03:40 +0000 (19:03 +0200)]
no need to preset g_maplist...

13 years agorifle: fix damage calculation for accuracy stats
Rudolf Polzer [Tue, 19 Apr 2011 16:37:38 +0000 (18:37 +0200)]
rifle: fix damage calculation for accuracy stats

13 years agoMerge remote branch 'origin/mirceakitsune/multijump_fix'
mand1nga [Tue, 19 Apr 2011 01:41:08 +0000 (22:41 -0300)]
Merge remote branch 'origin/mirceakitsune/multijump_fix'

13 years agoMerge remote branch 'origin/mand1nga/bot-debug'
mand1nga [Tue, 19 Apr 2011 01:37:40 +0000 (22:37 -0300)]
Merge remote branch 'origin/mand1nga/bot-debug'

13 years agoMerge branch 'master' into mand1nga/bot-debug
mand1nga [Tue, 19 Apr 2011 01:36:26 +0000 (22:36 -0300)]
Merge branch 'master' into mand1nga/bot-debug

13 years agoAdded cvar bot_debug_goalstack to visualize the path that each bot is trying to follow
mand1nga [Tue, 19 Apr 2011 01:16:51 +0000 (22:16 -0300)]
Added cvar bot_debug_goalstack to visualize the path that each bot is trying to follow

13 years agoAdded cvar bot_debug_tracewalk to enable visual indicators for short-term navigation
mand1nga [Tue, 19 Apr 2011 01:01:21 +0000 (22:01 -0300)]
Added cvar bot_debug_tracewalk to enable visual indicators for short-term navigation

13 years agorifle code: make it have a _shots cvar too
Rudolf Polzer [Mon, 18 Apr 2011 19:41:23 +0000 (21:41 +0200)]
rifle code: make it have a _shots cvar too

13 years agoadd more checkfails
Rudolf Polzer [Sun, 17 Apr 2011 18:32:33 +0000 (20:32 +0200)]
add more checkfails

13 years agoremove some unused functions; add "checkfail" logic with some example checks one...
Rudolf Polzer [Fri, 15 Apr 2011 14:36:46 +0000 (16:36 +0200)]
remove some unused functions; add "checkfail" logic with some example checks one can do

13 years agoFix an issue with the multijump code that caused infinite multi-jumps not to work...
Mircea Kitsune [Thu, 14 Apr 2011 11:42:51 +0000 (14:42 +0300)]
Fix an issue with the multijump code that caused infinite multi-jumps not to work (setting g_multijump to -1).

13 years agoMerge remote branch 'origin/mand1nga/bot-misc-fixes'
mand1nga [Wed, 13 Apr 2011 14:37:01 +0000 (11:37 -0300)]
Merge remote branch 'origin/mand1nga/bot-misc-fixes'

13 years agoMerge branch 'master' into mirceakitsune/damage_effects
Mircea Kitsune [Tue, 12 Apr 2011 17:17:08 +0000 (20:17 +0300)]
Merge branch 'master' into mirceakitsune/damage_effects

13 years agoMerge remote-tracking branch 'origin/samual/balance'
Jakob MG [Tue, 12 Apr 2011 17:14:12 +0000 (19:14 +0200)]
Merge remote-tracking branch 'origin/samual/balance'

13 years agoSlightly less rotlinear so that your health/armor doesn't TOTALLY disappear instantly.
Samual [Tue, 12 Apr 2011 16:11:37 +0000 (12:11 -0400)]
Slightly less rotlinear so that your health/armor doesn't TOTALLY disappear instantly.

13 years agoMerge branch 'fruitiex/hud_effect_from_goldenhealth'
mand1nga [Mon, 11 Apr 2011 12:39:26 +0000 (09:39 -0300)]
Merge branch 'fruitiex/hud_effect_from_goldenhealth'

13 years agoIndentation fascist reporting for duty\!
mand1nga [Mon, 11 Apr 2011 12:35:49 +0000 (09:35 -0300)]
Indentation fascist reporting for duty\!

13 years agoBots: Fix divide by zero error when using the nex. Made them able to charge the nex.
mand1nga [Mon, 11 Apr 2011 12:22:05 +0000 (09:22 -0300)]
Bots: Fix divide by zero error when using the nex. Made them able to charge the nex.

13 years agorevive the low health/armor hud effect from fruitiex/goldenhealth, also set both...
FruitieX [Mon, 11 Apr 2011 11:58:48 +0000 (14:58 +0300)]
revive the low health/armor hud effect from fruitiex/goldenhealth, also set both healthmax/armormax at 200 (this determines when the status bars on the hud are full, used to be 250 and 150 so they had different scales...)

13 years agoMerge remote branch 'origin/samual/fix_hud_configstuff'
mand1nga [Mon, 11 Apr 2011 00:32:41 +0000 (21:32 -0300)]
Merge remote branch 'origin/samual/fix_hud_configstuff'

13 years agoFix some issues with creating hud configs automatically + add descriptions for a...
Samual [Sun, 10 Apr 2011 21:22:05 +0000 (17:22 -0400)]
Fix some issues with creating hud configs automatically + add descriptions for a cvar I added

13 years agoStop showing the effect on gibbed dead bodies, and only show it on gibs instead....
Mircea Kitsune [Sun, 10 Apr 2011 21:21:41 +0000 (00:21 +0300)]
Stop showing the effect on gibbed dead bodies, and only show it on gibs instead. This fixes damage effects showing where the body is after it has been gibbed, therefore displaying there for no reason (also means less particles and better performance with gibs).

13 years agoDo show damage effects on our own dead bodies.
Mircea Kitsune [Sun, 10 Apr 2011 21:14:14 +0000 (00:14 +0300)]
Do show damage effects on our own dead bodies.

13 years agoGah, added that ReadByte in another code :P
Mircea Kitsune [Sun, 10 Apr 2011 21:09:29 +0000 (00:09 +0300)]
Gah, added that ReadByte in another code :P

13 years agoSend the dead body / gibbed status as a separate WriteByte. I really see no other...
Mircea Kitsune [Sun, 10 Apr 2011 21:07:32 +0000 (00:07 +0300)]
Send the dead body / gibbed status as a separate WriteByte. I really see no other way of doing it. It's just one extra byte after all, and the entity is sent less intensively now that we added some checks to prevent extra networking.

13 years agoMerge remote branch 'origin/samual/fix_crosshair_ring_cvars'
mand1nga [Sun, 10 Apr 2011 20:58:28 +0000 (17:58 -0300)]
Merge remote branch 'origin/samual/fix_crosshair_ring_cvars'

13 years agoMerge remote branch 'origin/samual/devreleaseconfigs'
mand1nga [Sun, 10 Apr 2011 20:52:38 +0000 (17:52 -0300)]
Merge remote branch 'origin/samual/devreleaseconfigs'

13 years agoAdd checks to see if crosshair ring is even allowed to render
Samual [Sun, 10 Apr 2011 20:50:52 +0000 (16:50 -0400)]
Add checks to see if crosshair ring is even allowed to render

13 years agoAdd config for balance switching on endmatch (also for notifications of current balance)
Samual [Sun, 10 Apr 2011 20:45:29 +0000 (16:45 -0400)]
Add config for balance switching on endmatch (also for notifications of current balance)

13 years agoRemove that trick to send dead bodies. It likely won't work as I expect it to. Don...
Mircea Kitsune [Sun, 10 Apr 2011 20:45:25 +0000 (23:45 +0300)]
Remove that trick to send dead bodies. It likely won't work as I expect it to. Don't know how I'm going to do it in the end...

13 years agoUse 16 instead of 100. Needs to be done with a bitmask though.
Mircea Kitsune [Sun, 10 Apr 2011 18:55:06 +0000 (21:55 +0300)]
Use 16 instead of 100. Needs to be done with a bitmask though.

13 years agoFix some comments to match the client ones
Mircea Kitsune [Sun, 10 Apr 2011 17:26:00 +0000 (20:26 +0300)]
Fix some comments to match the client ones

13 years agoUse a trick to indicate dead bodies to the client. Read code comments for more info...
Mircea Kitsune [Sun, 10 Apr 2011 17:19:45 +0000 (20:19 +0300)]
Use a trick to indicate dead bodies to the client. Read code comments for more info on how it works. This requires that Xonotic will never have more than 99 species (although afaik, they currently range from 0 to 15, so it will likely never happen).

13 years agoDo show damage effects on our own gibs, even when not in third person mode.
Mircea Kitsune [Sun, 10 Apr 2011 16:37:49 +0000 (19:37 +0300)]
Do show damage effects on our own gibs, even when not in third person mode.

13 years agoMerge branch 'master' into mirceakitsune/damage_effects
Mircea Kitsune [Sun, 10 Apr 2011 16:22:08 +0000 (19:22 +0300)]
Merge branch 'master' into mirceakitsune/damage_effects

13 years agoGet rid of warnings.
Mircea Kitsune [Sun, 10 Apr 2011 16:21:08 +0000 (19:21 +0300)]
Get rid of warnings.

13 years agoShow the effect lower on dead bodies, else it appears floating above them. Uses a...
Mircea Kitsune [Sun, 10 Apr 2011 16:04:35 +0000 (19:04 +0300)]
Show the effect lower on dead bodies, else it appears floating above them. Uses a hard coded value to decrease the origin, which I hope is ok.

13 years agoMerge branch 'master' of git://git.xonotic.org/xonotic/xonotic-data.pk3dir
Rudolf Polzer [Sun, 10 Apr 2011 15:57:56 +0000 (17:57 +0200)]
Merge branch 'master' of git://git.xonotic.org/xonotic/xonotic-data.pk3dir

13 years agoadd some experimental aliases. Do not use.
Rudolf Polzer [Sun, 10 Apr 2011 15:57:43 +0000 (17:57 +0200)]
add some experimental aliases. Do not use.

13 years agoAdd a basic cvar check to avoid running code uselessly
Mircea Kitsune [Sun, 10 Apr 2011 15:24:50 +0000 (18:24 +0300)]
Add a basic cvar check to avoid running code uselessly

13 years agoUse the same probability system on players as on gibs. The cvar can be set to anythin...
Mircea Kitsune [Sun, 10 Apr 2011 15:22:56 +0000 (18:22 +0300)]
Use the same probability system on players as on gibs. The cvar can be set to anything between 0 and 1 to specify probability of the effect showing each tick, allowing its intensity to be tweaked client side for performance and personal taste.

13 years agoAlso don't send the effect to a player if he has the feature disabled, further improv...
Mircea Kitsune [Sun, 10 Apr 2011 15:14:10 +0000 (18:14 +0300)]
Also don't send the effect to a player if he has the feature disabled, further improving bandwidth.

13 years agoNo need to use a self.owner to determine origin, as the sender entity already copies...
Mircea Kitsune [Sun, 10 Apr 2011 14:34:36 +0000 (17:34 +0300)]
No need to use a self.owner to determine origin, as the sender entity already copies the player's origin.

13 years agoUse checkpvs to determine if the client we're sending to can see the player with...
Mircea Kitsune [Sun, 10 Apr 2011 14:32:28 +0000 (17:32 +0300)]
Use checkpvs to determine if the client we're sending to can see the player with the damage effects. If not, abort sending to it. Should save a lot of bandwidth compared to before.

13 years agoSome small tweaks to stuff
Mircea Kitsune [Sun, 10 Apr 2011 13:58:20 +0000 (16:58 +0300)]
Some small tweaks to stuff

13 years agoBetter (shorter) defaults for damage effects
Mircea Kitsune [Sun, 10 Apr 2011 13:45:14 +0000 (16:45 +0300)]
Better (shorter) defaults for damage effects

13 years agoMerge remote branch 'origin/terencehill/hud_panel_powerups_text_fix'
mand1nga [Sat, 9 Apr 2011 01:17:38 +0000 (22:17 -0300)]
Merge remote branch 'origin/terencehill/hud_panel_powerups_text_fix'

13 years agoMerge remote branch 'origin/tzork/fl_notarget_ctflags'
mand1nga [Sat, 9 Apr 2011 00:38:02 +0000 (21:38 -0300)]
Merge remote branch 'origin/tzork/fl_notarget_ctflags'

13 years agoMerge remote branch 'origin/samual/defaults/swap_minelayer_mortar_priority'
mand1nga [Fri, 8 Apr 2011 17:05:15 +0000 (14:05 -0300)]
Merge remote branch 'origin/samual/defaults/swap_minelayer_mortar_priority'

13 years agoMerge branch 'master' into mirceakitsune/damage_effects
Mircea Kitsune [Thu, 7 Apr 2011 21:41:25 +0000 (00:41 +0300)]
Merge branch 'master' into mirceakitsune/damage_effects

13 years agoAdd missing cvar hud_panel_powerups_text to hud_luminos_xhair_minimal.cfg
terencehill [Thu, 7 Apr 2011 18:03:09 +0000 (20:03 +0200)]
Add missing cvar hud_panel_powerups_text to hud_luminos_xhair_minimal.cfg

13 years agofix wrong strreplace usage
Rudolf Polzer [Wed, 6 Apr 2011 20:02:44 +0000 (22:02 +0200)]
fix wrong strreplace usage

13 years agoSet FL_NOTARGET on ctf flags (avoids turrets and otehr AI shooting them
Jakob MG [Wed, 6 Apr 2011 09:30:26 +0000 (11:30 +0200)]
Set FL_NOTARGET on ctf flags (avoids turrets and otehr AI shooting them

13 years agoMerge remote-tracking branch 'origin/samual/fix_csqc_strings'
Jakob MG [Tue, 5 Apr 2011 22:55:58 +0000 (00:55 +0200)]
Merge remote-tracking branch 'origin/samual/fix_csqc_strings'

13 years agoMerge remote-tracking branch 'origin/samual/balance'
Jakob MG [Tue, 5 Apr 2011 22:51:08 +0000 (00:51 +0200)]
Merge remote-tracking branch 'origin/samual/balance'

13 years agoMerge remote-tracking branch 'origin/samual/fix_hud_drawpic_expanding'
Jakob MG [Tue, 5 Apr 2011 22:48:11 +0000 (00:48 +0200)]
Merge remote-tracking branch 'origin/samual/fix_hud_drawpic_expanding'

13 years agoSome updates to falldamage - It should hurt more to fall from a flying vehicle ^_^
Samual [Tue, 5 Apr 2011 13:33:06 +0000 (09:33 -0400)]
Some updates to falldamage - It should hurt more to fall from a flying vehicle ^_^

13 years agoACTUALLY make drawpic_aspect_skin_expanding use the proper rendering for the aspect...
Samual [Tue, 5 Apr 2011 11:24:00 +0000 (07:24 -0400)]
ACTUALLY make drawpic_aspect_skin_expanding use the proper rendering for the aspect ratio. Fixes a bug that the expanding image mismatches the normal image in the HUD, now can be used for any HUD skin

13 years agoBy request of many, swap the priority for grenadelauncher and minelayer - Most people...
Samual [Tue, 5 Apr 2011 10:56:11 +0000 (06:56 -0400)]
By request of many, swap the priority for grenadelauncher and minelayer - Most people want the grenadelauncher to come up first when they press the bind.

13 years agoLower turnrate just slightly on the seeker
Samual [Tue, 5 Apr 2011 10:44:58 +0000 (06:44 -0400)]
Lower turnrate just slightly on the seeker

13 years agog_start_weapon_sniperrifle 0 - Disable sniper rifle for now, at least until it gets...
Samual [Tue, 5 Apr 2011 10:13:36 +0000 (06:13 -0400)]
g_start_weapon_sniperrifle 0 - Disable sniper rifle for now, at least until it gets new functionality.

13 years agogettext a string which was missed for warmup
Samual [Tue, 5 Apr 2011 09:55:46 +0000 (05:55 -0400)]
gettext a string which was missed for warmup

13 years agoUpdate starting ammo values for warmup, LMS, and nix
Samual [Tue, 5 Apr 2011 09:13:02 +0000 (05:13 -0400)]
Update starting ammo values for warmup, LMS, and nix

13 years agofix health in ekg
Rudolf Polzer [Tue, 5 Apr 2011 07:12:26 +0000 (09:12 +0200)]
fix health in ekg

13 years agoAllow the client-side cvar switch to specify particle count.
Mircea Kitsune [Mon, 4 Apr 2011 14:13:16 +0000 (17:13 +0300)]
Allow the client-side cvar switch to specify particle count.

13 years agoAlways apply the effect to bodies as well, even if gibs from that player are found...
Mircea Kitsune [Mon, 4 Apr 2011 14:10:27 +0000 (17:10 +0300)]
Always apply the effect to bodies as well, even if gibs from that player are found. Otherwise, if a body is gibbed but the player has respawned, both the gibs and respawned player having damage effects would cause the gibs blocking the effect on the respawned player. Not sure how this can be prevented, but it shouldn't be a big issue.

13 years agoOnly bound the effect's lifetime if the cvar is enabled.
Mircea Kitsune [Mon, 4 Apr 2011 13:54:38 +0000 (16:54 +0300)]
Only bound the effect's lifetime if the cvar is enabled.

13 years agoBound the maximum lifetime the effect might have at a time (server side). Currently...
Mircea Kitsune [Mon, 4 Apr 2011 12:54:19 +0000 (15:54 +0300)]
Bound the maximum lifetime the effect might have at a time (server side). Currently defaulted to 8 seconds.

13 years agoReduce effect probability on gibs each tick. Helps a lot with performance, and reduce...
Mircea Kitsune [Mon, 4 Apr 2011 12:47:27 +0000 (15:47 +0300)]
Reduce effect probability on gibs each tick. Helps a lot with performance, and reduces the effect to a sane visual amount as well.

13 years agoMerge remote branch 'origin/samual/defaults/smoothcrouch_enable'
mand1nga [Mon, 4 Apr 2011 00:51:55 +0000 (21:51 -0300)]
Merge remote branch 'origin/samual/defaults/smoothcrouch_enable'

13 years agoMerge remote branch 'origin/samual/balance'
mand1nga [Mon, 4 Apr 2011 00:38:36 +0000 (21:38 -0300)]
Merge remote branch 'origin/samual/balance'

13 years agoThis enables a featured I added in the engine a while ago which basically smooths...
Samual [Mon, 4 Apr 2011 00:34:25 +0000 (20:34 -0400)]
This enables a featured I added in the engine a while ago which basically smooths the view when crouching (previously it was an instant switch... which looked very odd.) This was SUPPOSED to be added into master a long time ago, but I didn't notice as I had it in my config.

13 years agoNew health limit and rot rate plus use g_balance_damagepush_speedfactor 2.5
Samual [Mon, 4 Apr 2011 00:17:20 +0000 (20:17 -0400)]
New health limit and rot rate plus use g_balance_damagepush_speedfactor 2.5

13 years agoMerge remote branch 'origin/fruitiex/mapvote_fix'
mand1nga [Sun, 3 Apr 2011 23:18:32 +0000 (20:18 -0300)]
Merge remote branch 'origin/fruitiex/mapvote_fix'

13 years agoMerge remote branch 'origin/fruitiex/accelerometer_fix'
mand1nga [Sun, 3 Apr 2011 23:17:12 +0000 (20:17 -0300)]
Merge remote branch 'origin/fruitiex/accelerometer_fix'

13 years agoMerge branch 'master' into mirceakitsune/damage_effects
Mircea Kitsune [Sun, 3 Apr 2011 22:36:08 +0000 (01:36 +0300)]
Merge branch 'master' into mirceakitsune/damage_effects

13 years agoCopy an existing damage repeater to another entity by properly re-creating a new...
Mircea Kitsune [Sun, 3 Apr 2011 22:24:57 +0000 (01:24 +0300)]
Copy an existing damage repeater to another entity by properly re-creating a new one, rather than using CopyEntity(). That was very buggy, and this seems to be safer, even if sometimes the effect won't show on players that respawn for some reason.

13 years agoadd the acceleration bars for these two skins too
FruitieX [Sun, 3 Apr 2011 22:24:40 +0000 (01:24 +0300)]
add the acceleration bars for these two skins too

13 years agoI was wrong. Send the ent num of the player for dead bodies for both gib splashes...
Mircea Kitsune [Sun, 3 Apr 2011 21:59:13 +0000 (00:59 +0300)]
I was wrong. Send the ent num of the player for dead bodies for both gib splashes and my damage effect.

13 years agoMerge remote branch 'origin/morphed/hpitems'
mand1nga [Sun, 3 Apr 2011 21:55:42 +0000 (18:55 -0300)]
Merge remote branch 'origin/morphed/hpitems'

13 years agoRemove the effect from respawn ghosts
Mircea Kitsune [Sun, 3 Apr 2011 21:52:39 +0000 (00:52 +0300)]
Remove the effect from respawn ghosts

13 years agoInstead, send the entnum of the player from copied bodies on gib explosion.
Mircea Kitsune [Sun, 3 Apr 2011 21:39:36 +0000 (00:39 +0300)]
Instead, send the entnum of the player from copied bodies on gib explosion.

13 years agoUndo one of my changes with ent num. I think it's best for our code if the body entnu...
Mircea Kitsune [Sun, 3 Apr 2011 21:33:12 +0000 (00:33 +0300)]
Undo one of my changes with ent num. I think it's best for our code if the body entnum is sent as it is, as our own damaged body can be shown to us after respawn.

13 years agoMake dead bodies not take any more damage after they gib. This should have always...
Mircea Kitsune [Sun, 3 Apr 2011 21:30:40 +0000 (00:30 +0300)]
Make dead bodies not take any more damage after they gib. This should have always happened IMO, as it makes no sense to make a fully hidden entity jump around when shot.

13 years agoFix another bug with dead bodies. Also set the .owner entity of dead bodies to the...
Mircea Kitsune [Sun, 3 Apr 2011 21:16:50 +0000 (00:16 +0300)]
Fix another bug with dead bodies. Also set the .owner entity of dead bodies to the player, which should be useful for other possible features.

13 years agoSome tweaks to my last commit.
Mircea Kitsune [Sun, 3 Apr 2011 21:08:08 +0000 (00:08 +0300)]
Some tweaks to my last commit.

13 years agoFix many issues with how the effect is handles. Including copying it to dead bodies...
Mircea Kitsune [Sun, 3 Apr 2011 21:02:30 +0000 (00:02 +0300)]
Fix many issues with how the effect is handles. Including copying it to dead bodies in CopyBody, removing it from players that disconnect or become spectators, and removing previous effects from players that respawn.

13 years agoSecond part of my latest change. When a body is gibbed, the damage effect will apply...
Mircea Kitsune [Sun, 3 Apr 2011 16:53:32 +0000 (19:53 +0300)]
Second part of my latest change. When a body is gibbed, the damage effect will apply to the gibs instead of him. This will need much more work, as showing the same effect on each gib causes too many particles.

13 years agoMerge remote branch 'origin/terencehill/italian_update'
mand1nga [Sun, 3 Apr 2011 16:48:09 +0000 (13:48 -0300)]
Merge remote branch 'origin/terencehill/italian_update'

13 years agoFirst part of my attempt to apply damage effects to gibs as well. Send the entity...
Mircea Kitsune [Sun, 3 Apr 2011 16:32:25 +0000 (19:32 +0300)]
First part of my attempt to apply damage effects to gibs as well. Send the entity number of the player when gibbing occurs, and set each gib's team function to it. The damage code in the client shall later scan for gibs, and if their owner's entity number is the same as the damaged player, draw particles there instead.

13 years agoComment weapons that don't use this effect in effectinfo.txt. These include the Tuba...
Mircea Kitsune [Sun, 3 Apr 2011 15:27:25 +0000 (18:27 +0300)]
Comment weapons that don't use this effect in effectinfo.txt. These include the Tuba, Porto, and Hook.

13 years agoAnd lastly, Rocket Launcher damage effect. All weapons that use this effect now have...
Mircea Kitsune [Sun, 3 Apr 2011 15:24:48 +0000 (18:24 +0300)]
And lastly, Rocket Launcher damage effect. All weapons that use this effect now have the proper particles.

13 years agoFireball effect. Obviously lotsa fire.
Mircea Kitsune [Sun, 3 Apr 2011 15:20:57 +0000 (18:20 +0300)]
Fireball effect. Obviously lotsa fire.

13 years agoMove over to Hagar and Seeker. They have a fire effect similar to Mortar, but a littl...
Mircea Kitsune [Sun, 3 Apr 2011 15:03:22 +0000 (18:03 +0300)]
Move over to Hagar and Seeker. They have a fire effect similar to Mortar, but a little bit different.

13 years agoMore transparent Electro particles
Mircea Kitsune [Sun, 3 Apr 2011 14:53:29 +0000 (17:53 +0300)]
More transparent Electro particles

13 years agoLarger and fewer Electro and Crylink particles
Mircea Kitsune [Sun, 3 Apr 2011 14:50:11 +0000 (17:50 +0300)]
Larger and fewer Electro and Crylink particles

13 years agoSniper Rifle, Nex and MinstaNex damage effects.
Mircea Kitsune [Sun, 3 Apr 2011 14:42:01 +0000 (17:42 +0300)]
Sniper Rifle, Nex and MinstaNex damage effects.

13 years agoHLAC damage effect, same as laser
Mircea Kitsune [Sun, 3 Apr 2011 14:10:49 +0000 (17:10 +0300)]
HLAC damage effect, same as laser

13 years agoFaster light fading on all effects
Mircea Kitsune [Sun, 3 Apr 2011 14:10:01 +0000 (17:10 +0300)]
Faster light fading on all effects