Battlefield Modding Tutorials BFMODS https://battlefieldmodding.com/ssm/phpBB3/ |
|
Serverside/Change one kit to another or not-enable to select https://battlefieldmodding.com/ssm/phpBB3/viewtopic.php?f=3&t=3308 |
Page 1 of 5 |
Author: | Millerion [ Sun Sep 23, 2007 9:12 pm ] |
Post subject: | Serverside/Change one kit to another or not-enable to select |
Hi everybody: i would like to make some changes in classic bf1942 on omaha_beach. this change is the next: i would like to change the scout kit like this : game.setTeamSkin 1 GermanSoldier game.setKit 1 0 German_Scout--->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_Scout--->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 or make this: if a player join into our server with omaha_beach,he can't select the sniper class,cause it is impossible(like granades in infantry mod). i have already tried this http://serversidemodding.com/tutorial.php?page=changekits.html but wasn't work for me:( and another change: i would like to put 2 sniper kits on each side in different places of omaha,so this will be a nice map,not like this: Allied 25 snipers and 5 assault. i know how to put kits into the battlefield,so this is not a problem:) pls help me boys. thx! |
Author: | cptvengeance [ Sun Sep 23, 2007 9:16 pm ] |
Post subject: | Re: Serverside/Change one kit to another or not-enable to select |
If i can remember correctly you cannot put kit into a slot it doesnt belong in. E.G. I want to put an AT into the Sniper spot, well, i cant because the AT has to go in the AT spot. Get what im sayin? Anyways you will probably have to disable the kit alltogether which i cannot remember how to do at this moment. I'll get back to you when i figure it out lol. |
Author: | Millerion [ Sun Sep 23, 2007 9:18 pm ] |
Post subject: | Re: Serverside/Change one kit to another or not-enable to select |
Author: | Millerion [ Sun Sep 23, 2007 9:21 pm ] |
Post subject: | Re: Serverside/Change one kit to another or not-enable to select |
i read again-again the pasted tutorial,and i have another question: where could i define E.G Us_AT2 kit (pistol,knife...) or the tutorial only shows it? but not exactly say it to define it.. |
Author: | cptvengeance [ Sun Sep 23, 2007 9:22 pm ] |
Post subject: | Re: Serverside/Change one kit to another or not-enable to select |
I think i got it, try taking out the snipers like this: game.setTeamSkin 1 GermanSoldier game.setKit 1 0 German_Scout 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_Scout game.setKit 2 1 Us_Assault game.setKit 2 2 Us_AT game.setKit 2 3 US_Medic game.setKit 2 4 US_Engineer change to: game.setTeamSkin 1 GermanSoldier game.setKit 1 0 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 game.setKit 2 1 Us_Assault game.setKit 2 2 Us_AT game.setKit 2 3 US_Medic game.setKit 2 4 US_Engineer I have no clue what this will do, but it might work. |
Author: | cptvengeance [ Sun Sep 23, 2007 9:23 pm ] |
Post subject: | Re: Serverside/Change one kit to another or not-enable to select |
Author: | Millerion [ Sun Sep 23, 2007 9:25 pm ] |
Post subject: | Re: Serverside/Change one kit to another or not-enable to select |
Author: | cptvengeance [ Sun Sep 23, 2007 9:28 pm ] |
Post subject: | Re: Serverside/Change one kit to another or not-enable to select |
Page 1 of 5 | All times are UTC |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |