change to current mods

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

    #1

    change to current mods

    Hi! I was wondering how I can change the number of players from 16 to 32 on the maps? I have tried a few things but they dont seem to work.
    I also was wondering about the spawn time and if it can be lowered? I only play single player. Any help would be appreciated!!

    Thanks!

    Shawn
  • FFOLKES

    #2
    Re: change to current mods

    If you want to increase the # of bots in your Single-Player game then edit the aidefault.ai file found in the AI folder of your mod:

    BEFORE:
    aiSettings.setMaxNBots 64
    aiSettings.maxBotsIncludeHumans 1
    aiSettings.setBotSkill 0.4

    AFTER:
    aiSettings.overrideMenuSettings 1
    aiSettings.setMaxNBots 32 <--- change to whatever your computer can handle
    aiSettings.maxBotsIncludeHumans 0
    aiSettings.setBotSkill 0.4


    If you want to change your spawn time then edit the ServerSettings.con file found:

    C:\Documents and Settings\FFOLKES\My Documents\Battlefield 2\Profiles\Default

    BEFORE:
    sv.spawnTime 15
    sv.manDownTime 15


    AFTER:
    sv.spawnTime 5 <--- change to whatever you want
    sv.manDownTime 5 <--- make it the same as above

    Then make the ServerSettings.con file read-only



    Comment

    Working...