Thank you. I really hope cupboard stacking can return.
CupboardRadius [Obsolete]
Discussion in 'Plugin Support' started by dcode, Aug 28, 2015.
-
Bad news on all fronts. Right now it looks like it may not be possible to change radius or add cupboard stacking. Before everything was done with triggers, now building privilege checks are hard coded in BasePlayer::GetBuildingPrivilege(OBB). I will continue to look at this, and am open to suggestions from other plugin developers.
I will continue investigating, maybe I can find a workaround. Maybe if we had an oxide hook for IsBuildingBlocked or IsAuthed?Last edited by a moderator: Dec 8, 2017 -
Code:
Error while compiling: CupboardRadius.cs(633,30): error CS0246: The type or namespace name `BuildPrivilegeTrigger' could not be found. Are you missing an assembly reference?
-
Last edited by a moderator: Dec 8, 2017
-
-
Hello guys! CupboardRadius, keyword "radius", is now the radius of the entire structure. Multiple and stacking is no longer needed. The only thing this plugin can do now is to somehow allow the radius of the outer foundations to be extended.
Give the plugin author a break, lol.
If anything this plugin is obsolete, and there could be a plugin called "StructureRadius".
As far as cupboard contents to stop decay, and repair, there is decay.scale 0, and decay.upkeep false. -
That sucks. i like it when u could put multiple cupboards andd change the sphere radius into a ball shape.... someone should work on that i would pay for it
-
-
Even when you would be able to override the placing blocks, what i'm in my case, it will be destroyed automatically by some internal check function -
I kinda like it TBH. In a large base one cupboard in any obscure place covers everything. Not sure how high it goes, I haven't checked, but I can put the cupboard on top and all the foundations have the radius on ground level. -
Oh realy... they fucking made sure u couldnt make a mod for multiple cupboards... -.-
-
Maybe make multiple 1x1's all over the place, but you still have to put resources in all of them, and they all need to have doors. All that would be expensive.
Facepunch has been making it harder for builders for a long time now. Seems they focus on pvp and people that offline raid.
Thats why I play csgo.
It's too time and life consuming to gather and build, only to be raided if you decide to go to sleep or eat in real life.
I used to sleep with the game open on external speakers, so if I heard C4 going off I wake up and defend the raid, lol.
Of course people would snivel that I never went offline.
I did it as solo, or when I had a clan with a big compound. I spent the first week of every wipe just gathering, building, and setting up quarry's. Then the rest of the wipe defending, more building, and managing the quarry's. I barely got a chance to just pvp, and raid. -
Some notes:
- Cupboard stacking is impossible. Don't look forward to this changing, because it will probably never happen unless they revert the one cupboard per building
change.
- Cupboard radius is hard coded. This means mods cannot change it. I am currently trying to contact Helk (Rust dev) to get the radius changed to a field server side so it
can be modified (a cvar would be better, but they'd never do that). I am also looking into alternative ways to do this, but it's not looking good.
- Client side checks are also hard coded, so even if we change things server side the client will always "think" you are building authorized/blocked no matter
what we do server side. There are no flags to set anymore, so we can't do anything about this.
For now, you server owners should just remove the plugin.Last edited by a moderator: Dec 10, 2017 - Cupboard stacking is impossible. Don't look forward to this changing, because it will probably never happen unless they revert the one cupboard per building
change.
-
getting this error? guessing the update is causing the plugin not work anymore?
Code:Error while compiling: CupboardRadius.cs(633,30): error CS0246: The type or namespace name `BuildPrivilegeTrigger' could not be found. Are you missing an assembly reference?
-
no, at the moment no chance to get work -
Is there anyway to get the cupboard radius to be round like a ball ??e
-
No, the plugin doesn't work and isn't possible to fix anymore. @Wulf can you mark this plugin as obsolete or something? If they ever change the building system so that this is possible again, I'll update the plugin.