Skip to content

A backup for the Half-Life WeaponMod guns I found during the years

Notifications You must be signed in to change notification settings

andreiseverin/WeaponMod-guns-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WeaponMod Gun Plugins Logo

Half-Life Weaponmod Plugins Backup

Description

Over the years, these plugins have been published on various forums, websites, and other resources dedicated to Half-Life modding. However, over time, these resources may or are already shut down for various reasons: lack of interest from administrators, financial difficulties, absence of support or just a death of the host hard drive. When this happens, the plugins hosted on these platforms are often lost forever, becoming unavailable to server developers.

The goal of this repository is to preserve all plugins using the Weaponmod module in one place, preventing their loss. This not only simplifies the search for necessary content but also allows modders and enthusiasts to focus on development rather than the exhausting task of looking for materials across numerous resources.

The repository creators do not claim authorship of the plugins collected here. On the contrary, wherever possible, information about the authors and the original sources of publication is provided in the descriptions or comments. We deeply respect the work of all developers and aim to preserve their legacy by making their work accessible to new generations of players and modders.

This repository is intended solely for archival and educational purposes, bringing together and preserving an important part of Half-Life modding history.

Installing a Gun Plugin for the Half-Life WeaponMod

This guide will walk you through the steps to install a custom gun plugin for the Half-Life WeaponMod. Ensure you have the WeaponMod on your Half-Life server installed.

  • Half-Life WeaponMod

Prerequisites

Before starting, ensure you have:

  1. Server using ReHLDS (on Linux) or BugfixedHL-Rebased (on Windows)
  2. WeaponMod installed.
  3. AMX Mod X 1.10+ installed and working.
  4. The plugin resources:
    • .sma file (plugin source code).
    • Additional files (models, sounds, or configs, if provided).

Installation Steps

1. Compile the .sma File

  1. Navigate to your AMX Mod X installation directory.
    • Look for the scripting folder.
  2. Place the .sma file in the scripting folder.
  3. Use the compile.exe tool in the scripting folder to compile the .sma file:
    • Run compile.exe (double-click it on Windows).
    • After compiling, the .amxx file will be generated in the scripting/compiled folder.

2. Copy the Compiled Plugin

  • Move the newly created .amxx file to the following directory: addons/amxmodx/plugins
  • Add the name of the compiled .amxx file to the end of the plugins.ini file located in: addons/amxmodx/configs/plugins.ini. Example:
my_new_gun.amxx

3. Add Additional Resources (if provided)

Place additional files in their corresponding directories:
    Models (.mdl): Place in the models folder.
    Sounds (.wav, .mp3): Place in the sound folder.
    Sprites (.spr , .txt) : Place in the sprites folder.

4. Restart Your Server

Restart your Half-Life server to load the plugin.

List of contents

Weapons

  • Half-life Opposing Force

    • M249: Squad Automatic Weapon
    • M40A1: Sniper Rifle
    • Spore Launcher
    • Shock Roach
    • Barnacle Grapple
    • Combat Knife
    • Displacer cannon (by Glaster)
  • Counter-Strike Online

    • Ethereal
    • TAR-21: Tavor Assault Rifle
    • Plasma Gun
    • Lightning Bazzi-1
    • CSO Crossbow
    • Chainsaw
    • Crow-7
    • Light saber
    • Cyclone
    • Double-barreled shotgun
    • Infinity single pistol
    • Python desperado
    • Janus 9
    • Ethereal
    • SVDEx
    • Paladin
    • Skull 11
    • Skull 4
    • Gilboa
    • Guitar
    • KSG-12
    • SPAS-12
    • M4a1-Buff
    • Thanatos-7
  • Half-Life 2

    • Overwatch_Standard_Issue_Pulse_Rifle(AR2)
  • The Specialists

    • USAS-12
    • UZI Akimbo
  • Unreal Tournament

    • Shock Rifle
    • Flak Cannon
  • Team Fortress Classic

    • Assault Cannon
    • Nailgun
  • Counter Strike 1.6

  • Gunman Chronicles

    • Shotgunman
  • Poke646

    • Xen Shooter
  • Day of Defeat

    • MG42
  • Sven Coop

    • Sven Coop Uzi
  • Others

    • MP5 Scope
    • AK-47: Avtomat Kalashnikova
    • Armor piercing rifle
    • Barrett sniper rifle
    • BFG
    • BlockAR
    • BlockAS
    • C4 Bomb
    • Camera
    • Chrone Cannon
    • Desert Eagle
    • Destroyer 50.cal
    • Double Deagle
    • Double Kriss
    • Flamethrower
    • FN Minipara
    • M1 Garand
    • M16A1
    • M4A1
    • M4A1 Scope
    • Medic Kit
    • Mossin Nagant
    • Photongun
    • Railgun
    • RG6 Buldog Grenade Launcher
    • RPG-7
    • Saiga
    • Satellite Cannon
    • Sciencists Launcher
    • Stealth Box

    Util

  • Utilitary plugins

    • Wpnmod spawn editor