View Single Post
Author Message
CookieCrumbler
Senior Member
Join Date: Feb 2013
Location: Australia
Old 03-28-2018 , 07:15   [Resources] Weaponmod v 1.2a CORE + Weapons / Addons / Tutorial for making new weapon
Reply With Quote #1

Resources for the last version of Weaponmod ( v1.2a ) by devconeS from space-headed.net before it went down.

This version ( v1.2a ) is not on alliedmods, only Weaponmod v1.0 Omega is.
This thread also includes weapons, addons and a tutorial on how to make your own weapons.

JUMP TO :
Weaponmod v1.2a Core and Installation Instructions
Weaponmod v1.2a Addons
Weaponmod v1.2a CVARS
Weaponmod v1.2a Weapons + User made Weapons
Weaponmod v1.2a Tutorial - Making your own weapons


Description :
WeaponMod is an AMX Mod X plugin which adds new weapons to any Goldsrc Engine Game, as long as it's supported ( see the list of supported games below ).
WeaponMod itself does nothing else than handling the installed and registered weapons, it even doesn't provide weapons to the players! Don't be shocked. WeaponMod has a system which allows developers adding various functions to WeaponMod by building external plugins called addons. By default, WeaponMod comes with 2 addons which are able to hand out weapons to players, the buysystem and the weapon giver.
In the original package, there are 3 weapons provided.

------------------------------------------------------
Credits ;
devconeS
Arkshine
Orangutanz
KCE
------------------------------------------------------





Weaponmod v1.2a Core and Installation Instructions

1.) You need to compile the .sma files locally, so first download either 1.8.2 stable or 1.8.3 dev branch and then open the folder where your amxmodx files are installed

Download and place the files below inside the respective folders as seen below.

Download: addons/amxmodx/scripting/weaponmod.sma
Download: addons/amxmodx/scripting/include/weaponmod.inc
Download: addons/amxmodx/scripting/include/weaponmod_const.inc
Download: addons/amxmodx/scripting/include/weaponmod_stocks.inc




2.) Secondly you need the Gameinfo plugin for the specific game you are using weaponmod on.

Download and place the files below inside the respective folders as seen below.

Download: addons/amxmodx/scripting/wpn_gameinfo_cs.sma << For Counter-Strike 1.6
Download: addons/amxmodx/scripting/wpn_gameinfo_cz.sma << For Counter-Strike : Condition Zero
Download: addons/amxmodx/scripting/wpn_gameinfo_hl.sma << For Half-Life 1
Download: addons/amxmodx/scripting/wpn_gameinfo_dod.sma << For Day of Defeat
Download: addons/amxmodx/scripting/wpn_gameinfo_tfc.sma << For Team Fortress Classic
Download: addons/amxmodx/scripting/wpn_gameinfo_op.sma << For Opposing Force


3.) Goto your scripting folder and drag weaponmod.sma and the specific Gameinfo .sma onto compile.exe.

You should now see a folder inside the scripting folder called "compiled" with two .amxx files inside.
Place these two files in the ; cstrike/addons/amxmodx/plugins/ folder on your server

Download the files below and place them on your server in the config folder ;

Download: cstrike/addons/amxmodx/configs/weaponmod/weaponmod.cfg
Download: cstrike/addons/amxmodx/configs/plugins-weaponmod.ini


Open addons/amxmodx/configs/weaponmod directory configure the cfg files to suit your needs
Open addons/amxmodx/configs/plugins-weaponmod.ini and do the following
Enable the gameinfo plugin matching your mod by remove " ; " at the start of the plugin name.

>> RESTART YOUR SERVER <<


All the above files compressed into a .ZIP
Attached Files
File Type: zip weaponmod_core_files.zip (48.1 KB, 808 views)
__________________
--------------------------------------------------
C is for cookie ... thats good enuff 4 me

Last edited by CookieCrumbler; 03-29-2018 at 04:20.
CookieCrumbler is offline