mod

mod

Re: mod Posted by alvinsr on Wed Aug 17th 2011 at 10:19am
alvinsr
5 posts
Posted 2011-08-17 10:19am
alvinsr
member
5 posts 1 snarkmarks Registered: Jun 28th 2011
I want to create a mod LIKE HALFLIFE RPG! I want this:
I have a single map pack with 20 levels wich are big one map! Player walk throught the Big map and kill, collect, do missions, and on screen appears Player stats: health,exp,gold and other! I think there is needed a mysql and some scripting language, but how can i make this?
I can make the BIG level but how can i add stats, shop and other? Is there special file for this? And special fdg file for making maps!
The game will be like dragonfable or runescape etc.!
Re: mod Posted by omegaslayer on Fri Aug 19th 2011 at 12:59am
omegaslayer
2481 posts
Posted 2011-08-19 12:59am
2481 posts 595 snarkmarks Registered: Jan 16th 2004 Occupation: Sr. DevOPS Engineer Location: Seattle, WA
You will need to mod the HL1 engine to incorporate exp and currency. To do that you'll need to learn some programming (C++) to achieve the desired effects you wish and mod the engine, it can't be done in a map file alone. If you're up to the challenge you can check out the Valve Developer Wiki:

http://developer.valvesoftware.com/wiki/Main_Page

While mainly about the source engine, you can find some articles about the goldsrc engine.
Re: mod Posted by alvinsr on Mon Aug 22nd 2011 at 6:50am
alvinsr
5 posts
Posted 2011-08-22 6:50am
alvinsr
member
5 posts 1 snarkmarks Registered: Jun 28th 2011
Thanks! i'll be check out!