When you got them select and try to upgrade to wood, nothing happens (your wood still gets taken)
Needs an update after force wipe I assume.
Frontier and Gingerbreak no longer workingSolved
Same here, trying to bskin to frontier downgraded building to twig
change the Frontier skin id to 10232
Yes now frontier is works with that skin id, but gingerbread still not works..
ID change not working for me, it actually removed all the images in the ui
Marat
change the Frontier skin id to 10232
Thank you very much, it's working perfectly!
Gingerbread also working, skin ID: 10226
β€οΈI just gives me this error when I change the ID
(16:29:20) | Failed to call hook 'CmdChangeSkin' on plugin 'BuildingSkins v2.0.1' (ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index)
at System.Collections.Generic.List`1[T].get_Item (System.Int32 index) [0x00009] in <47fc8c70fa834cbf8141d7c1a7589125>:0
at Oxide.Plugins.BuildingSkins.ImageLayers (BasePlayer player, System.Int32 index, System.Int32 skinIndex) [0x00050] in <d724e8b71c4f490ea9901d30eb21e8ed>:0
at Oxide.Plugins.BuildingSkins.InitializeLayers (BasePlayer player, System.Boolean update) [0x00464] in <d724e8b71c4f490ea9901d30eb21e8ed>:0
at Oxide.Plugins.BuildingSkins.CmdChangeSkin (Oxide.Core.Libraries.Covalence.IPlayer ipPlayer, System.String command, System.String[] arg) [0x00051] in <d724e8b71c4f490ea9901d30eb21e8ed>:0
at Oxide.Plugins.BuildingSkins.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x004f4] in <d724e8b71c4f490ea9901d30eb21e8ed>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <122610edeac6402c8915b76845a2714f>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <18d4f19bbc844191b11ed9e69284d09b>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0
EvilDips
I just gives me this error when I change the ID
(16:29:20) | Failed to call hook 'CmdChangeSkin' on plugin 'BuildingSkins v2.0.1' (ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.Parameter name: index)
at System.Collections.Generic.List`1[T].get_Item (System.Int32 index) [0x00009] in <47fc8c70fa834cbf8141d7c1a7589125>:0
at Oxide.Plugins.BuildingSkins.ImageLayers (BasePlayer player, System.Int32 index, System.Int32 skinIndex) [0x00050] in <d724e8b71c4f490ea9901d30eb21e8ed>:0
at Oxide.Plugins.BuildingSkins.InitializeLayers (BasePlayer player, System.Boolean update) [0x00464] in <d724e8b71c4f490ea9901d30eb21e8ed>:0
at Oxide.Plugins.BuildingSkins.CmdChangeSkin (Oxide.Core.Libraries.Covalence.IPlayer ipPlayer, System.String command, System.String[] arg) [0x00051] in <d724e8b71c4f490ea9901d30eb21e8ed>:0
at Oxide.Plugins.BuildingSkins.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x004f4] in <d724e8b71c4f490ea9901d30eb21e8ed>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <122610edeac6402c8915b76845a2714f>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <18d4f19bbc844191b11ed9e69284d09b>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0
Do you have in config like this? If no put like i have, working everything for wood for me :)
"0": [
{
"Title": "Wood",
"Url": "https://i.ibb.co/yqsWpbp/wood.png",
"SkinId": 0
},
{
"Title": "Frontier",
"Url": "https://i.ibb.co/b2bZFXj/frontier.png",
"SkinId": 10232
},
{
"Title": "Gingerbread",
"Url": "https://i.ibb.co/Tw67yBM/gingerbread.png",
"SkinId": 10226
}
],
yeah exactly the same, and it give's me the error above
EvilDips
yeah exactly the same, and it give's me the error above
Then i suggest to delete old config file and reload plugin and then check if plugin loaded with no errors and then check config and change those skid id and should be fine, well for me works ok
I did that already
EvilDips
I did that already
This should solve it:
Stop the plugin.
Delete the BuildingSkins_Data.json file from /oxide/dataΒ folder.
Load the plugin.
BlawitaThis should solve it:
Stop the plugin.
Delete the BuildingSkins_Data.json file from /oxide/dataΒ folder.
Load the plugin.
Good luck π
thank you this workedΒ