-
Posts
3,407 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Steenamaroo
-
Hi, In short, yes. It's possible the map maker might include a BotReSpawn json set of pre-made profiles but you'd need to check that with them. It's also possible someone in the community might share theirs. Failing that, yes, at a minimum you'd probably want to go in and create new profiles at each of the non-vanilla monuments or points of interest. You can just create a profile and set radius then let BotReSpawn spawn npcs at random points within that area, or you can go in greater detail and create custom spawnpoints for the profiles - As with a vanilla map, that's up to you. Everything can be done in the UI now, saving you from tedious json editing. If the map maker is including vanilla monuments I think those should be detected as normal and should have automatically generated profiles, but it would be good if someone else could confirm that - I don't have a lot of custom map experience. If you go the route of setting up your BotReSpawn profiles in advance (I.E. before the actual wipe), you'll want to make sure you set Disable_Non_Parented_Custom_Profiles_After_Wipe to false for all your profiles. It's just a point of convenience - If you don't do that BotReSpawn will detect that there's been a wipe and turn off all the custom profiles you created. Let me know if that answers your question.
-
Hi, BotReSpawn does kill off all of its npcs if you unload, or reload it, to make sure it leaves the server as it found it. Plugins which spawn and manage populations of custom npcs or vehicles or whatever should always do this. I have made efforts to reduce the number of scenarios where you'd need to reload the plugin, though. Everything (I think?) can be changed via the in-game UI, saving you from having to make json edits. Many of the options per profile take effect immediately without the need to kill/respawn npcs, and in cases where kill/respawn is needed, like changing kits or spawnpoints or names, you can reload the specific profile via UI, rather than reloading the whole plugin. Is there some reason you're finding you need to reload the plugin often?
-
In short, yes and no. Murderer prefab no longer exists in the game but I believe their clothing items still do, so you can make a kit to dress the npcs as murderers. BotReSpawn has its own attack logic and does support melee-only behaviour, which is very similar to the older Murderer behaviour, and also supports npcs using throwables like beancan grenades etc if you place any of those in the kit belt. So while you can't directly spawn murderer or scarecrow prefab with BotReSpawn, you can more or less re-create the same thing. You can also give your npcs frankenstein parts, if you want, either through Kits or though the clickable options in any profile's UI settings.
-
`Couldn't connect to SQL. Please check config credentials and ensure that SQL host is whitelisting Rust server IP.` Did you do this? I know you checked the credentials but the Rust server IP needs to be whitelisted with your SQL host. If you've done that and it doesn't work maybe contact your Rust server provider and ask what IP SQL queries would go out on. I've had cases where it's not the same as the Rust server join IP.
-
One plugin is saying Bradley can target APCs and the other plugin is saying it can't. You'd need to look at the settings for both and make sure they agree, assuming Bradley plugin offers you that control. There may also be cases where the conflict warning is fine and you can just ignore it - For example if default desired behaviour is that APC targets NPCs but the circumstances with this Bradley plugin are an exception where it shouldn't. Depends what you want, really.
-
Hi, I'm afraid neither of those is my plugin. Sorry!
-
For profiles where the monument doesn't exist, I'm not sure about forcing AutoSpawn false, or locking the button, because a lot of people deliberately keep those profiles set up and ready to go (autospawn true), so that they don't have to do anything when the map changes, but certainly the idea of separating them out or having filters makes perfect sense. That would probably tidy up the default-profiles page a lot! Thanks for the suggestion.
-
If you have it enabled then, most likely, the environment people are throwing supply grenades in can't support bots. Try testing in an open terrain area, or in one of the vanilla monuments with open ground, like the airfield. It's possible something's changed - If you think that's the case I'll fire up the server and get is sorted, but it's not uncommon to get not-working reports for supply signals thrown in the water, for example.
-
- 195 comments
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
- 195 comments
-
- 1
-
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
After installing version 1.2.3, spam messages constantly appear on the console
Steenamaroo replied to laodu's Support Request in Support
I must have forgotten to reply to this. I didn't find a specific reason for it but I have added some additional null checking in that method. I'll be doing an public update soon, to include the Jungle scientist, and this fix. -
Ah, even better - If you can see on the map there are are upper case and lower case then that confirms it. They're just different locations and Facepunch have used simple and clever naming conventions, as is our expectation. Whether BotReSpawn will be fine with it... I don't know! If you're able to access both profiles via UI and manipulate them separately then we're good.
-
I fired up a Jungle map today and made the changes needed for the new animals, trees, and npc. I'll update fairly soon, after I'm sure I've got everything. Thanks for the info, folks.
-
No, the data profiles are automatically maintained by BotReSpawn. Making changes to, or adding new, profile names wont mean anything to BotReSpawn. On my map I have just Jungle ruin 0/1/2/3 profiles...all with lower-case 'r'. I don't have any with upper case r but maybe that's just luck of the draw or something. If you open up BotReSpawn UI, go to these two profiles ( Jungle ruin 0 and Jungle Ruin 0 ) and click the "TP me there" button, I expect they'll be two different locations.
-
Are they all custom profiles? Custom profiles automatically disable themselves when wipe is detected, on the assumption that their locations wont make sense on the new map. If that was the case but you recycle maps and don't want this to happen, you can set Disable_Non_Parented_Custom_Profiles_After_Wipe to false.