Jump to content

Industrial Recycler 1.5.4

$9.99 $8.49
   (4 reviews)

6 Screenshots

Recommended Comments

Luuxen

Posted

Cool stuff! 🙂
Can you expose the skin id used for the generator to the config?
private const ulong RecyclerSkinId = 3341430953;
Would like to change this to something cool too but from the config instead of the .cs file 😇 :
(the skin you uses never loads for us)


image.png.ca779db2957ff0605d6cea9515e93144.png

Marte6

Posted

7 hours ago, Luuxen said:

Cool stuff! 🙂
Can you expose the skin id used for the generator to the config?
private const ulong RecyclerSkinId = 3341430953;
Would like to change this to something cool too but from the config instead of the .cs file 😇 :
(the skin you uses never loads for us)


image.png.ca779db2957ff0605d6cea9515e93144.png

Yes, of course! I'll update that, and in a few minutes, I'll upload the new version.

  • Like 1
Marte6

Posted

Just finished it! You can now set the item skin ID directly in the config. 😊

  • Like 1
Luuxen

Posted

Much appreciated 🧡

War_Zombie

Posted (edited)

I keep getting this 

NullReferenceException: Object reference not set to an instance of an object
[IndustrialRecycler] Storage containers are missing.
NullReferenceException: Object reference not set to an instance of an object
[IndustrialRecycler] Storage containers are missing.

I might need to restart my server

 

Edited by War_Zombie
Marte6

Posted (edited)

17 minutes ago, War_Zombie said:

I keep getting this 

NullReferenceException: Object reference not set to an instance of an object
[IndustrialRecycler] Storage containers are missing.
NullReferenceException: Object reference not set to an instance of an object
[IndustrialRecycler] Storage containers are missing.

 

 

Hello! Did you happen to use the remover tool and accidentally remove the container from a recycler? This happens when it's missing an inventory. Use a hammer, remove it, and place it again. Also, let me know if you have another recycler plugin installed. It could also be a conflict with another plugin that adds a recycler.

 

Edited by Marte6
Marte6

Posted

35 minutes ago, War_Zombie said:

I keep getting this 

NullReferenceException: Object reference not set to an instance of an object
[IndustrialRecycler] Storage containers are missing.
NullReferenceException: Object reference not set to an instance of an object
[IndustrialRecycler] Storage containers are missing.

I might need to restart my server

 

I just uploaded a new version that prevents conflicts with other plugins, so that should stop the error message you mentioned.

War_Zombie

Posted (edited)

Works perfect, thank you !

Edited by War_Zombie
Kobani

Posted

@Marte6
Does this also work in conjunction with Personal Recyclers 1.0.11 from imthenewguy?
I don't want to replace the plugin because I don't want to do without the functions it has.

War_Zombie

Posted

I have personal recyclers on my server and they both work.

Kobani

Posted

17 minutes ago, War_Zombie said:

I have personal recyclers on my server and they both work.

Yes, both also work for me. But if you pick up the recycler with the hammer blow from Personal Recycler, the industrialist becomes a Personal Recycler. @Marte6

  • Like 1
Luuxen

Posted

Yea i have the same issue but instead with CustomRecycle.
That plugin gives a "pick-up" botton, that works on this industrial one too, and result in giving back a "normal" recycler instead.
I have asked the developer of CustomRecycle to make a function to give back the correct recycler on pick-up, or being able to just disable the pick-up botton on the  industrial recycler, since it has its "own" pick up method as shown in the video.  ( i didnt get a resolution yet)
 

  • Like 1
Marte6

Posted

@Kobani @Luuxen I’ll head out to run some errands now, but I’ll try to fix this later today.

  • Love 2
Kobani

Posted

1 hour ago, Marte6 said:

I’ll head out to run some errands now, but I’ll try to fix this later today.

Thank you very much for your efforts. 🥇
What would be really good would be if you could turn the simple recycler, for example if it was created with Personal Recycler, into an Industrial Recycler with a command from your plugin. 

Voldermain

Posted

can you add the ability to rotate the shredder?

 

Marte6

Posted

3 hours ago, Kobani said:

Thank you very much for your efforts. 🥇
What would be really good would be if you could turn the simple recycler, for example if it was created with Personal Recycler, into an Industrial Recycler with a command from your plugin. 

Glad to help! I’ve just released an update with the upgraderecycler command, which upgrades any regular recycler to an Industrial Recycler. Enjoy!

  • Love 1
Marte6

Posted

15 minutes ago, Voldermain said:

can you add the ability to rotate the shredder?

 

Yes, I can add a command that allows you to specify the rotation when placing the recycler. If you decide to purchase, I’ll update it to include that feature!

OgGinja

Posted

Can a command be added to give this to a player/ID so this can be sold in the shop?

  • Like 1
Marte6

Posted

6 minutes ago, OgGinja said:

Can a command be added to give this to a player/ID so this can be sold in the shop?

Yes, I will update it by tomorrow.

Marte6

Posted

For now you can add by item, Item on the type, shortname electric.generator.small, skin 3341430953
image.png.ecf816df70168a0895435c41d9053c48.png

  • Love 1
Luuxen

Posted

Thanks for all the lately updates!
I still have my issue with the "pick-up" button from the plugin CustomRecycle, BUT with the latest update with the boxes button you have added ALMOST covers up the "pick-up" button 😛

Could you maybe allow to change the button cordinates in the config? or hardcode it to fit above the pickup button i have here as in the picture:

image.png.fe9ebc675a5d52cf7ad5696ea245fa49.png

  • Like 1
Marte6

Posted (edited)

4 hours ago, Luuxen said:

Thanks for all the lately updates!
I still have my issue with the "pick-up" button from the plugin CustomRecycle, BUT with the latest update with the boxes button you have added ALMOST covers up the "pick-up" button 😛

Could you maybe allow to change the button cordinates in the config? or hardcode it to fit above the pickup button i have here as in the picture:

image.png.fe9ebc675a5d52cf7ad5696ea245fa49.png

 

Done, you can test on config

"AnchorMin": "0.51 -0.01",

"AnchorMax": "0.51 -0.01",

Edited by Marte6
  • Love 1
Marte6

Posted

20 hours ago, OgGinja said:

Can a command be added to give this to a player/ID so this can be sold in the shop?

I just updated it, and now you'll be able to pass the player ID in the command.

Luuxen

Posted

45 minutes ago, Marte6 said:

 

Done, you can test on config

"AnchorMin": "0.51 -0.01",

"AnchorMax": "0.51 -0.01",

Thanks! ❤️  

perfect fitting was this:
"AnchorMin": "0.514 -0.01",
"AnchorMax": "0.514 -0.01",
image.png.1210894286b5891233959f8909d703cd.png

  • Like 1
  • Love 1
Snaplatack

Posted

Can we have multiple permissions for amount of recyclers for different tiers of VIP? Like default is one, tier1 VIP is 2, tier 2 VIP is 3, etc.

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
  • Love 2

Marte6's Collection

User Feedback

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.2k

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.