[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 • View topic - I know there's a lot of questions on this, but...

Battlefield Modding Tutorials BFMODS

Battlefield Modding Tutorials
It is currently Sat Apr 27, 2024 9:37 pm

All times are UTC




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 17 posts ]  Go to page 1, 2, 3  Next
Author Message
PostPosted: Sun Aug 31, 2008 12:18 am 
Offline

Joined: Thu Apr 24, 2008 3:16 am
Posts: 126
I want to make a vehicle (objectspawner/object/PCO/whateveryouwanttocallit) immobile.

I read up on this a lot but never found what I'm looking for. My goal is to make a vehicle (for example, the Willy) just like a Static Object. You can't get in it, you can't move it, you can't blow it up, it doesn't move. Basically it behaves like a tree. I thought this would be a cool idea in some maps, because you could put planes just randomly floating in the air, or something stupidly funny like that. :lol: However it's hard, because I wouldn't want all the Willy's in that map to be immobile, just the one I messed with.

If you can figure this out or if you find anything I didn't, please post it here. Thanks guys.


Top
 Profile Send private message E-mail  
 
PostPosted: Sun Aug 31, 2008 12:26 am 
Offline

Joined: Mon Oct 09, 2006 12:51 pm
Posts: 782
Client Side Mod

remove the ResponsePhysics and the MobilePhysics, and set the entry radius on all seats in the vehicle to 0, tada!

and and give it -1 hitpoints, should make it invincible


Top
 Profile Send private message E-mail  
 
PostPosted: Sun Aug 31, 2008 12:30 am 
Offline

Joined: Thu Apr 24, 2008 3:16 am
Posts: 126
Oh, it's not ServerSide? ='(


Top
 Profile Send private message E-mail  
 
PostPosted: Sun Aug 31, 2008 1:45 am 
Offline

Joined: Mon Aug 16, 2004 12:00 am
Posts: 2120
Well, can't you change its acceleration down to nothing? What if you set Torque and Differential to zero?


Top
 Profile  
 
PostPosted: Sun Aug 31, 2008 1:50 am 
Offline
User avatar

Joined: Sun Dec 31, 2006 12:13 am
Posts: 2027
i would make the engine have 0/0/0 for speed/accel (just incase), and active the willy's complex, active the template # of the entry, and make it 0/1000/0, so you can't get in it (You CAN get in vehicles even if the entry radius is 0 sometimes).

Or if you want them to be indestructable...and not let anyone get in them...just use a .holdObject, and put a box around them. :razz: I think the...rapport_box or whatever its called would be big enough. Clients won't see it, jeep shouldn't be damaged...you could always give it a supply depot that heals it immediately if splash damage effects it.

Just some ideas. :shock:


Top
 Profile Send private message E-mail  
 
PostPosted: Sun Aug 31, 2008 2:29 am 
Offline
User avatar

Joined: Sun Sep 16, 2007 2:33 pm
Posts: 1809
Location: Your moms house
Uhhhhm lock the vehicle? that works ss and you cant get in it


Top
 Profile Send private message E-mail  
 
PostPosted: Sun Aug 31, 2008 3:10 am 
Offline

Joined: Thu Apr 24, 2008 3:16 am
Posts: 126


Top
 Profile Send private message E-mail  
 
PostPosted: Sun Aug 31, 2008 3:49 am 
Offline
User avatar

Joined: Sun Sep 16, 2007 2:33 pm
Posts: 1809
Location: Your moms house
No but I know someone who does ill get back


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.  [ 17 posts ]  Go to page 1, 2, 3  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 253 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:
cron
Powered by phpBB® Forum Software © phpBB Group