[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 Sat May 04, 2024 12:44 pm

All times are UTC


Search found 103 matches
Search these results:

Author Message

 Forum: Questions / Need Assistance   Topic: Sound Scripts

 Post subject: Re: Sound Scripts
Posted: Fri Dec 19, 2008 10:02 pm 

Replies: 18
Views: 5247


There's a sound script editor included with the Battlefield MDT.

 Forum: Questions / Need Assistance   Topic: Towers in BFV make weird spawn points

Posted: Mon Dec 22, 2008 6:53 pm 

Replies: 8
Views: 3182


Is this for a server side mod, or a map you are making? If it's a map you are making, then there are other objects you could use that are actual static objects, not the destructible towers. It it's SSM, then I think you would remove the spawn points the same way as if the tower was in ObjectSpawns.c...

 Forum: Questions / Need Assistance   Topic: Towers in BFV make weird spawn points

Posted: Tue Dec 23, 2008 3:19 am 

Replies: 8
Views: 3182


Instead of using O_AirTower_USA1 (or whatever the destructible towers are), use something like o_uscontower01_m1, it looks just like the normal towers.

 Forum: Questions / Need Assistance   Topic: ObjectTemplate.addTemplate heavytankspawner

Posted: Tue Dec 30, 2008 1:31 am 

Replies: 5
Views: 3242


 Forum: Questions / Need Assistance   Topic: Faster vehicles destruction

Posted: Tue Dec 30, 2008 2:59 pm 

Replies: 3
Views: 2606


Well, if you want to use TimeToLive, I believe you would also have to use Distance and DamageWhenLost: ObjectTemplate.TimeToLive 1 ObjectTemplate.Distance 1 ObjectTemplate.DamageWhenLost 10 This says that if a vehicle is left unattended for 1 second after it has moved 1 meter away from its spawnpoin...

 Forum: Battlefield Vietnam   Topic: BFV- Towers

 Post subject: Re: BFV- Towers
Posted: Tue Dec 30, 2008 3:08 pm 

Replies: 10
Views: 8249


I've never used this code before but I can tell you that if you only put in XXX after .active, then it's definitely not going to work. You would need something like this: ObjectTemplate.active O_AirTower_US1 ObjectTemplate.setGroup 99 Just replace "O_AirTower_US1" with whichever tower you'...

 Forum: General Discussion   Topic: Free Installer

 Post subject: Re: Free Installer
Posted: Sun Jan 11, 2009 3:03 am 

Replies: 6
Views: 3673


Check this one out:

http://www.clickteam.com/eng/installcreator.php

 Forum: General Discussion   Topic: BFRM Auto Restart

 Post subject: Re: BFRM Auto Restart
Posted: Tue Jan 20, 2009 9:33 pm 

Replies: 16
Views: 6682


There's an Option button at the bottom of the BFSM window. Then there's a checkbox for Restart Server Automatically.
Sort by:  
Page 11 of 13 [ Search found 103 matches ]


All times are UTC


cron
Powered by phpBB® Forum Software © phpBB Group