Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

TheBigAndryundefined

TheBigAndry

@TheBigAndry
About
Posts
5
Topics
2
Shares
0
Groups
0
Followers
3
Following
3

Posts

Recent Best Controversial

  • How can I install bots on my server?
    TheBigAndryundefined TheBigAndry

    Resxt I tried adding the code you provided but it doesn't work. The condition should be 4 or more real players. But as soon as I enter the server alone I already don't see the bots, how can I change?

    MW3 Modding Support & Discussion

  • How can I install bots on my server?
    TheBigAndryundefined TheBigAndry

    "Simple script that changes the Bot Warfare bots_manage_fill dvar dynamically to avoid using resource for an empty server.
    Whenever a player connects or disconnects the script checks the amount of human players and the value of bots_manage_fill and sets it accordingly.
    If the first player joins, it sets the dvar to the value you configured for that specific server (set in InitServersDvar() with the server port).
    If the last player leaves it sets back the dvar to 0 so that no bots will be playing, saving some resources on that server."

    I modified as mentioned and it works, I see the number of bots I insert in level.manage_bots_fill["27017"] = "12";

    as soon as I enter I find a total of 12 players (including me and the bots).

    How can I insert logic that allows me to add bots based on the number of "humans" present on the server? my idea is to insert bots when there are few real players (like 4-5) and automatically eliminate them when other people connect. How can I do?

    MW3 Modding Support & Discussion

  • How can I install bots on my server?
    TheBigAndryundefined TheBigAndry

    Thank you! I understood that Manage_bots_fill.gsc
    checks the bot spawn conditions and that I can modify the InitServersDvar() function to have the desired result.

    So to install the script, I just need to copy all the contents of the iw5_bot_warfare-master folder and insert the various folders into: C:\Users\Andrea\AppData\Local\Plutonium\storage\iw5 ??

    Thanks!

    MW3 Modding Support & Discussion

  • How can I install bots on my server?
    TheBigAndryundefined TheBigAndry

    Do you know how I can put bots on my server, set their quantity and conditions? Like if there are at least 4 players all the bots are eliminated? Thanks in advance!

    MW3 Modding Support & Discussion

  • How to load gsc scripts for users by default?
    TheBigAndryundefined TheBigAndry

    I was starting to experiment with creating gsc scripts. Can you please tell me how to load a gsc script when the user enters the server? In short, I would like it to be loaded by default.

    MW3 Modding Support & Discussion
  • 1 / 1
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate