new weapons?

new weapons?

Re: new weapons? Posted by Super Llama on Sat Feb 16th 2008 at 2:10am
Super Llama
19 posts
Posted 2008-02-16 2:10am
19 posts 12 snarkmarks Registered: Feb 9th 2008
Just answer this question for me: Is it possible to add new weapons that DO NOT BEHAVE LIKE OR REPLACE EXISTING WEAPONS? Besides with func_tank I mean.
Re: new weapons? Posted by Le Chief on Sat Feb 16th 2008 at 9:35am
Le Chief
2605 posts
Posted 2008-02-16 9:35am
Le Chief
member
2605 posts 937 snarkmarks Registered: Jul 28th 2006 Location: Sydney, Australia
Sure is.
Aaron's Stuff
Re: new weapons? Posted by thehalflifeman33 on Sun Feb 17th 2008 at 7:38pm
thehalflifeman33
127 posts
Posted 2008-02-17 7:38pm
thehalflifeman33
super banned
127 posts 13 snarkmarks Registered: Feb 4th 2008 Occupation: Battlefield Studios, Hl2Goldsrc. Location: Canada, BC
well, tell us, please. i need to add a new weapon to my mod aswell.
Re: new weapons? Posted by Cash Car Star on Sun Feb 17th 2008 at 8:44pm
Cash Car Star
1260 posts
Posted 2008-02-17 8:44pm
1260 posts 345 snarkmarks Registered: Apr 7th 2002 Occupation: post-student Location: Connecticut (sigh)
well, tell us, please. i need to add a new weapon to my mod aswell.
Seriously, you don't have a mod. Stop the frontin'
Re: new weapons? Posted by Le Chief on Mon Feb 18th 2008 at 3:54am
Le Chief
2605 posts
Posted 2008-02-18 3:54am
Le Chief
member
2605 posts 937 snarkmarks Registered: Jul 28th 2006 Location: Sydney, Australia
You have to code the weapons in, which is not easy for people who know nothing or next to nothing about c++ or the half-life source code. So I guess that excludes you thehalflifedude :razz: .

I guess if you really want custom weapons you should download a weapons mod for half-life and hope it comes with the source code or beg the author for the source code.

Anyway, you have a coder (or at least thats how you refer to him), he can code the weapons for you.
Aaron's Stuff
Re: new weapons? Posted by Super Llama on Sun Feb 24th 2008 at 11:35pm
Super Llama
19 posts
Posted 2008-02-24 11:35pm
19 posts 12 snarkmarks Registered: Feb 9th 2008
I am a master at VB, but C++ boggles my mind :razz:

I can't figure out how C++ DLL's can add new functions to HL... I need a simple coding tutorial!!! (looks for one...)
Re: new weapons? Posted by Le Chief on Mon Feb 25th 2008 at 3:38am
Le Chief
2605 posts
Posted 2008-02-25 3:38am
Le Chief
member
2605 posts 937 snarkmarks Registered: Jul 28th 2006 Location: Sydney, Australia
Here is a simple half-life tutorial.

The only knowledge assumed here is that you know how to compile the code to get a dll. If you don't, than I can explain it.
Aaron's Stuff