Single Player Map Releases

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

    #16
    Re: Single Player Map Releases

    Wow, more SP maps. But I wish DICE will release a better bot AI though

    Comment

    • Fee501st

      #17
      Re: El Alamein Single Player

      Originally posted by Mr.Burns[Ger]
      its compatible with the older version.
      you can play on servers with the older no single player version on it.
      Hey this is a great map, i love it. but i notice something, The bots will drive a vechial for a few minutes and then get out and die. something wrong with my copy or you noticed this?

      Comment

      • IVfluids

        #18
        Re: Single Player Map Releases

        maybe you scared them with your uber1337 skills? they saw you coming and were like 'oh n0ze the pwnage is h3re blarge!'

        jk

        Comment

        • imported_goya

          #19
          Re: Single Player Map Releases

          wow look great, too bad nobiody host these things, dice/ea should have community map pack is that part of an offical release that everyone hosts.

          Comment

          • AresOfWar

            #20
            Re: Single Player Map Releases

            Questions...

            Anyone know how to switch the number of bots on a map, without the adobe illustrator? Please help moi.

            Comment

            • Mr.Burns[Ger]

              #21
              Re: Single Player Map Releases

              Originally posted by AresOfWar
              Questions...

              Anyone know how to switch the number of bots on a map, without the adobe illustrator? Please help moi.
              adobe illustrator?
              just modify the aidefault.ai file where i explain in readme.

              Comment

              • Karmapolice

                #22
                Re: Single Player Map Releases

                Hamburger Hill is awesome. I like the Jungle Warfare.

                Comment

                • 1dsandtrap
                  Member
                  • May 2005
                  • 411

                  #23
                  Re: Single Player Map Releases

                  Hamburger Hill is an amazing map the only thing it needs is a huey or a little bird

                  Comment

                  • Napalmas

                    #24
                    Re: Single Player Map Releases

                    Nice work guys. This is how you get a custom map popular. Now servers will be running it, considering they're good maps. I'm still downloading.

                    Comment

                    • Lobo[FH]
                      Member
                      • Sep 2005
                      • 302

                      #25
                      Re: Single Player Map Releases

                      Originally posted by AresOfWar
                      Questions...

                      Anyone know how to switch the number of bots on a map, without the adobe illustrator? Please help moi.
                      aidefault.ai is not a illustrator file, just open it with Notepad

                      Comment

                      • N2K

                        #26
                        Re: Single Player Map Releases

                        more Hamburger Hill 2005 screens here http://www.bf2us.com/modules.php?nam...=viewtopic&t=2

                        Comment

                        • Rezjah

                          #27
                          Re: Single Player Map Releases

                          Great maps, its fun killing some bots in SP with custom maps

                          Comment

                          • =DNC=SYSEX73

                            #28
                            Re: Single Player Map Releases

                            Great work guys, Im playing them now.

                            Comment

                            • DeltaBoy

                              #29
                              Re: Single Player Map Releases

                              Originally posted by Mr.Burns[Ger]
                              adobe illustrator?
                              just modify the aidefault.ai file where i explain in readme.
                              What do i modify on aidefault.ai?

                              Comment

                              • Lobo[FH]
                                Member
                                • Sep 2005
                                • 302

                                #30
                                Re: Single Player Map Releases

                                Code:
                                echo *****************************************************************************************
                                echo AIDefault.ai ****************************************************************************
                                echo *****************************************************************************************
                                aiSettings.setNSides 2
                                aiSettings.setAutoSpawnBots 1
                                rem aiSettings.setMaxNBots 64
                                rem aiSettings.maxBotsIncludeHumans 1
                                rem aiSettings.setBotSkill 0.4
                                rem To spawn more than 15 bots in SP, use the following lines instead of the three lines above.
                                rem Note that this is totaly unsupported, it will affect your system's performance 
                                rem and may even crash your game. That being said, you will most likely be able to run a lot
                                rem more bots than 15 on your system. 
                                rem Example for 32 bot game with expert bots
                                aiSettings.overrideMenuSettings 1
                                aiSettings.setMaxNBots [COLOR=red]64[/COLOR]
                                aiSettings.maxBotsIncludeHumans 0
                                aiSettings.setBotSkill 0.4
                                run BotNames.ai
                                aiSettings.setInformationGridDimension 32
                                
                                run AIPathFinding.ai
                                rem EOF
                                Write the number you want

                                Comment

                                Working...