Posts by Props

    Props added a new version:

    Quote
    1. Updated to fix bug where 1st raid didn't really have extra spawn changes
    2. Before it did not fill in wave spots if it failed for some reason (not enough random bots to pick from.. etc).. now it does unless you do not have enough bots.
    3. Updated to grab all groups from all pattern files before making random selections.. that means more random choices per map. Before it grabbed per file per map and then incremented the timer which i think is not truly random.
    4. Allow multiple botzones or bosszones to be defined for a group.. just use commas inbetween the names like "ZoneFactory, Botzone, ZoneBridge". Just remember it still needs to match the map.

    Note: Also if you choose all as an option and specify a wrong botzone, it probably won't spawn. so if you use the all map option, just leave the botzone empty and SWAG will pick a random one for you in the map.

    Props added a new version:

    Quote
    1. switched to coroutine (should be smoother)
    2. added height to the F12 Bepinex Menu so you can set it up to land higher than the grappling point.
    3. You will still follow the original grappling route if you let go of the grappling hook.

    Let me know if there are areas you cannot grapple - i have to add exclusions manually so a screenshot and short explanation would be nice if you really need to be able to grapple there. Keep in mind that if you can't grapple for some reason, you are either clipping with an object or running into an object( e.g. what you are standing on so make your player jump and then grapple).

    Props added a new file:

    Props added a new version:

    Quote

    Rebuild for SPT 3.5.3

    no new features.. just rebuilt it just in case. people complaining shit wasn't working

    Props added a new version:

    Quote

    3.5.2 only

    1. Added CODMode Setting - COD Mode only does health regen and there options in the Bepinex F12 menu to set the HealRate (how fast it heals default is 8f) and how long to wait before it you last got hit before starting to heal. Instantly heals broken limbs and bleeding effects.
    2. Set fallsafeheight from 1.5 to 1.8 .. not sure if thats too much or too little for default falling damage.

    How to setup CODMode (ideally got to combine with other features, if you don't take less damage you would still die in like 2 bullets):



    image.png

    Props added a new version:

    Quote
    1. Updated Props In-Raid Modding to SPT 3.5.2
    2. It is now a client mod. That means more compatibility and no breaking Item Logic from spt devs (i think) or other mods.
    3. It is janky like all my code. If you cannot drag attachment onto weapon, double click weapon and drop the attachment onto the mod slot it belongs too. (theres still one method out there i have to find that probably verifies dropping on to weapon). You have no idea how long i have been searching just to get it to work to this point.
    4. I have only tested this on pmc and looting enemies, not as a scav player :)
    5. Also weapons seem to fire without their required parts since you can equip it . lol

    Props added a new version:

    Quote
    1. Updated Props In-Raid Modding to SPT 3.5.2
    2. It is now a client mod. That means more compatibility and no breaking Item Logic from spt devs (i think) or other mods.
    3. It is janky like all my code. If you cannot drag attachment onto weapon, double click weapon and drop the attachment onto the mod slot it belongs too. (theres still one method out there i have to find that probably verifies dropping on to weapon). You have no idea how long i have been searching just to get it to work to this point.
    4. I have only tested this on pmc and looting enemies, not as a scav player :)

    Props added a new version:

    Quote
    1. Build for 3.5.2 SPT-Aki
    2. Updated from RayCastSphere to RayCast (yes.. i'm a dumbass so no more ray width - this is more accurate)
    3. Take position from the enemy bots head instead of center mass.. fixes the janky way of using a Ray Sphere
    4. Added more exclusions for metal, wood (apparently this is what i needed the entire time).
    5. IsVisible (GoalMethod Disabled in F12) is the best option now instead of the hacky way of Setting the Goal Enemy to false. This means bots will only stop shooting but not stand around like an idiot.. your are still an enemy.

    If you have issues let me know, but this should finally fix everything (i think).

    Props added a new version:

    Quote
    1. Updated for 3.5.2 (should still work on 3.5.1)
    2. Added separate no fall damage option.

    Props added a new version:

    Quote
    1. Fixed an issue with the maps being read wrong if the value 'all' was used for mapName (it was working before dammit).
    2. Added additional safety checks in case no openzones were ever found.

    Props added a new version:

    Quote
    1. Updated for 3.5.1
    2. Added support to choose no spawn distances for each map.

    Props added a new version:

    Quote
    1. Added a pricemultiplier option so if you think its still too much money, you can knock it down.
    2. should have fixed the multiple issue with ammo as the price is already given for the lot (not each individual bullet).
    3. Updated for 3.5.1 price method.

    Hot out the oven.. not even tested. if its broken either tell Valens or leave a shitty meme in the comments.

    Props added a new version:

    Quote
    1. updated with more exclusion tags. I think i found the culprit in woods and that trees would be wrapped in 'cylinders' for low poly level of detail. Should work better now.
    2. Removed the types as i didn't want to cause any more conflicts with my shitty code.

    Props added a new version:

    Quote
    1. Fixed README for all openzones.
    2. Fixed openzones to grab from all spawn points in a location file.
    3. Fixed wavetimer for not resetting each new map. Fix the iterative time span logic as well.