#🔧modding-chat

1 messages ¡ Page 107 of 1

stable swallow
#

Which Mod Adds more room for player to join?

hallow atlas
#

holy fucking shit, im about to lose my fucking mind

#

its a complete nightmare trying to serialize this

#

it works for me

austere lantern
#

whats a slot mod that works up to date?

jagged nimbus
#

mods what are some good gun mods

floral adder
void mortar
#

I dunno, cosmetic works just fine, pay day 3 gloves for sure

visual frost
#

Is there any mod to fix this?

frigid loom
#

yo rq

#

anyone got a L119A2 mod that actually works?

carmine vine
#

is there a mod that gives swat ai no mercy? the only one ive found for it isnt updated

keen topaz
#

modded maps are takin a while to be updated :/

granite raven
#

does anyone know if there's a mod that adds helmet cams or bodycams to replays.?

hard quest
#

Is there a Tutorial on how to change Textures of the SWAT Clothing with Free Programs if possible?

quiet bane
#

anyone know any mods to fix the greased palms? everytime there is a suspect who is bugged and cannot be forced to his knees

severe shell
worthy forum
#

can someone help me out, i think i installed a few mods wrong but idk what i did wrong at all

#

its just not showing up in game what so ever

severe shell
#

Where did you put the files you downloaded?

#

@worthy forum

worthy forum
#

well i didnt put files into paks

severe shell
severe shell
#

It seems to be put in correctly

#

Did you maybe accidentally use the steam option to start without mods?

severe shell
#

Use that one

worthy forum
severe shell
#

👍

worthy forum
severe shell
# worthy forum

Did you check if all of your mods are up to date since the recent update?

worthy forum
#

no

plucky drum
worthy forum
#

rip

severe shell
#

the bottom 2 are definetly outdated

plucky drum
#

3

severe shell
#

Aswell as the gunfighter belt

severe shell
worthy forum
#

i wanna look cool so the bottom one is the US marshals

#

and they look pretty cag

severe shell
#

Just search if the mod got updated or not or search for other cosmetic mods, I took the Diplomatic Security Service Mod looks great aswell

#

If you want I can send you the DSS Mod

worthy forum
worthy forum
severe shell
#

Could someone send me the "SWATJudge" folder for the voicelines like the vanilla one since I accidentally deleted mine

austere lantern
#

what "more slots" mod works with new update?

bronze peak
#

just look for those that have been updated after march 12

drowsy glade
patent epoch
#

hey guys, I wanted to edit a gasmask mod I found, so that instead of replacing the default gasmask it'll replace the boiling point respirator, how can I do that?

austere lantern
#

best AI mod with more enemies?

plucky drum
hallow atlas
#

stupid question but will i really need unreal engine in order to mod things into the game

#

as embarrassing as this sounds i dont have enough storage to use unreal engine

#

nvm

hidden current
#

Is the IA mods all broken now? I went from 30+ bad guys at the gas station to 5 🙄

next sail
#

does anyone know if there's a mod that allows a player to play as a suspect?

#

or any mods that does something similar where it allows player input to control a suspect? been trying a few ways but have found no luck so far. quick summary:

what we've tried so far:
- direct possess() on cyberneticssuspect_v2_c — crashes
- braincomponent:stoplogic() — braincomponent is nil (utility ai, not behavior trees)
- team id struct writes — ue4ss can't write fgenericteanid meaningfully
- "shadow pawn" approach — hide the player pawn, read its position delta, apply to puppet. works partially but two pawns collide,
shadow gets killed by ai, tons of edge cases
- unpossessing the ai controller works to stop the suspect from firing/moving

what works:
- setviewtargetwithlend to transfer camera to suspect pawn
- k2_setactorlocation to teleport the puppet
- ai controller unpossess stops all ai behavior

what we're stuck on:
- reading player keyboard input from ue4ss lua (wasd). getinputaxisvalue, isinputkeydown, input.iskeydown — none seem to work
reliably. does anyone know the correct api?
- is there a way to hook the input pipeline? like hooking addmovementinput on the player character?
- does registerkeybird support held keys or just press/release?
- any other approach to control a pawn you don't possess?

any pointers appreciated, especially from anyone who's done custom movement or pawn manipulation from ue4ss lua. thanks
worthy forum
#

anyone know any good gun mods that actually work

drowsy glade
#

check the updated tab on nexus

worthy forum
#

im kinda new to nexus

worthy forum
#

you got recommendations?

drowsy glade
drowsy glade
#

XK as well

worthy forum
drowsy glade
#

anything after march is good

dusty igloo
#

is there a noclip mod?
im trying to get cool shots on houses

vagrant seal
drowsy glade
dusty igloo
drowsy glade
dusty igloo
#

i cant quite climb there

#

closest i got was the roof of the spider mission

#

but the railing thing is too thick and looks wierd

vagrant seal
# drowsy glade tried this but it never worked

Works in the current update for me so Idk. Alternatively you can always use universal unreal unlocker but this is a paid for thing but does allow you the ability to pose the characters and such.

drowsy glade
austere lantern
bronze peak
#

fr

vagrant seal
bronze peak
austere lantern
bronze peak
#

gunfighter gives u only 25 slots

#

anyother more slots mod wont work

austere lantern
#

oh

vagrant seal
#

Can override by changing the load order.

austere lantern
#

how can i fix that

#

alr

#

so have the slots pak file on top of the gunfighter pak file?

bronze peak
#

no get rid of basic gunfighter pakfile

vagrant seal
vagrant seal
bronze peak
#

i just know that way to do it cause anything else didnt work

austere lantern
vagrant seal
austere lantern
vagrant seal
austere lantern
#

like which version

vagrant seal
hallow atlas
#

i spent a fucking hour dude

#

i want to mod some shit and now im greeted with this fucking bullshit

next sail
#

does anyone know if there's a mod that allows a player to play as a suspect?
or any mods that does something similar where it allows player input to control a suspect? been trying a few ways but have found no luck so far. quick summary:

what we've tried so far:

direct possess() on cyberneticssuspect_v2_c — crashes
braincomponent:stoplogic() — braincomponent is nil (utility ai, not behavior trees)
team id struct writes — ue4ss can't write fgenericteanid meaningfully
"shadow pawn" approach — hide the player pawn, read its position delta, apply to puppet. works partially but two pawns collide,
shadow gets killed by ai, tons of edge cases
unpossessing the ai controller works to stop the suspect from firing/moving

what works:

setviewtargetwithlend to transfer camera to suspect pawn
k2_setactorlocation to teleport the puppet
ai controller unpossess stops all ai behavior

what we're stuck on:

reading player keyboard input from ue4ss lua (wasd). getinputaxisvalue, isinputkeydown, input.iskeydown — none seem to work
reliably. does anyone know the correct api?
is there a way to hook the input pipeline? like hooking addmovementinput on the player character?
does registerkeybird support held keys or just press/release?
any other approach to control a pawn you don't possess?

any pointers appreciated, especially from anyone who's done custom movement or pawn manipulation from ue4ss lua. thanks
hallow atlas
#

shit is so slow that even uninstalling takes a bit

#

jesus christ dude

vagrant seal
naive flower
#

Im on XBOX, if a PC player with mods makes a lobby, will i be able to use them if i join the lobby with them?

keen marsh
#

Hello, any advice for the mods? like which one I should put?

karmic lake
#

is there a mod that allows AI's to be in the game as well as a human teamate in multiplayer

silk hull
worthy forum
#

do any of you guys know which one of these mods are making my game crash 😭 i have no idea what to do

karmic lake
silk hull
worthy forum
worthy forum
plucky drum
#

probably

worthy forum
#

why would that happened

#

they are all up to date

plucky drum
#

game update?

worthy forum
plucky drum
#

you do have to look at the date the mod was updated

#

not every mod you install = updated

worthy forum
#

they are updated

plucky drum
#

they arent if your game is crashing

worthy forum
#

its prob like a few of them

#

ill deal with it

valid drift
#

Anyone know if it’s possible to get the vr mod working on the epic games version? I know for some stuff you can add non steam games to your steam library but I’m not sure if this is the same.

timber seal
#

Can we see some MLO import mods so we can wear such beautiful MLO drip

frozen shoal
#

would the developers themselves be willing to take mod commissions?

frozen shoal
#

yeah lmao

plucky drum
#

doubt

frozen shoal
#

yeahhhhh

sullen sentinel
worthy forum
#

if i wanna join my friend on console and dont want to get my mods erased what do i do

sullen sentinel
#

Run the game on safe mode

worthy forum
sullen sentinel
#

Or just move the mods into a different folder and out it back afterwards

sullen sentinel
fair spindle
#

Why does every update makes mods corrupted? Is there any way to avoid this happening without having to uninstall every mod?

sullen sentinel
#

Why? Idk, don't really care, just accepted it at this point as a main stay in RoN modding. And in terms of avoiding it, there's some mods that specifically state that they should work through the updates, however they're far in between.

bitter siren
#

is there any mod to spawn more AI teammates whether in multiplayer or singleplayer?

silk hull
bitter siren
silk hull
bitter siren
silk hull
covert axle
#

whats this messaage for when i launch my game (just installed mods)

bitter siren
covert axle
#

so how do i figure out what mods they are and avoid them?

silk hull
devout yarrow
#

yea that just happened to me. is there a way i can delete them or play wiothout them

silk hull
silk hull
devout yarrow
#

thanks

silk hull
buoyant rock
#

does anyone know whether "safe mode" and "clean mods" runs in DX11 or DX12?

buoyant rock
silent gate
#

the realistic ai modpack is updated 😭

carmine vine
#

what are some of must have HOST ONLY mods

bold vessel
#

guys i tried deleting the mods but it still shows the crash reporter everytime

dense raft
wanton lance
#

Do we know if they are going to update the zombie or not mod? Or what other mods are similar to run on the new update? I forgot the mod website for RON

void mortar
#

Mod.io in game, also you can use nexus mods

wanton lance
#

Nexus mods that's what it was. Thanks

pure socket
#

Hows this? Anything that needs removed or updated?

placid ferry
bold vessel
#

even after deleting the mod, and loading in vallina, i still get the crash thing

dense raft
dense raft
bold vessel
bold vessel
bold vessel
#

my friend suggested i need to delete all the entire files

dense raft
#

thats just gonna make u reinstall the game again

bold vessel
dense raft
bold vessel
bold vessel
dense raft
bold vessel
dense raft
#

yeah

bold vessel
#

but they removed a crap ton of mods

dense raft
#

nah they just needed to be updated

bold vessel
#

even removed some weapon skin mod (not 18+)

bold vessel
#

had me tweaking out because i couldnt find some of them

dense raft
#

the mod i needed finally updated today tho

bold vessel
#

i honestly think the femboy mod is not updated

#

thats why it crashes the hell out of my game

dense raft
#

femboy toc never thought that whould exist

bold vessel
#

dont worry, when i first discovered it

#

i had a reaction which is this: what in the world

dense raft
#

then installed it?

bold vessel
#

yes

dense raft
#

figuerd

olive hawk
#

anyone have a functional additional slots mod? The one on Nexus continiously kicks people from lobby

bold vessel
vagrant seal
# olive hawk anyone have a functional additional slots mod? The one on Nexus continiously kic...

Not sure which you're using but there's several others updated.
https://www.nexusmods.com/readyornot/mods/7296
https://www.nexusmods.com/readyornot/mods/6883
https://www.nexusmods.com/readyornot/mods/6123
https://www.nexusmods.com/readyornot/mods/7290

Also keep in mind that you or anyone else shouldn’t actually have 100+ slots used, that’s usually when problems start to show up with these mods. 90 and below is more than enough, even if you’re using an AI mod with 100+ suspects.

Nexus Mods :: Ready or Not

sets all the armor slots to 200 for extra mag capacity + bombs

Nexus Mods :: Ready or Not

Extra Slots

Nexus Mods :: Ready or Not

25/50/75/100/1000 Slots

Nexus Mods :: Ready or Not

Increases available slots to 77. Taco bout carry capacity.

spice parrot
#

Hey, is anyone else having an issue where like every single nexus mod, no matter if updated, causes my friends (who have the exact same mods) to either time out when joining or disconnect once loaded into the level. mod.io works fine.

bold vessel
spice parrot
#

Yeah I'm aware. Even the ones tagged dlc4 updated have the same issues.

vagrant seal
#

A good number have already been updated and a lot are still working.

bold vessel
vagrant seal
spice parrot
lilac vortex
#

This is probably a dumb question but does adding mods stop achievements? BIGtacticat

bold vessel
olive hawk
lilac vortex
spice parrot
#

I'll test the 77 mod

#

oh shit the 200 one got an update like 20 mins ago

olive hawk
bold vessel
spice parrot
#

there is also this in the old files which may be a fix?

bold vessel
spice parrot
bold vessel
#

anyone know any dispatch mods that are updated

dense raft
bold vessel
spice parrot
# spice parrot

I love how a mod that literally just adds slots has sent this guy into retirement because of this games networking lol

bold vessel
bold vessel
#

Ima see if my game crashes or not

static moat
#

Anyone know of any modded maps that are working?

sick cairn
#

does anyone have an idea on which mods are still causing crash errors on startup? Like a list of likely culprits

void mortar
valid drift
# plucky drum epic has full mod support now

I know it’s the greatest thing ever, only reason I was asking about epic specifically is because the vr mod works around steamvr, I was wondering if adding the egs version of ron to my steam library will allow me to play it through steamvr

valid drift
valid drift
#

All the big stuff besides maps are updated iirc

sick cairn
#

Ty

round herald
#

Have anyone try to install all 4 hound wolf outfits mod?? Does all of them show up or not?

rich olive
#

They are practically an addition to the outfits and do not replace any of the existing outfits

#

If I understand it correctly

round herald
spice parrot
mystic warren
#

i just wanna ask if updating mods is difficult for modders when a new version of the game comes out

#

and are mods stable?

dense raft
bold vessel
#

Im tryna sleep.

plucky drum
#

if you use mods updated on march 12th 2026 and later they work fine

dense raft
bold vessel
dense raft
jade harness
#

Hello guys 🥸

#

Are there any FreeCam mods that still work properly after the latest DLC?

#

Without the NVG disappearing

proven goblet
#

Hi i have some question,i have a really bad PC dans i can't run RoN so i need to use Nvidia geforce now,is there anythings to do to download mod?

#

like a Workshop or smth like this

plucky drum
#

no

next scaffold
#

does anyone know the mod that lets you kick perps

#

uses door kick anim

normal grail
#

do modders here read and possibly create a mod ?

#

so apparently when i tell the AI to take out their shield as command, instead of them having it as a stance they use it for short duration and switch back to their primary weapon prior/mid/after combat which is really annoying, if there is a modder reading this, are you able to make mod to make it as a stance or even making mod where you can remove their primary weapon completely so they are forced to use the pistol/shield

zenith arch
#

does the actual in game mod loader work? i've tried using the mods with it, but none of them have worked

plucky drum
sullen sentinel
elder jay
#

negre

zenith arch
sullen sentinel
zenith arch
bold vessel
#

Does co op support mods?

kind leaf
#

Does anyone know if there's a mod that just has invisible cosmetics for stuff like the plate carrier, helmet, ballistic mask, gas mask, and flash goggles?

sly stream
#

is there a way like to play ron with vpn to stabilizw my ping

buoyant rock
bold vessel
#

bruh i reinstalled the game and i still get the crash error

kind leaf
bold vessel
kind leaf
#

launch safe mode (no mods)

bold vessel
#

alr

kind leaf
bold vessel
kind leaf
#

if it launches on safe mode then you probbaly have an out of date mod installed somewhere

bold vessel
#

cuz i wanna co op with my friend

kind leaf
#

also try verifying game files

bold vessel
buoyant rock
# kind leaf

do you know whether safe mode uses DX11 or DX12?

bold vessel
pulsar blade
crystal totem
#

when VRO updates to the latest Ron I might try it out
at that point I'd likely have the Quest 2

dense raft
pulsar blade
carmine vine
#

guys whats the best swat ai mod? theyre so unreliable so im tryna get a mod to make them useful. (i dont want a mod that makes them invincible tho)

toxic hamlet
toxic hamlet
#

Np

mint hornet
#

does anyone have a mod that changes judges voicelines from police to federal agent?

tight sun
mint hornet
vagrant seal
mint hornet
#

oh

#

ty

kind leaf
toxic hamlet
#

i can try send you the files if youd prefer?

bold vessel
dense raft
bold vessel
dense raft
quaint mesa
#

hi guys why does my mod not work at all i already downloaded and checked all the requirements it doesnt upload on my game and i want to know why

kind leaf
#

that helps me

#

also all the mod paks I've installed have a number like 9999 or something similar

ivory breach
#

did customization mods get messed up with the update or are they ok for the most part?

bold vessel
#

the only mods i have now is the one i got in game

#

like the mod tab in the main menu

kind leaf
bold vessel
#

but im playing on like safe mode

ivory breach
#

nexus has a ton wdym

austere lantern
#

what ai mod adds more hostile troops that works rn?

oblique fern
#

Nvm seems like it's still in my library, how do I uninstall it 😭

oblique fern
#

Nvm I gotta learn to read

hallow gyro
#

is no mercy for terrosists working?

astral sparrow
hallow gyro
#

thanks

violet pulsar
marble sigil
#

do you know if i can have mods on to get the developers broken watch/the achivements for completing ironman mode

worthy forum
#

hey anyone know any good helmet with multi cam that have like alot of stuff on it

#

i wanna make a DEA kit but i cant find a good multi cam helmet

scarlet harbor
#

How do you put mods in the game? I tried a few times but none of them really works

scarlet harbor
vagrant seal
# worthy forum i wanna make a DEA kit but i cant find a good multi cam helmet

Afaik the best you're going to get for right now from what's been updated is: https://www.nexusmods.com/readyornot/mods/5925 only helmet I know that's updated and has a a lot more stuff on it right now is: https://www.nexusmods.com/readyornot/mods/7156 but unfortunately doesn't have a multicam variant.

Nexus Mods :: Ready or Not

[Updated for DLC4-Boiling Point] Mod adds a total of 18 variants of the Ops-Core FAST FTHS and SF Carbon helmets.

Nexus Mods :: Ready or Not

Adds the Team Wendy Exfil LTP (Bump) helmet to your loadout.

opaque star
#

I love cutting edge gear as much as the next. But man. Vanilla really did freaking nail the aesthetic with the IFF lights on the helmet.

violet pulsar
#

what are the maps that are working?

hybrid fulcrum
#

Chat is there any good gun mods i can use? I feel like every update just breaks one

swift matrix
#

spawn police are nolonger playable at MP , will cause human player desync from host and disconnect.

hybrid fulcrum
static moat
#

Are mods not client side anymore?

static moat
frank ravine
#

this guy ported a bunch of mw 2019 stuff it looks amazing in game.

midnight field
#

Guys, you literally have 2 websites for playing with mods, which are not very convenient...Why don't you just open a workshop on Steam that will simplify people's lives by 99.5%?

crude bison
#

any mods that fix the swat AI not functioning properly? e.g. flashing a corner close to the door that does nothing and generally just not looking where they need to be?

safe spruce
plucky drum
#

also nexusmods nor mod.io is complicated, on mod.io you subscribe to a mod and restart your game and for nexusmods you download a file (extract if needed) and put it into paks

river crow
#

Yo anyone got any mod suggestions that work with the boiling point dlc like weapons and thst

quaint mesa
astral kindle
#

itd be nice if Workshop and mod.io could have a way to sync addons together so the same mod can work between platforms. or yknow... people use mod.io more. i assume its all the email re-authentication between major updates that really turn people off

safe spruce
#

I never found the need to have automatic updates since I just like to keep track of my things myself

quaint mesa
#

can anyone help me with the mod i cant get it to work

sage sigil
#

that mod is going to be broken since it doesnt work with boiling point

vagrant seal
#

Yea just as fine as ever even with big 10+ player lobbies.

river crow
#

Any mod recommendations for the boiling point like weapons and that

sage sigil
mint hornet
river crow
#

Alr thanks

mint hornet
#

i forgot what its called

#

theres no recoil and you can kick ppl

sage sigil
#

im using exsaitx attachment armory rn and its pretty fun and well made

#

and most guns are updated for boiling point there

topaz vigil
#

anyone know an updated mod since last update so you dont need to collect the weapons for the mission points?

brave storm
#

All the mods got snapped to dust from the update

#

my library is desolate 😭

vagrant seal
mossy phoenix
#

so you guys know good outfit mods

kind leaf
#

is there a mod for black fisa goggles and other colors

carmine vine
brazen raven
#

Hey Im new to this game can you download mods and still join public games with people that dont have those mods?

silk hull
#

But some mods may cause issues if not everyone has them, while some don't

brazen raven
#

Thank you

silk hull
#

You're welcome

coarse kettle
#

some good voice mod?

jagged nimbus
#

one of the ingame mods wont unsubscribe someone help me

jagged nimbus
vagrant seal
jagged nimbus
vagrant seal
keen marsh
#

Hello

#

I got a problem with a mod

#

when I trying to start the game it crash

#

the mod is Attachment Expansion

vagrant seal
keen marsh
vagrant seal
keen marsh
#

oh fair fair thx

#

I was looking for a map called Maple Valley Highschool

vagrant seal
keen marsh
#

Hidden? Why?

vagrant seal
keen marsh
#

Oh ok haha

valid drift
#

Anyone have any mod suggestions? I have most of the main ones since the update but I’m always looking for stuff

#

I already have the mcx, greatest gun ever so far

fringe pulsar
#

or whatever his name is

#

If you also have the supporter editions I highly recommend Legacy Alpha FBI HRT

valid drift
#

I’ll check them out thank you

fringe pulsar
#

np bro

hollow sparrow
#

Is the 10 player modded gameplay known or was it a niche tiktok I saw

vagrant seal
valid drift
#

Who knows 9 other people?

#

I played the entire game solo, it sucked

#

If the teammate ai was better it wouldn’t be so bad

hollow sparrow
# valid drift I played the entire game solo, it sucked

I played it solo on release. Gave up the game after struggling with some achievements lol. All the tutorials online said to coordinate with a buddy. Finally have a squad of friends to play with lol. They all use me for my dlc lobby 😅

jagged nimbus
velvet hemlock
#

Hello all, I want to incorporate a Australian swat group like TOU or SERT how would I go about reskinning or adding gear

vagrant seal
# velvet hemlock Hello all, I want to incorporate a Australian swat group like TOU or SERT how wo...

I recommend you join the modding discord: https://discord.gg/TjyfbXTU28

This a link to a channel over there that has some resources for learning but a lot of it is outdated: https://discord.com/channels/925225229175906324/934429252500221952

This website covers the basics: https://unofficial-modding-guide.com/

This playlist guide has videos covering how to do exactly what you want to do: https://www.youtube.com/playlist?list=PLXMTfyQCJKa_KNGEInMFQeubPbnMj2qoA

keen marsh
#

Do all mods from 2 months ago (or more) not work or just some?

keen marsh
#

and the mods doesn’t work online right?

vagrant seal
keen marsh
vagrant seal
white sigil
#

Is it possible to add multiple types of enemies that are all on the same side?

Example: Gas station perps and Voll security officers

Will they have the appropriate skill levels? Or does it "default" across the entire map?

ivory breach
#

afaik all ai is ”enemy” so all types of suspects are friendly with eachother

arctic galleon
#

does anyone have some good qol mods

ivory breach
ivory breach
arctic galleon
#

gameplay absed

ivory breach
#

Not a ton that have been updated since boiling point

arctic galleon
#

yeah thats like really sad

ivory breach
#

depending on what you eant though there are a few AI mods about. I also personally always use Gunfighter AIO when Inplay

#

Simple mod menu is also a nobrainer QOL mod

arctic galleon
#

ill try them when i get home

#

thanks mate ❤️

ornate sphinx
#

what guns does everyone use after the update

queen topaz
#

Since the update there is an error when I try to join my friends lobby. It says "Host and your game versions are out of sync" but we have the same version of the game. Is there any known mods that could cause this?

vagrant seal
carmine vine
#

will any progress i make in safe mode save to normal mode

vagrant seal
carmine vine
#

ok ty

stray herald
#

ive been wondering ever since i saw multiple entry points - are like personalized entry points possible? or does the whole team have to spawn in the same place as a limitation

vagrant seal
stray herald
#

dang crycat

hazy lichen
spiral rivet
#

Anyone know a mod that removes the rescue all civilians objective and still works as of the latest updates?

copper flare
#

Hmm

#

A civillian killer

#

Intresting

spiral rivet
mossy phoenix
ornate sphinx
#

is there a mod to fix missing guns in the armory? i dont have the 6.5 creedmore gun

vagrant seal
ornate sphinx
#

welp time to uninstall it

ornate sphinx
atomic pumice
#

Yes, that how Kriss working IRL yea

fossil cedar
#

Making these changes to ANA on Hard:

SuspectRifleSemiAutoFireRateMultiplierEnd = 1.0 ; Cap the Fire Rate to be 100% and only 100%
SuspectRifleFireRate = 0.15 ; Set the fire rate back to default, simulate their exp in singleshot discipline or smth idk
SuspectRequiredTimeSpentOnTarget = 0.15 ; Increase target acquisition time to 150ms. If the player can't get them on time, skill issue ig. The idea is to simulate the suspects in this level to be very precise, but slow. This is why I'm leaving the accuracy to the currently absurd high amount it has.
SuspectAccuracyLostPerMeterSecond = 0.3 ; Increase movement accuracy penalty by a whopping 30%
SuspectAccuracyLostPerTenMetersToTarget = 0.01 ; very slightly increase inaccuracy when shooting from above 10 meters.

Really sells the fact that you need to be caeeful or they will tap you good

spiral valley
#

so ive been having an issue where i can't join or be joined

#

i uninstalled all mods and reinstalled the game but not before trying to verify files which all checked out okay now still having the same issue

plucky drum
white sigil
#

What's everyone's personal favorite Suspect AI mod to use?

vagrant seal
#

I switch between Jug's gameplay review AI and Here I Come AI usually with either the roleplay or tactical files

white sigil
#

About each one

vagrant seal
# white sigil Why? What do you like about them?

All of them make the AI feel a lot more realistic to play against overall.

I usually lean toward Jug’s when I want better stealth gameplay since it feels more consistent in that regard. For Here I Come AI, I like the roleplay version because it has better interactions and creates more varied situations with the AI.

And when I’m in the mood for more intense CQB gunfights, I’ll use the tactical version since it makes engagements feel more aggressive.

white sigil
quaint mesa
#

yo how to fix this guys

white sigil
#

It feels more like a milsim than a SWAT shooter

#

it just doesn't sit right with me that you can die in a single hit in that mod

#

My fantasy of the game is playing as a squad of highly geared elite commandos, and us being able to die in less than 3 hits is utterly anathema to that concept.

quaint mesa
#

@white sigil hey bro could u help
me fix my RON

white sigil
quaint mesa
#

i downloaded some mods from nexus and i cant join the game it keep giving me eror reports or my files corrupted

#

its giving me this message

white sigil
#

make sure they're compatible with Boiling Point

quaint mesa
#

okay thanks

vague coral
#

Does anyone have good ready or not mods ?

nocturne pier
topaz flare
#

hi, if I install mod for legacy outfits, helmets etc., will progress be maintained and achievements will be fulfilled?

smoky zinc
#

did any of u ever mess around with the commander.ini file? mine is empty, but if i want for example the trais to unlock after 1 mission it doesnt work rly im probably missing something -_-

i just throwd in MissionsUntilTraitUnlockable=0 but its not working haha

#

do i need to put that into game.ini maybe?

#

also, is there any mod that adds maybe a new non lethal weapon? xd

wet surge
tulip fox
smoky zinc
spiral valley
#

can someone help me fix my game i still cant join or host sessions and the error i get is "connection error" or "no lobbies in your selected region (even when set to world wide) i uninstalled all mods

#

even the game twice and tried safemode and did the thing where i wipe the save and mod data

bold vessel
icy pivot
#

give me Very VERY CAG mods

kind leaf
smoky zinc
#

well progress prob not mods take mostly only effect on new save files

pearl dew
#

this keeps happening everytime i try and load into RoN what should i do

vagrant seal
rich olive
pearl dew
#

ive played RoN since 2023/2024 and never had this issue

rich olive
pearl dew
rich olive
#

Well, I doubt the error is lying

vagrant seal
pearl dew
pearl dew
vagrant seal
pearl dew
#

i got to the main menu this time though so something did work right

vagrant seal
pearl dew
pearl dew
vagrant seal
pearl dew
vagrant seal
vagrant seal
# pearl dew yeah its good

Alright now go to: %localappdata%\ReadyOrNot\Saved\Config\Windows and honestly the main file you'd want to delete is engine.ini but to be safe I'd suggest just wiping the whole folder all the files will regenerate on next launch you can back them up to be safe.

#

This will reset your keybinds in game just so that's clear.

vagrant seal
pearl dew
#

this time just a black screen

spiral rivet
echo karma
#

have all modfs uopdatfes

#

sorry i typed fast

#

have all mods updated

#

?

unique pebble
#

Chat, I run heavily modded, and I don't want to update to the newest version. I haven't installed the update yet, but even after I tried going through the process of editing the .ACF file and opening in Offline Mode to circumvent the update, the game still crashes. I had the setting initially set to autoupdate but the update never started, and I now have it set to "only when I launch". I'm not seeing an option to delete the update files... prolly because I never actually hit the update button, so... I'm confused. Is there any way to run the game without the update and preserve my mods?

#

please AFoxy_PleadingPls I just wanna continue playing the LSS3 version for now, at least until most of my mods are up-to-date...

mighty badger
#

anyone got a good recommendation for XM7 mods

#

that work

mighty badger
#

there are ways to download that

mighty badger
#

one sec

#

yk about

#

steamcmd?

unique pebble
# mighty badger there are ways to download that

yeah but... I already have the game and my mods are installed manually so I don't really wann uninstall and reinstall the whole game. Not to mention I don't have enough storage for a whole second copy

mighty badger
#

you can use it to install a pre dlc update

unique pebble
silent ore
#

Any suggestions on good weapon mods?

unique pebble
mighty badger
#

doesnt handle like the cod XM7

unique pebble
silent ore
mighty badger
# unique pebble elaborate, please?

basically, you can install a seprate game install, that functions the same, except for a different save file and configs, and no working achivements, this can be done, through steamcmd (the dedicated steam console) or depot downloader

mighty badger
mighty badger
#

you mean the xm, or just in general

pearl dew
#

this is the issue im still being hit with

spiral rivet
#

All i can say is wipe all the mods like the other guy said, and verify integrity of game files

#

Also update drivers, maybe it can help

pearl dew
mighty badger
#

one thing I'm interested in, is why do all the mods break every update?

pearl dew
mighty badger
#

yeah but not being optimised wouldnt cause crashes, I imagine at least

pearl dew
#

if i'm right its not all mods that break just visuals

mighty badger
#

mine usually just break alltogether

pearl dew
spiral rivet
mighty badger
mighty badger
spiral rivet
pearl dew
#

i dont think the devs are bothered on optimising the game but rather focusing on DLCs for money

#

which to be fair is fine most people would do the same but it gets annoying when your game is broken continuously

mighty badger
#

yeah, seems like the mods just break after every DLC due to the specific way the game is coded, I imagine they add the new items and that breaks the mods

pearl dew
#

these are all issues ive had literally trying to open a clean version with no mods and files fully verified

#

and ive received support only from discord members no staff or anything

rich olive
#

In any case, you are getting an error from 3 separate applications, so I doubt RoN is the issue.

rich olive
mighty badger
#

yeah definietly mods

pearl dew
#

my game quite literally looks like its ran on a potato and its not working

rich olive
pearl dew
#

brilliant stuff aint it

spiral rivet
pearl dew
#

or vram

pearl dew
spiral rivet
#

If you're on a laptop, maybe its using the igpu and not the dedicated gpu?

rich olive
#

All I can surmize is something on your PC hogs all the resources and makes the apps crash. Now if RoN does that, then I am sorry but you have done something on your system or the game itself that causes these issues

spiral rivet
rich olive
#

You can try to use DDU and perform a fresh install of your drivers.

spiral rivet
#

Yeah, that's also a good idea

spiral rivet
#

How much memory do you have total?

pearl dew
#

1tb on my ssd

spiral rivet
#

In performance tab, is the gpu getting utilized a lot while idle?

pearl dew
rich olive
#

You did restart your PC, correct?

pearl dew
spiral rivet
#

Atleast when i had a 1660s my idle was around there

#

You should close background processes that might hog your resources, like roblox you had there

pearl dew
rich olive
#

Well, I have no idea. If the game runs fine in the morning and then shits itself later on, I do not think it is the game that is the root cause of your issues. There is some system level underlying issue because what this makes it seem like is that your RAM gets sucked in or allocated to a proccess which results in a crash.

pearl dew
#

it was working fine this morning with mods before i deleted it, i shouldnt clarified

pearl dew
#

except from what im using now

spiral rivet
#

Huh

pearl dew
spiral rivet
#

Mightve done this before but, could you run the crash reporter as admin? (Your drive\Steam\steamapps\common\Ready Or Not\Engine\Binaries\Win64) and then run the delete mod/save data thing?

#

Maybe issues with leftover mods or something from when you removed the game?

spiral rivet
#

Lost here since if it worked before then i feel like it wasnt an issue with the game

#

If you had any loadouts saved that had modded content, that might also be the issue maybe

pearl dew
spiral rivet
pearl dew
pearl dew
rich olive
spiral rivet
pearl dew
spiral rivet
rich olive
#

C:\Users\username\AppData\Local\ReadyOrNot\Saved\Crashes

spiral rivet
rich olive
#

And find a crashlog with the latest date

#

Post the CrashContext.runtime-xml

spiral rivet
# pearl dew yep

Well we're atleast a step closer to fixing it hopefully 💔

rich olive
pearl dew
#

its probably because i just deleted all my games data

spiral rivet
#

But it crashed just now, so there should be a log no?

pearl dew
#

i can get to the RoN menu, but anytime i click continue it does that

spiral rivet
#

You got to the main menu?

pearl dew
spiral rivet
#

Could you try any other modes? Singleplayer -> quickplay, host a multiplayer lobby, anything

#

Anything that isnt commander or continue

pearl dew
spiral rivet
#

Graphics lowered to the lowest i assume?

pearl dew
#

and i also only play commander mode so if i cant ever play that theres no point fixing it

spiral rivet
#

I'm really lost here, maybe it could still be an issue with the loadouts? As far as i know the game doesn't like modded loadouts with the broken mods and whatnot

pearl dew
pearl dew
spiral rivet
#

DX12 fries your computer?

pearl dew
#

ive proably restarted my pc a total of 6 times today

pearl dew
#

wait wrong phioto

spiral rivet
#

It really sounds like a system issue at this point, dx12 games should work with the 1660 super without issue. If your whole computer freezes, something isnt right for sure

pearl dew
#

ok my pc lagged so hard when the error came up it literally self destructed the photo of the error

spiral rivet
#

Could you track vram usage using task manager maybe?

spiral rivet
#

You should probably also try using DDU and clean reinstalling your drivers. It'll take longer but it could hopefully fix it

pearl dew
#

wait theres even newer drivers bru let me try them, this pc is less than a month old and i updated my drivers then so i really do doubt its that issue but i might as well try

rich olive
#

DDU (Display Driver Uninstaller). It removes all files related to your GPU drivers and then you can reinstall them on the manufacturer's website for a fresh install.

spiral rivet
pearl dew
spiral rivet
#

That's interesting

pearl dew
#

no disk space

spiral rivet
#

Do you have disk space actually?

pearl dew
#

boy what the hell boy i deadass have over 120 gb free

spiral rivet
#

So, something's wrong with your system

#

If NVidia app is having issues too, then it's not just ready or not

#

We're back at the same issue of insufficient resources, so i'd look into the Windows Memory Diagnostic tool maybe

pearl dew
#

ok wait what, i dont use this drive for most games and softwares but i only have 1.82gb somehow

#

how can i check my other ssd

spiral rivet
#

File explorer maybe

#

If win11 is any similar to win10 you should see something like this when you click "This PC" on the left side tab of File Explorer

spiral rivet
pearl dew
spiral rivet
# pearl dew

Nvidia drivers have to be installed on the system drive as far as i know so i'd clear space, windows itself shouldnt take up more than 80-100 gigs

pearl dew
#

disk c is probably filled with just media

pearl dew
pearl dew
spiral rivet
#

30 gigs should be more than enough to install latest nvidia drivers

pearl dew
spiral rivet
#

Rather take its time then not install

pearl dew
#

ill try open it now

spiral rivet
#

You should restart your computer aswell, helps after a driver installation

pearl dew
spiral rivet
#

And say a prayer yes

pearl dew
#

god is good

spiral rivet
#

It works?

pearl dew
spiral rivet
#

Shit twin have fun playing 🙏

pearl dew
spiral rivet
#

Youre welcome man, remember to keep your drivers up to date

tulip swift
#

are there any guides to making those custom club music mods? wanna make my own but i dunno much about audio editing

earnest grotto
#

hi, does anyone know why the Bloody Ballistics mod isn't showing up on Nexus Mods?

"Hidden mod
This mod has been set to hidden

Hidden at 14 Mar 2026, 8:10PM by flexhabit for the following reason:
This mod is currently not supported by the author(s) and/or has issue(s) they are unable to fix yet."

spiral rivet
#

It's pretty self explanatory 😭

earnest grotto
spiral rivet
#

You can't download it because the author made it hidden. Unless someone has an old variation of it just saved on their pc, you probably will not be able to download it

earnest grotto
spiral rivet
#

Because the download part of the site is still up, just not the main description lmao

#

Just keep in mind its probably not updated to latest

earnest grotto
spiral rivet
#

I myself cant recommend any as i've never even used the mod in the first place

earnest grotto
dense raft
#

thsoe anyone know any assault rifle mods that are not from call of duty

spiral valley
#

can someone help me fix my game i still cant join or host sessions and the error i get is "connection error" or "no lobbies in your selected region (even when set to world wide) i uninstalled all mods even the game twice and tried safemode and did the thing where i wipe the save and mod data

spiral rivet
#

Sync time in windows settings, unlink and then re-link your epic games account, could maybe work

violet pulsar
#

whats the best mods for patrol officer or Sherriff ?

turbid gate
#

I've wanted to message HaveDoughnut but he doesn't seem to be open to DMs and not sure if he wants to be pinged here. Does anyone know if he's said anywhere whether or not he'll be updating his mods publicly, or even taking commissions?

mental turret
#

Query: Best RoN Simon "Ghost" Riley VO mod that works. I have the skins, but cannot for the life of me find the right VO mods that work. All I have seen in notes is none work?

analog radish
#

can some1 tell me any good modded maps that still work after bp im getting bored

cunning hull
#

#🔧modding-chat message—- my words use different engine unreal engine is buggy lack luster use engines that accept modding officially go trough Sonys bs and boom problem solved

azure meteor
#

is attachment expansion usable after the update ?

azure meteor
cunning hull
#

AHHHHHH

#

My guess is turn separate mods on off

#

@azure meteor

azure meteor
#

?

#

okay

pastel quest
#

Is it easy making uniform mods after BP released? I've never done it before personally and have no experience modding, but am considering attempting to make some uniform mods if my PC is capable of even handling whatever's required.

cunning hull
#

@azure meteor “like and for exp” turn this map of then try it if that don’t work try ui and modification mods and etc. like ai

#

Internal shi

wild holly
trim yacht
#

is there any gunshot sound effect changing mods?

#

i find the gunshots in game to be unrealistic

restive frost
#

does anyone one know which of the gunfighter mod files affect the aim sway? thank you

slender charm
#

Does anyone have any cool mods to test because I'm looking for some cool outfits, weapons, etc..

I once had a mod that even if I kill someone for no reason, I still have a chance of getting an "S" mission grade. Does anyone have this mod, I can't find it.

restive frost
#

I think it's called no crack no mercy

slender charm
# restive frost I think it's called no crack no mercy

okay, let's spread it out, and do you know why the attachment, i.e. the additional weapon attachments from the mods, doesn't work for me, since I downloaded it from the update from bravo, which was released not long ago and should work?

restive frost
#

could have file conflictions with other mods

slender charm
#

Will the mod be useful if it's "adult"? There was an update 3 days ago, but I don't know.

restive frost
#

adult usually just means there's certain content and doesn't affect it if there wasn't an adult version

restive frost
wet surge
#

Are mods essential ?

restive frost
#

depends on what you think is essential

slender charm
#

There was also a mod that allowed you to access all the clothes even if you didn't get them through mission evaluation.

restive frost
#

I'll look

slender charm
#

okay

restive frost
#

this is it

tall stag
#

Quick questions - Is there a mod to disable headshots on SWAT AI? Basically I want to use a clothing mod to change their helmets to hats, beanies, etc. but I'm hoping to avoid them getting one shotted because of it. Alternatively is there a way to hide the selected helmet but still get the benefit?

One more question - any way to change the names of Officers?

slender charm
#

Does anyone have a recommendation for a cool assault rifle from nexus mods?

knotty bobcat
#

where is the police station level assets i cant find them

vagrant seal
frigid loom
#

anyone got a similar thing to viceral blood?

#

make vally of the dolls extra fun :)

dense raft
frigid loom
#

its genuinally so ass

#

like you cant even have a bloody rrealistic game without verifying your id

indigo stone
#

is so i bought RON on my xbox and got a pc and downloaded it through the xbox app can i get mods

violet pulsar
#

No

dense raft
tall stag
frigid loom
#

tho it is rare

tall stag
frigid loom
wild holly
indigo stone
wild holly
#

Not sure about permission in the default windows apps directory, but the Xbox version worked fine for me and I have it installed on another drive

wild holly
frigid loom
#

random but

#

can someone find out what happens if that door is deleted?

#

its on elysian , next to meeting room

vagrant seal
frigid loom
#

thanks mate

#

cool little easter egg i js found

#

in the very distance of elysian

#

theres the heavywell rig if you look really close

#

im gon fly over to it

#

or not since i deid

#

yo rq

#

anyone got a mod to get the chamber guy bback?

unique pebble
mighty badger
#

that is impossible

solemn briar
#

what mod lets you play with bots in coop

sage sigil
spiral rivet
#

Is there a 1/10000 chance for withered foxy jumpscare every second mod for RoN by any chance?

spiral rivet
#

I use it and it works

plucky drum
#

oh then

#

guess it didnt break in the past updates

spark lichen
#

I’m in need of some mods but…I have a ps5, is there any way to get around that and get mods?

spark lichen
#

…alr

plucky drum
#

i mean if you spend a couple of thousand on a pc, yes

#

even a laptop

junior furnace
#

what mods would yall recommend? I have gunfighter aio and better vests remastered but I am wondering what else yall would recommend.

livid ether
#

how does one update a clothing mod for personal use only ??

frail island
#

Is there a mod for attachments?

vagrant seal
flat hound
#

Anyone know a mod or a way to remove enemy ai and civ ai? Me and some friends are trying to make our own pvp session and dont want to clear a map just to fight each other on it. Lmk

vagrant seal
frosty storm
#

Hello I am new to the game and can't find anything in the settings so I'm wondering if this is from a mod.

vagrant seal
frosty storm
#

You just made me notice there are two kinds of NVGs... lmao

dapper drift
#

I wonder how difficult it would be to create an instagib mod that just applies the bomb best explosion effect when an enemy takes a hit.

white sigil
#

Can someone teach me how to make a mod that makes all doors kickable in only 1 kick? (Basically free Kicker trait)

I'm not requesting it to be made (or the existing one to be updated), I'm asking how to do it myself.

hallow perch
#

hey does anyone use SMM/Simple Blueprint Loader? I cant figure out how to use the blueprint loader for an outdated mod

umbral sage
#

does installing gunfighter cause achievements or anythihng to be disabled?

#

or like cosmetics to not be earned

silk hull
flint drum
#

Uh i modded 3 .ini and i cant find the optimised shadow for my laptop that wont lag my old mx130. Do we have a minimal one thats already good?

ivory breach
#

you cant ”un-outdate” it

chilly hinge
#

Any mod to add back removed gore and now censored stuff that was previously in the game?

drifting sundial
#

Hey guys, I'm new to modding. I got a mod I want to install from Nexus. Any ideas on the step-by-step how to do?

silk hull
# drifting sundial Hey guys, I'm new to modding. I got a mod I want to install from Nexus. Any idea...
  1. Make a free account on nexus
  2. Find the mod/s you want
  3. Choose between mod manager (vortex) or manual download; vortex is simpler, manual download requires you to extract the files to the games directory which I recommend tbh for this game
  4. Download the mod, extract it and move it to the paks folder in the games directory
  5. Make sure whenever you download mod/s that it was last updated after the most recent patch the game had (check the dates)
  6. Also check the dependencies section of the mod/s you're download because certain mod/s might require another mod/s to work properly
silk hull
# plucky drum (vortex sucks imo)

yea that's why I said I prefer manual downloads, but I still gave him the option, just in case he finds it complicated to do it manually

rustic agate
#

GUYS

#

Mega important question

#

Is there any anime skin mods that aren't corrupt

#

like as of right now

#

Please ping when answer is given I need this

hazy wharf
#

anyone know how to fix this

rich olive
hazy wharf
hazy wharf
vagrant seal
# hazy wharf

Depends, if it’s a custom weapon, it could just be a broken part of the mod that the author needs to fix. You might be missing a requirement, it could be outdated, or another weapon mod could be conflicting with it. Swapping the load order may help, but you might need to remove one and keep the other.

hazy wharf
vagrant seal
ivory breach
#

Try that

hazy wharf
vagrant seal
#

Yea so bug with mod and game FOV.

ivory breach
#

all of ExsaitX's new gun mods have it

tall stag
#

Is there any possible way to rename the officers in Career mode?

vagrant seal
tall stag
vagrant seal
umbral sage
silk hull
tall stag
umbral sage
silk hull
gritty kelp
#

Do mods disable achievements?

vagrant seal
gritty kelp
# vagrant seal

What is the downside then? Does it work in multiplayer still for achievements?

fast frigate
#

Any word on when modded maps will be supported again? Seeing a lot of mod author comments saying the community mapping tools aren't updated.

vagrant seal
# fast frigate Any word on when modded maps will be supported again? Seeing a lot of mod author...

The framework was already updated there's already some maps that have released or been updated.
Cost Of Living
Heating up (LA Banking)
SW4T or Not - A-Bomb Nightclub Remaster
Updated --AutoShop Shootout--boiling point
Hell Comes to the Hills

The main issue the update brought about with maps was lighting from my understanding so there are maps that still work just might have lighting issues such as:
CLEAN HOUSE (MW2019)
MIDAS Training Center

And likely more if you look around.

wet surge
#

Does the magnified scopes fuck up FPS and see through bushes etc and lighting problems or is it just me lol

void mortar
#

Is there a thing as.. Solo officer? Cuz even if i dont have my swat with me or on the list to pick, they still will spawn with me in game

vagrant seal
void mortar
void mortar
#

I thought it was on new dlc, but then it was happening in story mode :/

violet pulsar
#

anyones else game just crashing

#

idk why mine is

fossil dawn
#

Is there a mod to remove the enemy's ability to see through walls and 0 in on my position exactly when I get a grenade out? No joke, bringing out grenades signals a straight up alarm to anyone nearby.

vagrant seal
# fossil dawn Is there a mod to remove the enemy's ability to see through walls and 0 in on my...

Yea nothing specific like that but this mod will tone them down to a reasonable level: https://www.nexusmods.com/readyornot/mods/3169

Nexus Mods :: Ready or Not

Many difficulty modes for various playstyles. From slow and steady, to all out war with explosions everywhere - now selectable in-game. Suspects tuned according to their level of training and experien

fossil dawn
#

I was using that. Specifically "some crack - as a treat". It does bring their aim down from "Max Payne" to "kinda believable", but it doesn't stop them from seeing through walls and chasing you down the very moment you bring out a grenade.

frosty storm
#

Talking about AI, I was looking around wondering why my AI team just sat there getting shot at and die so I installed the Swat and Suspect AI Overhaul. Did I make the game much harder for myself by doing that? It is my first playthrough. I've been doing LTL and Sinuous Trail has been a big step up in terms of difficulty.

drowsy kelp
#

On Overdose that is

vagrant seal
drowsy kelp
pale shore
#

that’s why typically most games will either zoom the entire screen in or just give you the option to disable Picture In Picture entirely like Insurgency Sandstorm

#

i hope they have an optic overhaul one day. all the magnified optics sit too far from the screen, have severe lighting issues on top of having super low resolution sight picture. they’re more often a hindrance than a help to use

echo karma
#

are all the mods working now

ivory breach
echo karma
flat fable
#

Whats up, do we have any mod list for DLC 4?

wild holly
tiny kayak
#

Hey all so just got this game and figured mess around browsing mods once I figured out the modio site, anyway installed "no mercy" and "no stress" but yea my team's mental health gets freaking wrecked at the mission... whats going on?

rich olive
#

As for your question your team's morale depends on multiple factors, but the most notable one is that they will become stressed if you kill too many suspects.

tiny kayak
#

yea that's why I got the No Mercy one, specifically lists "removes unauthorized force/deadly force penalty against suspects" but I suppose as a follow-up, is there a way to just turn off the stress stuff?
I just want a nice swat-ish game but not micro-manage some AI's psychology in short

rich olive
tiny kayak
#

I thought that's exactly what I wanted, because yea most of the time I just double tap them and move on... welp, whats the specific mod im looking for then?

rich olive
#

Well, double tapping is not allowed in any case, it will always result in RoE violation

#

Because it is illegal, inhumane and all sorts of other things.

tiny kayak
#

that definitely explains a lot then kek

tall stag
#

Is it possible to set Incapacitated turns to 0? Basically so Officers don't have to recover after dying on a mission? I tried changing the values in the DefaultCommander.ini and it reduced it to 1 mission but not 0.

MaxIncapacitationTime=0
MinIncapacitationTime=0

sage sigil
#

and it removes stress

#

just get the robocop version

tiny kayak
#

thanks, so far liking the game but yea that is the one mechanic I rather just totally remove.. its like having a racing game but have a bladder level mechanic for none-mechanical "pit stops" in the middle of lemans 24

sage sigil
tiny kayak
#

yep, that or they put like 4 rounds into your chest (plate carrier) then get mad when I remove their nose with FMJ

sage sigil
#

😭

tiny kayak
#

"I said put it down" ... "what did you learn"

sage sigil
#

i dont use commander mode ngl i always use quick play

#

i just like it more

tiny kayak
#

I don't even know what quickplay is, I thought that meant multiplayer?

sage sigil
#

nah, you play with an ai team (prescott, eli, king and swan) theyre the lore accurate d platoon in the story

#

there isnt perks but you dont have stress

tall stag
#

You can't customize the officers in Quickplay, correct?

tiny kayak
#

ohh yea in most other games I played quickplay meant like a MP skirmish match so I just ignored it

sage sigil
#

try it its pretty good

#

i prefer it when using no mods

#

and when they die they just come back to life when you go back to hq

tall stag
#

I didn't realize you could go to the Station in QP, I thought it was just choosing a mission

mossy citrus
#

Hey how can you run the game vanilla to play multiplayer while still having mods installed?

mossy citrus
#

Ok, does running in safe mode save my vanilla settings or will I need to change them every time I launch the game?

sullen flume
#

im pretty sure it saves

mossy citrus
#

Sweet, thanks

sullen flume
#

no worries brody

ember palm
#

Anyone know if the Steyr Aug mod will get updated?

sullen flume
ember palm
sullen flume
# ember palm Yes

tbh im not sure but they have a few other guns thats been updated so maybe

tiny kayak
#

is it common for this vortex app to crash the game? was working fine with a few gun mods like an hour ago, went to get something to eat and now can't even launch the game

analog radish
sage sigil
#

usually if you have more than 2 the game lags and crashes

sage sigil
#

its pretty neat

tiny kayak
# sage sigil how many attachment mods do u have

just two, one was neanderthals 2019 attachments" and the other "attachment expansion" which I did get mods to work after completely deleting all of them and re-installing... but ironically it was only the attachment ones, none of the gun ones

sage sigil
#

delete that

tiny kayak
#

ok

#

is there a way to filter outdated mods like that then?

sage sigil
tiny kayak
#

I mean is there a way to know what is actually "within" a given update though aside from scrolling through each one and checking to see if it says "works with March 14th 2026 update" or whatever else? Like the NoStress hasn't been updated since July 24 but says that

frail eagle
#

Check "posts" under a mod you want

tiny kayak
#

ahh I see, but otherwise yea no like built-in auto filter of "show only compatible with 1.8.3" or some-such?

frail eagle
#

Nope

sage sigil
#

or look at mod authors profiles and find a mod you like

#

that is updated

tiny kayak
#

yea but that's what I mean, its manual and tedious

sage sigil
#

well thats the only way

tiny kayak
#

that's what I was asking, if there was another way I was overlooking or not

frail eagle
#

I got postal dude as TOC and this is funny af

tiny kayak
#

I never thought about audio mods, dang just made me look to see if there was a Cave Johnson mod lulw

ember palm
#

are there any decent and working female judge voice mods?

frail eagle
#

No idea