[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4668: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4670: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4671: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4672: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
Battlefield Modding Tutorials BFMODS • Search

Battlefield Modding Tutorials BFMODS

Battlefield Modding Tutorials
It is currently Tue May 21, 2024 11:35 am

All times are UTC


Search found 325 matches
Search these results:

Author Message

 Forum: Questions / Need Assistance   Topic: Throwable RPG

Posted: Tue Apr 17, 2007 4:19 am 

Replies: 7
Views: 3141


I am guessing you want a grenade that explodes on impact, such as a grenade launcher without the launcher... This is a grenade projectile... ObjectTemplate.create Projectile GrenadeAlliesProjectile ObjectTemplate.networkableInfo ProjectileInfo ObjectTemplate.geometry GrenadeAllies ObjectTemplate.has...

 Forum: Reference Material   Topic: A list of all ObjectTemplate Properties

Posted: Fri Apr 20, 2007 4:26 am 

Replies: 14
Views: 31819


yes, that is the source of sources...pretty much the manual for modding for bf1942 and BFV...its been there ever since the game...

 Forum: Reference Material   Topic: A list of all ObjectTemplate Properties

Posted: Sat Apr 21, 2007 12:48 am 

Replies: 14
Views: 31819


yes, that is the source of sources...pretty much the manual for modding for bf1942 and BFV...its been there ever since the game... If its so important, why wasn't it posted..? lol, it took me awhile to find that...I'm just hoping I can save some folks the trouble. 8-) Lol... Usually every one start...

 Forum: Reference Material   Topic: A list of all ObjectTemplate Properties

Posted: Sat Apr 21, 2007 4:10 am 

Replies: 14
Views: 31819


SSM is like what...90% common sense... and the rest 10% is learning how the code is formated, what the file structure is, and few definitions (thanks to MDT)... The code is in layman English, its not saying some random gibberish compared to java... // Hello.java import java.io.*; import javax.servle...

 Forum: Battlefield 2142   Topic: Help Plz

 Post subject: Re: Help Plz
Posted: Mon Apr 30, 2007 4:03 pm 

Replies: 3
Views: 15736


I want to make a new 2142 mod but i dont know how to create a new mod. i tried copying the 2142 mod folder and renaming it well that didnt work. I want all the 2142 items to be in there but i want to be able to change them without changing the original game files. Can anyone help me? read the conte...

 Forum: Questions / Need Assistance   Topic: help with DC mortar people

Posted: Wed May 02, 2007 1:13 am 

Replies: 11
Views: 6211


ObjectTemplate.Active Mortar_weap ObjectTemplate.projectileTemplate fueldrumProjectile ObjectTemplate.projectilePosition 0/0/3 ObjectTemplate.Active FueldrumSpawner ObjectTemplate.setObjectTemplate 3 Humvee ObjectTemplate.team 3 ^^will spawn a Humvee when you throw a mortar..

 Forum: Questions / Need Assistance   Topic: help with DC mortar people

Posted: Thu May 03, 2007 2:02 am 

Replies: 11
Views: 6211


 Forum: Questions / Need Assistance   Topic: stryker question

Posted: Wed May 16, 2007 1:30 am 

Replies: 15
Views: 5075


search the object.rfa...in the DC folder.
Sort by:  
Page 39 of 41 [ Search found 325 matches ]


All times are UTC


Powered by phpBB® Forum Software © phpBB Group