You can try to use the -dev branch of VU. What exact version are you using and what gamemode are you playing on?
Can you create an issue on Github for that? That would help me a lot to fix this.
coolā¦ this is the version wich allows bots to fly jets, right? dev7ā¦ Iāll try it laterā¦ thx, dudeā¦
ā-dev branchā? sorry but I couldnāt understand, Iām using the latest version of VU and funbots and I play on conquest mod
You need to pull one of the development branches from the GitHub repository as this version hasnāt been released yetā¦
You can find them here:
Thanks a lot!
I also created a new RC:
Niceā¦ eh, how likely is that u guys can bring bots to āWake Islandā on Conquest mode? I noticed that they only work on TDM or SDM modes on that mapā¦
Ohā¦ now that ur askin about bugs and glitches we noticeā¦ I remember this: sometimes when u respawnā¦ guns are not visible, and alsoā¦ u cannot shootāemā¦ itās like the animation when ur character draws his gun didnāt finish soā¦ u have no gunā¦ only way to get rid of it so far is by dying and respawning againā¦
Hi, can anyone help me here, Iām trying to do a very simple thing, yet Iām struggling. Iād like to play like the only player in the server and 15 vs 16 bots, i.e. 16x16 in total. Iāve tried everything and every time the mod spawns 13 vs 16, is there an additional player slot in my team to disable, I canāt find anything, my vars.maxPlayers set to 1
vars.roundRestartPlayerCount -1
vars.roundStartPlayerCount -1
Any tips ? Thanks!
gotta tell yaā¦ I tried the same beforeā¦ but for some reason bots never get the same amountā¦ in my case, my teamās always 23 (22 bots and me) and the other team is 24ā¦ but wellā¦ one player less aint make such a difference so, I can live with thatā¦
Yeah, not that it is fatal, I spawn-fill my team with F12, but itās annoying I have to do it every match not knowing how to do something THAT basic.
wellā¦ thereās actually a way to do thatā¦ if u just wanna have the bots set and not using f12 menuā¦ if u know the folder of the bots modā¦ thereās a file named āConfig.luaāā¦ in there u can set the amount of bots that will show up at the beginning of every match, look in the āSPAWNā section of it for some parameters named āinit number of botsā, ānew bots per playerā and āfactor player team countāā¦ on first parameter you just put the number of bots u want per teamā¦, and on the other two parameters put the number ā1āā¦ that way there wonāt be more bots on one team than the otherā¦ just an advice: with that method, bots wonāt get any points on scoreboardā¦ if ur fine with that, go for itā¦
Solved it. Thanks, I did āfunbots.set.config FactorPlayerTeamCount 1ā from the procon and then funbots.saveall and that did the trick. Solves the scoreboard as well that way, thank you!
This thing is amazing but really needs better documentation.
Hello I just wanted to thank you for making this mod playable, the recent update fix my issue about round match which whenever the next round appear I left for no reason. I say before that the model and animation is delay but now its fine I only play 20/20 (including me) on 30 hz, but still whenever i set beyond 20 like 32/32 the issue appear. I hope in the next update the issue will fix
Thanks again man!
Yeahā¦ thatās a common issue when u use the same computer for both running a server and also playing in itā¦ an issue that will generate mostly rubberbanding and in some cases game crashesā¦ thatās why Joe and his dudes recommend to run 30hz servers in order to avoid that and being able to play in ur own serverā¦ notice that their official Fun Bots server only deploys 16 bots per teamā¦ I use 24 per team but have some rubberbanding from time to timeā¦
Nice, no problemā¦ in my case I gotta use always that Config file I mentionedā¦ for some reason Procon is unable to connect to my server, therefore I cannot tweak parameters in that appā¦
Hello! Thank you De_Joe-91 for the great FUN Bots Mod! You put all the best ideas into it. Please tell me how to increase the number of tickets? The default is 250, I want to make 1000+. The mod has drawbacks ā¦ I donāt like the behavior of bots, they need to be configured. You also need to customize the behavior of vehicle control. Bots run after each other, and cars crash into walls, Tanks shoot at walls nonstop ā¦ this is very bad (( Bots really lack smart behavior. You are already close to making the mod look like BF2 offline version)) The game has bad sound accompaniment ā¦ Sounds are audible only within a radius of 100m ā¦ Is this a game bug?
vars.gameModeCounter in procon or statup.txt can be used to modify the ticket-count.
I would also like to see better bots, but Iām already very limited by all directions. So feel free to join and code them better! But Iām working on a lot of things. The shooting on obstacles should improve soon, but the engine is really heavily limited atm and you have to find compromises in every situationā¦
Hey thereā¦ well, if I remember rightā¦ this command will help ya with thatā¦ āvars.gameModeCounterāā¦ by default u put the number 100 next to itā¦ think about it as a 100%ā¦ howeverā¦ if u want a longer or shorter match, u gotta change that numberā¦ i.e. 200 will make the match has double of the regular amount of ticketsā¦ and so on. You gotta put that command on ur āStartupā file, u knowā¦ the one on the server admin folderā¦
Thank you very much for your quick answers Iāve been testing the mod and in my opinion there are a few things missing in the game:
- Planes and helicopters shoot only at the player and fly past enemy vehiclesā¦ We need to turn them against everyone.
- There are few explosions in the game, you need more grenades and rockets)
- The medic revives only the player, you need to configure the medics to revive everyone.
- I donāt know if itās possible or not, but the game lacks the mark of the enemy and enemy equipment on the map from bots. I want bots to mark the enemy
- You need to configure the bots so that they get into the playerās vehicle and also repair it.
I also noticed one thingā¦ When starting the server at 30Hz, not all cards go well with a large number of bots. For example, Seine Crossing can withstand 50vs50 without lags, but Caspian Border, Operation Firestorm and other large maps begin to lag at 25vs25ā¦
Hi,
I can understand all you wishes very well, but the way fun-bots work does come with some drawbacks, since I can only do the thing that the engine offers and I am very limited in resources. Therefore letting the bots check in huge distances will have huge performance impacts. Iām working on an other system to make these things possible, but itās really hard and Iām not sure if it is possible with the interfaces provided to me.