Announcement

Collapse
No announcement yet.

How damage and bullet penetration works

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

  • #31
    Re: How damage and bullet penetration works

    I would like to know how to disable the AI also.

    And is there any way to make the single player version of the game use the 64 person maps without it actually loading 63 bots?

    Thanks,
    DardenTX

    Comment


    • #32
      Re: How damage and bullet penetration works

      This need to be a sticky!!

      Comment


      • #33
        Re: How damage and bullet penetration works

        Here's how to disable AI in SP. I'm not the one who originally found it out, so credit to "dhasegaw" for finding it out.

        Go to ./Battlefield 2/mods/bf2/AI/ and open AIBehaviours.ai with notepad. Make a backup and change

        aiSettings.setBehaviour 0 Avoid
        aiSettings.setBehaviour 1 MoveTo
        aiSettings.setBehaviour 2 Idle
        aiSettings.setBehaviour 3 Fire
        aiSettings.setBehaviour 4 TakeCover
        aiSettings.setBehaviour 5 Change
        aiSettings.setBehaviour 6 Special
        aiSettings.setBehaviour 7 Revive
        aiSettings.setBehaviour 8 c4
        aiSettings.setBehaviour 9 Special2
        aiSettings.setBehaviour 10 Special3

        into this:

        aiSettings.setBehaviour 0 Idle
        aiSettings.setBehaviour 1 Idle
        aiSettings.setBehaviour 2 Idle
        aiSettings.setBehaviour 3 Idle
        aiSettings.setBehaviour 4 Idle
        aiSettings.setBehaviour 5 Idle
        aiSettings.setBehaviour 6 Idle
        aiSettings.setBehaviour 7 Idle
        aiSettings.setBehaviour 8 Idle
        aiSettings.setBehaviour 9 Idle
        aiSettings.setBehaviour 10 Idle

        Then the bots don't move or shoot. They spawn in clumps and just look around.

        Comment


        • #34
          Re: How damage and bullet penetration works

          Very cool. Does this include the bots on your side as well? I could figure out a lot of stuff I'm curious about if I could run around the map all by myself w/a bunch of target dummies standing around....

          Comment

          Working...
          X