Jump to content

Xacku Mapping

Creator
  • Posts

    175
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Xacku Mapping

  1. Xacku Mapping

    World Update 2.0?

    hello, yeah, i need some time for update
  2. Xacku Mapping

    need help

    write to me in the xacku.mapping discard
  3. Xacku Mapping

    Console Error.

    Changed Status from Pending to Closed
  4. Hi, yes, I've already received feedback from the testers, I was just away. I'll fix it soon.
  5. Xacku Mapping

    height issue

    the central place with furnaces has been changed
  6. Xacku Mapping

    height issue

  7. Xacku Mapping

    height issue

    there are no problems with landscape application. check your actions
    this is something unreal. This plugin is just a treasure. with its help, you can customize any procedural and not only procedural map without making much effort. in the configuration, everything is clear and it is clear where which functions are responsible for what. It doesn't look real in the game. It's a great idea if you want to diversify your server.
  8. Xacku Mapping

    Console Error.

    Better yet, contact me in the discord. xacku.mapping
  9. Xacku Mapping

    Console Error.

    does the default config work?
    This is a great match for the Better Armor Insert plugin. if you install these 2 plugins, then all the needs are closed after the latest update from the developers. Most importantly, that's what the players needed. Everyone is happy. I advise you to purchase
    This was the very first thought when the developers decided to add slots for armor. jtedal seems to read minds. Excellent functionality expansion after the update from the developers. all the necessary functions are available in the configuration. it works flawlessly. gorgeous. Deserves attention
    Another masterpiece from Adem again. Gorgeous. There are a lot of good things that can be said, but I'll limit myself to the main thing at the moment: convenient configuration settings, a wide range of excellent construction sites (thanks to Gruber in the chat). The players are happy, the admin is calm.
  10. Xacku Mapping

    Console Error.

    Sorry, the report notification has just arrived. are you using the standard config, or have you changed it?
    A great plug-in that allows you to diversify the behavior of the ship. during the time of using the plugin, I did not notice any drawbacks. The players took this as an update from the game developers. It's a pity that the game developers themselves don't make such beauty from the very beginning, BUT! I wouldn't be surprised if they release this update. In short, I'm happy with the plugin. Cargo looks more alive now
  11. After today's game update
  12. After today's game update
  13. if any functions in the plugin do not work for you, then you can always write to the developer, who will tell you what the problem is: in the plugin or you did something wrong. because not always "a function that does not work" is the fault of the plugin or the developer. Often, even the most experienced administrator may overlook the smallest details, after which the plugin is not initialized.
  14. Xacku Mapping

    List of Issues

    Changed Status from Pending to Fixed
  15. Changed Status from Pending to Fixed
  16. Xacku Mapping

    Barges

    Have you ever seen a Party Barge? Or maybe an aircraft carrier based on a barge? or maybe a tourist liner? with this plugin, you can implement even the most terrible ideas xD introduced for players to dream up, I thought there would be units to use, as a result, there is already a queue behind the barges, like for an iPhone 16 on the day of release. optimization and a wide range of settings will allow you to change the plugin the way you want it. Well, the players will not remain indifferent to him.
  17. Xacku Mapping

    Update ETA

    Changed Status from Pending to Closed
  18. Hi, sorry for the long response, I didn't see the notification. It will be accepted. In the future, the default will be EN
  19. Calling hook CanStackItem resulted in a conflict between the following plugins: StackModifier - True (Boolean), FurnaceUpgrades (False (Boolean)) such an error started spamming, I can't do anything about it. added an error to the exception in the filter console plugin, but this does not exclude the error. the log file increases in size. Is there anything we can do about it?
  20. Xacku Mapping

    new hook

    [HookMethod("GetShortNameBackpack")] private List<string> GetShortNameBackpack() { return config.f_BackpacksByShortname.Keys.ToList(); } [HookMethod("GetHaveBackpack")] private bool GetHaveBackpack(BasePlayer player) { if (player != null) { if (!Instance.permission.UserHasPermission(player.UserIDString, PERM_BACKPACKSLIMIT_BYPASS)) { int backpacksAmount = 0; foreach (var item in player.inventory.containerWear.itemList.Concat(player.inventory.containerBelt.itemList.Concat(player.inventory.containerMain.itemList))) { if (config.ContainsBackpack(item.info.shortname)) backpacksAmount++; if (backpacksAmount >= config.GeneralSettings.MaxBackpacksAmount) { return true; } } return false; } } return false; } Please add these hooks in the next update so that we don't have to constantly add them. We're using your plugin, just tweaking it a little bit. Also, it would be great if you added some implementations in the plugin.

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.7m
Total downloads
Customers
11.6k
Customers served
Files Sold
165.8k
Total sales
Payments
3.6m
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.