-
Posts
2,199 -
Joined
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Jbird
-
I do think you might be right @Marko Holm since it is saying that it does not see the images, as usually it would actually say that it has no access. In this case you can try this, each plugin has this line and you can change it. We've only had one other customer with similar issues where we were at a loss for the reason. But if it fixes it for you that is what's most important. Look for this line. string url = "file://" + Interface.Oxide.DataDirectory + Path.DirectorySeparatorChar + image.Url; And change it to this. string url = Interface.Oxide.DataDirectory + Path.DirectorySeparatorChar + image.Url; If this works for you then you can add it to any other plugins you have from KpucTaJl that have this feature. As for some reason your server is not seeing those files as they should, or at least as 99% of servers do. We enjoy a challenge though, and enjoy even more to fix things so hopefully this can help!
-
We will look into fixes on our end as well, even if it perhaps will just be to add an option to ignore a certain gas station so that it only runs on the ones that are desired (or that have doors). There may be admin tools that will allow you to put a door there in game, bit of work and a pain in the butt but might be a fix short term while we look into it. Thank you for confirming @abcderanzi!
- 76 comments
-
- #gas station
- #crates
- (and 20 more)
-
Here is a link to the Mad Mapper Discord, stop in and #create-a-ticket so we can look into this!
-
I know you have access to them but since they appear to be in the right place, I am saying that perhaps the server isn't accessing them. It has helped others in the past so it's worth a shot in my opinion. It is the only issue we've ever found that prevents this, but usually I think the error might say something about access, so it's still an odd occurrence. If you found a workaround that's great but if you'd like to look more into it we are happy to help with that as well.
-
Thank you confirming, not sure why some of these do not have doors as they should, but this is the cause of the error. Had one other instance of this happening recently and we were able to deduce that the only Gas Station that was having this problem, was the one out of the three that had no door. The plugin closes and puts a lock on the door and when it's not there we are running into this issue. Any idea why the door might be missing?
- 76 comments
-
- #gas station
- #crates
- (and 20 more)
-
Are you in the Mad Mapper Discord by chance? Would like to see what other data we can collect to try to figure out what's going on. Are you able to test without other plugins present to see if potentially something else is interacting with it and stopping them from properly despawning?
-
If you are using TruePVE then that controls damage well beyond what most if any other plugins can @boofhead187. The NpcSpawn NPCs are all heavy scientists as well so it's not a problem of the plugin understanding spawn types it just needs to be configured in such a way to allow damage if it is otherwise (likely) being blocked by your configuration.
-
In the NpcSpawn plugin there is a line that you can set CanTargetOtherNpc to true @boofhead187.
-
Can you confirm that all 3 plugins are the most current version, and that your oxide is fully updated? Is this every time or only occasionally?
-
Some plugins show it, I think there are some in-game ways to see it but you can just use this F1 command. server.printpos
-
Do you know if your server cannot access those files by chance? You might need to try something like this. It does look like you have everything in the right places.
-
All good @Merdynn understandable. Just thought that might at least help understand why this particular plugin is being a pain in the . As to the locations it's looking for X,Y,Z coordinates. The X and Z are the important ones though I believe the plugin is going to make sure to handle the Y value for you and it will change as the water is moving around.
-
It's not just a handful of NPCs in different locations though, they are in a boat which is not native NPC behavior. But the true reason for the straight did not come about until the water system was updated drastically. Since then it is difficult if not impossible to have groups of NPC on the water because there is much more to the water system than there used to be. It doesn't change your situation at all I just wanted to explain where the strain was coming from. Before that update we never had problems like this, people would add more presets, now people are reducing the preset count.
-
You can add more presets just be sure to use the format in the configuration. You can also already reconfigure and adjust the NPCs here by default.
-
- 76 comments
-
- #gas station
- #crates
- (and 20 more)
-
No problem, added. If you want to, consider adding it a suggestion to that plugin as well that they add cranes.
-
There may be other plugins out there that do this already. I can add this as a suggestion though @SavageBeast863 to either negate the need for gas but more likely we could just place gas in them. The developer will make the final decision and look at how possible those ideas are. I think there really is probably a plugin that can make some vehicles run without gas and you could choose that and any other vehicle that would make sense for your server not to need gas to run.
-
- 76 comments
-
- #gas station
- #crates
- (and 20 more)
-
Unable to find main plugin class: NpcSpawn
Jbird replied to D33pakGanesh's Support Request in Support
What are you using the plugin for @Astaron? What type of server setup do you have? -
Thank you for all of the updates as you were looking into this. Currently looking into it but I think perhaps those custom files just need their formats updated. Thank you for reporting!
-
Thanks for updating us here and in Discord, glad we got it sorted!
-
You don't have to apologize at all. I am merely pointing out that just because the directions were misunderstood, does not mean they are inefficient or inaccurate. Reading it today I see it in the way you are saying. To me it just doesn't make sense at all so it didn't compute but yes I see where you take those words and can come up with the idea. I might talk with K about adding the word 'inside' to help indicate that it's the folder we are talking about and avoid confusion for customers new to all of this. Delete it. Won't hurt anything but go ahead and delete it.
-
Not Receiving Code When Ballas Are Killed
Jbird replied to LandOfTheBlind's Support Request in Support
@Trenyc create a separate support request if you have one. Nobody said the GUI shouldn't be disabled. It was simply an oversight that adding that function to these two plugins, removes the visual for getting the code. It's already in our suggestions for things to address in future updates. Some people literally don't know what it is and I don't know many reasons not to use the GUI. The feature was added, it will be updated, and more ideas will come about. We cannot think of every possible outcome but we fix and update things as we go.