[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 - Vehicle Health Increase??
Battlefield Modding Tutorials BFMODS
https://battlefieldmodding.com/ssm/phpBB3/

Vehicle Health Increase??
https://battlefieldmodding.com/ssm/phpBB3/viewtopic.php?f=3&t=4188
Page 1 of 3

Author:  nohalfmeasures [ Wed Jul 16, 2008 7:22 pm ]
Post subject:  Vehicle Health Increase??

Ok, I have Turbo Jeeps (willy and Kubelwagen) this all works fine server side but then when i try modding health it disconnect who ever spawns or moves the death cam, so obiusly ive reverted this back so it works again.

My Main Question Is:


Is There Any Way To Increase The Kubelwagen and Willy's Health, Or Stop It From Taking Damage When Falling To The Ground Or Colliding With Things?, That Does Not Stop People Connecting To My Server.

View Page 2

Author:  Iced Earth [ Wed Jul 16, 2008 7:26 pm ]
Post subject:  Re: Vehicle Health Increase??

ObjectTemplate.Active Willy
ObjectTemplate.SpeedMod 0

ObjectTemplate.Active Kubelwagen
ObjectTemplate.SpeedMod 0

Author:  nohalfmeasures [ Wed Jul 16, 2008 8:00 pm ]
Post subject:  Re: Vehicle Health Increase??


Author:  Iced Earth [ Wed Jul 16, 2008 8:10 pm ]
Post subject:  Re: Vehicle Health Increase??

Where have you been editing your code?

The 'normal' place to put this is at the end of your maps game type ObjectSpawnTemplates.con, in your patch file.

Author:  nohalfmeasures [ Wed Jul 16, 2008 8:26 pm ]
Post subject:  Re: Vehicle Health Increase??


Author:  Iced Earth [ Wed Jul 16, 2008 8:32 pm ]
Post subject:  Re: Vehicle Health Increase??

Uhhh don't do that...that will most certainly crash the client. You can't change the hit points server side.

You need to set up a testing environment on your computer, so you don't have to put the files on your server to see if they'll work or not.

Copy your 1942 directory.
Make a folder somewhere else (C:\BF1942 2 for example) and paste the WHOLE directory there.
Put your modded files in the copied 1942 folder.
Run the dedicated server tool in the copied 1942 folder, select local game.
Run your REGULAR 1942, go to multiplayer, local, and join the game that way.

*** MAKE SURE NO MODDED FILES ARE IN YOUR REGULAR 1942 DIRECTORY!! ***

If you crash, the client will crash. If you load, the client will load.

Author:  nohalfmeasures [ Wed Jul 16, 2008 8:44 pm ]
Post subject:  Re: Vehicle Health Increase??

well i use my laptop to test the server and i have 2 backup copies 1 of original bf1942 files and one of the files that work server side =D

Author:  Doom27 [ Thu Jul 17, 2008 1:43 am ]
Post subject:  Re: Vehicle Health Increase??

SpeedMod 0

hitpoints dont work serverside

oh, wait...wake already said that.

Page 1 of 3 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/