-
Posts
89 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Cannabis
-
-
Changed Status from Pending to Closed Changed Fixed In to 1.2.3
-
-
-
-
Did speak with Raul, there is a far easier way to support both at the same time. Will work on a universal compatible version soonTM. Got some other projects and irl stuff on my plate, might get to it this weekend might not. Would like to update my other plugins first before rolling around to this one. They've been neglected since release.
-
Maybe, but I really don't feel like switching back and forth between projects to upkeep the same plugin. Perhaps when it's fully done and I have nothing left to add I'll create an Oxide version, but for now this will remain on Carbon. It can be switched to Oxide manually as I don't believe I am currently using any Carbon exclusive features. (For some reason I no longer get email notifications, didn't see this until now)
-
Changed Status from Pending to Closed
-
Due to the customizable nature of the maximum amount of rockets (which I will be overhauling soonTM) I won't be adding the rocket count UI. Can you elaborate what you mean by "Rocket switch between different rockets"? As for other UI elements, I can add them and have them configurable. However I just do not want to take away valuable screen space used by other, far more important plugins. Namely: Info, Backpacks, KDR, etc. I do believe there is an ammo counter plugin currently available that can add the functionality of the rocket left countdown, and to prevent any conflicts with said plugin I do not have plans of integrating that feature into this plugin at that time and would suggest looking into that plugin instead. My knowledge of UI, with Rust, is limited at the moment. Especially when it comes to aesthetically pleasing UI that doesn't look right out of the early 90's. So please, if/when I do add UI know that it will be very basic and solely functional. Other than that, thank you very much for the suggestions!
-
Currently have some real life obligations I have to attend to before I can fully delve back into plugins. The method I use currently works really well for player deaths, but fails in many regards when you add animals and NPC's to the mix. Causing a ~0.25sec delay from death to when force is applied to the corpse. Due to the way I have to store the HitInfo of that entity when it dies, compare the corpse's creator entity with the HitInfo tied to it, to then get all the information about the killer player. I had a rough early build with this working, but it just wasn't satisfactory enough to ship out an update for, since player deaths had essentially no delay, whilst for animals and NPC's that ~0.25sec delay was present due to how the hooks I used work. I'll likely have to start the main plugin logic from the ground up and think outside of the box to make an attempt at removing that delay. TL;DR There's a delay between killing an animal/NPC and the body doing funny things, and I am not happy with that for a paid plugin.
-
You are required to have the use permission, and an amount permission, from there you use the chat commands to configure it as you like for yourself. What you were thinking the plugin does is not in any way the intended functionality, I apologize I didn't make a plugin with your specific thoughts in mind. If it did not work I would have a lot more support threads than just you. I'm not in this for the money, so please, do not buy any of my plugins. I do not feel like explaining the smallest things for those who cannot read.
-
Changed Status from Not a Bug to Closed
-
Still not an issue with the plugin but rather an issue with the user. Please read all documentation. The plugin is thoroughly tested on a private server before anything is published live, if it didn't work I'd be the first to know and the first to fix it.
-
This plugin allows to simultaneously launch rockets, rather shoot one at a time. If you would like to simply increase the magazine size of the rocket launcher, there are several basic plugins that can do that.
-
That is not the functionality of the plugin.
-
Changed Status from Pending to Not a Bug
-
-
Please do read the patch notes, I added a configuration option for you to change the command the plugin uses so it doesn't have to be /tdk If you update the plugin without clearing the config or manually adding the configuration option it'll toss an error since the variable isn't there. All ya need to do is either clear the config and let the plugin generate a new one or manually add in the new configuration option, which is noted in the description.
-
-
Just finishing up the update to toggle on/off the plugin as well as dynamically change the amount of rockets you can shoot out and I am still not seeing this behaviour in testing. Just to clarify, the plugin will only take rockets out of the inventory based on the amount set (well now the players can set it themselves), it does not take into account the rocket in the launcher as that is separate from the inventory amount. So think of it as "extra amount + 1 (1 being the rocket inside)" so setting extra to 7 will shoot a total of 8, but only take 7 from the inventory if the player has that amount of rockets present, otherwise it will take however many rockets they have left and fire them. With the 1 rocket inside the launcher not being accounted for as that is being fired regardless of rockets in the inventory since it is loaded in the launcher itself.
-
-
-
-
Yeah I can definitely add support for skin based settings! Hit a major roadblock with the NPCs and animals. Currently attempting to work through it. Edit: So NPC's are something I'll have to revisit at a later time. It appears Rust has changed quite a bit since the last time I did any development about 2 years ago. Animals are working however, just have to remove a metric load of debug, clean up the code and work on the skin settings! NPC's will be added once I figure out a stable and server friendly way of implementing it. Last thing I want to do is cause server issues due to needless code that could've been simplified.