What's new

Tutorial Bringing back Patched Weapons, My decoveries

  • Thread starter Old Partner
  • Start date
  • Views 3,178
Old Partner

Old Partner

Enthusiast
Messages
205
Reaction score
23
Points
70
Sin$
0
Bringing Back Patched Weapons, My Efforts.
I will start with What I have Tested and Know Works.
I bought Back my Yellow SMG Here's the code

gd_itemgrades.Weapons.ItemGrade_Weapon_Scorpio
None
gd_weap_patrol_smg.A_Weapon.WeaponType_patrol_smg
gd_weap_patrol_smg.Body.body3_Tediore_Savior
gd_weap_patrol_smg.Grip.grip1
gd_weap_patrol_smg.mag.mag4
gd_weap_patrol_smg.Barrel.barrel5
gd_weap_patrol_smg.Sight.sight_none
gd_weap_patrol_smg.Stock.stock_none
None
gd_weap_patrol_smg.acc.acc4_Double
gd_weap_shared_materialparts.ManufacturerMaterials.Material_SandS_1
gd_weap_patrol_smg.Title.Title_LowAccuracy1_Anarchy
gd_weap_patrol_smg.Title.Title_LowAccuracy1_Anarchy
0
5
0
0

What I did was:

  • Remove the Manufacturer from Line 2
  • I changed materialparts to SandS_1 to make the cameo on the smg Yellow
I tried mixing SMG gun company parts together and This code Worked Too
gd_itemgrades.Weapons.ItemGrade_Weapon_Scorpio
None
gd_weap_patrol_smg.A_Weapon.WeaponType_patrol_smg
gd_weap_patrol_smg.Body.body3_Tediore_Savior
gd_weap_patrol_smg.Grip.grip4_gearbox
gd_weap_patrol_smg.mag.mag4_Dahl_Wildcat
gd_weap_patrol_smg.Barrel.barrel5_Hyperion_b****
gd_weap_patrol_smg.Sight.sight_none
gd_weap_patrol_smg.Stock.stock_none
None
gd_weap_patrol_smg.acc.acc5_Maliwan_HellFire
gd_weap_shared_materialparts.ManufacturerMaterials.Material_SandS_1
gd_weap_patrol_smg.Title.TitleM_Dahl1_Wildcat
gd_weap_patrol_smg.Title.TitleM_Tediore1_Savior
0
5
0
0

I took a photo of the gun

YellowSMG_zpse1fb6270.jpg


We learn from our mistakes Right? So Here is what gets removed from the game.

gd_itemgrades.Weapons.ItemGrade_Weapon_Scorpio
None
gd_weap_patrol_smg.A_Weapon.WeaponType_patrol_smg
gd_weap_patrol_smg.Body.body3_Tediore_Savior
gd_weap_patrol_smg.Grip.grip1
gd_weap_patrol_smg.mag.mag4
gd_weap_patrol_smg.Barrel.barrel4
gd_weap_repeater_pistol.Sight.sight5_Hyperion_Invader
gd_weap_patrol_smg.Stock.stock_none
None
gd_weap_patrol_smg.acc.acc4_Double
gd_weap_shared_materialparts.ManufacturerMaterials.Material_SandS_1
gd_weap_patrol_smg.Prefix.Prefix_Barrel3_Twisted
gd_weap_patrol_smg.Prefix.Prefix_Barrel3_Twisted
0
5
0
0

Here I learnt that mixing different Types of guns gets your gun removed from the game.
The wrong code I used is gd_weap_repeater_pistol.Sight.sight5_Hyperion_Invader
But The Game accepts The same gun with mixed pacific gun company's in the one Gun.
A good example of a Patched weapon using this type code will be auto Removed .

gd_itemgrades.Weapons.ItemGrade_Weapon_Launcher_Rocket
None
gd_weap_rocket_launcher.A_Weapon.WeaponType_rocket_launcher
gd_weap_combat_shotgun.UniqueParts.SledgesShotgun_barrel2
gd_weap_combat_shotgun.UniqueParts.SledgesShotgun_barrel2
gd_weap_repeater_pistol.UniqueParts.TheDove_barrel4
gd_weap_combat_shotgun.UniqueParts.SledgesShotgun_barrel2
gd_weap_rocket_launcher.Sight.sight3
gd_weap_combat_shotgun.UniqueParts.SledgesShotgun_barrel2
gd_weap_combat_shotgun.UniqueParts.SledgesShotgun_barrel2
gd_weap_combat_shotgun.UniqueParts.SledgesShotgun_barrel2
gd_weap_combat_shotgun.UniqueParts.SledgesShotgun_barrel2
None
gd_weap_rocket_launcher.Title.Title_RocketLauncher
0
5
1

So can people bring back Patched Weapons? Yes They Can as long as you stick to this lesson of what is accepted and What is not!

What motivated me to Research this is the Thread
http://www.se7ensins.com/forums/threads/weapon-database.129242/

To Make gd_itemgrades.Weapons.ItemGrade_Weapon_Scorpio weapons you will need to use HxD Hex Editor with Willowtree. I will make up a Tutorial on Hex Editing if I can be motovated. bye bye
 
Old Partner

Old Partner

Enthusiast
Messages
205
Reaction score
23
Points
70
Sin$
0
Very nice thread. Liked!
Thanks for commenting and liking also thanks for reading the Post.
Man, I need to play more then I do modding. LOL

Can a moderator please move this Thread to Borderlands Glitches and Modding I posted in the Wrong Place. Thank You
 
Last edited:
GypsyCrazyBoy

GypsyCrazyBoy

Capitalism is a dirty business
Messages
2,492
Reaction score
1,413
Points
360
Sin$
0
Thanks for commenting and liking also thanks for reading the Post.
Man, I need to play more then I do modding. LOL

Can a moderator please move this Thread to Borderlands Glitches and Modding I posted in the Wrong Place. Thank You
If You want someone to move it Go to the OP and report it and say "Can a moderator please move this Thread to Borderlands Glitches and Modding I posted in the Wrong Place. Thank You" 
Nice thread!
 
Old Partner

Old Partner

Enthusiast
Messages
205
Reaction score
23
Points
70
Sin$
0
If You want someone to move it Go to the OP and report it and say "Can a moderator please move this Thread to Borderlands Glitches and Modding I posted in the Wrong Place. Thank You" 
Nice thread!
se7ensins has a load of moderators. I messaged the person in charge of Borderland 1 a couple of times and nothing was done or answered. A visiting moderator did put my How To mod Borderlands 1 Tutorials together once.
 
hiphopsfinest

hiphopsfinest

Enthusiast
Messages
117
Reaction score
5
Points
70
Sin$
7
soooo is there a smg that shoots out grenades like before or is that still patched?
 
MadeGuy

MadeGuy

Enthusiast
Seasoned Veteran
Messages
665
Reaction score
109
Points
125
Sin$
7
This is all old. I've been mixing and matching manufacturers using this for literally years. As long as you have each part in its respective place, it doesn't what material you put on the weapon, or if its a manufacturer specific part like a vengeance barrel. I keep a level 81 vengeance pistol equipped all the time with Atlas material for better stats.
 
bryan stark

bryan stark

Newbie
Messages
2
Reaction score
0
Points
35
Sin$
0
This is all old. I've been mixing and matching manufacturers using this for literally years. As long as you have each part in its respective place, it doesn't what material you put on the weapon, or if its a manufacturer specific part like a vengeance barrel. I keep a level 81 vengeance pistol equipped all the time with Atlas material for better stats.
Is there any way you could post a tut on how to make scorpio guns since all the patches. watched a few videos using hxd and willow tree and they all tell me the same thing that does not work. So after you make the gun on willow tree you save the file to your desktop then you go to hxd, open the save and search for 00000000000000FFFF or something in the lines of that and replace that with another string of code but when i search it tells me that it cant find it. Any ideas of what i am doing wrong or if that is an outdated method?
 
MadeGuy

MadeGuy

Enthusiast
Seasoned Veteran
Messages
665
Reaction score
109
Points
125
Sin$
7
Is there any way you could post a tut on how to make scorpio guns since all the patches. watched a few videos using hxd and willow tree and they all tell me the same thing that does not work. So after you make the gun on willow tree you save the file to your desktop then you go to hxd, open the save and search for 00000000000000FFFF or something in the lines of that and replace that with another string of code but when i search it tells me that it cant find it. Any ideas of what i am doing wrong or if that is an outdated method?
Make sure the quality and level are lowered all the way then save the changes before you save and open it in HxD.
 
Top Bottom
Login
Register