LanParty..UNLOCK ALL WEAPONS

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • smoov1

    #1

    LanParty..UNLOCK ALL WEAPONS

    Hello,

    I am hosting a LAN party and at the last one no one could use their unlocks.

    There will be NO internet connection so the global unlock thing wont work.

    I want to know if there is a way to set up the dedicated server to give everyone all the unlocks.

    It was really dissapointing people last time when they could not use their un-lockable weapons.

    Any help with this matter will be greatly appreciated.

    www.fusionlanparty.com
  • Krypp596

    #2
    Re: LanParty..UNLOCK ALL WEAPONS

    i think there is a sticky abut it...
    try searching...

    Comment

    • smoov1

      #3
      Re: LanParty..UNLOCK ALL WEAPONS

      actually there is no sticky addressing this problem...but f someone fixes this Im sure it would make a great sticky..

      Comment

      • Krypp596

        #4
        Re: LanParty..UNLOCK ALL WEAPONS

        Go to Your bf2 install folder: Battlefied 2/mods/bf2/ Then extract objects_server.zip to an ampty folder (remember to make a bacup)
        After extracting, open the extracted folder: server_objects/kits
        you you should just care about these three folders:

        CH (china)
        MEC (mec)
        US (usmc)

        Start with feks. ch
        open the ch folder, now you can see come .con files.

        open these in notepad:

        CH_engineer.con
        CH_specops.con
        CH_AT.con
        CH_assult.con
        CH_support.con
        CH_sniper.con
        CH_medic.con

        Then go to the bottom of the document, where you can see a line that says:
        ObjectTemplate.unlockLevel 1
        Change this to:
        ObjectTemplate.unlockLevel 0

        Do this to all the .con files in the ch, us and mec folder...

        When thats done, extract it into the zip file again, and replace it with the old one...
        NB!!! MAKE BACKUP!!! NB!!!


        I'm not good at making guides, but i hope this was helpful to you and others...

        Comment

        • smoov1

          #5
          Re: LanParty..UNLOCK ALL WEAPONS

          i tried exactly what you wrote...it didn't work...everyone who coneected to the server still had no unlocks.

          Comment

          • Tk-421

            #6
            Re: LanParty..UNLOCK ALL WEAPONS

            smoov1,

            Here is small perl script you can use to unlock all weapons. The lan server must be running a web server. You're basically pretending to be bf2web.gamespy.com. This code is mofino's, not mine. I do,however, run this code on my server so I know it works.


            Code:
            #!/usr/bin/perl
            
            my @ids=qw/11 22 33 44 55 66 77/;
            
            sub main();
            sub main() {
              my $time=time;
            
              print "Content-type: text/plain\n\n";
              print "O\n";
              print "H\tpid\tnick\tasof\n";
              print "D\t12345678\tUNLOCKED\t$time\n";
              print "H\tenlisted\tofficer\n";
              print "D\t0\t0\n";
              print "H\tid\tstate\n";
              for (@ids) {
                print "D\t$_\ts\n";
              }
              print "\$\t103\t\$\n";
            }
            
            main();

            Complete instruction can be found in this thread.

            Comment

            • Fisch.666

              #7
              Re: LanParty..UNLOCK ALL WEAPONS

              Hi!

              @Sir. Krypp596

              Thanks for this hint. I will try this on my linux lan server, maybe it works.

              @Tk-421

              This script doesn't work on a lan server because it seems that a lan server doesn't try to get the unlock status of the players from this site/script.

              Comment

              • Krypp596

                #8
                Re: LanParty..UNLOCK ALL WEAPONS

                im not sure if it works on the new patch, bu try it out...

                Comment

                • Fisch.666

                  #9
                  Re: LanParty..UNLOCK ALL WEAPONS

                  Hi!

                  No, it doesn't work like smoov1 said. :-(

                  Comment

                  • smoov1

                    #10
                    Re: LanParty..UNLOCK ALL WEAPONS

                    Hey that code thing sounds really neat, but after reading the attached forum link it basically says I need to have an internet connection for it to work.

                    Well anyway I called EA with my problem. BTW..EA sucks monkey nuts To make a long story short..they pretty much told me it cant, and wont happen and they didnt care how people felt at my LAN party as BF2 was not designed for LANplay. I told em to have someone of a higher persuation call me back ..they did..they didnt even have enough balls to talk to me they left me an answering machine message that stated that the game was just designed like that..blah..blah..blah.

                    Screw EA

                    If somebodies got any other ideas please help me defeat the corporate losers at EA.

                    If i dont get this squared away I am going to have lot of dissapointed people at my LAN on november 5th. :cry:

                    Thanks Again

                    SmOov

                    www.fusionlanparty.com

                    Comment

                    Working...