[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/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 • View topic - Water Slide

Battlefield Modding Tutorials BFMODS

Battlefield Modding Tutorials
It is currently Fri May 10, 2024 12:03 am

All times are UTC




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 7 posts ] 
Author Message
 Post subject: Water Slide
PostPosted: Sun Nov 18, 2007 9:32 pm 
Offline

Joined: Sat Sep 16, 2006 3:57 pm
Posts: 68
I'm trying to make soldiers slide with very little friction but changing the terrain friction to a small number doesn't work, neither does increasing soldier mass. This is client only.

ObjectTemplate.active GermanSoldier
ObjectTemplate.Mass 15000
rem ObjectTemplate.InertiaModifier 0.1/0.1/0.1
ObjectTemplate.SpeedMod 0


rem Rock (Omaha beach)
MaterialManager.material 12
MaterialManager.materialAttGroup 12
MaterialManager.materialDefGroup 12
MaterialManager.materialDamage 30
MaterialManager.materialFriction 0.0001
MaterialManager.materialElasticity 0
MaterialManager.materialResistance 0.01

rem *** Terrain ***

rem Default
MaterialManager.material 0
MaterialManager.materialAttGroup 0
MaterialManager.materialDefGroup 0
MaterialManager.materialDamage 30
MaterialManager.materialFriction 0.0001
MaterialManager.materialElasticity 0
MaterialManager.materialResistance 0.02


rem Juicy grass
MaterialManager.material 3
MaterialManager.materialAttGroup 3
MaterialManager.materialDefGroup 3
MaterialManager.materialDamage 30
MaterialManager.materialFriction 0.0001
MaterialManager.materialElasticity 0
MaterialManager.materialResistance 0.08


Top
 Profile Send private message E-mail  
 
 Post subject: Re: Water Slide
PostPosted: Sun Nov 18, 2007 11:37 pm 
Offline

Joined: Tue Jul 11, 2006 7:32 am
Posts: 357


Top
 Profile Send private message E-mail  
 
 Post subject: Re: Water Slide
PostPosted: Tue Nov 20, 2007 1:40 am 
Offline

Joined: Sat Sep 16, 2006 3:57 pm
Posts: 68
they remmed out the grip code in retail.


Top
 Profile Send private message E-mail  
 
 Post subject: Re: Water Slide
PostPosted: Tue Nov 20, 2007 2:17 am 
Offline

Joined: Thu Mar 15, 2007 2:22 pm
Posts: 1253
but does it still work?


Top
 Profile Send private message E-mail  
 
 Post subject: Re: Water Slide
PostPosted: Tue Nov 20, 2007 5:48 am 
Offline

Joined: Sat Sep 16, 2006 3:57 pm
Posts: 68
yes, he slides easier. I'll work on the right number.
drag removes wind resistance.


Top
 Profile Send private message E-mail  
 
 Post subject: Re: Water Slide
PostPosted: Tue Nov 20, 2007 7:13 am 
Offline

Joined: Tue Jul 11, 2006 7:32 am
Posts: 357


Top
 Profile Send private message E-mail  
 
 Post subject: Re: Water Slide
PostPosted: Tue Nov 20, 2007 8:42 am 
Offline
User avatar

Joined: Thu Oct 19, 2006 5:03 am
Posts: 1209
SS you can add floaters to troops to make them glide across water. Might work well with a jetpack.

_________________
Image

Image


Top
 Profile Send private message E-mail  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 7 posts ] 

All times are UTC


Who is online

Users browsing this forum: Bing [Bot] and 335 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group