What's new

Question About Modding Grenade Mods and Shields

  • Thread starter SpartanG01
  • Start date
  • Views 1,585
SpartanG01

SpartanG01

Enthusiast
Messages
515
Reaction score
141
Points
125
Sin$
7
Ok! Another question... I know it's a lot but this stuff gets confusing :x3:

I'm trying to make a grenade mod but I can't really find any clear outline of the possibilities and limitations with this type of mod for the new patch. I was originally trying to make a MIRV mod all four types of elemental damage and this is what I came up with

Code:
gd_itemgrades.Gear.ItemGrade_Gear_GrenadeMODs
gd_tunercuffs.A_Item.Item_GrenadeModulator
gd_tunercuffs.Body.body4_shock
gd_tunercuffs.Body.body3_corrosive
gd_tunercuffs.Body.body2_incendiary
gd_tunercuffs.Body.body3_corrosive
gd_tunercuffs.ManufacturerMaterials.Material_Torgue_1
gd_tunercuffs.Prefix.Prefix_Corrosive
gd_tunercuffs.Title.Title_MIRV
1
-1
0
0

(I dunno what the -1 is... I just copied it out of Willowtree?)

Anywho is this possible or is more than one effect not possible? As is this doesn't even show up in my inventory. I know you need to match the material to the manufacturer for the specific type of grenade mod i.e. Torgue to MIRV right?

Nvm the shield question I figured that out on the BLModding Wikithingy
 
w0lfschild

w0lfschild

Enthusiast
Messages
1,193
Reaction score
216
Points
165
Sin$
0
Grenade mods are just like weapons, shields, etc... they must have each part where it is supposed to be.
 
SpartanG01

SpartanG01

Enthusiast
Messages
515
Reaction score
141
Points
125
Sin$
7
So no adding more than one elemental effect? Boooooo :frown:


GAH I am having so much trouble with this crap lol

Shield that will not show up

Code:
gd_itemgrades.Gear.ItemGrade_Gear_Shield
gd_shields.A_Item.Item_Shield
gd_shields.Body.body1
gd_shields.RightSide.rightside1
gd_shields.RightSide.rightside4
gd_shields.ManufacturerMaterials.Material_Tediore_3
gd_manufacturers.Manufacturers.tediore
gd_CommandDecks.Prefix.Prefix_Loyalty_Torgue_BadAss
gd_shields.Title.Title_Tediore1_HealingShield
1
0
0
0

I have no idea what I did. I was told by a post on here you can mix titles/prefixes between items of different kinds so I was trying that to get a cool sounding regenerative shield.



Brick explosive artifact I've been trying for days to mod correctly for my friend

Code:
gd_customitems.Items.CustomItem_Elemental_Brick_Explosive
gd_ElementalUpgrade.A_Item.ElementalArtifact_Roland
gd_ElementalUpgrade.Body.Body_RequiredShared
gd_ElementalUpgrade.LeftSide.LeftSide_Level6
gd_ElementalUpgrade.RightSide.RightSide_Explosive
Material
gd_manufacturers.Manufacturers.Eridian
gd_ElementalUpgrade.Prefix.Prefix_Explosive
gd_ElementalUpgrade.Title.Title_Artifact
1
0
0
0

Also no clue what's wrong with that code. I built it straight from the instructions from the mod wiki thingy.
 
crazyolegoon

crazyolegoon

Enthusiast
Messages
40
Reaction score
3
Points
55
Sin$
0
Never really played with shields and class mods much but I can tell you that you have two rightsides on your shield. The artifact someone correct me if I'm wrong I got all mine from craw but you have your rightside and material together.

CrazyGOON
 
w0lfschild

w0lfschild

Enthusiast
Messages
1,193
Reaction score
216
Points
165
Sin$
0
Code:
gd_shields.RightSide.rightside1
gd_shields.RightSide.rightside4

Code:
gd_customitems.Items.CustomItem_Elemental_[b]Brick_Explosive[/b]
gd_ElementalUpgrade.A_Item.ElementalArtifact_[b]Roland[/b]

Read those carefully. Be thorough before you post or at least try.


Never really played with shields and class mods much but I can tell you that you have two rightsides on your shield. The artifact someone correct me if I'm wrong I got all mine from craw but you have your rightside and material together.

CrazyGOON

Yeah that was pretty much right on.
 
SpartanG01

SpartanG01

Enthusiast
Messages
515
Reaction score
141
Points
125
Sin$
7
Oooh my bad, I didn't know you couldn't have more than one right side. I was trying to get two different effects and the site I read said that was possible.. the brick/roland thing was totally a screw up though lol my bad. Thanks though!
 
w0lfschild

w0lfschild

Enthusiast
Messages
1,193
Reaction score
216
Points
165
Sin$
0
Oooh my bad, I didn't know you couldn't have more than one right side. I was trying to get two different effects and the site I read said that was possible.. the brick/roland thing was totally a screw up though lol my bad. Thanks though!


Just a heads up. You can't have two or more of the same thing for any item or weapon in borderlands since the 1.3 patch.
 
SpartanG01

SpartanG01

Enthusiast
Messages
515
Reaction score
141
Points
125
Sin$
7
That's kinda lame... now my game is freezing though since I copied in the changes you suggested.. I know I'm obviously kind of a nub at this stuff but is there a pretty common cause of freezing I could look for in the item/weapon codes..
 
w0lfschild

w0lfschild

Enthusiast
Messages
1,193
Reaction score
216
Points
165
Sin$
0
Items/Weapons don't cause freezing. It's something else.
 
SpartanG01

SpartanG01

Enthusiast
Messages
515
Reaction score
141
Points
125
Sin$
7
Something else? The save loaded fine before adding in the code for the Shield/GrenadeMod/Artifact. Took them out and it loaded fine again. I'm going to load it with one by one till I figure out which one is doing it.
 
SpartanG01

SpartanG01

Enthusiast
Messages
515
Reaction score
141
Points
125
Sin$
7
Ok I figured out if I try to load the game with either of these items, it will freeze. I can delete them and load it just fine, and I loaded every weapon and item one by one and tried the Shield and Artifact separately and they both freeze independent of each other.

Code:
gd_itemgrades.Gear.ItemGrade_Gear_Shield
gd_shields.A_Item.Item_Shield
gd_shields.Body.body1
gd_shields.LeftSide.leftside4
gd_shields.RightSide.rightside4
gd_shields.ManufacturerMaterials.Material_Tediore_3
gd_manufacturers.Manufacturers.tediore
gd_CommandDecks.Prefix.Prefix_Loyalty_Torgue_BadAss
gd_shields.Title.Title_Tediore1_HealingShield
0
0
0
0

Code:
gd_customitems.Items.CustomItem_Elemental_Brick_Explosive
gd_ElementalUpgrade.A_Item.ElementalArtifact_Brick
gd_ElementalUpgrade.Body.Body_RequiredShared
gd_ElementalUpgrade.LeftSide.LeftSide_Level6
gd_ElementalUpgrade.RightSide.RightSide_Explosive
Material
gd_manufacturers.Manufacturers.Eridian
gd_ElementalUpgrade.Prefix.Prefix_Explosive
gd_ElementalUpgrade.Title.Title_Artifact
0
0
0
0
 
Top Bottom
Login
Register