-
Posts
3,809 -
Joined
-
Last visited
-
Days Won
212
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Reels
Support Center
Everything posted by Steenamaroo
-
Update released. Thanks for letting me know about it.
-
oh, boo. Must need using Rust.Ai.Gen2; or using Rust.Ai; I'll get on it in the morning. Thanks!
-
Hi, Thanks for reporting. I won't be on an up to date server until tomorrow but I can get it sorted and update then. If you're comfortable editing, I'm pretty sure changing NavMesh.SamplePosition.... to RustNavMeshHelpers.SamplePosition.... should sort it out. Just that one word, and there's only one instance of it.
-
- 462 comments
-
- 1
-
-
- #statistics
- #leaderboard
- (and 12 more)
-
Hi, Yes, no problem. I'll do that soon. Thanks for the info.
- 1 reply
-
- 1
-
-
Hi, If you are admin (auth level 2) on the server you won't need the permission, so you should be able to just use the /perms chat command and get in to the UI, although if you're seeing "permissionsmanager.allowed doesn't exist", then it sounds like the plugin isn't loaded. do oxide.reload PermissionsManager and watch console. If it throws an error then PermissionsManager.cs isn't in your /oxide/plugins folder, or the file is damaged somehow.
-
- 240 comments
-
- 1
-
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
- 240 comments
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
- 240 comments
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
@520520 You attached the paid .cs plugin, making it available for anyone to download. I have removed it but please be more careful in future.
-
Error message with murderer sound and Custom SMG
Steenamaroo replied to Gromnoth's Support Report in Support
Hi, Thanks for letting me know. The SMG issue is something I've fixed although in an unreleased branch, so that will be publicly updated soon. I actually meant to copy that over for yesterday's update, so thanks for flagging it. Unfortunately the murderer breathing sound is no longer there as a playable effect, but I'm looking at alternatives.- 1 reply
-
- 1
-
-
I can't say for certain but there's a good chance that's why. If Automated events just spawns a vanilla APC then BotReSpawn APC_Safe should work, but if it's handling the targeting itself, BotReSpawn won't have control over it. If you don't see any problems at the launch site with the vanilla APC, then that would point to AutomatedEvents taking over its APC targeting.
-
Hi, Thanks for the report. Is the APC vanilla or spawned by some plugin?
-
I'm afraid that's the bottom line then. Like animals and scarecrows they're navmesh based npcs so if there's no navmesh down there any more the only option is some stationary ones. That's a shame but we do know FP is working on their own navmesh implementation, instead of UnityEngine's, with run time baking for user-built structures and that kind of thing. Can't make promises but maybe we'll have some control of that kind of thing in the near future.
-
InstantButcher giving 10x the amount of Reward
Steenamaroo replied to Rust Admin's Support Report in Support
"[Fixed] Instant gathering skills (Instant Butchering," Thank you @Mevent -
InstantButcher giving 10x the amount of Reward
Steenamaroo replied to Rust Admin's Support Report in Support
No, I'm not sure you follow me. NextTick isn't causing anything to fire multiple times. NextTick is the way of preventing that - Waiting for a moment to ensure the corpse is gone before giving a reward. For it to break, something must be simulating hitting the corpse multiple times in the same tick. There are better ways to do it. -
InstantButcher giving 10x the amount of Reward
Steenamaroo replied to Rust Admin's Support Report in Support
I'm not sure if I can help here or not. I still don't know what butchering skill is, but I know RustRewards waits for a small amount of time then checks if the corpse is gone to give out the reward. If you hit a corpse and it finds the corpse is still there, a fraction of a second later, it won't reward you. That means you can't get the reward twice because the sequence has to be hit corpse - wait - corpse is gone...give reward. The only way that could go wrong is if something "hits" the corpse for you loads of times at the same moment, which I guess some plugin you have is doing? Edit : I thought this was in RustRewards support...Didn't realise it was under Skills. My mistake! -
Not sure why you're dodging the question. You're claiming MonBots and Scarecrows use a running animation. Was that with melee or projectile weapons?
-
Yes, I understand. I'm asking if you confirmed this with both melee and projectile weapons? Because BotReSpawn does the proper running animation with melee, and the scarecrow spawns with melee. I don't know anything about MonBots.
-
With projectile weapons? BotReSpawn still runs with melee...