Jump to content

Bloodfist

Members
  • Posts

    10
  • Joined

  • Last visited

About Bloodfist

  • Birthday 02/24/1980

Contact Methods

  • Discord
    Bloodfist#0123

Profile Information

  • Gender
    Male
  • Location
    Behind You!
  • Interests
    Gaming and Game Development.

Profile Fields

  • My Project
    World of Hellspire
  • GamerTag
    Bloodfist

Recent Profile Visitors

984 profile views

Bloodfist's Achievements

  1. Using the GUI Editor, this is where I'm stuck. I have 5 of 9 inventory boxes displaying, but I can't get slot 6 to show up. My code for slot number 6 is on the left, on this screenshot. Is it my config file I need to be worrying about, or am I just doing something wrong with the actual GUI bounds, etc.? Any help would be great. Been struggling with this for over a week. It's getting very discouraging. Any help would be appreciated.
  2. If anyone is available on Discord, some time, and can help me out, you can reach me @ Bloodfist#0123. Any help would be greatly appreciated. Thank you.
  3. "Bracelet" ] }, "ShieldSlot": 3, "WeaponSlot": 2, "Slots": [ "Head", "Chest", "Weapon", "Shield/Ammo", "Aura", "Arms", "Hands", "Legs", "Feet", "Ring1", "Ring2", "Ring3", "Ring4", "Bracelet" ], "ToolTypes": [ "Axe", "Pickaxe", "Shovel", "Fishing Rod", "Spear", "Lock Pick", "Mortar and Pestle", "Hammer" ], }, "EventWatchdogKillThreshold": 5000, Is my error some where, in the above code? It's my CONFIG file, but I'm sure you knew that.
  4. Sorry about that. Trying to figure things out, including the forums.
  5. Definitely trying. Thanks for the feedback.
  6. I want a total of 14 slots. 2 on each side of the character, and a two rows of 5, below the character... What I've done... "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,69,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": "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 } } }, "EquipmentItem3": { "Bounds": "155,69,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": "8,139,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": "28,139,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": "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 What displays (using the Intersect GUI Editor)... Now, I realize, in my code, I've only written 7 equipment slots. I understand there's more to add. However, why aren't slots 6 and 7 showing? Also, saving in IGE is not copying to my server. My server is still showing only the 5 original equipment slots... And, finally, my CONFIG file... "Equipment": { "Paperdoll": { "Down": [ "Player", "Head", "Chest", "Weapon", "Shield/Ammo", "Arms", "Hands", "Legs", "Feet", "Aura", "Ring-1", "Ring-2", "Ring-3", "Ring-4", "Bracelet" ], "Left": [ "Player", "Head", "Chest", "Weapon", "Shield/Ammo", "Arms", "Hands", "Legs", "Feet", "Aura", "Ring-1", "Ring-2", "Ring-3", "Ring-4", "Bracelet" ], "Right": [ "Player", "Head", "Chest", "Weapon", "Shield/Ammo", "Arms", "Hands", "Legs", "Feet", "Aura", "Ring-1", "Ring-2", "Ring-3", "Ring-4", "Bracelet" ], "Up": [ "Player", "Head", "Chest", "Weapon", "Shield/Ammo", "Arms", "Hands", "Legs", "Feet", "Aura", "Ring-1", "Ring-2", "Ring-3", "Ring-4", "Bracelet" ] }, "ShieldSlot": 3, "Slots": [ "Head", "Chest", "Weapon", "Shield/Ammo", "Aura", "Arms", "Hands", "Legs", "Feet", "Ring-1", "Ring-2", "Ring-3", "Ring-4", "Bracelet" ], "ToolTypes": [ "Axe", "Pickaxe", "Shovel", "Fishing Rod", "Spear", "Lock Pick", "Mortar and Pestle", "Hammer" ], "WeaponSlot": 2 }, Not really concerned about the paperdoll display order, currently. My major concern is getting these 14 slots visible, usable, and functioning as designed. Any help would be great. I have read multiple tutorials, and guides, on adding slots. I've been tinkering for days, and rather than give up, I'm asking for help. No need to direct me to a guide or tutorial, I've alredy done that, and am still stuck. Please, and thank you, folks.
  7. Hey, I appreciate the help. Apologies for the numerous questions. Thank you for clarifying.
  8. Thanks, folks. Appreciate it. I'll be bringing more questions here, practically daily, so be warned. If you are all this helpful, I'm gonna stick around. Downloading now, and installing all the bells and whistles I may, or may not, use one day. Better to have a not want, than want, and not have...
  9. Okay. Totally new to this. Always wanted to make a game, but never took the time to learn to code. Found out about Intersect, now I'm finally making a game. One... How do I edit the source most easily? I notice a lot is garbled up, and encrypted (I think). Is there an app I can use to display text files more easily? Two... I was testing, and died... How do I set a respawn point, and make it work? Three.... How can I modify my avatar to make it invincible. This will be my admin character, so I'm not trying to die constantly while testing. Also, I'll have lot more questions for everyone, so the more feedback, the better. I'll follow this thread, and try to keep my questions in here, instead of everywhere.
×
×
  • Create New...