Jump to content
Message added by Raul-Sorin Sorban,

If you're consider buying it, have a look at Ruster.NET Pro which allows you to change the identity of this product to suit your server!
You can buy it together in the bundle on that page. ^ 

33 Screenshots

Recommended Comments



  • Administrator
Raul-Sorin Sorban

Posted

1 hour ago, TomHud said:

unsure how the marketplace works because its basically not even covered.

Does it work using ServerRewards points if not Why ?

Can the user sell any amount of items then own - Example 10 rockets in 1 transaction

Currently modifying the description of the plugin, and will add most FAQ'd questions in there.

Fusion 3.64

Posted

Possible bug. In the marketplace when using RP it shows
Wallet: 0 RP - RP: whateverbalanceyouhave
Also possible I have a setting messed up somewhere.

20210612172731_1.jpg

  • Administrator
Raul-Sorin Sorban

Posted

46 minutes ago, thepiercedweirdo said:

Possible bug. In the marketplace when using RP it shows
Wallet: 0 RP - RP: whateverbalanceyouhave
Also possible I have a setting messed up somewhere.

20210612172731_1.jpg

Sorry, what would the bug be? Your wallet is 0 because nobody has purchased any of your Marketplace listings / adverts. Whenever someone does that, your wallet will be appended the value, which you can then withdraw into your RP (ServerRewards / Economics) database.

The wallet is your in-Ruster.NET wallet.

Fusion 3.64

Posted

I was just looking at the photo in the description section and it just shows the wallet. Not a wallet and balance. Didn't realize there was going to be an extra step. Figured it was just going to go right into your balance.

  • Like 1
Fusion 3.64

Posted

So I did actually find a bug. Well a conflict.

Calling hook CanLootPlayer resulted in a conflict between the following plugins: PreventLooting - False (Boolean), RusterNET (True (Boolean))

It makes sleepers lootable. The message spams in chat that you can't loot (which isn't normal). And you can go right into their inventory. If I unload the plugin the protection works again.

  • Like 1
  • Administrator
Raul-Sorin Sorban

Posted

1 hour ago, thepiercedweirdo said:

So I did actually find a bug. Well a conflict.

Calling hook CanLootPlayer resulted in a conflict between the following plugins: PreventLooting - False (Boolean), RusterNET (True (Boolean))

It makes sleepers lootable. The message spams in chat that you can't loot (which isn't normal). And you can go right into their inventory. If I unload the plugin the protection works again.

Noted. On it!

  • Administrator
Raul-Sorin Sorban

Posted

@thepiercedweirdo The issue has been fixed! Please check out the update and let me know if all performs well.

RICK

Posted

when uploading pictures, the server prompts System.OutOfMemoryException: Not enough memory to complete operation [GDI+ status: OutOfMemory]

RICK

Posted

when uploading pictures, the server prompts System.OutOfMemoryException: Not enough memory to complete operation [GDI+ status: OutOfMemory]

  • Administrator
Raul-Sorin Sorban

Posted

1 hour ago, RICK said:

when uploading pictures, the server prompts System.OutOfMemoryException: Not enough memory to complete operation [GDI+ status: OutOfMemory]

Investigating.

RICK

Posted

9 hours ago, Raul-Sorin Sorban said:

调查。

I'm not sure what you mean

RobJ

Posted (edited)

3 hours ago, RICK said:

I'm not sure what you mean

image.png.42036881e2907d9b9afc031901cc1a15.png 
He said he's looking into it 🙂

Edited by RobJ
Atope89

Posted

It would be possible to add an option to rename the payment item? example:
"Currency": {

    "CustomName": "Money"
    "ItemShortname": "researchpaper",
    "ItemSkinId": 2103444307,
    "Currency Type (0 = Item, 1 = ServerRewards, 2 = Economics": 0
  },

 

or a lang file with the items to be able to translate.

  • Like 1
  • Administrator
Raul-Sorin Sorban

Posted

3 minutes ago, Atope89 said:

It would be possible to add an option to rename the payment item? example:
"Currency": {

    "CustomName": "Money"
    "ItemShortname": "researchpaper",
    "ItemSkinId": 2103444307,
    "Currency Type (0 = Item, 1 = ServerRewards, 2 = Economics": 0
  },

 

or a lang file with the items to be able to translate.

That'll be possible in the next update! All the item name phrases are going to be available on the site to translate.

Atope89

Posted

hi, I have tried the address and cannot find it, could you please give me an example.

"FFMPEGPath": "",

  • Administrator
Raul-Sorin Sorban

Posted

2 minutes ago, Atope89 said:

hi, I have tried the address and cannot find it, could you please give me an example.

"FFMPEGPath": "",

Hey there! Please have a look at the plugin's description under the Ruster.FM section (almost bottom of the page), please.

Atope89

Posted

3 hours ago, Raul-Sorin Sorban said:

Hey there! Please have a look at the plugin's description under the Ruster.FM section (almost bottom of the page), please.

Exactly the first thing that I always do the description. I can't do it, the exe is in temp and it doesn't work.

 "FFMPEGPath": "C:\Users\Kenshin Himura\Desktop\Rust Server normal\server\rust\oxide\temp",

  • Administrator
Raul-Sorin Sorban

Posted

2 hours ago, Atope89 said:

Exactly the first thing that I always do the description. I can't do it, the exe is in temp and it doesn't work.

 "FFMPEGPath": "C:\Users\Kenshin Himura\Desktop\Rust Server normal\server\rust\oxide\temp",

You must escape the back-slashes, change that to this:

"FFMPEGPath": "C:\\Users\\Kenshin Himura\\Desktop\\Rust Server normal\\server\\rust\oxide\\temp",

 

Atope89

Posted

4 hours ago, Raul-Sorin Sorban said:

You must escape the back-slashes, change that to this:


"FFMPEGPath": "C:\\Users\\Kenshin Himura\\Desktop\\Rust Server normal\\server\\rust\oxide\\temp",

 

the file in the path and it doesn't work

"FFMPEGPath": "C:\\Users\\Kenshin Himura\\Desktop\\Rust Server normal\\server\\rust\\oxide\\temp",

  • Administrator
Raul-Sorin Sorban

Posted

5 hours ago, Atope89 said:

the file in the path and it doesn't work

"FFMPEGPath": "C:\\Users\\Kenshin Himura\\Desktop\\Rust Server normal\\server\\rust\\oxide\\temp",

Oh, my apologies, you must also add the ffmpeg.exe to the path at the end.

"FFMPEGPath": "C:\\Users\\Kenshin Himura\\Desktop\\Rust Server normal\\server\\rust\\oxide\\temp\\ffmpeg.exe",

Atope89

Posted

On 7/4/2021 at 12:20 PM, Raul-Sorin Sorban said:

Oh, my apologies, you must also add the ffmpeg.exe to the path at the end.

"FFMPEGPath": "C:\\Users\\Kenshin Himura\\Desktop\\Rust Server normal\\server\\rust\\oxide\\temp\\ffmpeg.exe",

thx finally find .exe. Some players and I were testing. Sometimes a player kicks by displaying this message on the rcon.

the error occurs on the upload waiting screen, also kicking nearby players.

 NullReferenceException: Object reference not set to an instance of an object
(02:09:23) |  Patxi disconnecting: Entities Out Of Order: expected 2869021, received 1634432
(02:09:23) |  Atope disconnecting: Unknown wire type: 3   at SilentOrbit.ProtocolBuffers.ProtocolParser.SkipKey (System.IO.Stream stream, SilentOrbit.ProtocolBuffers.Key key) [0x00000] in <00000000000000000000000000000000>:0     at ProtoBuf.Entity.Deserialize (System.IO.Stream stream, ProtoBuf.Entity instance, System.Boolean isDelta) [0x00000] in <00000000000000000000000000000000>:0     at ProtoBuf.Entity.Deserialize (System.IO.Stream stream) [0x00000] in <00000000000000000000000000000000>:0     at Client.OnEntities (Network.Message packet) [0x00000] in <00000000000000000000000000000000>:0     at Client.OnNetworkMessage (Network.Message packet) [0x00000] in <00000000000000000000000000000000>:0     at Facepunch.Network.Raknet.Client.HandleMessage () [0x00000] in <00000000000000000000000000000000>:0     at Facepunch.Network.Raknet.Client.Cycle () [0x00000] in <00000000000000000000000000000000>:0     at Client.Update () [0x00000] in <00000000000000000000000000000000>:0
(02:09:24) | Spidrr disconnecting: Entities Out Of Order: expected 1634430, received 2869021

  • Administrator
Raul-Sorin Sorban

Posted

28 minutes ago, Atope89 said:

thx finally find .exe. Some players and I were testing. Sometimes a player kicks by displaying this message on the rcon.

the error occurs on the upload waiting screen, also kicking nearby players.

 NullReferenceException: Object reference not set to an instance of an object
(02:09:23) |  Patxi disconnecting: Entities Out Of Order: expected 2869021, received 1634432
(02:09:23) |  Atope disconnecting: Unknown wire type: 3   at SilentOrbit.ProtocolBuffers.ProtocolParser.SkipKey (System.IO.Stream stream, SilentOrbit.ProtocolBuffers.Key key) [0x00000] in <00000000000000000000000000000000>:0     at ProtoBuf.Entity.Deserialize (System.IO.Stream stream, ProtoBuf.Entity instance, System.Boolean isDelta) [0x00000] in <00000000000000000000000000000000>:0     at ProtoBuf.Entity.Deserialize (System.IO.Stream stream) [0x00000] in <00000000000000000000000000000000>:0     at Client.OnEntities (Network.Message packet) [0x00000] in <00000000000000000000000000000000>:0     at Client.OnNetworkMessage (Network.Message packet) [0x00000] in <00000000000000000000000000000000>:0     at Facepunch.Network.Raknet.Client.HandleMessage () [0x00000] in <00000000000000000000000000000000>:0     at Facepunch.Network.Raknet.Client.Cycle () [0x00000] in <00000000000000000000000000000000>:0     at Client.Update () [0x00000] in <00000000000000000000000000000000>:0
(02:09:24) | Spidrr disconnecting: Entities Out Of Order: expected 1634430, received 2869021

I'll be looking into this. Thank you for the report!

Atope89

Posted

A player reported a bug to me, rusternet freezes on the loading screen. Reconnecting the player did not solve it, reload rusternet and it was solved. The player says that he opened the rusternet on horseback and that was the reason. I test and it works fine. Anyway I leave the error.

[Ruster.NET] System.NullReferenceException: Object reference not set to an instance of an object
  at Oxide.Plugins.RusterNET+RusterBrowser+<DrawFeed>c__AnonStorey3.<>m__2 (Oxide.Plugins.RusterNET+RusterFeed+RusterPost x) [0x00006] in <8c32f242be8f456a977996841f504f0e>:0
  at System.Linq.Enumerable+WhereListIterator`1[TSource].ToList () [0x00017] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
  at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
  at Oxide.Plugins.RusterNET+RusterBrowser.DrawFeed (Oxide.Game.Rust.Cui.CuiElementContainer container, System.String parent, Oxide.Plugins.RusterNET+RusterFeed feed, Oxide.Plugins.RusterNET+RusterBrowser+Page browserFeed, System.Single offset, System.Boolean allowProfilePreviews, System.Boolean canAddNewPost, System.Boolean canReply) [0x00484] in <8c32f242be8f456a977996841f504f0e>:0
  at Oxide.Plugins.RusterNET+RusterBrowser.DrawFeed (Oxide.Plugins.RusterNET+RusterFeed feed, Oxide.Plugins.RusterNET+RusterBrowser+Page browserFeed, System.Single offset, System.Boolean allowProfilePreviews, System.Boolean canAddNewPost) [0x0000d] in <8c32f242be8f456a977996841f504f0e>:0
  at Oxide.Plugins.RusterNET+RusterBrowser.Draw (System.Boolean isBackground, System.Action onDraw) [0x003a5] in <8c32f242be8f456a977996841f504f0e>:0

  • Administrator
Raul-Sorin Sorban

Posted

1 hour ago, Atope89 said:

A player reported a bug to me, rusternet freezes on the loading screen. Reconnecting the player did not solve it, reload rusternet and it was solved. The player says that he opened the rusternet on horseback and that was the reason. I test and it works fine. Anyway I leave the error.

[Ruster.NET] System.NullReferenceException: Object reference not set to an instance of an object
  at Oxide.Plugins.RusterNET+RusterBrowser+<DrawFeed>c__AnonStorey3.<>m__2 (Oxide.Plugins.RusterNET+RusterFeed+RusterPost x) [0x00006] in <8c32f242be8f456a977996841f504f0e>:0
  at System.Linq.Enumerable+WhereListIterator`1[TSource].ToList () [0x00017] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
  at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
  at Oxide.Plugins.RusterNET+RusterBrowser.DrawFeed (Oxide.Game.Rust.Cui.CuiElementContainer container, System.String parent, Oxide.Plugins.RusterNET+RusterFeed feed, Oxide.Plugins.RusterNET+RusterBrowser+Page browserFeed, System.Single offset, System.Boolean allowProfilePreviews, System.Boolean canAddNewPost, System.Boolean canReply) [0x00484] in <8c32f242be8f456a977996841f504f0e>:0
  at Oxide.Plugins.RusterNET+RusterBrowser.DrawFeed (Oxide.Plugins.RusterNET+RusterFeed feed, Oxide.Plugins.RusterNET+RusterBrowser+Page browserFeed, System.Single offset, System.Boolean allowProfilePreviews, System.Boolean canAddNewPost) [0x0000d] in <8c32f242be8f456a977996841f504f0e>:0
  at Oxide.Plugins.RusterNET+RusterBrowser.Draw (System.Boolean isBackground, System.Action onDraw) [0x003a5] in <8c32f242be8f456a977996841f504f0e>:0

Thank you for letting me know, I'll do some more tests to sort it out.

Perilous_Outlaw

Posted

anyone else install this and run into an issue where you can't click any buttons or close the browser? I have setup the config and setup the .dlls but still not working..

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 9
  • Love 5

User Feedback

1.4m

Downloads

Total number of downloads.

6.8k

Customers

Total customers served.

101.5k

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.