Jump to content

z0z1ch

Member
  • Posts

    20
  • Joined

  • Last visited

Everything posted by z0z1ch

  1. Hi! Could you add support for treasure box? new("mission_lootbox_basic", Url("crate_tools0.png"), "assets/prefabs/missions/entities/missionlootbox_basic.prefab"),
  2. z0z1ch

    Skills

    Hi! What did the team say to my request?
  3. Hi! Thanks for adding the metal detector and multiple console commands! Are there any plans to add any other features from the options suggested above?
  4. Hi! Should we expect an update soon?
  5. Very cool, I'm waiting for the update! P. S. Could you add item names and descriptions from the game in the player’s language (from client global.language), not always English? Config overrides could stay for custom names. Thanks!
  6. Is it possible to highlight categories when switching?
  7. Hi, Is it possible to set the research success chance at the research table for each item separately, similar to how BetterResearching does it? Thanks.
  8. z0z1ch

    Techtree

    Hi, Could you add an option so the tech tree opens straight away when you use the workbench, without having to press an extra button first? Thanks.
  9. z0z1ch

    Skills

    Hi, How can I set different XP for each NPC from the BetterNPC plugin if they all use the same prefab — can I do that by their names? Could you add (as an optional feature) separate XP per category? For example: when a player fishes, all XP from that goes into the Fisherman category, and they can only spend it on skills in that category, and cannot use it on Fighter skills. Thanks.
  10. Hey! Love the plugin — a few ideas for more flexibility: Split Slayer into Hunter (animals) and Fighter (NPCs/PvP). Per-NPC XP by prefab and/or display name — important for Better NPC, where many NPCs share one prefab but have different names. Metal detector skill — XP on successful digs. Fishing skill — XP per caught fish type (by shortname), if different catches can be detected separately. Multiple console commands per level reward (not just one). Raider skill with Raidable Bases support — configurable XP per base level/difficulty. Thanks for your work!
  11. z0z1ch

    Techtree

    Hi In Edit mode: Parent (+) and Position (SELECT) show orange cells, but clicking them does nothing. I can't specify a parent or move it along the grid.
  12. z0z1ch

    Npc Spawn

    Не понял, почему нельзя настройку сетки оставить в файле монумента, беттернпс ведь передает данные о ботах и их позиции на монументе в нпсспавн, почему он не может передавать данные сетки? Как я уже упомянул, это избавит от массы одинаковых файлов настроек нпс, подумайте об этом...
  13. z0z1ch

    Npc Spawn

    Добрый день. После обновления у NPC пропала задержка между очередями, раньше она не настраивалась, но была ощутима и её можно было использовать для тактического преимущества при сражении с NPC, возможно ли добавить данную настройку это позволит более гибко настраивать NPC? Для примера, стандартные придорожные NPC не стреляют постоянно, а используют паузы между очередями. Подскажите, вот эти настройки не проще оставить в настройках монумента, а не в настройках NPC, после миграции на новую версию плагина создалось несколько файлов (с разными суффиксами ) одинаково настроенных NPC в которых отличаются только эти строки? Это позволит размещать одних и тех же NPC на разные навигационные сетки не создавая лишних файлов. "AreaMask": 1, "AgentTypeID": -1372625422,
  14. z0z1ch

    Craft Panel

    Hello! Are there any upcoming updates for this plugin in the near future, or is this the final version and we shouldn't expect further development?
  15. z0z1ch

    Craft Panel

    I have three suggestions to improve its functionality: 1. Item Sorting Add sorting capabilities: Sort by workbench level (0, 1, 2, 3) Sort by categories (vehicles, weapons, tools, etc.) Add a category field to CraftInfo class 2. UI Layout Improvement Two options for the right panel: Move crafting costs to the center with item description block instead of right side, allowing more items per page OR display unavailable items (due to missing permissions or workbench level) in the right panel instead of crafting costs 3. Spawn Modular Car Integration Add support for the Spawn Modular Car plugin to craft vehicles with specific configurations instead of random modules.
  16. z0z1ch

    Craft Panel

    Hi I've been using your CraftPanel plugin and it's great! I have a feature request that would make it even better. Request: Add dynamic localization for craft items (Short Name, Full Name, Description) using craft IDs as keys. Current Issue: Craft names and descriptions are hardcoded in config and can't be translated. Proposed Solution: Automatically generate localization keys like "1_ShortName", "1_FullName", "1_Description" for each craft Use craft ID as prefix for easy management Allow server admins to translate craft names/descriptions in language files Benefits: Multi-language support for craft items Easy translation management No need to modify config for translations Would you consider adding this feature? It would be very useful for international servers. Thanks for your great plugin! { "Close": "CLOSE", "Craft": "CRAFT ITEM", "VIP": "For being VIP you have a Discount of {0}%", "Workbench": "Workbench Level {0}", "NoWorkbench": "You need the Level {0} Workbench", "NoResources": "You do not have the necessary materials.", "NotAllowed": "You do not have permission to use this command.", "MessageResponse": "CraftPanel is waiting for ImageLibrary downloads to finish please wait.", "WithoutPermission": "NO PERMISSIONS", "Back": "BACK", "Next": "NEXT", "OpenPanel": "OPEN PANEL", "OpenPanelDes": "You can use this workbench to make other types of objects in the game thanks to our crafting menu.", "1_ShortName": "Recycler", "1_FullName": "Recycler at Home", "1_Description": "Make your own recycler to install it on your base. You can collect it by hitting with the hammer.5", "2_ShortName": "Mini Helicopter", "2_FullName": "Mini Helicopter", "2_Description": "Because having your own Helicopters whenever you want is cool too.\nCraft your Helis, put them away and take them out when you need them.", "3_ShortName": "Scrap Helicopter", "3_FullName": "Scrap Helicopter", "3_Description": "Scrap Helicopter is the father of the Minicopter, it has two seats in the front and plenty of room in the rear for gamers to huddle.\n\nIt has 2500 horsepower and consumes more low-grade fuel. I wouldn't recommend putting yourself under one ...", "4_ShortName": "Attack Helicopter", "4_FullName": "Attack Helicopter", "4_Description": "Create your Attack Helicopter to shoot love at your enemies or destroy their belongings.",
  17. z0z1ch

    Npc Spawn

    Hello! The game has a built-in sound detection zone, but the plugin currently disables it. Would it be possible to make this feature configurable (with an on/off toggle)? This could greatly improve NPC interactivity. Thanks for your work!
  18. z0z1ch

    Npc Spawn

    What are the purpose of the folders it creates? data\NpcSpawn\NavMesh data\NpcSpawn\Preset
  19. z0z1ch

    Npc Spawn

    Good day. The plugin supports custom navmeshes. Could you advise how to create them? For example, if I want to make my own navmeshes for NPCs at a gas station, what should I do?
  20. z0z1ch

    Skill Tree

    Hello! Is it possible to configure different amounts of skill points for different user groups in the plugin? Example. Regular players have access to a maximum of 30 skill points, and VIP players have 50.

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.5m
Total downloads
Customers
11.2k
Customers served
Files Sold
160.8k
Total sales
Payments
3.5m
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.