Jump to content

aimacak

Member
  • Posts

    1,597
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by aimacak

  1. aimacak

    BetterNPC

    The problem was solved in discord, on the Mad Mappers server, it was necessary to manually create a Custom folder (data/BetterNpc/Custom/), because by default this folder is empty, and the user's hosting did not transfer the empty folder to the server when installing the plugin.
  2. aimacak

    Npc Spawn

    Для чего вы из раза в раз пишите разного рода негативные сообщения, которые даже не несут в себе никакого смысла? Куда продуктивнее было бы поделиться своими текущие проблемами, неудобствами или чем-то еще, и попытаться их решить. Если ваша основная проблема это та, которую вы указали в своём отзыве на NpcSpawn - потеря всех конфигураций при каком-то обновлении, то как бы грубо это не звучало, учитывая все нюансы, но это ваша ошибка как администратора сервера, было бы здорово иметь резервные копий своих настроек, на которые вы потратили такое количество сил и времени. К тому же ваша текущая стратегия поведения на форуме не вернёт вам утерянных файлов.
  3. aimacak

    Npc Spawn

    Unfortunately, I didn't understand your situation any more, because you didn't specify the plugin versions as I asked, and I also don't understand if you did a clean install after my response, or in your attempt to update, after which you wrote the first message with errors in the server logs Excuse me again, perhaps this is a language barrier, I would be grateful for a more detailed explanation specifying the versions and your sequence of actions during the update. Also, can you tell me if you have a backup of your old data/BetterNpc/ files? And you can attach some files and folders (if exist): config/NpcSpawn.json config/BetterNpc.json data/BetterNpc/ data/BetterNpc_old/ data/NpcSpawn/Preset/
  4. aimacak

    Npc Spawn

    Hello, tell us in more detail how exactly did you update and from which versions to which? The first error that you attributed to NpcSpawn, judging by the logs, refers to BetterNpc. Can you send any file from data/BetterNpc/Monument/ and the NpcSpawn preset file specified in this file from data/NpcSpawn/Preset/?
  5. aimacak

    Npc Spawn

    Я же объяснил, что тип сетки это непосредственно параметр каждого НПЦ, и иногда в разных частях одной локации эта сетка нужна разная, и всю историю существования типа сетки в BetetrNpc она присваивалась именно пресету НПЦ, которые ранее были внутри файлов BetterNpc, а сейчас эти пресеты, как и тип сетки, переехали в отдельные файлы пресетов в NpcSpawn. К тому же не понимаю, о какой "массе" одинаковых файлов вы говорите, скорее речь идёт о нескольких лишних файлах. Скоро выйдет обновление, в котором вы сможете одной командой изменить имя пресета в data/NpcSpawn/Preset/ и она же поменяет этот пресет на новый во всех файлах BetterNpc, где использовался пресет, имя которого вы меняете, что позволит быстро и удобно назначить удобные для вас имена пресетам, например Аэропорт, Аэропорт_красная_комната, или как-нибудь еще.
  6. Hello, you have already created a ticket in Mad Mappers, right?
  7. aimacak

    Npc Spawn

    Добрый. Ну давайте по порядку: Раньше НПЦ были затупками относительно их референса, т.е. стандартных НПЦ, о которых вы так же упомянули, и я проверил в очередной раз этих двух НПЦ, стандартного НПЦ у мусорок с Береттой, и кастомного с NpcSpawn, тоже с Береттой, стреляют они одинаково. Т.е. тут больше играет роль момент привычки, что на фоне старых текущие выглядят "не так, как мы привыкли". На сколько я знаю, данную настройку добавить нельзя по определённым причинам. Настройки, на которые вы сослались отвечают за типа навигационной сетки и работают они только в купе друг с другом, они устанавливаются каждому НПЦ при спавне, т.е. никаким образом присвоить их к монументу не получится, иначе это уже давно было бы сделано. Два одинаковых файла с разными суффиксами как раз потому, что в этой локации разные пресеты имеют разный тип навигационной сетки, чтобы и те и другие могли передвигаться на своих точках спавна.
  8. aimacak

    Boss Monster

    When will you be online so that we can look at their behavior?
  9. Hello, you won't like my answer, but apparently the only way to remove the scrap if you only use Alpha Loot is to manually change the loot pad in each NpcSpawn preset (data/NpcSpawn/Preset/) to the one I attached to your message.. Because the GUI for configuring Prefabs and Items It's not ready yet, there's no other way. And it's better to unload NpcSpawn at the time of editing, perhaps this was the reason why you returned IsEnable: true, because the changes are pulled up automatically when editing them through the GUI, but when editing files manually, you will need to reload the plugin, perhaps it resaved something when unloading. But I couldn't make IsEnable change the value that I set it to.. "LootTable": { "IsAlphaLoot": true, "AlphaLootPreset": "BetterNpc", "IsLoottablePlugin": false, "LoottablePreset": "", "IsCustomLootPlugin": false, "CustomLootPreset": "", "ClearDefaultLoot": false, "PrefabsTable": { "IsEnabled": false, "MinPrefabsAmount": 1, "MaxPrefabsAmount": 1, "Prefabs": null }, "ItemsTable": { "IsEnabled": false, "DisableMinMax": true, "MinItemsAmount": 1, "MaxItemsAmount": 1, "Items": null } },
  10. aimacak

    Harbor Event

    It's an interesting situation, but can you add me to the discord? @shrpndfcsd
  11. I think this is my mistake, because almost all tickets with any problems were related to BetterNpc, I apologize. Let's take it in order. Your error was due to the fact that you had 2 files with the same name but with a different extension in the data/LootManager/LootTables/ folder. But you didn't need the conversion itself, because NpcSpawn presets are currently used only by BetterNpc, meaning you have nothing to convert. For now, just make sure that you don't have UpdaterNpcSpawn.cs in the plugins folder, delete the configuration NpcSpawn.json and upload the latest version of NpcSpawn.cs to the plugins folder.
  12. aimacak

    Boss Monster

    I can call this misleading, because you are the only one with this problem, but in the review it looks like everyone has it, and no one refuses to support you. How can this ticket be unrelated if it's your only ticket in this plugin and it says something about the same thing? (you don't have to answer) Could you tell me your nickname on Discord so that KpucTaJI can review the information you provided? You can't blame me for not becoming a moderator in October, but only in December, but understanding the whole situation, I apologized to you for this, although it wasn't my fault. I've contacted users personally on CF a couple of times, but in general this idea will lead to complete confusion in private messages. I didn't attack you, if that's what it seemed to you, then I'm sorry for that, too, and I'll immediately add that neither in the past nor in the current message do I have a goal to reproach or accuse you of anything. In the previous post, I just explained how I see this situation from my own eyes, nothing more. Can I add you to the discord? or you can add me - @shrpndfcsd
  13. aimacak

    no custom loot suported

    There is a possibility, you just need to upload a separate image for each added item, as I described above, I understand that this is inconvenient.. but someday KpucTaJI will switch to a new format without manually uploading images. I will also add that you can upload any image, even one that is not in the game client, but I would stick to the original size - 512x512. If we talk about the convenience and speed of solving problems, then of course this is Discord.. If it's inconvenient for you to do this in Discord, you can create them here, there's nothing wrong with that, I'm not forcing anyone to solve problems in Discord.
  14. aimacak

    no custom loot suported

    Hello, this plugin uses a slightly old image display system, and you need to manually upload images with the same names as you specified in the configuration. You can find some of them in the game folder (in the client) by these names, for example scrap - steamapps\common\Rust\Bundles\items\scrap.png and upload them to the server in the data\Images\ folder.
  15. aimacak

    Error Webrequest

    Hello, this is an automatic check for new versions, it's okay, this happens sometimes. Try reload the plugin several times, does this error appear every time?
  16. aimacak

    Boss Monster

    As far as I understand, the AI of all NPCs is the same, only some parameters change, in NpcSpawn 3.0.0 KpucTaJI made its own Sense class, which greatly improved performance, the new Ai you are talking about is Scientist 2? What makes you think that your situation will improve? Yes, they will crouch and move in this position, yes, they will make fewer sounds, yes, they will be waiting for you around the corner, but they still use all the same parameters that the old NPCs use, they move using the same NavMesh, which has 2 types in Rust, and in some places the NPC will not be able to run across the grass or enter the room, because this action is only possible with a different NavGridType, as far as I know, it is impossible to dynamically change the grid, it is set when the Npc spawns. About the new parameters. BetterNpc does not have Ai, the Ai of the NPC in all plugins and events that use NpcSpawn is NpcSpawn itself. And all these plugins use the new NpcSpawn and all its parameters, but at the moment it is possible to change new parameters only in BetterNpc, naturally in the future it will be added to all plugins. I tried to log into your server, I do not know if you answered me in the chat or not, but it is absurd to evaluate the behavior of Bosses by an ordinary player, I will run to him for an hour and a half and just die, it makes no sense. Unfortunately, I do not know how to solve abstract situations, there are some functions in the Boss presets, for example, invisibility, which can also be used so that the Bosses are not so easy to catch. You can all add me to the discord and we will try to evaluate your situations individually - @shrpndfcsd, or join the KpucTaJI - Mad Mappers discord and create tickets there, whichever is more convenient for you. You can also send a video with a specific situation and a data file of this Boss so that I can reproduce it for myself.
  17. aimacak

    Npc Spawn

    This is an automatic check for newer versions of the plugin, it's okay, sometimes this happens. You can try to reload the plugin a couple of times, will you get this message every time the plugin is reloaded?
  18. aimacak

    Boss Monster

    Try to put them in special places or play with the settings. If you have specific examples of some situations, you can share them, we will try to do something with them, if possible.
  19. In version 3.2.2, you can opt out of LootManager if you wish, and UpdaterNpcSpawn.cs is no longer available in this version. Are you using only NpcSpawn or NpcSpawn + BetterNpc? If only NpcSpawn, just delete config NpcSpawn.json and UpdaterNpcSpawn.cs, then upload to server latest version NpcSpawn.cs or reload it
  20. aimacak

    Harbor Event

    Hello, what is the average FPS of the server? Have you tried leaving only NpcSpawn and HarborEvent on the server? I don't have any ideas yet, except for a conflict with other plugins or server performance..
  21. aimacak

    Boss Monster

    @Bear Grills Hello, please do not mislead other users with deliberately false reviews, your ticket ( https://codefling.com/files/support/24814-either-crashes-or-doesnt-load/ ) was closed only because you did not respond to it for 19 days, and before that you also did not show any interest in solving the problem, but even after it was closed, you could write to it and start solve the problem instead of attracting the attention of a low-rated review. I understand that you created it on October 22, 2025, and I answered you for the first time only on December 10, because I started helping KpucTaJI with it only then, and I apologize for that. You can see for yourself how the dialogue went on. Your problem has nothing to do with performance or the load queue of plugins, because in fact, the plugin has 12 NPCs (Bosses) by default, and spawns a total of 5, which is just a meager load. Check the CustomMap folder (carbon/data/BossMonster/CustomMap/), if you are using Procedural Map, you can simply delete all files from it and reload the plugin. If problems remain, please send the logs when downloading the plugin again. Also specify the NpcSpawn version and attach the NpcSpawn configuration file. Thank you.
  22. aimacak

    NPCSpawn

    Hello, I'm sorry for the long answer, I only know one reason for this behavior so far, provided that you are sure that it loads without errors. Check if you have UpdaterNpcSpawn.cs (or / and UpdaterBetterNpc.cs) in the plugins/ folder? Delete them, if exist, and upload only NpcSpawn.cs on the server. What and when Updaters are needed is described in detail in the notes under the update in NpcSpawn 3.2.2 (and BetterNpc 2.1.8), the plug-ins are also accompanied by instructions on how to use them inside the archive. You are welcome
  23. aimacak

    New Error message

    This file is located in the archive (in the folder, /data/Images/Preset_KpucTaJl.png) with the plugin that you download from this site. ImageLibrary has nothing to do with this plugin. Double-check the folder and file structure in the archive with the plugin and compare it with the structure on your server, they must match. It's strange if my quote offended you, because as a rule, everyone says something like "oh, I didn't notice, I downloaded the data folder and now everything works, thank you!"
  24. Hello, by command in server console you can change Health and other values to all Presets (data/NpcSpawn/Preset): NpcEdit Health 100 NpcEdit Speed 5 To the second question, I would like to clarify, to reduce the number of NPCs or to remove the spawn in some position? You can also view the description of the plugin on the website, perhaps you will find the answer there.
  25. Hello, please send the server logs that contain this error.

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.9m
Total downloads
Customers
11.9k
Customers served
Files Sold
168.8k
Total sales
Payments
3.7m
Processed total
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.