Ever since this update today I have users that are not able to change skins some times at random.
I have wiped out the data and config and I have also deleted and redownloaded this mod users are just reporting random issues intermentent issues.
Ever since this update today I have users that are not able to change skins some times at random.
I have wiped out the data and config and I have also deleted and redownloaded this mod users are just reporting random issues intermentent issues.
Looks like players are allowed to apply the skin 1 time and then they try to change it and it reverts back to default skin for the object
Merged post
I reverted back to 1.1.1 and everything is working. So not sure but 1.1.1 works perfect any time I load 2.0 my user say the pick a skin and go to apply it and all it does is revert it back to the default skin doesn't take the skin they selected. Strange i even rebooted the server with out it and readded it from the ground up and still any issue I had to refert back to 1.1.1 and all is working perfect with no issues.
clumsyzombie
Looks like players are allowed to apply the skin 1 time and then they try to change it and it reverts back to default skin for the object
Merged post
I reverted back to 1.1.1 and everything is working. So not sure but 1.1.1 works perfect any time I load 2.0 my user say the pick a skin and go to apply it and all it does is revert it back to the default skin doesn't take the skin they selected. Strange i even rebooted the server with out it and readded it from the ground up and still any issue I had to refert back to 1.1.1 and all is working perfect with no issues.
Do you use any other plugins to change or update buildings?Do they click the apply button on the menu?Do they have purchased building skins?Does this only happen to one player or to everyone?
Do you use any other plugins to change or update buildings? Currently I am using this mod / RemoverTool / BaseRepair / BuildingGrades / FoundationLimit that should be all that is base related
Do they click the apply button on the menu? Yes, They change the skin and then his apply and then close out and hit the hammer on the foundation or wall
Do they have purchased building skins? No they currently have 0 truly bought
Does this only happen to one player or to everyone? It was to 10 people out of 11 strange is I wasn't have the issues but all 10 others were and they have the permissions buildingskins.use and buildingskins.all and buildingskins.build I have all that and buildingskins.admin
Please let me know if you need anymore information from myself. I tried to list everything that would be base related in plugin details but if you want a full list of mods on the server I can provide that.It used to work with BuildingGrades. I could use BuildingSkins to choose which skin I wanted to place and use BuildingGrades to auto place it. This no longer works. I am not sure if this plugin was ever intended to work with BuildingGrades, could of just been a happy coincidence, but ill be reverting back as well.
Lincoln
It used to work with BuildingGrades. I could use BuildingSkins to choose which skin I wanted to place and use BuildingGrades to auto place it. This no longer works. I am not sure if this plugin was ever intended to work with BuildingGrades, could of just been a happy coincidence, but ill be reverting back as well.
The plugin has added support for BuildingGrades and works great with all the skins from my plugin.Make sure you are using the latest version of BuildingGrades and BuildingSkins.
Do you think this latest update might address some of the strang issues I have been having with the version 2.0?
clumsyzombie
Do you think this latest update might address some of the strang issues I have been having with the version 2.0?
I'm not sure because I can't reproduce this problem and can't understand why it's happening to you.Maybe you can ask someone to make a video of the player’s actions to better understand the problem?
The BuildingGrades and BGrade seems to work with this latest update. As far as the OnHammerHit issue, ive narrowed it down to these lines in your code. When commented out, everything works fine. I do have a private plugin that I use for upgrading skins as well. When I change skins using my private plugin, your plugin does not seem to know that the skin has been changed, so it thinks it is a grade it's actually not... I can send you my code if you are interested so you can see how I am handling upgrades.
block.skinID = skinID;
block.ChangeGradeAndSkin(block.grade, skinID, true, true);
if (playerData.EnableAnimation) block.ClientRPC(null, "DoUpgradeEffect", (int)block.grade, skinID); Lincoln
The BuildingGrades and BGrade seems to work with this latest update. As far as the OnHammerHit issue, ive narrowed it down to these lines in your code. When commented out, everything works fine. I do have a private plugin that I use for upgrading skins as well. When I change skins using my private plugin, your plugin does not seem to know that the skin has been changed, so it thinks it is a grade it's actually not... I can send you my code if you are interested so you can see how I am handling upgrades.
block.skinID = skinID; block.ChangeGradeAndSkin(block.grade, skinID, true, true); if (playerData.EnableAnimation) block.ClientRPC(null, "DoUpgradeEffect", (int)block.grade, skinID);
It’s not entirely clear why you should use two plugins that do the same thing.By commenting out the lines you simply do not allow my plugin to update skins.The code block.skinID = skinID is now irrelevant and will be removed since the skin is installed in ChangeGradeAndSkin, and the DoUpgradeEffect code simply shows the animation for the client.If you look at the BuildingBlock class, you will see how the skin is updated, so I do not recommend using any other methods for this.
if (Interface.Call("OnStructureUpgrade", block, player, grade) != null) return; to block changing the skin by another plugin.It's a personal plug-in that I've developed myself. I don't want buildings to be upgraded OnHammerHit
my plug-in handles upgrades by holding the hammer and pressing the reload button. This is the method I've chose for my server. I primarily use your plug-in, so my players can upgrade an entire structure using the skin of their choice. So basically, I don't need your OnHammerHit upgrade feature.
yo tengo un problema y es que cuando trato de poner en la consola el comando de permiso dice lo siguiente "Permission 'buildingkins.use' doesn't exist" ... :(
Lo escribiste mal. Debería ser "buildingskins.use"
Lincoln
Lo escribiste mal. Debería ser "buildingskins.use"
pues tienes razon. GRACIAS!