Jump to content

33 Screenshots

Recommended Comments



Kleementin

Posted

What does one have to set to give the turrets unlimited ammo?

"Number of ammo": 150

Komorebi

Posted (edited)

I sent it wrongly, I don't know how to delete it.

Edited by flysd
FK

Posted

Hello ! Great plugin, players love it. One of the best immersive designs.

Here are two suggestion:
- (Easy) Add trhough config the possibility to activate a Patrol Helicopter protecting the submarine.
- (Pbbly Hader) Add underwater entry defense, such as undewater explosive on a range sens or undewater diver npcs or undewater submarine npcs.

 Would add a little bit of punch to it.

OgGinja

Posted

Anyone else having issues with this event where "super cards" do not work on the doors?

s3lphctr1

Posted

getting this error at plugin load.

Could not initialize plugin 'WaterEvent v2.1.7' (JsonSerializationException: Cannot deserialize the current JSON array (e.g. [1,2,3]) into type 'System.Collections.Generic.Dictionary`2[System.String,Oxide.Plugins.WaterEvent+SpawnInfoNpc]' because the type requires a JSON object (e.g. {"name":"value"}) to deserialize correctly.
To fix this error either change the JSON to a JSON object (e.g. {"name":"value"}) or change the deserialized type to an array or a type that implements a collection interface (e.g. ICollection, IList) like List<T> that can be deserialized from a JSON array. JsonArrayAttribute can also be added to the type to force it to deserialize from a JSON array.
Path '['NPCs setting outside']', line 1044, position 27.)
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureArrayContract (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract) [0x00058] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, System.Object existingValue, System.String id) [0x00012] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x0007f] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue (Newtonsoft.Json.Serialization.JsonProperty property, Newtonsoft.Json.JsonConverter propertyConverter, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty, Newtonsoft.Json.JsonReader reader, System.Object target) [0x00061] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject (System.Object newObject, Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonObjectContract contract, Newtonsoft.Json.Serialization.JsonProperty member, System.String id) [0x00267] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x0015c] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x0006d] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Boolean checkAdditionalContent) [0x000d9] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.JsonSerializer.DeserializeInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00053] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.JsonSerializer.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00000] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.JsonConvert.DeserializeObject (System.String value, System.Type type, Newtonsoft.Json.JsonSerializerSettings settings) [0x0002d] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Oxide.Core.Configuration.DynamicConfigFile.ReadObject[T] (System.String filename) [0x00028] in <beb2b64691c64e2b95b99491bd85442c>:0 
  at Oxide.Plugins.WaterEvent.LoadConfig () [0x0000d] in <a5ceff0306154d819db6b96fb3032397>:0 
  at Oxide.Core.Plugins.Plugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x0000f] in <beb2b64691c64e2b95b99491bd85442c>:0 
  at Oxide.Core.Plugins.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <beb2b64691c64e2b95b99491bd85442c>:0 
  at Oxide.Plugins.CSharpPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <795304323ac74a298b8ed190a1dfa739>:0 
  at Oxide.Plugins.RustPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x0028e] in <30ffba765f0b41678ff9d08133e588db>:0 
  at Oxide.Core.Plugins.PluginManager.AddPlugin (Oxide.Core.Plugins.Plugin plugin) [0x00027] in <beb2b64691c64e2b95b99491bd85442c>:0 
  at Oxide.Core.OxideMod.PluginLoaded (Oxide.Core.Plugins.Plugin plugin) [0x00035] in <beb2b64691c64e2b95b99491bd85442c>:0 
No previous version to rollback plugin: WaterEvent

Scalbox

Posted (edited)

HI

UltimateLocker is my plugin, if you explain to me well what happens I will release a fix.
Unfortunately it won't let me comment under the support request.

@KpucTaJl Is it possible to have a copy of your plugin to test and make it compatible?

Without plugins for now, I'll try to replicate the problem somehow

Thank you

SUPPORT:
https://codefling.com/files/sc/14530-exploit-on-prison-gates/?tab=comments#comment-71071

@dustyhansen @KpucTaJl

Edited by Scalbox
  • Like 1
dustyhansen

Posted

18 minutes ago, Scalbox said:

HI

UltimateLocker is my plugin, if you explain to me well what happens I will release a fix.
Unfortunately it won't let me comment under the support request.

@KpucTaJl Is it possible to have a copy of your plugin to test and make it compatible?

Without plugins for now, I'll try to replicate the problem somehow

Thank you

SUPPORT:
https://codefling.com/files/sc/14530-exploit-on-prison-gates/?tab=comments#comment-71071

@dustyhansen @KpucTaJl

Thanks for the reply! Basically for some reason you are able to pickup locked prison gates, repair benches, and workbenches from the submarine with both plugins installed. I haven't been able to find other items yet, but those 3 you can pickup and they are immediately replaced, so you can pickup unlimited numbers of them.

Scalbox

Posted

2 minutes ago, dustyhansen said:

Thanks for the reply! Basically for some reason you are able to pickup locked prison gates, repair benches, and workbenches from the submarine with both plugins installed. I haven't been able to find other items yet, but those 3 you can pickup and they are immediately replaced, so you can pickup unlimited numbers of them.

Ok in a few minutes I'll release a fix, and I'll release it. Then I would ask you, if you can, to test whether the problem still exists or not, I don't have that submarine plugin to try.
Thank you

Scalbox

Posted

2 hours ago, dustyhansen said:

Thanks for the reply! Basically for some reason you are able to pickup locked prison gates, repair benches, and workbenches from the submarine with both plugins installed. I haven't been able to find other items yet, but those 3 you can pickup and they are immediately replaced, so you can pickup unlimited numbers of them.

Updated plugin, version 0.9.88, can you let me know if everything works correctly now?
Thank you

Scalbox

Posted (edited)

In fact the fix was not made for your plugin, but a general fix

Edited by Scalbox
dustyhansen

Posted

6 hours ago, Scalbox said:

Updated plugin, version 0.9.88, can you let me know if everything works correctly now?
Thank you

Everything is fixed now, thank you!

  • Like 1
Scalbox

Posted

I'm glad everything is resolved. Thanks for the report and for the test.
In case of problems do not hesitate to contact me.
See you soon

Jbird

Posted

On 3/26/2024 at 11:37 AM, Evil_Orko said:

Thanks for the reply - I did get an error on boot but don't really understand it.  

"Error while compiling WaterEvent: Cannot convert type 'BaseEntity' to 'Oxide.Plugins.SkullTrophy' via a reference conversion, boxing conversion, unboxing conversion, wrapping conversion, or null type conversion | Line: 2763, Pos: 47"

Has this been sorted out with updates and such recently? This looks to me to be something server or plugin that needs updated or freshly installed. It does site a specific line and position to check to see if there would be an error there, but I really think this is probably resolved by now. Sorry for the delayed reply.

Jbird

Posted (edited)

On 6/19/2024 at 1:45 PM, Kleementin said:

What does one have to set to give the turrets unlimited ammo?

"Number of ammo": 999999

I would just make this a crazy number that's unlikely to run out. I would recommend against going over whatever limits the server might have so I think for example I wouldn't go like into the multi millions ha. But otherwise for example make it 1 million or 999,999 or something like that and it is incredibly unlikely to run out.

Edited by Jbird
Jbird

Posted

On 6/27/2024 at 3:37 PM, FK said:

Here are two suggestion:
- (Easy) Add trhough config the possibility to activate a Patrol Helicopter protecting the submarine.
- (Pbbly Hader) Add underwater entry defense, such as undewater explosive on a range sens or undewater diver npcs or undewater submarine npcs.

Thank you for the kind words and suggestions. I've added these two notes to our suggestions and notes for updates, next time the developer is coming around to do updates on this plugin he checks our shared notes. Thank you and have fun with it!

Jbird

Posted

On 7/7/2024 at 12:46 PM, OgGinja said:

Anyone else having issues with this event where "super cards" do not work on the doors?

What super card are you using? If it is it's own plugin then I would ask there and it could very well just be from the recent forced update. A lot of plugins were affected. Keep an eye out for that plugin to be updated.

Jbird

Posted

On 7/10/2024 at 1:21 AM, s3lphctr1 said:

getting this error at plugin load.

Could not initialize plugin 'WaterEvent v2.1.7' (JsonSerializationException: Cannot deserialize the current JSON array (e.g. [1,2,3]) into type 'System.Collections.Generic.Dictionary`2[System.String,Oxide.Plugins.WaterEvent+SpawnInfoNpc]' because the type requires a JSON object (e.g. {"name":"value"}) to deserialize correctly.

Has this been sorted out with updates and such recently? This looks to me to be something server or plugin that needs updated or freshly installed. You are the second person to post a similar error recently so I am wondering if you both use Carbon, or maybe something other than a typical windows server setup? Has any of that been updated recently or can it be updated?

Jbird

Posted

On 7/11/2024 at 5:38 PM, dustyhansen said:

Everything is fixed now, thank you!

On 7/11/2024 at 5:42 PM, Scalbox said:

I'm glad everything is resolved. Thanks for the report and for the test.

Thank you @dustyhansen and @Scalbox for the communication and follow up back and forth. Glad that is resolved. If there is anything needed on our end just let either me or KpucTaJl know! He sees and responds quicker on Discord but don't hesitate at all.

  • Like 2
OgGinja

Posted

On 7/13/2024 at 6:35 AM, Jbird said:

What super card are you using? If it is it's own plugin then I would ask there and it could very well just be from the recent forced update. A lot of plugins were affected. Keep an eye out for that plugin to be updated.

It is its own plugin called SuperCard. I would think it was the plugin but its able to be used still on other events and all Rust puzzles. 

Jbird

Posted

On 7/15/2024 at 7:38 PM, OgGinja said:

It is its own plugin called SuperCard. I would think it was the plugin but its able to be used still on other events and all Rust puzzles. 

This event was built to be similar to a raid, so that's likely something to do with why they don't function like normal doors they are meant to be blown open with explosives.

I would ask that developer if it's something they think they could change or you could have them reach out to KpucTaJl to address.

el-dogo

Posted

IM NEW TO HOSTING AND IM NOT SURE IM INSTALLING THIS RIGHT IF YOU COULD HELP ME THROUGH THE INSTALL STEPS 

[EventManager] 1
[EventManager] 2 2
[EventManager] Water Event
[EventManager] 4 waterstart 
Command 'waterstart ' not foundScreenshot2024-07-25003153.png.640f43f5d52978513bf0b7355b9231c6.png

 

crtCarl

Posted

Hey can i get some insight fresh install of the plugin and this keeps hitting the console: 
 

Could not initialize plugin 'WaterEvent v2.1.7' (JsonSerializationException: Cannot deserialize the current JSON array (e.g. [1,2,3]) into type 'System.Collections.Generic.Dictionary`2[System.String,Oxide.Plugins.WaterEvent+SpawnInfoNpc]' because the type requires a JSON object (e.g. {"name":"value"}) to deserialize correctly.
To fix this error either change the JSON to a JSON object (e.g. {"name":"value"}) or change the deserialized type to an array or a type that implements a collection interface (e.g. ICollection, IList) like List<T> that can be deserialized from a JSON array. JsonArrayAttribute can also be added to the type to force it to deserialize from a JSON array.
Path '['NPCs setting outside']', line 1044, position 27.)
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureArrayContract (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract) [0x00058] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, System.Object existingValue, System.String id) [0x00012] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x0007f] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue (Newtonsoft.Json.Serialization.JsonProperty property, Newtonsoft.Json.JsonConverter propertyConverter, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerProperty, Newtonsoft.Json.JsonReader reader, System.Object target) [0x00061] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject (System.Object newObject, Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonObjectContract contract, Newtonsoft.Json.Serialization.JsonProperty member, System.String id) [0x00267] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x0015c] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x0006d] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Boolean checkAdditionalContent) [0x000d9] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.JsonSerializer.DeserializeInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00053] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.JsonSerializer.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00000] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.JsonConvert.DeserializeObject (System.String value, System.Type type, Newtonsoft.Json.JsonSerializerSettings settings) [0x0002d] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <271c58b7a8684db5a2c92be17a81f252>:0 
  at Oxide.Core.Configuration.DynamicConfigFile.ReadObject[T] (System.String filename) [0x00028] in <beb2b64691c64e2b95b99491bd85442c>:0 
  at Oxide.Plugins.WaterEvent.LoadConfig () [0x0000d] in <93f30e8d73474fcab4ac8042f80d94b6>:0 
  at Oxide.Core.Plugins.Plugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x0000f] in <beb2b64691c64e2b95b99491bd85442c>:0 
  at Oxide.Core.Plugins.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <beb2b64691c64e2b95b99491bd85442c>:0 
  at Oxide.Plugins.CSharpPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <795304323ac74a298b8ed190a1dfa739>:0 
  at Oxide.Plugins.RustPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x0028e] in <a176a79aca4c4511955596eb245c0a91>:0 
  at Oxide.Core.Plugins.PluginManager.AddPlugin (Oxide.Core.Plugins.Plugin plugin) [0x00027] in <beb2b64691c64e2b95b99491bd85442c>:0 
  at Oxide.Core.OxideMod.PluginLoaded (Oxide.Core.Plugins.Plugin plugin) [0x00035] in <beb2b64691c64e2b95b99491bd85442c>:0 
No previous version to rollback plugin: WaterEvent

Jbird

Posted (edited)

On 7/25/2024 at 3:32 AM, el-dogo said:

IM NEW TO HOSTING AND IM NOT SURE IM INSTALLING THIS RIGHT IF YOU COULD HELP ME THROUGH THE INSTALL STEPS 

[EventManager] 1
[EventManager] 2 2
[EventManager] Water Event
[EventManager] 4 waterstart 
Command 'waterstart ' not found

There would be specific files that go into your data folder, as well as a .cs file that needs to go into your plugins folder. Those are the main steps really but if you're still having difficulty let me know.

Edited by Jbird
Jbird

Posted

On 7/30/2024 at 1:25 PM, crtCarl said:

Hey can i get some insight fresh install of the plugin and this keeps hitting the console: 
 

Could not initialize plugin 'WaterEvent v2.1.7' (JsonSerializationException: Cannot deserialize the current JSON array (e.g. [1,2,3]) into type 'System.Collections.Generic.Dictionary`2[System.String,Oxide.Plugins.WaterEvent+SpawnInfoNpc]' because the type requires a JSON object (e.g. {"name":"value"}) to deserialize correctly.

What type of server setup do you have? Make sure the server files are updated. Do you have NpcSpawn installed already?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 7
  • Love 2

User Feedback

1.4m

Downloads

Total number of downloads.

6.8k

Customers

Total customers served.

101.4k

Files Sold

Total number of files sold.

2m

Payments Processed

Total payments processed.

×
×
  • 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.