-
Posts
3,394 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Steenamaroo
-
"Use /perms, /perms player *name*, or /perms group *name*" Is this the message you're seeing? I'm pretty sure that's only possible if you're specifying two arguments. I.E. `/perms something something` Would you mind checking /perms in game chat, as admin, with no spaces or additional words? If it doesn't work, have a look and see if any error was thrown in console, please.
-
Hi, The commands are either /perms to open the main UI or /perms player Steenamaroo or /perms group Admin where 'Steenamaroo' and 'Admin' are examples of valid player/group names.
-
Missed this too, Kevin, although I know I've answered some of this in DM. 1: Grenades/meds...Yes. Great idea. Thanks. 2: This behaviour is a bug which is fixed in the next update but I guess I could make it a user configurable option. That would be pretty cool. 3: Is there a need for this, now? Any particular setting which is a pain? I tried to make everything go up/down in larger increments, the bigger the number gets. 4: I was thinking about creating the option to replace the npcs from vanilla spawners, such as the underground airfield guys, excavator, etc. I realise a lot of people use BotReSpawn, then use NPCKits to make the vanilla guys blend in a bit better, but it would be pretty easy to offer an option to disable vanilla npcs (by area), or even replace them with BotReSpawn npcs. It's something I'll be looking into, certain. OilRig *might* be a no-go for now. Fairly sure there's no navmesh there so it's a bit more work, but I'll certainly keep it all in mind.
-
Hi Steven, Sorry for missing this - I don't get notifications for discussion tab. The loot container options in BotReSpawn Ui are there to let you choose an alternative vanilla source, which is in play if Allow_Rust_Loot_Percent is greater than zero. You can set this to zero to totally disable the default vanilla loot, then use CustomLoot to make a totally custom loot profile either for all BotReSpawn npcs, or per profile. All of the set up for the latter approach is done in CustomLoot - Not in BotReSpawn. BotReSpawn doesn't 'know' anything about CustomLoot, if that makes sense.
-
Hi, Do you see any errors in console when trying to open the UI? Can you confirm the config contents look OK? Thanks!
-
- 424 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
- 424 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
Hi, Did you use the .wipe command? I identified an issue that causes the save loop to run twice rather than once after using .wipe, which would result in your issue. One attempt fails and one succeeds. If that's what it is it's safe enough to ignore and it'll be fixed in the next update. The issue would also disappear the next time you restart the server, or reload the plugin.
- 424 comments
-
- 1
-
-
- #statistics
- #leaderboard
- (and 12 more)
-
Hi, The server time option is for using the server's built-in default day/night checks which, I think, maybe take into account seasons / sunrise/sunset time. That's an alternative to setting fixed times for day start and night start. In your example you shouldn't be able to kill npcs at night because night population is set to zero. BotReSpawn should kill them all off itself fairly promptly. You're right, though - You can create scenarios where respawn time doesn't work or is meaningless by, for example, setting day pop to 1 and night pop to zero, then killing that day npc. If his respawn time happens to fall during night he will not respawn, because the profile is calling for 0 night npcs, then when it turns day he (an npc) will spawn, because the profile asks for 1 day npc. If you want a profile's respawn timer to work without exception, you'd need to have day and night population amounts the same, so that there's always space, so to speak, for each npc to respawn. Hope that makes sense. If not, please let me know.
-
Hi, Thanks for reporting. This is fixed in the next version which I should be, hopefully, pushing today before wipe.
-
Hi, That's not coming from CustomLoot. It's from HarborEvent.
-
Hey, Thanks for coming back to let me know. I wouldn't have known that, but it's good to know moving forward.
-
Hi @Lei_Wong, Thanks for the comments. Looks like I made a mistake in the pursuit logic. I intended for them to hold their ground if they're using a long range rifle but it looks like I did the opposite. That will be fixed in the next update which, hopefully, shouldn't be too long as it's small fixes rather than big changes. As far as I know accuracy had some big issues prior to V1.0.7. Accuracy was terrible with certain weapons, regardless of settings. V1.0.7 aimed to level out accuracy, and damage amounts, across all weapons, so that nothing should be extreme in either direction. As such I think a lot of people will find themselves having to pull back their accuracy settings, so what you're describing sounds normal. The wooden barricade part may not be normal, though. Are you saying with 50% accuracy setting, and hiding behind a wooden barricade, the npc hits you 100% of the time? If so I'll get that sorted for the next update too. Thanks again!
-
Kits can be managed via the BotReSpawn UI and it does pull all the existing Kit names from data, so all you have to do is click up/down buttons. NPC names do have to be entered into the data file manually, though, with the formatting shown above. The files are in /yourserverfolder/oxide/data/BotReSpawn/
-
My pleasure. If you've any questions at all, just ask. Just so you know, multiple kits can be chosen for a profile and if you do that one gets picked at random each time an npc spawns. It's possible to balance the probability by assigning some kits greater numbers than others, but the basic requirement to get a single kit to work is just to set it to '1' in BotReSpawn's UI for that profile. Also, I forgot to address "and to have them stay spawned with respawns only if they die. " This is default behaviour. The only exceptions are event profiles, like AirDrop, where the npcs are killed off after their Suicide_Timer (minutes), but all regular monument profiles and custom created profiles will have npcs that stay until they are killed by someone, then respawn after their respawn timer.
-
Hi, No trouble at all - You don't have to create custom individual spawnpoints, although that is an option. The minimum you'd need to do is set your day+night spawn amounts, and set AutoSpawn true, then either reload the profile you've edited or reload the plugin. That should get vanilla scientist npcs spawning. There's one or two monuments where spawn 'Radius' setting may need increased, such as the Dome, but for most default should work fine. If you want the npcs to have different attire or weapons, use Kits.cs from uMod to create some kits, then assign those to your profile via the BotReSpawn UI. BotReSpawn will make the npcs act like murderers, running at you and swinging, if you don't put any guns in their kit and leave them with melee weapons only. If you've any issues or other questions, don't hesitate!
-
- 222 comments
-
Hi, By default npcs are given a random display name, but you can specify custom display names in an array in config. It's not editable via UI but you can edit the custom/default monuments json file. The format is [ "SingleName" ] or [ "multiple", "bot", "names"] If you have multiple one is chosen randomly, but if you happen to have the same number of names as you have kits, it will always pair them up, so a random kit is selected, then the matching name is used. Like kit1 + name1, kit2 and name2, etc. Hopefully that's your answer. If not, or you need anything else, please just let me know.
-
- 222 comments
-
- 2
-
-
@Hi im billa "You also said I should set 'Allow_Rust_Loot' to false If I do that then I don't get any more loot." That suggests that the CustomLoot setup isn't working right. Set Allow_Rust_Loot_Percent to 0 and reload your profile, to keep things simple for now. "I have set that an NPC can drop between 5-12 pistol bullets, but it always comes with 15 bullets. " Any chance you've set the min + max amounts backwards? I've seen people doing that. If CustomLoot gave that ammo three times, with the numbers reversed, that would be 5x3, stacked - 15. "There is an option "allowKeycards": but there is no setting which keycard I want to add to which bot in the drop." allowKeycards is false by default. If you set it to true then reload CustomLoot, your loottable should now list the keycard items.
- 222 comments
-
- 222 comments
-
Oh, I'm sorry. I misread some of your info! In CustomLoot config, the image you pasted above, change corpseTypePerBotReSpawnProfile to true, then save and reload CustomLoot. After doing that, close and reopen the config file, and you'll see entries now for every single BotReSpawn profile, by name, with BotReSpawn in the name for clarity. My apologies - I saw "Airfield" and thought you had already done this, forgetting that Rust has vanilla npcs at the airfield. When you've done that, and found some of the BotReSpawn profiles you want to give custom loot to, you can enter "lootTable": "SomeNameHere", like you put in test, to get new loottables for those BotReSpawn profiles. You can use the same loottable for many profiles, if you wish, or put in unique names for each.
- 222 comments
-
- 424 comments
-
- #statistics
- #leaderboard
- (and 12 more)