Uyarrr Posted September 24, 2019 Share Posted September 24, 2019 Hello everyone, I saw too frequently asked question about how to add new equipment slots to the character screen properly. So I decided to make minor tutorial about it. It's my first tutorial I hope it will be helpful. First of all you need understand what is bounds for. STEPS: 1.Open gui/layouts/game/characterwindow.json 2.Find for "EquipmentItem0". 3. You will see this. Example, here X Pos:29 Y Pos:32 and size is 36x36. (It's different from yours, I edited it.) Spoiler  The most important part here is, where x and y starts. IT'S NOT THIS! Spoiler You should use this one instead, which I made it easier for you just download it. Spoiler Okay for example, Ill show my own design. I showed where is the 29x32 point written in bounds. I hope it's understandable. So you just need make a design in photoshop by placing "equipmenticon" and input starting points for EquipmentItem0,1,2,3,4's.... bounds.  Spoiler Question: How I will know which equipment is which number? It's really simple, open your server/resources/config.json file.  "Equipment": { "WeaponSlot": 2, "ShieldSlot": 3, "Slots": [ "Helmet", "Armor", "Weapon", "Class Specific", "Boots", "Amulet", "Ring", "Belt", "Telasia Stone" You will see equipments written like that. So okay, check it respectively. Equipment0 is Helmet. Equipment1 is Armor, Equipment 2 is Weapon etc. Goes like that. Question: I made bounds for my own created item slots but it's not works! Help please. Here is your answer, extra equipment slot's settings not setted at all. Just replace this settings for your custom equipment item slots and change bounds to whatever you want.  "EquipmentItem5": { "Bounds": "8,144,36,36", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": "tooltip.png", "ToolTipFont": "sourcesansproblack,10", "ToolTipTextColor": "255,255,255,255", "Texture": "equipmentitem.png", "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null, "Children": { "EquipmentIcon": { "Bounds": "2,2,32,32", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": false, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "Texture": null, "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null } } }, Sorry for my terrible grammar, I hope it' understandable. Feedback would be appreciated! Ainz Ooal Gown, Shilo, Blestro and 7 others 8 2 Link to comment Share on other sites More sharing options...
Ainz Ooal Gown Posted September 24, 2019 Share Posted September 24, 2019 Nice tutorial, this will help people understand how to add additional equipment slots in to their games Link to comment Share on other sites More sharing options...
Gibier Posted September 24, 2019 Share Posted September 24, 2019 Nice ui way more documented than the mine xD Link to comment Share on other sites More sharing options...
MrValenza Posted January 24, 2020 Share Posted January 24, 2020 (edited) I just tried doing this and am very confused. This is how I changed my config and how I changed my CharacterWindow.json  Server-side config\ Quote "Equipment": {   "WeaponSlot": 2,   "ShieldSlot": 3,   "Slots": [    "Helmet",    "Armor",    "Weapon",    "Shield",    "Boots",    "Cape",    "Amulet",    "Ring",    "Gloves"   ],   "Paperdoll": {    "Up": [     "Player",     "Helmet",     "Armor",     "Weapon",     "Shield",     "Boots",     "Cape",     "Amulet",     "Ring",     "Gloves"    ],    "Down": [     "Player",     "Helmet",     "Armor",     "Weapon",     "Shield",     "Boots",     "Cape",     "Amulet",     "Ring",     "Gloves"    ],    "Left": [     "Player",     "Helmet",     "Armor",     "Weapon",     "Shield",     "Boots",     "Cape",     "Amulet",     "Ring",     "Gloves"    ],    "Right": [     "Player",     "Helmet",     "Armor",     "Weapon",     "Shield",     "Boots",     "Cape",     "Amulet",     "Ring",     "Gloves"    ]   },   CharacterWindow Quote   "EquipmentItem0": {     "Bounds": "8,144,36,36",     "Padding": "0,0,0,0",     "AlignmentEdgeDistances": "0,0,0,0",     "AlignmentTransform": "0,0",     "Margin": "0,0,0,0",     "RenderColor": "255,255,255,255",     "Alignments": "",     "DrawBackground": true,     "MinimumSize": "1,1",     "MaximumSize": "4096,4096",     "Disabled": false,     "Hidden": false,     "RestrictToParent": false,     "MouseInputEnabled": true,     "HideToolTip": false,     "ToolTipBackground": "tooltip.png",     "ToolTipFont": "sourcesansproblack,10",     "ToolTipTextColor": "255,255,255,255",     "Texture": "equipmentitem.png",     "HoverSound": null,     "LeftMouseClickSound": null,     "RightMouseClickSound": null,     "Children": {      "EquipmentIcon": {       "Bounds": "2,2,32,32",       "Padding": "0,0,0,0",       "AlignmentEdgeDistances": "0,0,0,0",       "AlignmentTransform": "0,0",       "Margin": "0,0,0,0",       "RenderColor": "255,255,255,255",       "Alignments": "",       "DrawBackground": true,       "MinimumSize": "1,1",       "MaximumSize": "4096,4096",       "Disabled": false,       "Hidden": false,       "RestrictToParent": false,       "MouseInputEnabled": false,       "HideToolTip": false,       "ToolTipBackground": null,       "ToolTipFont": null,       "ToolTipTextColor": "",       "Texture": null,       "HoverSound": null,       "LeftMouseClickSound": null,       "RightMouseClickSound": null      }     }    }, "EquipmentItem1": {     "Bounds": "50,144,36,36",     "Padding": "0,0,0,0",     "AlignmentEdgeDistances": "0,0,0,0",     "AlignmentTransform": "0,0",     "Margin": "0,0,0,0",     "RenderColor": "255,255,255,255",     "Alignments": "",     "DrawBackground": true,     "MinimumSize": "1,1",     "MaximumSize": "4096,4096",     "Disabled": false,     "Hidden": false,     "RestrictToParent": false,     "MouseInputEnabled": true,     "HideToolTip": false,     "ToolTipBackground": "tooltip.png",     "ToolTipFont": "sourcesansproblack,10",     "ToolTipTextColor": "255,255,255,255",     "Texture": "equipmentitem.png",     "HoverSound": null,     "LeftMouseClickSound": null,     "RightMouseClickSound": null,     "Children": {      "EquipmentIcon": {       "Bounds": "2,2,32,32",       "Padding": "0,0,0,0",       "AlignmentEdgeDistances": "0,0,0,0",       "AlignmentTransform": "0,0",       "Margin": "0,0,0,0",       "RenderColor": "255,255,255,255",       "Alignments": "",       "DrawBackground": true,       "MinimumSize": "1,1",       "MaximumSize": "4096,4096",       "Disabled": false,       "Hidden": false,       "RestrictToParent": false,       "MouseInputEnabled": false,       "HideToolTip": false,       "ToolTipBackground": null,       "ToolTipFont": null,       "ToolTipTextColor": "",       "Texture": null,       "HoverSound": null,       "LeftMouseClickSound": null,       "RightMouseClickSound": null      }     }    },    "EquipmentItem2": {     "Bounds": "92,144,36,36",     "Padding": "0,0,0,0",     "AlignmentEdgeDistances": "0,0,0,0",     "AlignmentTransform": "0,0",     "Margin": "0,0,0,0",     "RenderColor": "255,255,255,255",     "Alignments": "",     "DrawBackground": true,     "MinimumSize": "1,1",     "MaximumSize": "4096,4096",     "Disabled": false,     "Hidden": false,     "RestrictToParent": false,     "MouseInputEnabled": true,     "HideToolTip": false,     "ToolTipBackground": "tooltip.png",     "ToolTipFont": "sourcesansproblack,10",     "ToolTipTextColor": "255,255,255,255",     "Texture": "equipmentitem.png",     "HoverSound": null,     "LeftMouseClickSound": null,     "RightMouseClickSound": null,     "Children": {      "EquipmentIcon": {       "Bounds": "2,2,32,32",       "Padding": "0,0,0,0",       "AlignmentEdgeDistances": "0,0,0,0",       "AlignmentTransform": "0,0",       "Margin": "0,0,0,0",       "RenderColor": "255,255,255,255",       "Alignments": "",       "DrawBackground": true,       "MinimumSize": "1,1",       "MaximumSize": "4096,4096",       "Disabled": false,       "Hidden": false,       "RestrictToParent": false,       "MouseInputEnabled": false,       "HideToolTip": false,       "ToolTipBackground": null,       "ToolTipFont": null,       "ToolTipTextColor": "",       "Texture": null,       "HoverSound": null,       "LeftMouseClickSound": null,       "RightMouseClickSound": null      }     }    },    "EquipmentItem3": {     "Bounds": "134,144,36,36",     "Padding": "0,0,0,0",     "AlignmentEdgeDistances": "0,0,0,0",     "AlignmentTransform": "0,0",     "Margin": "0,0,0,0",     "RenderColor": "255,255,255,255",     "Alignments": "",     "DrawBackground": true,     "MinimumSize": "1,1",     "MaximumSize": "4096,4096",     "Disabled": false,     "Hidden": false,     "RestrictToParent": false,     "MouseInputEnabled": true,     "HideToolTip": false,     "ToolTipBackground": "tooltip.png",     "ToolTipFont": "sourcesansproblack,10",     "ToolTipTextColor": "255,255,255,255",     "Texture": "equipmentitem.png",     "HoverSound": null,     "LeftMouseClickSound": null,     "RightMouseClickSound": null,     "Children": {      "EquipmentIcon": {       "Bounds": "2,2,32,32",       "Padding": "0,0,0,0",       "AlignmentEdgeDistances": "0,0,0,0",       "AlignmentTransform": "0,0",       "Margin": "0,0,0,0",       "RenderColor": "255,255,255,255",       "Alignments": "",       "DrawBackground": true,       "MinimumSize": "1,1",       "MaximumSize": "4096,4096",       "Disabled": false,       "Hidden": false,       "RestrictToParent": false,       "MouseInputEnabled": false,       "HideToolTip": false,       "ToolTipBackground": null,       "ToolTipFont": null,       "ToolTipTextColor": "",       "Texture": null,       "HoverSound": null,       "LeftMouseClickSound": null,       "RightMouseClickSound": null      }     }    },    "EquipmentItem4": {     "Bounds": "176,144,36,36",     "Padding": "0,0,0,0",     "AlignmentEdgeDistances": "0,0,0,0",     "AlignmentTransform": "0,0",     "Margin": "0,0,0,0",     "RenderColor": "255,255,255,255",     "Alignments": "",     "DrawBackground": true,     "MinimumSize": "1,1",     "MaximumSize": "4096,4096",     "Disabled": false,     "Hidden": false,     "RestrictToParent": false,     "MouseInputEnabled": true,     "HideToolTip": false,     "ToolTipBackground": "tooltip.png",     "ToolTipFont": "sourcesansproblack,10",     "ToolTipTextColor": "255,255,255,255",     "Texture": "equipmentitem.png",     "HoverSound": null,     "LeftMouseClickSound": null,     "RightMouseClickSound": null,     "Children": {      "EquipmentIcon": {       "Bounds": "2,2,32,32",       "Padding": "0,0,0,0",       "AlignmentEdgeDistances": "0,0,0,0",       "AlignmentTransform": "0,0",       "Margin": "0,0,0,0",       "RenderColor": "255,255,255,255",       "Alignments": "",       "DrawBackground": true,       "MinimumSize": "1,1",       "MaximumSize": "4096,4096",       "Disabled": false,       "Hidden": false,       "RestrictToParent": false,       "MouseInputEnabled": false,       "HideToolTip": false,       "ToolTipBackground": null,       "ToolTipFont": null,       "ToolTipTextColor": "",       "Texture": null,       "HoverSound": null,       "LeftMouseClickSound": null,       "RightMouseClickSound": null      }     }    },    "EquipmentItem5": {     "Bounds": "210,144,36,36",     "Padding": "0,0,0,0",     "AlignmentEdgeDistances": "0,0,0,0",     "AlignmentTransform": "0,0",     "Margin": "0,0,0,0",     "RenderColor": "255,255,255,255",     "Alignments": "",     "DrawBackground": true,     "MinimumSize": "1,1",     "MaximumSize": "4096,4096",     "Disabled": false,     "Hidden": false,     "RestrictToParent": false,     "MouseInputEnabled": true,     "HideToolTip": false,     "ToolTipBackground": null,     "ToolTipFont": null,     "ToolTipTextColor": "",     "Texture": null,     "HoverSound": null,     "LeftMouseClickSound": null,     "RightMouseClickSound": null,     "Children": {      "EquipmentIcon": {       "Bounds": "0,0,10,10",       "Padding": "0,0,0,0",       "AlignmentEdgeDistances": "0,0,0,0",       "AlignmentTransform": "0,0",       "Margin": "0,0,0,0",       "RenderColor": "255,255,255,255",       "Alignments": "",       "DrawBackground": true,       "MinimumSize": "1,1",       "MaximumSize": "4096,4096",       "Disabled": false,       "Hidden": false,       "RestrictToParent": false,       "MouseInputEnabled": false,       "HideToolTip": false,       "ToolTipBackground": null,       "ToolTipFont": null,       "ToolTipTextColor": "",       "Texture": null,       "HoverSound": null,       "LeftMouseClickSound": null,       "RightMouseClickSound": null      }     }    },    "EquipmentItem6": {     "Bounds": "244,144,36,36",     "Padding": "0,0,0,0",     "AlignmentEdgeDistances": "0,0,0,0",     "AlignmentTransform": "0,0",     "Margin": "0,0,0,0",     "RenderColor": "255,255,255,255",     "Alignments": "",     "DrawBackground": true,     "MinimumSize": "1,1",     "MaximumSize": "4096,4096",     "Disabled": false,     "Hidden": false,     "RestrictToParent": false,     "MouseInputEnabled": true,     "HideToolTip": false,     "ToolTipBackground": null,     "ToolTipFont": null,     "ToolTipTextColor": "",     "Texture": null,     "HoverSound": null,     "LeftMouseClickSound": null,     "RightMouseClickSound": null,     "Children": {      "EquipmentIcon": {       "Bounds": "0,0,10,10",       "Padding": "0,0,0,0",       "AlignmentEdgeDistances": "0,0,0,0",       "AlignmentTransform": "0,0",       "Margin": "0,0,0,0",       "RenderColor": "255,255,255,255",       "Alignments": "",       "DrawBackground": true,       "MinimumSize": "1,1",       "MaximumSize": "4096,4096",       "Disabled": false,       "Hidden": false,       "RestrictToParent": false,       "MouseInputEnabled": false,       "HideToolTip": false,       "ToolTipBackground": null,       "ToolTipFont": null,       "ToolTipTextColor": "",       "Texture": null,       "HoverSound": null,       "LeftMouseClickSound": null,       "RightMouseClickSound": null      }     }    },    "EquipmentItem7": {     "Bounds": "278,144,36,36",     "Padding": "0,0,0,0",     "AlignmentEdgeDistances": "0,0,0,0",     "AlignmentTransform": "0,0",     "Margin": "0,0,0,0",     "RenderColor": "255,255,255,255",     "Alignments": "",     "DrawBackground": true,     "MinimumSize": "1,1",     "MaximumSize": "4096,4096",     "Disabled": false,     "Hidden": false,     "RestrictToParent": false,     "MouseInputEnabled": true,     "HideToolTip": false,     "ToolTipBackground": null,     "ToolTipFont": null,     "ToolTipTextColor": "",     "Texture": null,     "HoverSound": null,     "LeftMouseClickSound": null,     "RightMouseClickSound": null,     "Children": {      "EquipmentIcon": {       "Bounds": "0,0,10,10",       "Padding": "0,0,0,0",       "AlignmentEdgeDistances": "0,0,0,0",       "AlignmentTransform": "0,0",       "Margin": "0,0,0,0",       "RenderColor": "255,255,255,255",       "Alignments": "",       "DrawBackground": true,       "MinimumSize": "1,1",       "MaximumSize": "4096,4096",       "Disabled": false,       "Hidden": false,       "RestrictToParent": false,       "MouseInputEnabled": false,       "HideToolTip": false,       "ToolTipBackground": null,       "ToolTipFont": null,       "ToolTipTextColor": "",       "Texture": null,       "HoverSound": null,       "LeftMouseClickSound": null,       "RightMouseClickSound": null      }     }    },    "EquipmentItem8": {     "Bounds": "312,144,36,36",     "Padding": "0,0,0,0",     "AlignmentEdgeDistances": "0,0,0,0",     "AlignmentTransform": "0,0",     "Margin": "0,0,0,0",     "RenderColor": "255,255,255,255",     "Alignments": "",     "DrawBackground": true,     "MinimumSize": "1,1",     "MaximumSize": "4096,4096",     "Disabled": false,     "Hidden": false,     "RestrictToParent": false,     "MouseInputEnabled": true,     "HideToolTip": false,     "ToolTipBackground": null,     "ToolTipFont": null,     "ToolTipTextColor": "",     "Texture": null,     "HoverSound": null,     "LeftMouseClickSound": null,     "RightMouseClickSound": null,     "Children": {      "EquipmentIcon": {       "Bounds": "0,0,10,10",       "Padding": "0,0,0,0",       "AlignmentEdgeDistances": "0,0,0,0",       "AlignmentTransform": "0,0",       "Margin": "0,0,0,0",       "RenderColor": "255,255,255,255",       "Alignments": "",       "DrawBackground": true,       "MinimumSize": "1,1",       "MaximumSize": "4096,4096",       "Disabled": false,       "Hidden": false,       "RestrictToParent": false,       "MouseInputEnabled": false,       "HideToolTip": false,       "ToolTipBackground": null,       "ToolTipFont": null,       "ToolTipTextColor": "",       "Texture": null,       "HoverSound": null,       "LeftMouseClickSound": null,       "RightMouseClickSound": null      }     }    }   }  } }  Edited January 24, 2020 by MrValenza Forgot to past EquipmentItem0 Link to comment Share on other sites More sharing options...
Ainz Ooal Gown Posted January 24, 2020 Share Posted January 24, 2020 7 hours ago, MrValenza said: I just tried doing this and am very confused. This is how I changed my config and how I changed my CharacterWindow.json  Server-side config\   CharacterWindow   Looks correct to me, what is happening when you try to launch server/client? Link to comment Share on other sites More sharing options...
AisenArvalis Posted January 24, 2020 Share Posted January 24, 2020 2 hours ago, Ainz Ooal Gown said: Â Looks correct to me, what is happening when you try to launch server/client? Â I tested this and there's a couple of faults. 1) The bounding box for the characterWindow needs to be expanded. (He didn't say he did this so I'm assuming here) 2) All of the extra slots are missing their textures, which means they show up blank with no background. Link to comment Share on other sites More sharing options...
MrValenza Posted January 24, 2020 Share Posted January 24, 2020 So basically, the new item types show up when I try to make a new item. So I have access to the actual items and can make and equip them. The actual issue is that there is no actual display of the item and no box where it should display in the character creation window. I remember at some point last year, after doing this it just magically created a single box for my boots slot. Link to comment Share on other sites More sharing options...
MrValenza Posted January 24, 2020 Share Posted January 24, 2020 So I played around with it and I can only get four items to actually show up in the slot. One of the items (when hovered over) shows the text "gloves" but no actual image or box pops up.  Spoiler   For the other accessories, when I hover over the box (which is there) the name of the item equipped shows but the image of the actual equipped item does not. This is my last thing I am stuck on related to this  Spoiler        Link to comment Share on other sites More sharing options...
MrValenza Posted February 2, 2020 Share Posted February 2, 2020 Bump Link to comment Share on other sites More sharing options...
Ainz Ooal Gown Posted February 2, 2020 Share Posted February 2, 2020 On 1/24/2020 at 8:21 PM, MrValenza said: So I played around with it and I can only get four items to actually show up in the slot. One of the items (when hovered over) shows the text "gloves" but no actual image or box pops up.   Hide contents   For the other accessories, when I hover over the box (which is there) the name of the item equipped shows but the image of the actual equipped item does not. This is my last thing I am stuck on related to this   Hide contents         I have not came across this error before.  Can you create a new forum topic in "Answers and Questions" so we dont flood this tutorial topic and upload your full "config.json" file from Server > Resources and "CharacterWindow.json" fom gui\layouts\game and I will have a look. Put a link to new topic in a post below for peoples referrence. Link to comment Share on other sites More sharing options...
paidrew Posted February 8, 2020 Share Posted February 8, 2020 I finally get my new type itens but i have one problem .. When i will choose my characters the paperdolls dont show in my char, where i find the archive to put my new type itens to show the paperdolls in char selection? Link to comment Share on other sites More sharing options...
Ainz Ooal Gown Posted February 9, 2020 Share Posted February 9, 2020 10 hours ago, paidrew said: I finally get my new type itens but i have one problem .. When i will choose my characters the paperdolls dont show in my char, where i find the archive to put my new type itens to show the paperdolls in char selection? Â Server side config.json: Â "Paperdoll": { Â Â Â "Up": [ Â Â Â Â "Player", Â Â Â Â "Helmet", Â Â Â Â "Armor", Â Â Â Â "Weapon", Â Â Â Â "Shield", Â Â Â Â "Boots", Â Â Â Â "Cape", Â Â Â Â "Amulet", Â Â Â Â "Ring", Â Â Â Â "Gloves" Â Â Â ], Â Â Â "Down": [ Â Â Â Â "Player", Â Â Â Â "Helmet", Â Â Â Â "Armor", Â Â Â Â "Weapon", Â Â Â Â "Shield", Â Â Â Â "Boots", Â Â Â Â "Cape", Â Â Â Â "Amulet", Â Â Â Â "Ring", Â Â Â Â "Gloves" Â Â Â ], Â Â Â "Left": [ Â Â Â Â "Player", Â Â Â Â "Helmet", Â Â Â Â "Armor", Â Â Â Â "Weapon", Â Â Â Â "Shield", Â Â Â Â "Boots", Â Â Â Â "Cape", Â Â Â Â "Amulet", Â Â Â Â "Ring", Â Â Â Â "Gloves" Â Â Â ], Â Â Â "Right": [ Â Â Â Â "Player", Â Â Â Â "Helmet", Â Â Â Â "Armor", Â Â Â Â "Weapon", Â Â Â Â "Shield", Â Â Â Â "Boots", Â Â Â Â "Cape", Â Â Â Â "Amulet", Â Â Â Â "Ring", Â Â Â Â "Gloves" Â Â Â ] Â Â }, Â The order in which you put the items in "Up, Down, Left, Right" depends on the order of drawing onto the player ingame. paidrew 1 Link to comment Share on other sites More sharing options...
paidrew Posted February 9, 2020 Share Posted February 9, 2020 1 hour ago, Ainz Ooal Gown said: Â Server side config.json: Â "Paperdoll": { Â Â Â "Up": [ Â Â Â Â "Player", Â Â Â Â "Helmet", Â Â Â Â "Armor", Â Â Â Â "Weapon", Â Â Â Â "Shield", Â Â Â Â "Boots", Â Â Â Â "Cape", Â Â Â Â "Amulet", Â Â Â Â "Ring", Â Â Â Â "Gloves" Â Â Â ], Â Â Â "Down": [ Â Â Â Â "Player", Â Â Â Â "Helmet", Â Â Â Â "Armor", Â Â Â Â "Weapon", Â Â Â Â "Shield", Â Â Â Â "Boots", Â Â Â Â "Cape", Â Â Â Â "Amulet", Â Â Â Â "Ring", Â Â Â Â "Gloves" Â Â Â ], Â Â Â "Left": [ Â Â Â Â "Player", Â Â Â Â "Helmet", Â Â Â Â "Armor", Â Â Â Â "Weapon", Â Â Â Â "Shield", Â Â Â Â "Boots", Â Â Â Â "Cape", Â Â Â Â "Amulet", Â Â Â Â "Ring", Â Â Â Â "Gloves" Â Â Â ], Â Â Â "Right": [ Â Â Â Â "Player", Â Â Â Â "Helmet", Â Â Â Â "Armor", Â Â Â Â "Weapon", Â Â Â Â "Shield", Â Â Â Â "Boots", Â Â Â Â "Cape", Â Â Â Â "Amulet", Â Â Â Â "Ring", Â Â Â Â "Gloves" Â Â Â ] Â Â }, Â The order in which you put the items in "Up, Down, Left, Right" depends on the order of drawing onto the player ingame. I do this in game the paperdools work fine.. but in char selection the others type itens dont show.. the default work like helmet, armor.. but ring, cape not.. I dont know why.. I think thats can be one config in client on gui char selection but i dont know where edit this.. Link to comment Share on other sites More sharing options...
Ainz Ooal Gown Posted February 9, 2020 Share Posted February 9, 2020 1 minute ago, paidrew said: I do this in game the paperdools work fine.. but in char selection the others type itens dont show.. the default work like helmet, armor.. but ring, cape not.. I dont know why.. I think thats can be one config in client on gui char selection but i dont know where edit this.. Â You have to add them to the game in the GUI/Layouts/Game/CharacterWindow.json Follow the above tutorial paidrew 1 Link to comment Share on other sites More sharing options...
paidrew Posted February 9, 2020 Share Posted February 9, 2020 12 minutes ago, Ainz Ooal Gown said:  You have to add them to the game in the GUI/Layouts/Game/CharacterWindow.json Follow the above tutorial Yes i follow everything in tutorial i show my codes..  In server.. the config "Equipment": { "WeaponSlot": 2, "ShieldSlot": 3, "Slots": [ "Capacete", "Armadura", "Arma", "Escudo", "Bota", "Calça", "Anel", "Montaria", "Asa/Capa" ], "Paperdoll": { "Up": [ "Player", "Capacete", "Armadura", "Arma", "Escudo", "Bota", "Calça", "Anel", "Montaria", "Asa/Capa" ], "Down": [ "Player", "Capacete", "Armadura", "Arma", "Escudo", "Bota", "Calça", "Anel", "Montaria", "Asa/Capa" ], "Left": [ "Player", "Capacete", "Armadura", "Arma", "Escudo", "Bota", "Calça", "Anel", "Montaria", "Asa/Capa" ], "Right": [ "Player", "Capacete", "Armadura", "Arma", "Escudo", "Bota", "Calça", "Anel", "Montaria", "Asa/Capa" ] }, in Client the Character Window "EquipmentItem0": { "Bounds": "29,32,36,36", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": "tooltip.png", "ToolTipFont": "sourcesansproblack,10", "ToolTipTextColor": "255,255,255,255", "Texture": "equipmentitem.png", "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null, "Children": { "EquipmentIcon": { "Bounds": "2,2,32,32", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": false, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "Texture": null, "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null } } }, "EquipmentItem1": { "Bounds": "29,70,36,36", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": "tooltip.png", "ToolTipFont": "sourcesansproblack,10", "ToolTipTextColor": "255,255,255,255", "Texture": "equipmentitem.png", "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null, "Children": { "EquipmentIcon": { "Bounds": "2,2,32,32", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": false, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "Texture": null, "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null } } }, "EquipmentItem2": { "Bounds": "8,144,36,36", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": "tooltip.png", "ToolTipFont": "sourcesansproblack,10", "ToolTipTextColor": "255,255,255,255", "Texture": "equipmentitem.png", "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null, "Children": { "EquipmentIcon": { "Bounds": "2,2,32,32", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": false, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "Texture": null, "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null } } }, "EquipmentItem3": { "Bounds": "50,144,36,36", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": "tooltip.png", "ToolTipFont": "sourcesansproblack,10", "ToolTipTextColor": "255,255,255,255", "Texture": "equipmentitem.png", "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null, "Children": { "EquipmentIcon": { "Bounds": "2,2,32,32", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": false, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "Texture": null, "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null } } }, "EquipmentItem4": { "Bounds": "155,70,36,36", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": "tooltip.png", "ToolTipFont": "sourcesansproblack,10", "ToolTipTextColor": "255,255,255,255", "Texture": "equipmentitem.png", "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null, "Children": { "EquipmentIcon": { "Bounds": "2,2,32,32", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": false, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "Texture": null, "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null } } }, "EquipmentItem5": { "Bounds": "155,32,36,36", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": "tooltip.png", "ToolTipFont": "sourcesansproblack,10", "ToolTipTextColor": "255,255,255,255", "Texture": "equipmentitem.png", "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null, "Children": { "EquipmentIcon": { "Bounds": "2,2,32,32", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": false, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "Texture": null, "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null } } }, "EquipmentItem6": { "Bounds": "92,144,36,36", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": "tooltip.png", "ToolTipFont": "sourcesansproblack,10", "ToolTipTextColor": "255,255,255,255", "Texture": "equipmentitem.png", "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null, "Children": { "EquipmentIcon": { "Bounds": "2,2,32,32", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": false, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "Texture": null, "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null } } }, "EquipmentItem7": { "Bounds": "134,144,36,36", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": "tooltip.png", "ToolTipFont": "sourcesansproblack,10", "ToolTipTextColor": "255,255,255,255", "Texture": "equipmentitem.png", "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null, "Children": { "EquipmentIcon": { "Bounds": "2,2,32,32", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": false, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "Texture": null, "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null } } }, "EquipmentItem8": { "Bounds": "176,144,36,36", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": "tooltip.png", "ToolTipFont": "sourcesansproblack,10", "ToolTipTextColor": "255,255,255,255", "Texture": "equipmentitem.png", "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null, "Children": { "EquipmentIcon": { "Bounds": "2,2,32,32", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": false, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "Texture": null, "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null } } } Show this ..   Looks the detail of cape dont show in char selection .. Link to comment Share on other sites More sharing options...
Ainz Ooal Gown Posted February 9, 2020 Share Posted February 9, 2020 3 minutes ago, paidrew said: Yes i follow everything in tutorial i show my codes..  In server.. the config "Equipment": { "WeaponSlot": 2, "ShieldSlot": 3, "Slots": [ "Capacete", "Armadura", "Arma", "Escudo", "Bota", "Calça", "Anel", "Montaria", "Asa/Capa" ], "Paperdoll": { "Up": [ "Player", "Capacete", "Armadura", "Arma", "Escudo", "Bota", "Calça", "Anel", "Montaria", "Asa/Capa" ], "Down": [ "Player", "Capacete", "Armadura", "Arma", "Escudo", "Bota", "Calça", "Anel", "Montaria", "Asa/Capa" ], "Left": [ "Player", "Capacete", "Armadura", "Arma", "Escudo", "Bota", "Calça", "Anel", "Montaria", "Asa/Capa" ], "Right": [ "Player", "Capacete", "Armadura", "Arma", "Escudo", "Bota", "Calça", "Anel", "Montaria", "Asa/Capa" ] }, in Client the Character Window "EquipmentItem0": { "Bounds": "29,32,36,36", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": "tooltip.png", "ToolTipFont": "sourcesansproblack,10", "ToolTipTextColor": "255,255,255,255", "Texture": "equipmentitem.png", "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null, "Children": { "EquipmentIcon": { "Bounds": "2,2,32,32", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": false, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "Texture": null, "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null } } }, "EquipmentItem1": { "Bounds": "29,70,36,36", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": "tooltip.png", "ToolTipFont": "sourcesansproblack,10", "ToolTipTextColor": "255,255,255,255", "Texture": "equipmentitem.png", "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null, "Children": { "EquipmentIcon": { "Bounds": "2,2,32,32", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": false, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "Texture": null, "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null } } }, "EquipmentItem2": { "Bounds": "8,144,36,36", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": "tooltip.png", "ToolTipFont": "sourcesansproblack,10", "ToolTipTextColor": "255,255,255,255", "Texture": "equipmentitem.png", "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null, "Children": { "EquipmentIcon": { "Bounds": "2,2,32,32", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": false, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "Texture": null, "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null } } }, "EquipmentItem3": { "Bounds": "50,144,36,36", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": "tooltip.png", "ToolTipFont": "sourcesansproblack,10", "ToolTipTextColor": "255,255,255,255", "Texture": "equipmentitem.png", "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null, "Children": { "EquipmentIcon": { "Bounds": "2,2,32,32", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": false, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "Texture": null, "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null } } }, "EquipmentItem4": { "Bounds": "155,70,36,36", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": "tooltip.png", "ToolTipFont": "sourcesansproblack,10", "ToolTipTextColor": "255,255,255,255", "Texture": "equipmentitem.png", "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null, "Children": { "EquipmentIcon": { "Bounds": "2,2,32,32", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": false, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "Texture": null, "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null } } }, "EquipmentItem5": { "Bounds": "155,32,36,36", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": "tooltip.png", "ToolTipFont": "sourcesansproblack,10", "ToolTipTextColor": "255,255,255,255", "Texture": "equipmentitem.png", "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null, "Children": { "EquipmentIcon": { "Bounds": "2,2,32,32", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": false, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "Texture": null, "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null } } }, "EquipmentItem6": { "Bounds": "92,144,36,36", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": "tooltip.png", "ToolTipFont": "sourcesansproblack,10", "ToolTipTextColor": "255,255,255,255", "Texture": "equipmentitem.png", "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null, "Children": { "EquipmentIcon": { "Bounds": "2,2,32,32", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": false, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "Texture": null, "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null } } }, "EquipmentItem7": { "Bounds": "134,144,36,36", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": "tooltip.png", "ToolTipFont": "sourcesansproblack,10", "ToolTipTextColor": "255,255,255,255", "Texture": "equipmentitem.png", "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null, "Children": { "EquipmentIcon": { "Bounds": "2,2,32,32", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": false, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "Texture": null, "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null } } }, "EquipmentItem8": { "Bounds": "176,144,36,36", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": true, "HideToolTip": false, "ToolTipBackground": "tooltip.png", "ToolTipFont": "sourcesansproblack,10", "ToolTipTextColor": "255,255,255,255", "Texture": "equipmentitem.png", "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null, "Children": { "EquipmentIcon": { "Bounds": "2,2,32,32", "Padding": "0,0,0,0", "AlignmentEdgeDistances": "0,0,0,0", "AlignmentTransform": "0,0", "Margin": "0,0,0,0", "RenderColor": "255,255,255,255", "Alignments": "", "DrawBackground": true, "MinimumSize": "1,1", "MaximumSize": "4096,4096", "Disabled": false, "Hidden": false, "RestrictToParent": false, "MouseInputEnabled": false, "HideToolTip": false, "ToolTipBackground": null, "ToolTipFont": null, "ToolTipTextColor": "", "Texture": null, "HoverSound": null, "LeftMouseClickSound": null, "RightMouseClickSound": null } } } Show this ..   Looks the detail of cape dont show in char selection ..  Not sure about the detail of cape?  Editing CharacterWindow.json only adds the slots to the character window. Link to comment Share on other sites More sharing options...
paidrew Posted February 9, 2020 Share Posted February 9, 2020 6 hours ago, Ainz Ooal Gown said: Â Not sure about the detail of cape? Â Editing CharacterWindow.json only adds the slots to the character window. Â Look the images.. Â Â Â Link to comment Share on other sites More sharing options...
Ainz Ooal Gown Posted February 9, 2020 Share Posted February 9, 2020 22 minutes ago, paidrew said: Â Look the images.. Â Â Â Â Im not sure about the menu if it pulls paperdoll from extra added slots, probs best for a dev to answer @jcsnider Link to comment Share on other sites More sharing options...
paidrew Posted February 9, 2020 Share Posted February 9, 2020 2 minutes ago, Ainz Ooal Gown said:  Im not sure about the menu if it pulls paperdoll from extra added slots, probs best for a dev to answer @jcsnider  Yes i dont if is possible.. Link to comment Share on other sites More sharing options...
MrValenza Posted February 22, 2020 Share Posted February 22, 2020 Spoiler "EquipmentItem0": {     "Bounds": "8,144,36,36",     "Padding": "0,0,0,0",     "AlignmentEdgeDistances": "0,0,0,0",     "AlignmentTransform": "0,0",     "Margin": "0,0,0,0",     "RenderColor": "255,255,255,255",     "Alignments": "",     "DrawBackground": true,     "MinimumSize": "1,1",     "MaximumSize": "4096,4096",     "Disabled": false,     "Hidden": false,     "RestrictToParent": false,     "MouseInputEnabled": true,     "HideToolTip": false,     "ToolTipBackground": "tooltip.png",     "ToolTipFont": "sourcesansproblack,10",     "ToolTipTextColor": "255,255,255,255",     "Texture": "equipmentitem.png",     "HoverSound": null,     "LeftMouseClickSound": null,     "RightMouseClickSound": null,     "Children": {      "EquipmentIcon": {       "Bounds": "2,2,32,32",       "Padding": "0,0,0,0",       "AlignmentEdgeDistances": "0,0,0,0",       "AlignmentTransform": "0,0",       "Margin": "0,0,0,0",       "RenderColor": "255,255,255,255",       "Alignments": "",       "DrawBackground": true,       "MinimumSize": "1,1",       "MaximumSize": "4096,4096",       "Disabled": false,       "Hidden": false,       "RestrictToParent": false,       "MouseInputEnabled": false,       "HideToolTip": false,       "ToolTipBackground": null,       "ToolTipFont": null,       "ToolTipTextColor": "",       "Texture": null,       "HoverSound": null,       "LeftMouseClickSound": null,       "RightMouseClickSound": null      }     }    },    "EquipmentItem1": {     "Bounds": "50,144,36,36",     "Padding": "0,0,0,0",     "AlignmentEdgeDistances": "0,0,0,0",     "AlignmentTransform": "0,0",     "Margin": "0,0,0,0",     "RenderColor": "255,255,255,255",     "Alignments": "",     "DrawBackground": true,     "MinimumSize": "1,1",     "MaximumSize": "4096,4096",     "Disabled": false,     "Hidden": false,     "RestrictToParent": false,     "MouseInputEnabled": true,     "HideToolTip": false,     "ToolTipBackground": "tooltip.png",     "ToolTipFont": "sourcesansproblack,10",     "ToolTipTextColor": "255,255,255,255",     "Texture": "equipmentitem.png",     "HoverSound": null,     "LeftMouseClickSound": null,     "RightMouseClickSound": null,     "Children": {      "EquipmentIcon": {       "Bounds": "2,2,32,32",       "Padding": "0,0,0,0",       "AlignmentEdgeDistances": "0,0,0,0",       "AlignmentTransform": "0,0",       "Margin": "0,0,0,0",       "RenderColor": "255,255,255,255",       "Alignments": "",       "DrawBackground": true,       "MinimumSize": "1,1",       "MaximumSize": "4096,4096",       "Disabled": false,       "Hidden": false,       "RestrictToParent": false,       "MouseInputEnabled": false,       "HideToolTip": false,       "ToolTipBackground": null,       "ToolTipFont": null,       "ToolTipTextColor": "",       "Texture": null,       "HoverSound": null,       "LeftMouseClickSound": null,       "RightMouseClickSound": null      }     }    },    "EquipmentItem2": {     "Bounds": "45,67,36,36",     "Padding": "0,0,0,0",     "AlignmentEdgeDistances": "0,0,0,0",     "AlignmentTransform": "0,0",     "Margin": "0,0,0,0",     "RenderColor": "255,255,255,255",     "Alignments": "",     "DrawBackground": true,     "MinimumSize": "1,1",     "MaximumSize": "4096,4096",     "Disabled": false,     "Hidden": false,     "RestrictToParent": false,     "MouseInputEnabled": true,     "HideToolTip": false,     "ToolTipBackground": "tooltip.png",     "ToolTipFont": "sourcesansproblack,10",     "ToolTipTextColor": "255,255,255,255",     "Texture": "equipmentitem.png",     "HoverSound": null,     "LeftMouseClickSound": null,     "RightMouseClickSound": null,     "Children": {      "EquipmentIcon": {       "Bounds": "2,2,32,32",       "Padding": "0,0,0,0",       "AlignmentEdgeDistances": "0,0,0,0",       "AlignmentTransform": "0,0",       "Margin": "0,0,0,0",       "RenderColor": "255,255,255,255",       "Alignments": "",       "DrawBackground": true,       "MinimumSize": "1,1",       "MaximumSize": "4096,4096",       "Disabled": false,       "Hidden": false,       "RestrictToParent": false,       "MouseInputEnabled": false,       "HideToolTip": false,       "ToolTipBackground": null,       "ToolTipFont": null,       "ToolTipTextColor": "",       "Texture": null,       "HoverSound": null,       "LeftMouseClickSound": null,       "RightMouseClickSound": null      }     }    },    "EquipmentItem3": {     "Bounds": "136,67,36,36",     "Padding": "0,0,0,0",     "AlignmentEdgeDistances": "0,0,0,0",     "AlignmentTransform": "0,0",     "Margin": "0,0,0,0",     "RenderColor": "255,255,255,255",     "Alignments": "",     "DrawBackground": true,     "MinimumSize": "1,1",     "MaximumSize": "4096,4096",     "Disabled": false,     "Hidden": false,     "RestrictToParent": false,     "MouseInputEnabled": true,     "HideToolTip": false,     "ToolTipBackground": "tooltip.png",     "ToolTipFont": "sourcesansproblack,10",     "ToolTipTextColor": "255,255,255,255",     "Texture": "equipmentitem.png",     "HoverSound": null,     "LeftMouseClickSound": null,     "RightMouseClickSound": null,     "Children": {      "EquipmentIcon": {       "Bounds": "2,2,32,32",       "Padding": "0,0,0,0",       "AlignmentEdgeDistances": "0,0,0,0",       "AlignmentTransform": "0,0",       "Margin": "0,0,0,0",       "RenderColor": "255,255,255,255",       "Alignments": "",       "DrawBackground": true,       "MinimumSize": "1,1",       "MaximumSize": "4096,4096",       "Disabled": false,       "Hidden": false,       "RestrictToParent": false,       "MouseInputEnabled": false,       "HideToolTip": false,       "ToolTipBackground": null,       "ToolTipFont": null,       "ToolTipTextColor": "",       "Texture": null,       "HoverSound": null,       "LeftMouseClickSound": null,       "RightMouseClickSound": null      }     }    },    "EquipmentItem4": {     "Bounds": "171,67,36,36",     "Padding": "0,0,0,0",     "AlignmentEdgeDistances": "0,0,0,0",     "AlignmentTransform": "0,0",     "Margin": "0,0,0,0",     "RenderColor": "255,255,255,255",     "Alignments": "",     "DrawBackground": true,     "MinimumSize": "1,1",     "MaximumSize": "4096,4096",     "Disabled": false,     "Hidden": false,     "RestrictToParent": false,     "MouseInputEnabled": true,     "HideToolTip": false,     "ToolTipBackground": "tooltip.png",     "ToolTipFont": "sourcesansproblack,10",     "ToolTipTextColor": "255,255,255,255",     "Texture": "equipmentitem.png",     "HoverSound": null,     "LeftMouseClickSound": null,     "RightMouseClickSound": null,     "Children": {      "EquipmentIcon": {       "Bounds": "2,2,32,32",       "Padding": "0,0,0,0",       "AlignmentEdgeDistances": "0,0,0,0",       "AlignmentTransform": "0,0",       "Margin": "0,0,0,0",       "RenderColor": "255,255,255,255",       "Alignments": "",       "DrawBackground": true,       "MinimumSize": "1,1",       "MaximumSize": "4096,4096",       "Disabled": false,       "Hidden": false,       "RestrictToParent": false,       "MouseInputEnabled": false,       "HideToolTip": false,       "ToolTipBackground": null,       "ToolTipFont": null,       "ToolTipTextColor": "",       "Texture": null,       "HoverSound": null,       "LeftMouseClickSound": null,       "RightMouseClickSound": null      }     }    },    "EquipmentItem5": {     "Bounds": "92,144,36,36",     "Padding": "0,0,0,0",     "AlignmentEdgeDistances": "0,0,0,0",     "AlignmentTransform": "0,0",     "Margin": "0,0,0,0",     "RenderColor": "255,255,255,255",     "Alignments": "",     "DrawBackground": true,     "MinimumSize": "1,1",     "MaximumSize": "4096,4096",     "Disabled": false,     "Hidden": false,     "RestrictToParent": false,     "MouseInputEnabled": true,     "HideToolTip": false,     "ToolTipBackground": null,     "ToolTipFont": null,     "ToolTipTextColor": "",     "Texture": "equipmentitem.png",     "HoverSound": null,     "LeftMouseClickSound": null,     "RightMouseClickSound": null,     "Children": {      "EquipmentIcon": {       "Bounds": "0,0,10,10",       "Padding": "0,0,0,0",       "AlignmentEdgeDistances": "0,0,0,0",       "AlignmentTransform": "0,0",       "Margin": "0,0,0,0",       "RenderColor": "255,255,255,255",       "Alignments": "",       "DrawBackground": true,       "MinimumSize": "1,1",       "MaximumSize": "4096,4096",       "Disabled": false,       "Hidden": false,       "RestrictToParent": false,       "MouseInputEnabled": false,       "HideToolTip": false,       "ToolTipBackground": null,       "ToolTipFont": null,       "ToolTipTextColor": "",       "Texture": null,       "HoverSound": null,       "LeftMouseClickSound": null,       "RightMouseClickSound": null      }     }    },    "EquipmentItem6": {     "Bounds": "134,144,36,36",     "Padding": "0,0,0,0",     "AlignmentEdgeDistances": "0,0,0,0",     "AlignmentTransform": "0,0",     "Margin": "0,0,0,0",     "RenderColor": "255,255,255,255",     "Alignments": "",     "DrawBackground": true,     "MinimumSize": "1,1",     "MaximumSize": "4096,4096",     "Disabled": false,     "Hidden": false,     "RestrictToParent": false,     "MouseInputEnabled": true,     "HideToolTip": false,     "ToolTipBackground": null,     "ToolTipFont": null,     "ToolTipTextColor": "",     "Texture": "equipmentitem.png",     "HoverSound": null,     "LeftMouseClickSound": null,     "RightMouseClickSound": null,     "Children": {      "EquipmentIcon": {       "Bounds": "0,0,10,10",       "Padding": "0,0,0,0",       "AlignmentEdgeDistances": "0,0,0,0",       "AlignmentTransform": "0,0",       "Margin": "0,0,0,0",       "RenderColor": "255,255,255,255",       "Alignments": "",       "DrawBackground": true,       "MinimumSize": "1,1",       "MaximumSize": "4096,4096",       "Disabled": false,       "Hidden": false,       "RestrictToParent": false,       "MouseInputEnabled": false,       "HideToolTip": false,       "ToolTipBackground": null,       "ToolTipFont": null,       "ToolTipTextColor": "",       "Texture": null,       "HoverSound": null,       "LeftMouseClickSound": null,       "RightMouseClickSound": null      }     }    },    "EquipmentItem7": {     "Bounds": "176,144,36,36",     "Padding": "0,0,0,0",     "AlignmentEdgeDistances": "0,0,0,0",     "AlignmentTransform": "0,0",     "Margin": "0,0,0,0",     "RenderColor": "255,255,255,255",     "Alignments": "",     "DrawBackground": true,     "MinimumSize": "1,1",     "MaximumSize": "4096,4096",     "Disabled": false,     "Hidden": false,     "RestrictToParent": false,     "MouseInputEnabled": true,     "HideToolTip": false,     "ToolTipBackground": null,     "ToolTipFont": null,     "ToolTipTextColor": "",     "Texture": "equipmentitem.png",     "HoverSound": null,     "LeftMouseClickSound": null,     "RightMouseClickSound": null,     "Children": {      "EquipmentIcon": {       "Bounds": "0,0,10,10",       "Padding": "0,0,0,0",       "AlignmentEdgeDistances": "0,0,0,0",       "AlignmentTransform": "0,0",       "Margin": "0,0,0,0",       "RenderColor": "255,255,255,255",       "Alignments": "",       "DrawBackground": true,       "MinimumSize": "1,1",       "MaximumSize": "4096,4096",       "Disabled": false,       "Hidden": false,       "RestrictToParent": false,       "MouseInputEnabled": false,       "HideToolTip": false,       "ToolTipBackground": null,       "ToolTipFont": null,       "ToolTipTextColor": "",       "Texture": null,       "HoverSound": null,       "LeftMouseClickSound": null,       "RightMouseClickSound": null      }     }    },    "EquipmentItem8": {     "Bounds": "10,67,36,36",     "Padding": "0,0,0,0",     "AlignmentEdgeDistances": "0,0,0,0",     "AlignmentTransform": "0,0",     "Margin": "0,0,0,0",     "RenderColor": "255,255,255,255",     "Alignments": "",     "DrawBackground": true,     "MinimumSize": "1,1",     "MaximumSize": "4096,4096",     "Disabled": false,     "Hidden": false,     "RestrictToParent": false,     "MouseInputEnabled": true,     "HideToolTip": false,     "ToolTipBackground": null,     "ToolTipFont": null,     "ToolTipTextColor": "",     "Texture": "equipmentitem.png",     "HoverSound": null,     "LeftMouseClickSound": null,     "RightMouseClickSound": null,     "Children": {      "EquipmentIcon": {       "Bounds": "0,0,10,10",       "Padding": "0,0,0,0",       "AlignmentEdgeDistances": "0,0,0,0",       "AlignmentTransform": "0,0",       "Margin": "0,0,0,0",       "RenderColor": "255,255,255,255",       "Alignments": "",       "DrawBackground": true,       "MinimumSize": "1,1",       "MaximumSize": "4096,4096",       "Disabled": false,       "Hidden": false,       "RestrictToParent": false,       "MouseInputEnabled": false,       "HideToolTip": false,       "ToolTipBackground": null,       "ToolTipFont": null,       "ToolTipTextColor": "",       "Texture": null,       "HoverSound": null,       "LeftMouseClickSound": null,       "RightMouseClickSound": null      }     }    }   }  } }  Sorry for the delayed response. Things got busy on my end and had some time away from development. Here is my file. Everything works fine, the only problem I have is that when I hover my mouse over the "extra" slots there is no picture of the item I have equipped, just an empty box but the actual item IS equipped and shows the name of the equipped item when I hover over the slot with my mouse.  Fixed the issue. Had to change the bounds in Equipment Icon to 2,2,32,32 from 0,0,10,10 Link to comment Share on other sites More sharing options...
MrValenza Posted February 22, 2020 Share Posted February 22, 2020 Spoiler 2020-02-22 03:58:57.462 [Error]  Message: Index was outside the bounds of the array.   Stack:   at Intersect.Server.Entities.Player.EquipItem(ItemBase itemBase, Int32 slot) in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect.Server\Classes\Entities\Player.cs:line 3367   at Intersect.Server.Entities.Player.UseItem(Int32 slot, EntityInstance target) in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect.Server\Classes\Entities\Player.cs:line 1423   at Intersect.Server.Networking.PacketHandler.HandlePacket(Client client, Player player, UseItemPacket packet) in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect.Server\Classes\Networking\PacketHandler.cs:line 736   at Intersect.Server.Networking.PacketHandler.HandlePacket(IConnection connection, IPacket packet) in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect.Server\Classes\Networking\PacketHandler.cs:line 42   at Intersect.Network.AbstractNetwork.HandleInboundData(IBuffer buffer, IConnection connection) in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect (Core)\Network\AbstractNetwork.cs:line 210   at Intersect.Network.AbstractNetwork.HandleInboundMessageAvailable(INetworkLayerInterface sender) in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect (Core)\Network\AbstractNetwork.cs:line 174   at Intersect.Network.LidgrenInterface.<.ctor>b__12_0(Object peer) in C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect.Network\LidgrenInterface.cs:line 137   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)   Whenever I do equip any "extra" items though, server crashes and I get this. Link to comment Share on other sites More sharing options...
MrValenza Posted March 9, 2020 Share Posted March 9, 2020 bump Link to comment Share on other sites More sharing options...
Beefy Kasplant Posted March 9, 2020 Share Posted March 9, 2020 2 hours ago, MrValenza said: bump   You did it wrong then. Try again Link to comment Share on other sites More sharing options...
MrValenza Posted March 9, 2020 Share Posted March 9, 2020 I have tried. Spent an hour or two and I bet it is something simple that I just don't understand. I successfully fixed other issues by trial and error, but I am probably actually not understanding the reasoning why such and such isn't working, no matter what I change. Link to comment Share on other sites More sharing options...
Beefy Kasplant Posted March 9, 2020 Share Posted March 9, 2020 3 hours ago, MrValenza said: I have tried. Spent an hour or two and I bet it is something simple that I just don't understand. I successfully fixed other issues by trial and error, but I am probably actually not understanding the reasoning why such and such isn't working, no matter what I change. In that case you should make a new topic, include your config and item setup Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now