Jump to content

aimacak

Member
  • Posts

    1,529
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by aimacak

  1. aimacak

    NRE on next tick

    Hello, as we recently found out, this is most likely related to server performance, do not worry, this point will be taken into account in the relatively soon update of NpcSpawn and BetterNpc.
  2. Hello, does the problem remain without Simple Pve? If yes, then check your values in these variables, as a rule, mod PvE servers use plug-ins to adjust different behavior, and convar is left false, because it is he who returns damage to attacking players ( in your case i think to NPCs too ) server.pve false for check this values u can write in server console "find pve" or write only name of variable, like this "server.pve" find pve Variables: server.pve (False) server.pvebulletdamagemultiplier (1)
  3. Hello, you can make it by this algorythm: 1) Write chat command: /SpawnPointShowPos {number of preset} {Monument name} /SpawnPointShowPos 4 Launch Site the name is provided in the BetterNpc data file in the format: oxide/data/BetterNpc/Monument/Launch Site.json number of preset u can find by counting, example, "Names" parameter in this file 2) After you find a specific NPC in the game, its number will indicate the ordinal number of coordinates in this preset. "Own list of locations (not used for Road and Biome)": [ "(203.7, 3.0, -22.6)", ( 1 ) "(192.6, 3.0, -22.5)", ( 2 ) "(198.4, 2.9, -7.2)", ( 3 ) ...etc. 3) after finding the right line, you can either delete it and abandon this spawn location, or experiment with the second coordinate to lower it to the position you need. In the current version of the plugin, each time data files changes, BetterNpc must be reloaded to apply the changes. I hope that this information is enough for you, if not, please specify what you failed at.
  4. aimacak

    event start spamming chat

    Hello, this message should be displayed once, and I have it displayed once, can you provide your configuration file? You can also attach the Data folder, or separate folders from it: Images, NpcSpawn, WaterEvent.
  5. aimacak

    Cards not working.

    Hello, are you using any card plugins on the server? For example, the Super Card plugin?
  6. aimacak

    Loot table fixes

    Hello, tell us in more detail, what kind of loot would you like to receive and from where? what exactly creates difficulties?
  7. aimacak

    FPS Drop

    And yes, are you talking about server or client fps? If we talk about the fps of the client, then NPCs in Rust consume quite a lot of resources, simply from their presence in the radius of drawing, especially on weak PCs, I am also interested in which marker do you use in this parameter? "Type (0 - simple, 1 - advanced)"
  8. aimacak

    Carbon detail

    Hello, all the folders in the archive correspond to the necessary names, you just need to transfer the entire Data folder to the server, or its contents to the Data folder on the server, ImageLibrary is the folder for the corresponding plugin, it has nothing to do with other plugins, as far as I know. In any case, thank you for your willingness to help, I will convey your wishes.
  9. aimacak

    The event is not over

    Hello, what value do you have set in this parameter? "The time the debt collector stays inside the supermarket [sec.]" and is there a Picklock plugin on the server?
  10. aimacak

    no NPC Spawn

    Hello, how often does this happen? I would start by checking your configuration.
  11. Hello, for me crates are deleted after the end of the event, I can check exactly your configuration. Maybe you have some logs with errors or just logs from the beginning of the event to its end?
  12. aimacak

    COMMAND not working

    Hello, are you talking about this command? givepicklock {steamid} {amount} Could you send me an example of how you tried to use it? It should be executed via the server console and look something like this: givepicklock 76561198000000000 10 After entering it, a message about successful output will appear in the console: [Picklock] Player PlayerName has been given a Picklock item (10 pieces)
  13. aimacak

    console spam.

    Hello, I couldn't reproduce this for myself, did it happen to you once or repeatedly? Do you still have this problem?
  14. aimacak

    FPS Drop

    Hello, I checked this with the default configuration, you can see the FPS indicators below, if you want, I can check your configuration specifically. I can also note that in the normal state, 30 FPS is quite low. At the start of events, many entities often spawn, as a rule, a small FPS drawdown at this point is the norm and depends directly on the performance of hardware and other plug-ins. (02:29:13) | 111 FPS (02:29:18) | 113 FPS (02:29:20) | [JunkyardEvent] JunkyardEvent has begun (02:29:23) | 112 FPS (02:29:28) | 113 FPS (02:29:33) | 114 FPS (02:29:33) | [JunkyardEvent] JunkyardEvent has ended (02:29:38) | 114 FPS (02:29:43) | 116 FPS
  15. aimacak

    Loot Manager

    Thank you for the comprehensive answer. I agree with you in some ways, but not in all. I don't know about others, but I usually only set up loot in the configuration once. Everyone has their own approach to organization and ordering. After the major convoy update, I spent a lot of time and effort understanding the configuration structure, presets, and how to configure them. I'm hoping it would have been much easier with a GUI. I haven't installed all the updates on the main server yet, but everything transferred correctly on my local server; I just added the event name to the beginning. We probably just need to get used to the new. I hope you can organize this too And when releasing any product, there are bugs and shortcomings, and it’s common for them to be found thanks to administrators. It would be much worse if developers always held votes, for example, and worked only on them, without any bold decisions. Moreover, on the contrary, I often get refusals to add something useful, because many will have to adjust something somewhere. I always try to look at everything from the positive side, and the configs can be reconfigured. Don't think that I'm judging you in any way or anything, no, it's just a dialogue.
  16. aimacak

    Loot Manager

    Yes, I understand, I know, from the messages I've seen from you, I've concluded that you're seriously and deeply immersed in setting up the server, but may I ask what exactly is more work now that everything has been automatically transferred and is working the same way as before?
  17. aimacak

    Loot Manager

    Loot Manager also has data files, which can also be edited without the client, if necessary. I also have a hard time accepting any innovations, but for new customers, setting up Convoy or Armored Train in the config from scratch will be a difficult task; it will likely remain the default or almost default for a long time. I believe the core content of almost every server is tied to Adem and KpucTaJI products. I think they deserve the respect and trust of users, despite the occasional bugs and other issues in their products. Show me something like Adem's events, show me something like NpcSpawn, something like BetterNpc... they simply don't exist, just be patient, because the guys are trying their best for us anyway, they do automatic data file transfers, etc., they think up all sorts of features, they are open to wishes and suggestions, I don't see that often.. yeah, maybe they don't do it lightning fast, but we're all human.
  18. aimacak

    Armored Train

    Check the update tab and translate the latest update, which added the Halloween preset, into your preferred language.
  19. aimacak

    Error on server starting

    Yes, I apologize, it was my fault. I left the standard plugin in the plugins folder as a reference to change some coordinates for bradley and autoturrets in the copy. I've never noticed this behavior before, it always just said that the plugin name is incorrect (or rather, the namespace is incorrect). Sorry for wasting your time
  20. aimacak

    Error on server starting

    Hi, thanks for the rebuild. Check for this error during server startup, right at the beginning. The local server starts with the plugin disabled, so it needs to be restarted, and it loads without errors. Thanks. Error while compiling MissileSiloEvent: Ambiguity between 'MissileSiloEvent.Prefab.Path' and 'MissileSiloEvent.Prefab.Path' | Line: 603, Pos: 26
  21. @CrazyRust Hi, thanks for the rebuild. Check for this error during server startup, right at the beginning. The local server starts with the plugin disabled, so it needs to be restarted, and it loads without errors. Thanks. Error while compiling MissileSiloEvent: Ambiguity between 'MissileSiloEvent.Prefab.Path' and 'MissileSiloEvent.Prefab.Path' | Line: 603, Pos: 26 ADDED: sorry, its my bad.
  22. aimacak

    Arena Tournament

    No, I've never seen anything like that.
  23. hi, can you make support for the new rules of the developers? prohibit the use of paid skins if the player does not have them? thanks
  24. aimacak

    Patrol Helicopter Targeting

    thanks a lot, fixed in 1.0.4

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.5k
Customers served
Files Sold
164.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.