Posts by pitAlex

    pitAlex added a new version:

    Quote
    • Fixed having teammate kills count as kills for Knight quests when spawning in a map of a Knight quest with followers
    • Fixed friends list not refreshing after renaming or deleting a friend to correctly display the changes (you still need to have the friends list window closed in order for it to reflect)
    • Fixed an error that happened when adding a new member for some people
    • When turning /recruit on pickups will now be set to 1 if they are 0 (which is default)
    • When turning /restrictions on recruitment will be turned on automatically

    pitAlex added a new version:

    Quote
    • Fixed Goons not spawning with the player
    • Fixed map transit not spawning followers on the next map
    • Fixed friend request keep coming back when recruiting is on and player is not accepting a friend request (until you do server restart)

    first set /pickups to at least 1, then set /recruit on. Now, you can ask the bots you find to follow you (if they are of the same faction). If you extract successfully with them, based on their level compared to yours, you will get a friend request from them.

    pitAlex added a new version:

    Quote
    • Upgraded to SPT 3.11
    • Fixed case where followers would start going way off during combat (Support and Default tactics)
    • Fixed case where followers would turn and look behind while moving towards the enemy
    • Fixed case where player shoots a friendly, then marks him as enemy (through 'contact' command), but followers do not attack
    • Fixed case where the Goons, as followers, would not attack the same side bots as the player unless they were attacked first
    • improvements on the reactions of the followers
    • improved close combat behavior of followers
    • Changed how Goon's health is set to allow BackEnd to control the base value of each body part before applying modifiers
    • Followers equipped with a shotgun as a secondary weapon can now switch to it for close combat scenarios
    • Killing any member of the Goon will turn all Rogues hostile for the duration of the raid
    • "Default" equipment will no longer change when starting a raid. Instead, if staticdefault is not turned on for the bot, the equipment will change every time you re-select "Default" from the equipment dropdown.
    • The 0.16 feature regarding underbarrel grenade launchers is also available to the followers, most noticeable during suppression fire

    pitAlex added a new version:

    Quote

    Fixed shuttering issue in Factory

    Made map transit work with spawned followers

    Added patch for dealing with Despawn of followers in Donuts - tested in a number of raids, along with FIKA and without. With prefetch on and off. It seems to work fine now.

    Yea. Preventing equipment generation for the bot. Previous versions did not rely on the server side like this one is. I am moving as much as I can to the server side to reduce conflicts with all the other bots mod. Here I am simply calling "generate" bot and the fact that it is throwing an error would be an issue with how that mod is made.

    You can do this: disable that mod, add your followers, and set their equipment to other than "Default". Then you can put it back as their equipment will be saved and that mod will not longer be able to conflict.

    Did you by any change do this,console.error ? It is just console.error.
    But maybe the SPT is overwritting the global console, try console.log if so.

    Hmm, you can go to mods/friendlyPMC/SquadChat.ts and find "An error occurred while processing your command" and you will see that right above it there is this.logUtil.error(e). Change that to console.error(e) and then restart the server and try again to see if now the error will show up in the server console.

    There should be an error right above that message. It could be the nickname you are trying, you should use Latin characters only.

    pitAlex added a new version:

    Quote
    • Revamped the setup for spawning with followers, check the updated description for more details
    • Rogues (including the Goons) will now be hostile toward the player when the player has a quest that requires killing them. For example "Stray Dogs" will make them hostile.
    • Knight trader can now be disabled. This will disable everything related to the Goons. See Gameplay Guide for more details
    • Improved performance of cover search during combat

    pitAlex added a new version:

    Quote
    • kills made by followers you spawned with (except Goons) will now count for any kill-based quests (quest conditions will be applied to their kills)
    • marksman can now switch to the secondary weapon when in close combat - you are responsible for what weapons he has, take note!
    • increased the distance the bot will go when using the "there gesture" command to 50 meters
    • fixed suppression command not using grenade launcher in some cases
    • code was refactored on cover and tactics logic to rely more on the in-game cover system for a more stable build (note: this can make your followers spread out more)
    • attempt to fix the run duck bug when transitioning from combat to follow
    • resolved some conflicts with the QuestingBots mod
    • ping squad now also displays the bot's distance from the player

    pitAlex added a new version:

    Quote
    • fixed issue with Knight trader not increasing when running with BirdEye or BigPipe
    • fixed spawned followers not having secured container so extra ammo could not be added to them
    • fixed the "enemy spotted" command not registering the enemy the player saw even if the bot didn't also see it
    • updated follower to not throw grenades when the enemy is out of throwing range
    • health multiplier now also affects the Goons' health
    • added option to increase the display time of the ping team (some key binds will need to be re-assigned)

    No errors in that log. So i can't tell where the conflict is. I have MOAR, more checkmarks, dynamic maps, looting bots, endurance (that is besides what this mod is dependent of) so at at least I can tell you those do not cause problems.
    You seem to have a lot of weapon mods - those could cause problems with bot spawning if bots get the weapons and they are not actually made to be used by bots.

    "Performance Improvements" < this mod I see problematic in what it touches for bots. Try without that. This for the spawm issue

    There is a new setting at the bottom of the config called "prefetch data". Maybe you turned that off, that will result in a spawn delay. And that is not an error, it is normal. With who do you have problems? With the Goons or regular followers?