AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Snowball War v3.05 (https://forums.alliedmods.net/showthread.php?t=82804)

FakeNick 12-30-2008 08:45

Snowball War v3.05
 
4 Attachment(s)
[IMG]http://img171.**************/img171/3429/s1qn6.png[/IMG]
(Thanks to Gozdzikowy for this logo!)

Description


Snowball War is modification for Counter Strike (other HL mod's not tested) developed as AMX Mod X plugin.
My plugin is changing an HE grenade for snowball. When player spawns he receives only knife and HE. When snowball hit's wall it will explode with nice spalt effect. In this mod there are two teams : blue (CT's) and red (T's). They must kill their opponents with snowball. When player gets hit, his health is decreasing and there'sa chance that player will be chilled. In this mod target is to kill your opponents,soldier! Snowball war includes very simple deathmatch (default off). It is also changing players models to santa's (T's) and snow soldiers (CT's) - this models can be changed by plugin user.

Requirements
  • Counter Strike 1.6
  • AMXX : version 1.8.0 or later
  • Modules : fakemeta, hamsandwich
Installation
  • Download and extract the contents from the .zip files to your server's mod directory (cstrike) and make sure to keep folder structure
  • sw_plugin305.zip: Contains the plugin and configuration file
  • sw_resources.zip: Contains default models and sounds
Cvar's :
Code:

sw_toggle - is mod on/off? (default ON - 1)
sw_friendly - is friendly fire on/off? (default OFF - 0)
sw_damage - damage done by snowball (default 100)
sw_life - life of snowball splat (default 3.0)
sw_dm - is deathmatch on/off? (defualt OFF - 0)
sw_dm_time - time to respawn (default 2.0)
sw_chill_chance - chance to chill player (from 0 - off, to 100 - maximum chance, default 30)
sw_chill_duration - duration of chill (default 5.0)
sw_chill_speed - percentage of speed that player receives when chilled (default 50.0)
sw_snowball_gravity - gravity of snowball (default 0.3)
sw_snowball_velocity - how many times snowball velocity will be multipied (default 2.0 times)
sw_crosshair_remove - will be crosshair removed (default ON - 1)
sw_spawn_protection - is spawn protection on? (default ON - 1)
sw_spawn_protection_time - time of spawn protection (default 3.0)



Important :
  • If you experience many SVC_BAD kicks, increase MODEL_DELAY (line 210)
  • If you experience low FPS on your server, comment line 207 to disable snow effect
Changelog
Code:

Version 3.05 :
 - Added bot support
Version 3.04 :
 - Fixed server crashing bug
Version 3.03 :
 - Added breaking glass effect when unchilling player
 - Added random snow skybox generator
 - Added spawn protection
Version 3.02 :
 - Added change velocity of snowball
 - Added change gravity of snowball
 - Added crosshair remover for more realism
Version 3.01 :
 - Added game description changer (Thanks xPaw)
Version 3.0 :
 - Initial release

700+ plugin download O.o

tuty 12-30-2008 08:55

Re: Snowball War v3.0
 
nice but some screeny? :mrgreen: ?? i like to see the explosion :P

fang 12-30-2008 08:55

Re: Snowball War v3.0
 
Brilliant! I'll be running this on one of my servers :mrgreen:

FakeNick 12-30-2008 08:56

Re: Snowball War v3.0
 
I'm gonna make movie, but i don't have server where i can run my mod ;|.

Quote:

i like to see the explosion :P
It's not a real explosion, it's only make a splash ;P.

minimiller 12-30-2008 08:59

Re: Snowball War v3.0
 
Sounds good
I dont have time (or a server) to test this, but ill search around for a server thats running it :)

May i ask why the initial release is v3.0?

tuty 12-30-2008 09:00

Re: Snowball War v3.0
 
oh nice :) +k

xPaw 12-30-2008 09:00

Re: Snowball War v3.0
 
wow nice, you finished it :D

EDIT: i will give you a server, add me in steam again: -removed-

FakeNick 12-30-2008 09:01

Re: Snowball War v3.0
 
Quote:

May i ask why the initial release is v3.0?
Why not? ;>
My plugins was always at version 1.0 at start, now time to 3.0 ;].

Quote:

EDIT: i will give you a server, add me in steam again: -removed-
I'm going shopping now, i'll be back in 45 minutes. Add -removed- on steam.

SnoW 12-30-2008 09:02

Re: Snowball War v3.0
 
Modification is for ALL, but you said that this is only for Cstrike(or tested), would be probably better to change it. Also I think this isn't for Admin Commands.
Still this sounds more advanced than just the original snowball plugin u made. I think people will really use this, GJ.

tuty 12-30-2008 09:10

Re: Snowball War v3.0
 
A sugestion if you want: try to add a cvar for loose and for bonus frags xD


Code:

if(get_user_team(killer)!= get_user_team(victim))
    {
        fm_set_user_frags(killer,get_user_frags(killer) + 1)
       
    }else{   
        fm_set_user_frags(killer,get_user_frags(killer) - 1)
    }


like this: sw_fragbonus - 2 xD


All times are GMT -4. The time now is 04:31.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.