View Full Version : First Post! Question about MEC weapons
Supremespeed
14th June 2005, 06:12
Anyone know if their is a mod to unlock the special weapon set for the MEC team? I only know the ones for the USMC
Anyone know if their is a mod to unlock the special weapon set for the MEC team? I only know the ones for the USMC
umm maybe if you told everyone what the mod is for USMC...then someone might be able to help you create one for MEC.
broca
14th June 2005, 10:35
umm maybe if you told everyone what the mod is for USMC...then someone might be able to help you create one for MEC.
"a mod to unlock the special weapon set " i think he did
_talon
14th June 2005, 11:17
i think that the teams get the same weapons for the unlockables anyhow so thats why...
rogeruk
14th June 2005, 13:35
For BF2 Forums
I had fun playing the demo so i decided to mess around with the code a little bit...and after a while i managed to get the unlockable weapons working in-game. Basically you just open Objects_server.zip, then go to classes, us, and open each classes text file. After that you change one of the
ObjectTemplate.addTemplate
lines after the first REM to a different weapon name (it has to be the correct unlockable weapon for that class and you have to know the name of the weapon that will be changed).
for example the medic class
after the first REM line you should see this
ObjectTemplate.addTemplate USPIS_92FS
ObjectTemplate.addTemplate USHGR_M67
ObjectTemplate.addTemplate medikit
ObjectTemplate.addTemplate defibrillator
ObjectTemplate.addTemplate kni_knife
ObjectTemplate.addTemplate UnlockUSMedic
ObjectTemplate.addTemplate usrif_m16a2
ObjectTemplate.addTemplate ParachuteLauncher
bolded is the weapon you have to change. scroll down the code until you come to this
ObjectTemplate.create ItemContainer UnlockUSMedic
ObjectTemplate.addTemplate usrif_sa80
ObjectTemplate.unlockLevel 1
now just delete the first bolded code and replace it with the second. Save the file to your desktop or wherever. Do this with every class making sure to save the files to the same places. When you are finished, drag all the text files into the same folder and it will replace them. Back up the files first or you wont be able to play online anymore unless the server you play on changes this same code(which none will).
scruie
14th June 2005, 20:16
rogeruk any chance u can post the original source of this info plz.
Objects_server.zip, then go to classes, us, and open each classes text file.
there isnnt a classes folder inside the Objects_server.zip.
Insayne
14th June 2005, 20:55
It's kits, not classes.
It's kits, not classes.
ok thanx man.
networkfreak
15th June 2005, 10:38
The MECS Team gets the same special Weapons as the USMC Team. There is no difference between them :cry: . I search for the way to unlock all weapons, im not at my PC, so i need to wait to come home, then iŽll tell ya ;)
scruie
15th June 2005, 16:45
rought found this link and posted it here: http://www.mpcforum.com/showthread.php?t=94684
if u read that link some and goto the other one posted it might help answer some of the questions regardin weapons.
networkfreak
15th June 2005, 18:02
Or you could just open up unlocks.py in Battlefield 2 Demo\python\stats and change
defaultUnlocks = [0, 0, 0, 0, 0, 0, 0]
to
defaultUnlocks = [1, 1, 1, 1, 1, 1, 1]
Edit that on a server and anyone can join and play, no mods required.
Reply With Quote
Unlock all Weapons without much work ;)
WildCardsClan
18th June 2005, 18:13
Yep, NetworkFreak's post is correct. The bold editing crap is to much of a hassle. I did that once and it didn't even work. This is very easy and works =)
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.