Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. rem *** PRSP Ai v5 ***
  2.  
  3. echo **************************************************************************
  4. echo ********************PROJECT****REALITY****AI****LOADED********************
  5. echo **************************************************************************
  6.  
  7. aiSettings.setNSides 2
  8. aiSettings.setAutoSpawnBots 1
  9.  
  10. aiSettings.setMaxNBots 64
  11. aiSettings.maxBotsIncludeHumans 1
  12. aiSettings.setBotSkill 0.4
  13.  
  14. rem To override the amount of bots used in PRSP, use the following lines instead of the three lines above.
  15. rem This will render the ingame menu and serversettings.con bot settings not used, as the following lines
  16. rem of code overrides those settings.
  17. rem Just remove the "rem" in front of the lines to make it read by the game, then edit the numbers as needed.
  18.  
  19. aiSettings.overrideMenuSettings 1
  20. aiSettings.setMaxNBots 100
  21. aiSettings.maxBotsIncludeHumans 0
  22. aiSettings.setBotSkill 0.9
  23.  
  24. run botnames.ai
  25. aiSettings.setInformationGridDimension 48
  26. rem aiDebug.draw 1
  27. run aipathfinding.ai
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement