aimacak
Member-
Posts
1,553 -
Joined
-
Last visited
-
Days Won
11
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by aimacak
-
Yes, I don't like DeepSea either, I made it spawn 50 times slower, if I manually open it, it will appear in about 40 minutes, but even so, at the moment of spawn, the player has severe lags.. And it's a pity to turn it off too, after all, the content, and they seem to have reduced the rates in this update.
-
For example, in theory, this could happen if the server has a low FPS ( 20-30 ), many people think this is sufficient, but I don't think so.. At the time of uploading the new version of NpcSpawn, you could have active events, a lot of NPCs from BetterNpc, anything could happen at that moment, event start, completion, CargoShip spawn, someone could throw 10 airdrops or fire 10 incendiary rockets, it literally could be anything that consumes a lot resources at a short time, because of this, the NPCs from NpcSpawn might not have deleted correctly, and the flood started. Restarting plugins will also not necessarily help in this situation, because most likely, some object from which the flood is coming is no longer controlled by the plugin, so when the plugin is reloaded, it will not do anything with this object. One example is that HarborEvent recently had a lot of requests with a timer start error at the beginning of the event, which is also related to server performance. I advise you to be careful with AI, because in some ways it is overrated, and all its information needs to be carefully rechecked and tested. Some people did not understand why the event was not working for them, although they simply asked AI to edit the configuration file for them, a seemingly simple thing that AI should easily handle, but it does not always do it correctly, and it is very difficult to double-check such a number of characters. I'm sorry that you're faced with this situation, but I'm always for the fact that there's always a reason, and sometimes it's very difficult to find it, and sometimes it's impossible, because there's no way to find out what really happened at a particular second in time..
-
Hello, there are no specific parameters for this, and it is also impossible to say that this is how it should be, and it is also impossible to say that this is plugin problem, because I have been using it for many years too, and I have no such complaints, we need to consider your individual situation. Do you have the option to record a video? You can also add me to discord, perhaps it will be more convenient to sort out your problem there. @shrpndfcsd
-
Can you tell me exactly how and at what point you updated NpcSpawn? Were there any active events depending on him? What is the average FPS of the server? As I said, I have not had such problems, and I have not seen such appeals, perhaps an action in the sequence of your actions and some other nuances.
-
Hello, for me event works correctly, i need additional information, messages from server console for example..
-
Hello, this is strange, because everything is fine with me and there are no other similar requests, try to roll back your recent actions, except updating the NpcSpawn.cs file. Have you noticed any changes in the game itself? I can't say more about this code..NPCs Trying to Think
-
Hello, it would be useful to know which monuments you are talking about, but I have to try to guess You need also edit your lists with custom coordinates for each preset in both files from last version files at BetterNpc 2.2.3 data/BetterNpc/Monument/... Missile Silo.json and Military Tunnel.json Also you need change monument size for this files: for Missile Silo: "Monument size (X, Y, Z)": "(80.0, 86.0, 60.0)", for Military Tunnel: "Monument size (X, Y, Z)": "(130.0, 85.0, 145.0)",
-
all who using BetterNpc on Missile Silo or Military Tunnel, you need change monument size for this: for Missile Silo: "Monument size (X, Y, Z)": "(80.0, 86.0, 60.0)", for Military Tunnel: "Monument size (X, Y, Z)": "(130.0, 85.0, 145.0)", @f0kus and you need also edit your lists with custom coordinates for each preset in both files from last version files at BetterNpc 2.2.3 data/BetterNpc/Monument/... Missile Silo.json and Military Tunnel.json
-
Hello, thanks, for temporary solution you can try change default method for this one, it helped me, I didn't find any problems, I'll pass it bug on to KpucTaJI. private void SpawnDiveSite() { DiveSite diveSite = GameManager.server.CreateEntity("assets/prefabs/misc/divesite/divesite_a.prefab", transform.position, transform.rotation) as DiveSite; Spawnable spawnable = diveSite.GetComponent<Spawnable>(); if (spawnable != null) DestroyImmediate(spawnable); for (int num = diveSite.transform.childCount; num > 0; num--) { Transform child = diveSite.transform.GetChild(num - 1); if (child.CompareTag("persist")) continue; if (child.name is "MissionPoint" or "SharkSpawner" or "Bobber" or "CrateSpawner" or "TerrainAnchor") DestroyImmediate(child.gameObject); } diveSite.enableSaving = false; diveSite.Spawn(); diveSite.transform.position = transform.position; diveSite.SendNetworkUpdateImmediate(); Entities.Add(diveSite); }
-
Hello, are you sure you have enabled Remove default NPCs in the custom data file for your monument? Can you send the file?
-
@firefighter5708 Hello again, have you solved your problem?
-
Please write more specifically, NpcRaiders is not NpcSpawn, I really don't understand why you are asking about this problem here. Which plugin are you reloading manually? NpcRaiders or NpcSpawn? I apologize again, but I also don't see any reason to assume that this is related to NpcSpawn. But yes, you're right, most likely these prefabs are in your data files of the Copy Paste plugin.
-
Hello, so it's about setting up SimplePve, I haven't seen any other similar requests, and unfortunately I haven't used this plugin, just try to find the necessary rules or functions in it.
-
Oh, and if youre using LootDefender plugin, you can enable this in config "Disable CH47 Gibs": true,
-
Hello, I added debris removal to the roadmap, I can't say anything about the timing, but thank you for telling me, I know they really piss me off
-
Hello, fixed in NpcSpawn version 3.3.3.
-
Hello, fixed in NpcSpawn version 3.3.3.
-
Thanks. I've looked at several monuments, and I don't see any problems, so I need to know exactly where you have this problem.
-
Hello, the latest files are already in the archives with the latest versions of plugins that you download from codefling. Perhaps I misunderstood you?
-
Hello, sorry for long answer I do not know about this problem, maybe it's your settings or something else? Can you provide the necessary information and files so that I can repeat this myself? World size, seed, Spawn Points (data/BetterNpc/) and NpcSpawn presets for it (data/NpcSpawn/Preset/)? You can also send screenshots, videos and if you want add me to the discord @shrpndfcsd