Page 1 of 1

My question, request

Posted: Sat Apr 26, 2014 6:45 pm
by Denny
So i would be grateful is someone could make a mod like this or something.

On the Apostoles of midway server somewhere in 2012 there was christmas mod, where including some other stuff you had modded pistols. Modded in that way that for example if i shot on the ground near my enemy, he would fly off in air 10 meters and die lol. Would someone of you guys know how to do that on berlin tdm? Making pistols only enabled weapon with this bullet effect.

I also have 1 question related to bots on multiplayer server, but this pistol thingy i would really like to implement on my server :D

Re: My question, request

Posted: Sat Apr 26, 2014 8:46 pm
by Vilespring
That should be pretty easy, but I have no idea how server side modding is done, but plenty of other people here do!

Re: My question, request

Posted: Sun Apr 27, 2014 12:47 pm
by freddy
Try something like

Code: Select all

ObjectTemplate.Active coltProjectile
ObjectTemplate.material 214
ObjectTemplate.material2 200
ObjectTemplate.radius 10
ObjectTemplate.ForceOnExplosion 500

Code: Select all

ObjectTemplate.Active GermanSoldier
ObjectTemplate.explosionForceMod 500
ObjectTemplate.explosionForceMax 500

Re: My question, request

Posted: Sun Apr 27, 2014 1:43 pm
by Denny
Thank you freddy, although i dont know what to do with this code(total noob with this), i will ask my friend who created server if he knows where to put this code :mrgreen:

Re: My question, request

Posted: Sun Apr 27, 2014 7:39 pm
by Diamondback
You can put it in the Init.con file of your map (which you can find in the maps root folder when extracted) or the ObjectSpawnTemplates.con file, located in each game more's respective folder. These CON files can be opened with Wordpad/Textpad.