-
Posts
3,332 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Steenamaroo
-
Hi, Thanks for reporting this. I tested in the server console but not Rcon. I'll get on this today and see what the issue is.
-
It's an automated thing, because I never formally marked the post as pending or solved or whatever. If there's no assigned status, by me, then that bot closes them after a month.
-
"The other ScientistNPC_roam I found are associated with a custom monument on my custom map." Ah, ok. That would make sense. The only scientistnpc_roam I'm aware of, 'in the wild', are DesertScientists. I don't pick up Scientistnpc_roam by prefab name so I guess that profile should not affect these npcs you've found.
-
Hi, Almost... If you want your custom profile and spawnpoints to follow a monument when the map changes you need to 1: Create the new custom profile 2: Set Parent_Monument (Other tab) to the desired monument, 3: Add your custom spawn points. It needs to be done in that order to work. Set Parent Monument then add spawn points. I think there might be an open issue relating specifically to the harbours - I think I need to differentiate between large and small otherwise there's the possibility of them getting mixed up and the custom spawn points not really making sense, but other than that there should be no issue. I should be looking into this before the next update.
-
Bradley_crate not spawning if comes from bradley
Steenamaroo replied to suicidemayhem's Support Request in Support
Hi, It's around line 120. if (container?.OwnerID != 0 && !(container is SupplyDrop)) return; -
Hi, There are no steps required at the BotReSpawn end - It's all done from CustomLoot. CustomLoot just treats the npc corpses like any other loot container. There's a CustomLoot config option - corpseTypePerBotReSpawnProfile. This tells it whether to show a 'BotReSpawn' config entry, covering all BotReSpawn npcs, or to show a separate entry for each profile of BotReSpawn npcs. Other than that, you just pick out the npc profile you want to populate with loot (in CustomLoot config), and assign a loot table name to it, the same way you would for barrels or crates. If you need more info hit me up.
-
Hi, That's most likely coming from some unsupported weapon. I'll be looking at these weapons in the near future but, for now, things like flamethrowers and bows are no good. Check through your kits and make sure you're only giving the npcs normal bullet weapons or melee weapons.
-
Ok, great. That makes sense. Thank you, again. 🙂
-
Ooh, nice catch. Thanks for reporting that! Is that melee bots, or any? I'll have a look regardless.
-
custom profiles don't follow parent monuments
Steenamaroo replied to Electrik's Support Request in Support
For sure. I'm glad you reported it - No one else has, so far. I think it's because it's only affecting the profile location (for random spawnpoints) - not custom spawn points. I guess most people are using combination of custom spawn points + Parent_Monument. Anyway, it's fixed now but I have some other things to do before updating. Would you like the fixed V by DM? I'm afraid you'd have to move these problem-profiles again with the patched version, in order for them to work at your next wipe. -
Ah, I see! I don't think it's possible to have activer hyperlinks in-game but I'll look into it and make sure. Thank you.
-
custom profiles don't follow parent monuments
Steenamaroo replied to Electrik's Support Request in Support
Testing now and have found an issue. I'll get back to you today on this. Thanks again. -
custom profiles don't follow parent monuments
Steenamaroo replied to Electrik's Support Request in Support
You're quite right - you don't need to use 'Move profile here', but I'm aware of an issue with relocation data when people do use 'Move profile here'. If that's the case, it'll be solved in the next update which is coming pretty soon. Thank you for reporting! -
custom profiles don't follow parent monuments
Steenamaroo replied to Electrik's Support Request in Support
Hi Electrik, Thanks for reporting. Do you know, did you happen to use the "Move Profile Here" button for any of these profiles? I did find an issue with that function which I'll be solving in the next update. I'll do a bit of testing either way, before next update, to ensure it's all good. -
Hi, I don't think that's supported in-game at all, is it? Do other plugins do it?