Digital Paint Discussion Board

Development => Mapping => Topic started by: abnormal on May 22, 2011, 06:22:44 AM

Title: Adding a gun [Q2jumpmod]
Post by: abnormal on May 22, 2011, 06:22:44 AM
Hey guys,
Do you know how to add a gun (I mean the finish) to a .bsp map?
Thanks, Ab.
Title: Re: Adding a gun [Q2jumpmod]
Post by: ViciouZ on May 22, 2011, 08:12:15 AM
Make an entity then change the classname key to weapon_railgun or weapon_bfg or whatever. Look up the classnames on RUST or some other Q2 mapping site.

edit: Oh, a compiled .bsp? Can do this a variety of ways such as decompiling and placing an entity in BSP, then recompile the new map to bsp, then open it in notepad, scroll to the end, and copy all of the plain texty stuff out and into a file which you call mapname.ent and then put it in your pball/maps/ents folder :)
Title: Re: Adding a gun [Q2jumpmod]
Post by: rockitude on May 22, 2011, 10:32:43 AM
.
Title: Re: Adding a gun [Q2jumpmod]
Post by: abnormal on May 22, 2011, 02:23:22 PM
Thanks Spainy, I'll try that out ;)