[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 - Serverside/Change one kit to another or not-enable to select

Battlefield Modding Tutorials BFMODS

Battlefield Modding Tutorials
It is currently Tue Jun 17, 2025 7:32 am

All times are UTC




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 35 posts ]  Go to page Previous  1, 2, 3, 4, 5  Next
Author Message
PostPosted: Thu Oct 04, 2007 8:00 am 
Offline

Joined: Fri Sep 21, 2007 6:59 pm
Posts: 61
Location: Hungary
i did this with init.con at Omaha_Beach_003rfa:

game.setTeamSkin 1 GermanSoldier
game.setKit 1 0 German_Assault
game.setKit 1 1 German_Assault
game.setKit 1 2 German_AT
game.setKit 1 3 German_Medic
game.setKit 1 4 German_Engineer

game.setTeamSkin 2 USSoldier
game.setKit 2 0 Us_Assault
game.setKit 2 1 Us_Assault
game.setKit 2 2 Us_AT
game.setKit 2 3 US_Medic
game.setKit 2 4 US_Engineer


so no sniper class,and i put this objects to spawn:
(OST)
rem -----------------------------------------
rem --- Mesterstuki ---
rem -----------------------------------------
ObjectTemplate.create ObjectSpawner Mesterstuki
ObjectTemplate.setObjectTemplate 2 US_Scout
ObjectTemplate.setObjectTemplate 1 German_Scout
ObjectTemplate.MinSpawnDelay 10
ObjectTemplate.MaxSpawnDelay 20
ObjectTemplate.SpawnDelayAtStart 0
ObjectTemplate.TimeToLive 45
ObjectTemplate.Distance 40
ObjectTemplate.DamageWhenLost 10
ObjectTemplate.maxNrOfObjectSpawned 1
ObjectTemplate.teamOnVehicle 0


and put this to Objectspawns.con

rem --- Mesterstuki ---
Object.create Mesterstuki
Object.absolutePosition 948.99/17.15/981.30
Object.rotation 0.00/0.00/0.00
Object.setOSId 1

rem --- Mesterstuki ---
Object.create Mesterstuki
Object.absolutePosition 1053.70/17.88/981.82
Object.rotation 0.00/0.00/0.00
Object.setOSId 1

rem --- Mesterstuki ---
Object.create Mesterstuki
Object.absolutePosition 1000.72/46.31/1225.76
Object.rotation 0.00/0.00/0.00
Object.setOSId 3

rem --- Mesterstuki ---
Object.create Mesterstuki
Object.absolutePosition 1006.94/47.20/1188.41
Object.rotation 0.00/0.00/0.00
Object.setOSId 3


and if i remake 003.rfa and copy it to serverside,when i try to conncet the game crashes,but don't know why:(

_________________


modding BF1942 not very difficult,but i have to learn more and more...

193.138.125.6:14567

Image


Top
 Profile Send private message E-mail  
 
PostPosted: Thu Oct 04, 2007 8:01 am 
Offline

Joined: Fri Sep 21, 2007 6:59 pm
Posts: 61
Location: Hungary
i only edit in CONQUEST for our public server.

_________________


modding BF1942 not very difficult,but i have to learn more and more...

193.138.125.6:14567

Image


Top
 Profile Send private message E-mail  
 
PostPosted: Thu Oct 04, 2007 8:40 am 
Offline

Joined: Thu Jun 15, 2006 9:36 am
Posts: 2015

_________________
In the beginning everybody was a SSM NooB.
BFV SSM on server 66.55.142.243
Server Homepage


Top
 Profile Send private message E-mail  
 
PostPosted: Thu Oct 04, 2007 9:12 am 
Offline

Joined: Fri Sep 21, 2007 6:59 pm
Posts: 61
Location: Hungary
no,this is not in the org list.i took out the tanks from omaha,so i will put a lighttankspawner in ,and for each team i will type the german scout and us scout to spawn as an object.i think this should work.
so bf1942 doesn't like to put a new objectspawntemplate to an old file like in omaha?

_________________


modding BF1942 not very difficult,but i have to learn more and more...

193.138.125.6:14567

Image


Top
 Profile Send private message E-mail  
 
PostPosted: Thu Oct 04, 2007 9:13 am 
Offline

Joined: Fri Sep 21, 2007 6:59 pm
Posts: 61
Location: Hungary
i will try soon.THX Urglub!

_________________


modding BF1942 not very difficult,but i have to learn more and more...

193.138.125.6:14567

Image


Top
 Profile Send private message E-mail  
 
PostPosted: Thu Oct 04, 2007 9:52 pm 
Offline
User avatar

Joined: Sun Dec 31, 2006 12:13 am
Posts: 2027
You absolutely CANNOT make your own names for spawners and have it work server-side!!

just use an unused spawner on the map. I know there are some. Or, just add a team 3 and 4 to a spawner, set 3 to the axis sniper kit and 4 to allied.


Top
 Profile Send private message E-mail  
 
PostPosted: Fri Oct 05, 2007 1:40 am 
Offline
User avatar

Joined: Sun Sep 16, 2007 2:33 pm
Posts: 1809
Location: Your moms house
i dident even think you could mess with the kits in bf1942 i know u can in dc dcf and all those but i do know u cant make the kits have different weapons in them like u can in the mods cuz in say dcf i go to object con kits us assault i can turn that m16 into a smaw butt keep the m203 and u cant do stuff like that in 1942..... :(


Top
 Profile Send private message E-mail  
 
PostPosted: Fri Oct 05, 2007 2:31 am 
Offline

Joined: Mon Aug 16, 2004 12:00 am
Posts: 2120


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 35 posts ]  Go to page Previous  1, 2, 3, 4, 5  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 30 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