[RELEASE] ScoringBonuses - Server Side Mod

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SHA-DK

    #1

    [RELEASE] ScoringBonuses - Server Side Mod

    LOL OWNED :)
  • CXZAR

    #2
    LOL OWNED :)

    Comment

    • SHookPR

      #3
      LOL OWNED :)

      Comment

      • FL-

        #4
        LOL OWNED :)

        Comment

        • FL-

          #5
          LOL OWNED :)

          Comment

          • CXZAR

            #6
            LOL OWNED :)

            Comment

            • SHA-DK

              #7
              This mod and SP + other mods

              The mod works in SP mode + with most other mods out there since it dosn't change anything from the actual game, it only adds stuff (bonuses).

              In that sence i guess it more a server admin tool/module rather than a mod !
              (hence the installation in the <bf2>/admin/standard_admin directory)

              If you only want it to work with your own mod and not on everything installed on the server, you install it into your <bf2>/mods/bf2_Mod_Name/python/game directory instead. Then you alter the __init__.py there as described above in the first post.

              Removal of the commander

              I do understand why you want a removal of the commander.

              Artilery every 30 sec or so can be very anoying, especialy if your hole team is stuck with only one base :hmm:
              But does the same thing not count with near undestructable aircraft droping bombs at the very same base every 15 sec :evil: , or the a constant rain of bullets over the base from a distent blackhawk ?
              You try to put a stinger up their a... but the only way you are ever gona make it hit is if the plane/helicopter stops in mid air for a cigaret for 10-20 sec. But it the pilot drops the cigaret out the window, you can be sure that 100% of your stingers will chase it

              This game has a lot of flaws ... true ... but why not correct these instead of removing these posible gameplay upgrades. (posible because some people like them but they realy needs fixing)

              Supose the artilery and the map scan had a lot longer reload time, supose the anti air actualy could kill aircraft and helicopters and the anti tank could kill tanks and what if the aircraft could be forced to land in order to rearm ?
              Not to forget if we could be allowed to unlock all weapons server side !

              Get the above into a mod and you will have a lot better game without removing gameplay ... my opinion at least

              Comment

              • SHookPR

                #8
                search for one of my threads i have been asking how to disable commander mode and it got answered....wait i will search it for you

                Comment

                • SHookPR

                  #9
                  Originally posted by SHookPR
                  search for one of my threads i have been asking how to disable commander mode and it got answered....wait i will search it for you
                  really sorry...must have been a thread from anybody else, i can`t find that question by me here on the forum....but maybe its that


                  def init():
                  # events hook
                  host.registerGameStatusHandler(onGameStatusChanged )
                  if host.sgl_getIsAIGame() == 1:
                  host.sh_setEnableCommander(0)
                  else:
                  host.sh_setEnableCommander(0)



                  C:\Programme\EA GAMES\Battlefield 2\mods\bf2\python\game\gamemodes

                  gpm_cq

                  Comment

                  • SHA-DK

                    #10
                    ScoringBonuses becomes ThreadAndWorth

                    I have been updating ... welll actualy rewriting the hole bonus system :)

                    The result is a new script ThreadAndWorth.py

                    The script plus additional info can be found here http://forums.totalbf2.com/showthrea...132#post242132

                    Comment

                    Working...