Jump to content

zunnie

!Former Staff
  • Posts

    6653
  • Joined

  • Last visited

  • Days Won

    433
  • Donations

    180.00 USD 

Files posted by zunnie

  1. Team Donate

    This plugin adds support for !teamdonate, !td and !tdonate (case insensitive). It's ported from the TeamDonate plugin that reborn made for ssgm 2.0.2. I've added the following changes:
    1. Players running scripts 2.9.2 or higher get a green coloured message instead of an annoying PM.
    2. The amount of credits that's shared per every member of the team can't be lower than 100.
    3. You get a page telling you the amount of credit per team member that was donated to them.
    4. The command that was typed in isn't displayed.
    5. If you don't specify an amount of credits to donate, all of your credits are donated.
    To install copy TeamDonate.dll to your FDS folder and add an entry for 'TeamDonate.dll' in the [Plugins] section of ssgm.ini.

    97 downloads

       (0 reviews)

    0 comments

    Submitted

  2. Building Revival Console Commands

    This plugin adds support for extra console commands for reviving specific buildings to the Renegade FDS. The following console commands are added:

    revivebar ;Revives the GDI Barracksrevivehon ;Revives the Hand of Nodrevivegdipp ;Revives the GDI Power Plantrevivenodpp ;Revives the Nod Power Plantrevivegdiconyard ;Revives the GDI Construction Yardrevivenodconyard ;Revives the Nod Construction Yardrevivegdiref ;Revives the GDI Refineryrevivenodref ;Revives the Nod Refineryrevivegdirepbay ;Revives the GDI Repair Bay revivenodrepbay ;Revives the Nod Repair Bayrevivewf ;Revives the GDI Weapons Factoryreviveair ;Revives the Nod Airstriprevivegdicommcenter ;Revives the GDI Communications Centerrevivenodcommcenter ;Revives the Nod Communications Centerreviveagt ;Revives the GDI Advanced Guard Towerreviveob ;Revives the Nod Obelisk
    There's one known issue, if a player isn't running scripts 4.0, he has to rejoin the server to be able to buy vehicles/infantry if the vehicle/soldier factory is revived.
    You can contact me by PM'ing me under the name "iran" or on the usual IRC servers under the nick "Iran".

    108 downloads

       (0 reviews)

    0 comments

    Submitted

  3. Mute

    ### Created by Xpert from Atomix
    ### irc.ax-games.net
    ### www.ax-games.net
    ### CREDITS
    Thanks to reborn for original concept
    Thanks to iRan for making me avoid the use of "PPAGE"
    ### DESCRIPTION ###
    This plugin will allow you to mute or unmute players ingame to prevent them from
    using the chat or radio commands.
    ### CHANGELOG ###
    V1 - Original by reborn released with TT
    V2 - Notifies the player if they are muted or unmuted
    - Notifies the player if they try to use Radio or Chat when muted
    - It will now output if you try to mute a player that is already muted and
    if you try to unmute a player that isn't muted.
    - The output response to the FDS will now make a new line using \n
    V3 - Fixed a problem where muted players could still use radio commands

    52 downloads

       (0 reviews)

    0 comments

    Submitted

  4. Flaming C4 Prevention

    This plugin adds various measures to the FDS to prevent people doing so called 'flaming C4'. All C4 placed on friendly units are automatically disarmed, Proxy C4 placed on empty vehicles are auto-disarmed too and a few limits have been added to the amount of Remote C4 and Timed C4 allowed stacked on top of each other or on neutral vehicles.
    You can contact me under the nick iRANian on renegadeforums.com. Thanks to Xpert for finding an issue where C4 on Purchase Terminals got disarmed.
    Changelog:
    v2:
    -Fixed a bug that caused C4 placed on Purchase Terminals to be disarmed.
    To install, place 'FlamingC4Prevention.dll' in the root FDS folder and add an entry for it in SSGM.ini under [Plugins]. Then at the bottom of SSGM.ini add:
    [FlamingC4Prevention]
    ; Messages used by this script:
    PageMessage = Your C4 has been automatically disarmed by the Flaming C4 prevention script.
    TimedC4LimitMessage = You placed too many Timed C4 on empty vehicle(s), your last one has been disarmed.
    RemoteC4LimitMessage = You placed too many Remote C4 on empty vehicle(s), your last one has been disarmed.
    TimedC4StackedMessage = Your last Timed C4 has been disarmed, please don't place C4 on top of each other.
    RemoteC4StackedMessage = Your last Remote C4 has been disarmed, please don't place C4 on top of each other.
    ;How many Timed C4 are allowed to be attached to empty vehicles per player?
    TimedC4Limit = 3
    ;How many Remote C4 are allowed to be attached to empty vehicles per player?
    RemoteC4Limit = 6
    ;Total Timed C4 that are allowed to be stacked (i.e. placed on top another C4) per player
    TimedC4Stacked = 2
    ;Total Remote C4 that are allowed to be stacked per player
    RemoteC4Stacked = 2
    ;How long to wait in secs after C4 creation before activating the flaming c4 check
    ActivationWaitTime = 2

    39 downloads

       (0 reviews)

    0 comments

    Submitted

  5. SBH No Remote C4 Pickup

    This plugin will remove Remote C4 from an SBH after they pick them up, it will also page the SBH that "SBH's are no longer allowed to pick up Remote C4."

    46 downloads

       (0 reviews)

    0 comments

    Submitted

  6. Custom Killmessages ALPHA

    THIS IS AN ALPHA VERSION AND MIGHT CRASH OR LAG YOUR FDS.
    This plugin replaces the normal kill messages for players running scripts.dll 2.9.2 or higher with custom versions that look like these:
    KillerName <killed string> VictimName <squish string>
    KillerName <killed string> VictimName with a HEAD SHOT!
    KillerName <killed string> VictimName with a NECK SHOT!
    Where <killed string> and <squish string> are randomly chosen from a list of strings you can configure. The source code contains a function to very accurately obtain what weapon was used to kill a player, but this function isn't used. Squishes might possibly not be detected accurately (using a hacky method to detect them), if that's the case please contact me.
    You can contact me on renegadeforums.com under the nick iRANian.
    Thanks to the Tiberian Technologies team and in particular StealthEye for adding the features to beta 4 that make this possible and for answering a lot of my questions.
    To install this plugin set 'SendPlayerKillsToNewClients=' in server.ini to false, place 'CustomKillMessages.dll' in the root FDS folder and add an entry for it under [Plugins] in SSGM.ini. Then at the bottom of SSGM.ini add:
    [CustomKillMessages_KilledStrings]
    ;These are the strings that are randomly chosen as the string to replace 'killed' with in 'KillerName killed VictimName'
    01=beat the shit out of
    02=politically massacred
    [CustomKillMessages_SquishStrings]
    ;These are the strings that are randomly chosen as the string to replace 'squishstring' with in 'KillerName killed VictimName squishstring'
    01=herp derp
    02=SQUISH!

    84 downloads

       (0 reviews)

    0 comments

    Submitted

  7. Leave Deaths Exploit Fix

    This plugin fixes an exploit where if you leave the game after dying but before respawning your death count doesn't get incremented. The following simple code is used:

    void LeaveDeathsExploitFix::OnPlayerLeave(int PlayerID){ GameObject *obj = Get_GameObj(PlayerID); if ( Commands->Get_Health(obj) == 0.0f ) { Find_Player(PlayerID)->Set_Deaths(Find_Player(PlayerID)->Get_Deaths()+1); }}
    To install place 'LeaveDeathsExploitFix.dll' inside the root FDS and add an entry for it under [Plugins] in SSGM.ini.
    You can contact me under the nick 'iran'.

    49 downloads

       (0 reviews)

    0 comments

    Submitted

  8. Restore Weapons Characters Join

    This plugin will restore the weapons and character a player had before he left the server if he rejoins the server before the match ends. I got the idea from iScripters who told me gz0ne/fnfall had this feature.
    You can contact me under the nick 'iRANian' on renegadeforums.com.
    To install place 'RestoreWeaponsCharacterOnJoin.dll' in the root FDS folder and add an entry for it under [Plugins] in SSGM.ini.

    75 downloads

       (0 reviews)

    0 comments

    Submitted

  9. Vehicle Kills Command

    This plugin adds the !vehkills (alias !vkills) command to the server, this command simply displays the amount of vehicles the players destroyed.
    To install place 'VkillsCommand.dll' inside the root FDS folder then add an entry for it under [Plugins] in SSGM.ini.
    You can contact me under the nick 'iran'.

    59 downloads

       (0 reviews)

    0 comments

    Submitted

  10. Chat Aliases

    This simple plugin will replace certain text typed by players with a different message (e.g. "repref" getting replaced with "Repair the Refinery"), I saw this feature listed on BlackIntel's website as part of their server-side mods and thought it would be cool to make a clone of it.
    You can contact me under the nick 'iran'.
    To install place 'ChatAliases.dll' in your root FDS folder and add an entry for it under [Plugins] in SSGM.ini, then at the bottom of SSGM.ini add and configure:
    [ChatAliases_AliasesList]
    ;List an alias and replacement here, note you can't have "ERR" as replacement text
    repref=Repair the Refinery!
    .strush=Get Stealth Tanks and let's rush!

    59 downloads

       (0 reviews)

    0 comments

    Updated

  11. Veteran System Alpha

    This is a port of the veteran system from the OnOeS renegade regulator made by Hex, jnz and pvtschlag. I rewrote parts of it to resemble the n00bless veteran system plugin for SSGM 2.0.2 released by Hex. It includes regeneration, discounts, health+armour increases and veteran commands. The following commands are available:
    !vetpoints - !vp ; Shows how many vet points the player executing the command has
    !weapon - !weap ; Will give the player a random weapon from his team, if he is a level 3 veteran
    !character - !char ; Will give the player a random character from his team, if he is a level 4 veteran
    !vehicle - !veh ; Will give the player a random vehicle from his team, if he is a level 5 veteran
    The values associated with every veteran level are currently hard-coded as this is an ALPHA RELEASE. It might crash your server randomly as it isn't tested and it also might contain bugs. I've included the source code, although it looks like a mess.
    To install, place VeteranSystem.dll in your root FDS folder and add an entry under the [Plugins] section in SSGM.ini. Then at the bottom of SSGM.ini add:
    [VeteranSystem_Tiers]
    ;If a soldier preset is missing the code defaults the preset to 'low tier', this section controls how many vet point(s) a character is worth
    ; 1 = low tier, 2 = mid tier, 3 = high tier
    CnC_GDI_MiniGunner_0=1 ;Shooter
    CnC_GDI_RocketSoldier_0=1 ;Shotgunner
    CnC_GDI_Grenadier_0=1 ;Grenadier
    CnC_GDI_Engineer_0=1 ;Engineer
    CnC_GDI_MiniGunner_1Off=1 ;Officer
    CnC_GDI_RocketSoldier_1Off=1 ;Rocket Soldier
    CnC_Sydney=1 ;Tib Sydney
    CnC_GDI_MiniGunner_2SF=2 ;Deadeye
    CnC_GDI_RocketSoldier_2SF=2 ;Gunner
    CnC_GDI_Grenadier_2SF=2 ;Patch
    CnC_GDI_MiniGunner_3Boss=3 ;Havoc
    CnC_GDI_MiniGunner_3Boss_ALT2=3 ;Havoc
    CnC_GDI_MiniGunner_3Boss_ALT3=3 ;Havoc
    CnC_GDI_MiniGunner_3Boss_ALT4=3 ;Havoc
    CnC_Sydney_PowerSuit=3 ;PIC
    CnC_Sydney_PowerSuit_ALT2=3 ;PIC
    CnC_Ignatio_Mobius=3 ;Mobius
    CnC_Ignatio_Mobius_ALT2=3 ;Mobius
    CnC_GDI_Engineer_2SF=3 ;Hotwire
    CnC_Nod_Minigunner_0=1 ;Shooter
    CnC_Nod_RocketSoldier_0=1 ;Shotgunner
    CnC_Nod_FlameThrower_0=1 ;Flamethrower
    CnC_Nod_Engineer_0=1 ;Engineer
    CnC_Nod_Minigunner_1Off=1 ;Officer
    CnC_Nod_RocketSoldier_1Off=1 ;Rocket Soldier
    CnC_Nod_FlameThrower_1Off=1 ;Chem Sprayer
    CnC_Nod_Minigunner_2SF=2 ;Black Hand Sniper
    CnC_Nod_RocketSoldier_2SF=2 ;Black Hand Laserchaingunner
    CnC_Nod_FlameThrower_2SF=2 ;SBH
    CnC_Nod_Minigunner_3Boss=3 ;Sakura
    CnC_Nod_Minigunner_3Boss_ALT2=3 ;Sakura
    CnC_Nod_RocketSoldier_3Boss=3 ;Raveshaw
    CnC_Nod_RocketSoldier_3Boss_ALT2=3 ;Raveshaw
    CnC_Nod_FlameThrower_3Boss=3 ;MENdoza
    CnC_Nod_FlameThrower_3Boss_ALT2=3 ; MENdoza
    CnC_Nod_Technician_0=3 ;Technician

    132 downloads

       (0 reviews)

    0 comments

    Submitted

  12. Reserved Slots Beta

    This plugin will allow authorized players to join the server when it's full. You can configure a list of authorized players by name. As a side-effect of this plugin, when the server is full it'll show the max player count as being one slot higher than it actually is on XWIS, GSA and other code aren't affected by this. This plugin doesn't play nicely with other stuff that changes the player limit.
    You can contact me under the nick 'iran'.
    Thanks to StealthEye for suggesting the current method I'm using to implement this.
    To install place 'ReservedSlots.dll' in your root FDS folder, then add an entry for it under [Plugins] in ssgm.ini, then to the bottom off ssgm.ini add and configure the following:
    [ReservedSlots_ReservedList]
    ;List of names that are allowed to join when server is full
    01 = Host
    02 = Renegade
    03 = Unnamed

    44 downloads

       (0 reviews)

    0 comments

    Submitted

  13. Screen Shake Console Command

    This plugin will add a console command to shake the camera violently for a player, if that player is running custom scripts.dll. The following console command is added:
    SCREENSHAKE <ID> <DURATION> - Shakes the screen of a player for a variable DURATION.
    To install place 'ScreenShakeConsoleCommand' in the root FDS folder and add an entry for it under [Plugins] in ssgm.ini.
    You can contact me under the nick 'iran'.

    57 downloads

       (0 reviews)

    0 comments

    Submitted

  14. Snipers Points Credit Mod

    This plugin will set the points and credits a sniper gives from hitting a vehicle to 1 credit and 1 point if they do less than 30 damage to the vehicle.
    To install place SniperPointsCreditsMod.dll inside your root FDS folder and add an entry for it under [Plugins] in ssgm.ini.
    You can contact me under the nick 'iran'.

    50 downloads

       (0 reviews)

    0 comments

    Submitted

  15. Protect Console Command

    A simple plugin that adds the following two console commands:
    PROTECTPLAYER <ID> - Makes a player unkillable until they respawn.
    UNPROTECTPLAYER <ID> - Makes a player killable again.
    Found this while going through all the crap I wrote for Renegade, seems like I forgot to release this one.
    To install place 'ProtectConsoleCommand.dll' inside your root FDS folder and add an entry for it under the [Plugins] section in SSGM.ini.
    You can contact me under the nick 'iran'.

    83 downloads

       (0 reviews)

    0 comments

    Submitted

  16. Remove Weaker Double Gun

    This plugin will remove the weaker version of a gun if you have two of them (or the version of the other team for e.g. Volt Rifles). This is done for the following weapons:
    -The Repair Guns
    -The Auto Rifles
    -The Chainguns
    -The Ramjet Rifles
    -The Rocket Launchers
    -The Sniper Rifles
    -The Volt Auto Rifles
    To install place 'RemoveWeakerDoubleGun.dll' in your root FDS folder and add an entry for it under [Plugins] in ssgm.ini.
    You can contact me under the nick 'iran'.

    70 downloads

       (0 reviews)

    0 comments

    Submitted

  17. Remove Weapon Chat Command

    This plugin adds the !rweapon (alias !rw) chat command, it'll remove the weapon the player is currently holding if it's not the pistol, c4 or a beacon.
    To install place 'RemoveWeaponChatCommand.dll' in the FDS folder and add an entry for it under the [Plugins] section of ssgm.ini.
    You can contact me under the nick 'iran'.

    80 downloads

       (0 reviews)

    0 comments

    Submitted

  18. Mute Beacons Player

    ### Created by Xpert from Atomix
    ### irc.ax-games.net
    ### www.ax-games.net
    ### DESCRIPTION ###
    This plugin will allow you to block or unblock players ingame from using or purchasing beacons. It will inject 2 console commands; BMUTE and UNBMUTE.
    ### CHANGELOG ###
    V1 - Release

    44 downloads

       (0 reviews)

    0 comments

    Submitted

  19. Bandwidth Detector

    ### Created by Xpert from Atomix
    ### irc.ax-games.net
    ### www.ax-games.net
    ### CREDITS
    Thanks to Stealtheye for explaining to me the bug with improper bandwidth detection in Renegade.
    ### DESCRIPTION ###
    This plugin is a port over of the Bandwidth Detection feature in the early SSGM. It checks
    the bandwidth of all players ingame every minute to see if it is below a set amount.
    A message will also output to the SSGM Log prefixed with _ALERT for server regulators to read.
    ### CHANGELOG ###
    V1 - Release
    V2 - Fixed a crash issue
    ### Installation ###
    Place this in the ssgm.ini plugins list of course. Below is what should be in your SSGM.ini for the BW_Detector settings.
    [bW_Detector]
    ; BWDefault=
    ;
    ; The lowest a players bandwidth can be set to. 28800 is the lowest setting Renegade has, but players can set it even lower
    ; with a console command. Even though 28800 is a normal setting in Renegade, this should be set at 56000 or higher as
    ; 28800 will cause the player to lag.
    BWDefault=128000
    ; BWMessage=
    ;
    ; Message to send the player letting them know their bandwidth is being reset.
    ; You can leave this blank if you want since there's a setting within the code itself.
    BWMessage=Your bandwidth was detected dropping below the allowed amount. It has been reset.

    69 downloads

       (0 reviews)

    0 comments

    Submitted

  20. Character Refund

    This plugin works like the Character Refund plugin but this one should always work. If a player buys another character without dying he'll be refunded a configurable amount of money.
    You can contact me under the nick 'iran'.
    To install place 'CharacterRefundKebab.dll' inside the root FDS folder and add an entry for it under the [Plugins] section in SSGM.ini, then add and configure the following to SSGM.ini:
    [CharacterRefund]
    FractionOfRefund = 0.5 ; 0.5 gives a 50% refund

    54 downloads

       (0 reviews)

    0 comments

    Submitted

  21. Harvester Shells

    This must have plugin adds vehicle shells for Harvesters after they're destroyed, when fully repaired these shells will spawn a Harvester with 4 passenger seats and a machine gun.

    53 downloads

       (0 reviews)

    0 comments

    Submitted

  22. Crates

    ### Created by Xpert from Atomix
    ### irc.ax-games.net
    ### www.ax-games.net
    ### CREDITS
    Thanks to Black-Cell's original concept and idea for a lot of the crates.
    ### DESCRIPTION ###
    This plugin will allow you to replace those yellow boxes ingame with special
    crates. I added sounds to certain crate events so it won't be so plain and
    also extended information for the _CRATE SSGM header.
    ### CHANGELOG ###
    V1 - Release
    ### Installation ###
    Place this in the ssgm.ini plugins list of course. Below is what should be in your
    SSGM.ini for the crate settings.
    [Crates]
    ; -------------------------------------------------------------------------------- ------------------------------------------
    ; ------------------------------------------- Crate Related Settings -------------------------------------------------------
    ; -------------------------------------------------------------------------------- ------------------------------------------
    ; NOTE: crates.dll plugin required
    ; EnableCrates=
    ;
    ; Decides if there will be ANY crates, both old and new, on the map.
    EnableCrates=1
    ; EnableNewCrates=
    ;
    ; Decides if there will be new crates, if this is set to 0 and EnableAllCrates is set to 1, normal/old crates will spawn.
    ; New Crates turn those little yellow boxes into a lottery-based system that can help turn the tide of any game,
    ; and can lead to some pretty fun times.
    ; Crate log messages will use the "_CRATE" header.
    EnableNewCrates=1
    ; AllowVehCrates=
    ;
    ; If set to 1, vehicles will be allowed to pick up crates. If new crates are disabled, this will always be set to 1.
    AllowVehCrates=0
    ; Crate percent configuration.
    ;
    ; Controls crate percentages for all maps.
    ; If you want to disable a specific crate, set it to 0 or leave it blank. Make sure the total sum is 100, or SSGM
    ; will use its defaults.
    Weapon=9
    Money=9
    Points=9
    Vehicle=7
    MoneyMultiply=4
    BlownFuse=4
    BigBoom=4
    Death=2
    Tiberium=2
    Ammo=5
    Armor=5
    Health=5
    Character=7
    ButterFingers=3
    Kamikaze=2
    Spy=3
    God=1
    Stealth=3
    Refill=7
    Beacon=4
    Thief=2
    AmmoRegen=2
    HumanSilo=1

    112 downloads

       (0 reviews)

    0 comments

    Submitted

  23. Building Health Sounds

    ### Created by Xpert from Atomix
    ### irc.ax-games.net
    ### www.ax-games.net
    ### DESCRIPTION ###
    This was always in the earlier versions of SSGM before 4.0, but it didn't work correctly because of incorrect IF statements in the code. This plugin will enable the extra building report sounds that EVA says such as "Structure health under 50 percent" and also "Warning - %buildingname destruction imminent". It will also report to the SSGM Log Messages prefixed with _BUILDING and state when a building is under attack like the early SSGM.
    Example from my bot:
    <CloudyServ> The Nod Power Plant is under attack!
    <CloudyServ> The Nod Obelisk is under attack!
    ### CHANGELOG ###
    V1 - Release

    140 downloads

       (0 reviews)

    0 comments

    Submitted

  24. Chinook Armor Mod

    This plugin changes the armor type of Chinooks (Transport Helicopters) so they take less damage from snipers as long as they have armor, they'll take 20 damage from a Ramjet and 10 damage for a normal sniper.

    67 downloads

       (0 reviews)

    0 comments

    Submitted

  25. Time Expired Command

    Really simple plugin that adds the "!time" (alias "!t") command to a server, this command shows the time expired on the current map as HH:MM:SS, e.g. 01:10:10 for 1 hour, 10 minutes and 10 seconds.

    85 downloads

       (0 reviews)

    0 comments

    Submitted

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.