-
Posts
156 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by VENIQQ
-
The best XP plugin for Rust. period. Buy now or regret forever 😀 It is actually a bundle of dozens of plugins since there are a lot of skills for which you would normally need a separate plugin. * Easily customizable and extendable with other plugins * Over the year that I own it there were many updates and new features. Countless improvements based on user feedback as well. imthenewguy is the GOAT, thanks for this gem â¤ï¸
- 1,294 comments
-
- 2
-
-
-
- #leveling
- #progression
- (and 19 more)
-
The plugin is loved by old farts on our rust server, especially the wallpaper feature. It was the first plugin to supoort those (I think), this is why we switched. We were also able to easily add our own custom wallpapers, which was super easy to set up. I love to see that many are also using this with Raid Protection plugin and we quickly found an example how to adjust button positioning etc. Recommend 😉
- 224 comments
-
- 1
-
-
- #builder
- #automation
-
(and 9 more)
Tagged with:
-
- 1,010 comments
-
- 1
-
-
- #loot
- #customloot
- (and 13 more)
-
- 2 comments
-
- #rust plugin
- #plugin
- (and 4 more)
-
- 2 comments
-
- #rust plugin
- #plugin
- (and 4 more)
-
-
Ok, I've commented out line 3712 and replaced with return null; Tugboat protection doesn't work anyway so don't need that. Here is my quick "fix" if anyone interested public override List<Item> InventoryItemList { get { return null; // this is added //return Driver?.inventory.AllItems().ToList() ?? new List<Item>(); } }
-
@TacTicToeplease share the fix 🙂
-
Failed to compile: 'PlayerInventory' does not contain a definition for 'AllItems' and no accessible extension method 'AllItems' accepting a first argument of type 'PlayerInventory' could be found (are you missing a using directive or an assembly reference?) | Line: 3712, Pos: 46
-
@Mr01sam not compiling after server update!
-
I have the same issue. Bots and vehicles spawn, start moving, and then all disappear... only bots are left without vehicles. Then it tries to restart event again in different location and goes in circles creating bots around the map. Can't end event with convoystop - I need to kill/unload the plugin For me this happens only for nightmare_reforged preset. If I test with the old one - hard - then all works fine. Screen attached RCON is spammed with these kind of messages when the issue happens 09/30 13:34:57 | dynamicpreventbuilding[92662525] changed its network group to null 09/30 13:35:00 | dynamicpreventbuilding[92662618] changed its network group to null 09/30 13:35:02 | NullReferenceException: Object reference not set to an instance of an object 09/30 13:35:09 | dynamicpreventbuilding[92662992] changed its network group to null 09/30 13:35:12 | dynamicpreventbuilding[92663068] changed its network group to null 09/30 13:35:28 | dynamicpreventbuilding[92663567] changed its network group to null 09/30 13:35:31 | dynamicpreventbuilding[92663682] changed its network group to null 09/30 13:35:39 | dynamicpreventbuilding[92664674] changed its network group to null 09/30 13:35:42 | dynamicpreventbuilding[92664756] changed its network group to null 09/30 13:35:57 | dynamicpreventbuilding[92665247] changed its network group to null 09/30 13:36:00 | dynamicpreventbuilding[92665335] changed its network group to null 09/30 13:36:09 | dynamicpreventbuilding[92665723] changed its network group to null 09/30 13:36:12 | dynamicpreventbuilding[92665816] changed its network group to null
-
server fps drops from 45 to 11 when hard convoy gets attacked
VENIQQ replied to mark bergervoet's Support Request in Support
So after update nightmare preset is useless? Or will give 50% fps drop. Still hesitating to update to the new version.... 😄 -
Ok got it, thanks for info!
-
There is a small glitch when selecting a wallpapaer that is at the end of the list. When you click on it - a list of wallpepers is refreshed and it appears as if no wallpaper was selected.... Small bug but a bit confusing from UX perspective. When you click ones at the top - they are shown as selected since you don't need to scroll to see them. Here is a video attached to illustrate 2024-09-25 01-28-50.mp4
-
Nevermind, restarted SimpleStatus plugin a couple of times and this one started working as well. FYI @Stark
-
Maybe incompatible with latest version of Simple Status?
-
Just purchased this, doesn't work for me as well
-
- 224 comments
-
- #builder
- #automation
-
(and 9 more)
Tagged with:
-
- 224 comments
-
- 1
-
-
- #builder
- #automation
-
(and 9 more)
Tagged with:
-
- 224 comments
-
- #builder
- #automation
-
(and 9 more)
Tagged with:
-
Error spam still ongoing @Mr01sam
-
Ok, that worked, thank you! I thought that PreStartTrain works on train start, but it seems would work only if scheduled from plugin settings not from server commends and will notify before event even started.
-
Adding config file. I'm triggering event few times per week using this console command - atrainstartaboveground train_hard ArmoredTrain.json
-
Hi, When I added discord webhook (in default config file) I can see only notification about event ended, and not other messages (e.g. event started). Is it supposed to work like that? I would expect to see event started notification at least. Please advise, Thanks!