Psi|ocybin updated Plagued with a new update entry:
0.3.1
[DOUBLEPOST=1471886953][/DOUBLEPOST]Hi, do you have server currently running this mod? I'd love to join and have some direct feedback from your community. This plugin is very hard to test since I need other players around to help me test.

Plagued
A plague has decimated the world's population, avoid others players to stay alive
Total Downloads: 553 - First Release: Jul 6, 2016 - Last Update: Mar 1, 2017
- 5/5, 16 likes
-
well. tbh i was adding it. for testing as we didnt tested this and as we have a low on players ATM .
I add it right now again, as i had to remove it during the errors. but i doubt it that ppl will like that as we are playing on this run since more then 3 weeks and big clans was build...... haha someone even reported me today if i can look at that , why all of that group are dying .... Gonna delete DB now and add new version again
lets see... -
By the way the issue with this error:
Code:[Oxide] 1:47 PM [Error] Sqlite handle raised an exception (SQLiteException: SQL logic error or missing database no such table: associations)
-
-
Can you add a config setting to NOT increase affinity when near sleepers?
We use your mod to enforce SOLO play on our server but because of the SOLOness of the server, it takes a long time to raid anyone. This means that players who offline raid other players start getting plagued due to the sleeper in the base.
Awesome plugin by the way! -
Do you think you could share your server's IP? I'd really like to play on a server and get direct feedback from the players!
Thank you for the feedback! -
-
185.38.151.22:49015 is the server ip (UK)
What is the configuration setting to disable sleeper affinity?Last edited by a moderator: Aug 25, 2016 -
I will be adding this plugin after tonights update to test it for a week before the forced wipe next week.
Will be interesting to gauge players opinions, I floated the idea in the Facebook group and it was met with mixed feelings.
Dean.
Gods of Rust Australia
45.121.209.2 49095 -
What is the configuration setting to disable sleeper affinity?
-
"disableSleeperAffinity": true,
[DOUBLEPOST=1472118889][/DOUBLEPOST] -
-
FYI, the sleeper setting doesnt work
-
I tested it and it does work, it stops players from gaining affinity on sleepers, however affinity will not decrease unless the player is alone.
You need to set the setting to true and restart the server.
If you want to make sure, you can always look at the affinity table in your database.
If you were to give me your server address I could test it live with you. -
Hi
This keeps popping up in my console:
Code:(12:35:35) | [Oxide] 12:37 [Error] Sqlite command callback raised an exception (ArgumentException: An element with the same key already exists in the dictionary.) (12:35:35) | [Oxide] 12:37 [Debug] at System.Collections.Generic.Dictionary`2[System.UInt64,Oxide.Plugins.Plagued+PlayerState+Association].Add (UInt64 key, Oxide.Plugins.Association value) [0x00000] in <filename unknown>:0 at Oxide.Plugins.Plagued+PlayerState+<increaseAssociateAffinity>c__AnonStorey1.<>m__0 (Oxide.Plugins.Association associationRef) [0x00000] in <filename unknown>:0 at Oxide.Plugins.Plagued+PlayerState+<createAssociation>c__AnonStorey3.<>m__0 (System.Collections.Generic.List`1 list) [0x00000] in <filename unknown>:0
-
Did you delete your database in between the updates? -
Nope. I just replaced the plugin file from the download with the new version. Was I supposed to delete the db? If so, how do I do that?
Also, players on the server are complaining that the sleeper setting is definitely not working. Server IP: 185.38.151.22:49015 -
Turn off the server.
Deleter oxide\data\Plagued.db
Start the server.
Can you paste your config in the thread? -
Ok cool. I'll do that early tomorrow morning. Thanks!
-
Ok I did as requested. I haven't had time to test it. Below is my CFG:
Code:{ "affinityDecRate": 1, "affinityIncRate": 10, "maxKin": 0, "maxKinChanges": 0, "plagueDecreaseRate": 1, "plagueIncreaseRate": 5, "plagueMinAffinity": 2500, "plagueRange": 20, "disableSleeperAffinity": true }