-
Posts
3,238 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Steenamaroo
-
Hey, I think I misread, or misunderstood this. You always had the option to allow, or disallow, rust's vanilla scientist corpse loot. You also had the option to use CustomLoot to supply the corpse loot, or add to the existing vanilla scientist corpse loot. The new option just allows you to change the loot type from vanilla scientist to some other vanilla container/barrel loot table, but it doesn't change the old mechanics at all. If you want CustomLoot to be supplying the loot, with or without vanilla scientist loot, you can still do that. If you haven't made any changes to the profiles, loot wise, everything should work exactly as it did before.
-
NPCs not Attacking each other (Faction/Subfaction)
Steenamaroo replied to Kaho's Support Request in Support
Hi, Looks like I've made a mistake so I'll do a patch update soon. For now setting both faction and subfaction to the same thing will 'fix' it, but doing so wont be necessary after the patch update. Thanks for flagging this. -
@Lei_Wong- @Covfefeis correct - Thanks for that. Melee weapons used to be OP, not by choice. I've balanced out weapon damage across the board now so nothing's OP, but understand some people will still want greater than normal melee damage. That's what that option is for. @pookins- I could bring in CustomLoot profile as an option, for sure. The focus, for now, was other existing loot containers from the game, by request. Thanks! @Snivel- Use of grenades and meds are both automatic. The npcs will use them at strategic times, when line of sight is being broken/unbroken.
-
No problem. Thanks for flagging it.
-
My pleasure.
-
Hi, Sounds like some plugin is formatting their version number as X.X instead of X.X.X Would you mind seeing if the attached copy solves the issue? Thank you! UpdatesChecker.cs
-
Hi, Do you have stationary set to true for their profile?
-
NPCs not Attacking each other (Faction/Subfaction)
Steenamaroo replied to Kaho's Support Request in Support
Hi, If npcs are in the same faction they won't attack each other. Try Profile 1 : "Faction 1" "Subfaction 0" Profile 2 : "Faction 2 "Subfaction 0" Subfaction is there for slightly more complex relationships, but not needed for simply making two profiles fight each other. Target_Other_NPCs is there to cover any npcs which aren't covered by the other options, such as npcs from other plugins. -
Yeah, looks like Target_Noobs:false and use of NoSash.cs don't play well together. Having Target_Noobs:true as default would have been ideal but that ship has sailed, so in the next update I'm just going to have the Target_Noobs option ignored if NoSash is installed. The result would be that noob players are targeted regardless of the setting, rather than the current setup where presence of NoSash (and Target_Noobs false) means all players get ignored.
-
Hi, I'd need to check but I think SmokeGrenades are technically TimedExplosives, where BotReSpawn is looking for ThrownWeapon. Right now it should support F1 grenade and beancan grenades. I was planning to do something with smoke in the future. Also considering a random chance of MGL popping smoke, if the primary ammo is not smoke.
-
They're meant to respond if they're attacked from distance. In previous versions they'd return fire regardless of their weapon but in the latest version you have an option called Limit_ShortRange_Weapon_Use which you can set true if you don't want npcs with pistols only, for example, to return fire over very long distances. In that case, and with the limit option true, the npcs will attempt to move closer before firing. You can, of course, still give them a rifle or bolty or something and they'll return fire from where they are.
-
Thanks for flagging it, btw.
-
Hey, That's just two plugins disagreeing on what the APC should do. I'll have a chat with Krungh and see if we can do something. For now you can disable APC_Safe in BotReSpawn, or some setting in BradleyGuards, (not sure), or ignore the messages.
-
Oh, that was it? My pleasure! Glad to hear it was something simple.
-
Hi, Looks like `Oxum's Gas Station 1` is the only profile without a kit specified. The rest of the AutoSpawn:true profiles have kits specified. For some of the profiles you have "Keep_Default_Loadout" set to true, which would keep the default hazmat suit. Trying to move clothing from a kit in the case would fail, the same way you can't put on trousers as a player if you're wearing hazmat, or any full suit, so you might want to switch that to false. If you have it set to true on purpose, so your kit is adding to the default clothing and weapons, then leave it true. Are you able to redeem a kit yourself to confirm the plugin is definitely loaded without error? If so, have you recently switched the Kits plugin you're using?
-
Hi, Sorry for the late reply - I didn't see this somehow. As far as I know Auth Level 2 players are automatically put in the admin group, and all players are automatically put in the default group. Even if you manually remove players from these groups, I'm fairly sure they're put straight back in the next time they connect. If you want to differentiate between yourself and your other staff you'd be better making new unique groups and using those to designate permissions to ServerOwner and ServerStaff, or something like that. Keep in mind if your admins are really admin (authlevel 2) they can give themselves whatever permissions they want. It's best practice to reserve authlevel 2 for yourself only then give out permissions to your staff some other way.