-
Dead Island, Can you change weapon level req
Yes just a quick question, Is it possible to change the level requirement on certain weapons like the high level swords and guns? And if so can someone teach me how to I know how to use hex workshop pretty well so if someone could just tell me the what and where to edit then I could do it myself. Thanks
-
Re: Dead Island, Can you change weapon level req
Quote:
Originally Posted by
Crazy07
Yes just a quick question, Is it possible to change the level requirement on certain weapons like the high level swords and guns? And if so can someone teach me how to I know how to use hex workshop pretty well so if someone could just tell me the what and where to edit then I could do it myself. Thanks
Yes, It should be possible with the editing of data0.pak
-
Re: Dead Island, Can you change weapon level req
Oh so nothing with hex editing? Like in the save itself.
Also I probably should have been more specific, I mean like a sword you have in your inventory or a gun you have. Not all the weapons in general just the ones that you already have but can't use.
-
Re: Dead Island, Can you change weapon level req
But can it be used by retail if say a person modded the weapons itself; then traded it?
-
Re: Dead Island, Can you change weapon level req
Quote:
Originally Posted by
Darn
But can it be used by retail if say a person modded the weapons itself; then traded it?
I honestly have no idea I was just looking for a way to hex edit the requirement in my save so I could use the weapon at a much lower rank because I hate level 44 zombies lol.
-
1 Attachment(s)
Re: Dead Island, Can you change weapon level req
Yep you can found many settings inside the Data0 one of this are the Skills you can change all things from 10% to 100% etc ;) only JTAG
Attachment 2513
-
Re: Dead Island, Can you change weapon level req
this game is going down i want unlimited amo
-
Re: Dead Island, Can you change weapon level req
Quote:
Originally Posted by
mikemuniz1
this game is going down i want unlimited amo
Use the God Mode/Unlimited Ammo GPD
-
Re: Dead Island, Can you change weapon level req
When you have JTAG you can try change the skills here a sample from Logen try change from -0.1 to +0.1 or to 0:
<skill id="FirearmsApprenticeLogan" cat="Tree2" max_level="1" tier="6">
<tier_req tier="5" cat="Tree2" value="3"/>
<effect id="FireWeaponsSkill" change="1"/>
<effect id="BulletReloadSpeed" change="-0.1"/>
<effect id="BulletCriticalDmgMul" change="0.05"/>
<effect id="BulletCriticalChance" change="0.05"/>
<effect id="BulletAccuracyFactor" change="0.1"/>
<effect id="BulletRecoilFactor" change="0.05"/>
<effect id="FirearmsMoveAccuracyReduce" change="-0.1"/>
<effect id="StomperSkillLevel" change="1"/>
</skill>
-
Re: Dead Island, Can you change weapon level req
It is possible but trying to find the right number for it is difficult. I made a weapon lvl 180 to use lol.
Picture:
http://i48.photobucket.com/albums/f2...ponModding.png
Weapon level I think it's encrypted... Change the second byte to increase it a bit (changes dramatically tho).
Amount of Ammo/Item is self explanatory, change the value to whatever you want.
Weapon Condition is the Durability of a weapon (BF800000 = Infinite) Just change the Float value to BF800000 and your Melee weapon will never break :P
If anyone can figure out how the Level thing is calculated that would be great :P
-
1 Attachment(s)
Re: Dead Island, Can you change weapon level req
Yes but this mod only this Weapon when you change the skills from the Chara then this have effect to all Guns ;)
Maybe this help you: found inside file Inventory_Gen.scr
Item("Melee_BrassKnucklesLightGen", CategoryType_Melee)
{
UpgradeLevel(0);
Condition(0);
Damage(20.0);
CriticalProb(0.0);
CriticalDamage(0.0);
Force(25.0);
PhysicsDamage(10.0);
HeadSmashProb(0.0);
HeadCutProb(0.0);
ArmsCutProb(0.0);
LegsCutProb(0.0);
DamageType(DamageType_Blunt);
Here my GOD MOD: No Space for more lol
Attachment 2514
-
Re: Dead Island, Can you change weapon level req
Maybe the hex amount of the level offset is subtracted from an overall number and whats left is the level required
-
Re: Dead Island, Can you change weapon level req
Quote:
Originally Posted by
Laminax
Maybe the hex amount of the level offset is subtracted from an overall number and whats left is the level required
Not sure, because if you have 2 weapons that are the same levels and the same weapons the Level is different on both of them...
-
Re: Dead Island, Can you change weapon level req
Quote:
Originally Posted by
Idlehands88
It is possible but trying to find the right number for it is difficult. I made a weapon lvl 180 to use lol.
Picture:
http://i48.photobucket.com/albums/f2...ponModding.png
Weapon level I think it's encrypted... Change the second byte to increase it a bit (changes dramatically tho).
Amount of Ammo/Item is self explanatory, change the value to whatever you want.
Weapon Condition is the Durability of a weapon (BF800000 = Infinite) Just change the Float value to BF800000 and your Melee weapon will never break :P
If anyone can figure out how the
Level thing is calculated that would be great :P
Every time I try this my weapons just show up as broken. Any ideas? I know I'm doing something wrong.
-
Re: Dead Island, Can you change weapon level req
Quote:
Originally Posted by
Crazy07
Every time I try this my weapons just show up as broken. Any ideas? I know I'm doing something wrong.
It shows up as broken but it's actually not, because the game is designed to have a HP bar on the melee weapons then since you change it to BF800000 (-1) the weapons HP bar shows that it's broken. Equip it to your hotkey and you'll see that the HP bar is gone.
-
Re: Dead Island, Can you change weapon level req
Oh ok I wasn't sure if It was supposed to do that or not thanks.
-
Re: Dead Island, Can you change weapon level req
need this like the stock shotgun on borderlands . then dupe the crap out of it .
-
Re: Dead Island, Can you change weapon level req
Quote:
Originally Posted by
Idlehands88
It shows up as broken but it's actually not, because the game is designed to have a HP bar on the melee weapons then since you change it to BF800000 (-1) the weapons HP bar shows that it's broken. Equip it to your hotkey and you'll see that the HP bar is gone.
Another reason why it keeps showing up as broken is probably because of the update. Not sure exactly what the update effected on the game but its a chance that could be it.
-
Re: Dead Island, Can you change weapon level req
Quote:
Originally Posted by
oHORIZONSo
Another reason why it keeps showing up as broken is probably because of the update. Not sure exactly what the update effected on the game but its a chance that could be it.
Ya after the update the Infinite Durability doesn't work :( It just instantly breaks your weapon now... Stupid game developers :'(
-
Quote:
Originally Posted by
Idlehands88
It is possible but trying to find the right number for it is difficult. I made a weapon lvl 180 to use lol.
Picture:
http://i48.photobucket.com/albums/f2...ponModding.png
Weapon level I think it's encrypted... Change the second byte to increase it a bit (changes dramatically tho).
Amount of Ammo/Item is self explanatory, change the value to whatever you want.
Weapon Condition is the Durability of a weapon (BF800000 = Infinite) Just change the Float value to BF800000 and your Melee weapon will never break :P
If anyone can figure out how the
Level thing is calculated that would be great :P
Your close.
http://i329.photobucket.com/albums/l...AwNDAuanBn.jpg
-
Re: Dead Island, Can you change weapon level req
Extracting, editing, and using the data0.pak file requires a jtag right? All the files I've been able to find that have sprouted from the game are the save_0 and .gpd files. Sorry, I've never had a jtag so I know nearly nothing about them but I'm strongly considering getting one soon so I can actually give some input to the jtag community :)
P.S. I've tried hexing my save_0 and have found nothing (i.e. no values of xp, amount of items/weapons, durability, health). Any tips on how to locate any of these values? I know most of them are located in the save file thanks to jappi's save editor but I'm not having much luck.
-
Re: Dead Island, Can you change weapon level req
how do you find the weapons durability in the hex editing
-
Re: Dead Island, Can you change weapon level req
the durability i think is a float value use your hex editors base converter to find the durability of a non modded weapon
-
Re: Dead Island, Can you change weapon level req
Still nothing on how to make your weapons golden/orange?
-
Re: Dead Island, Can you change weapon level req
Bump.
Anyone knows of a way to hex edit quality of weapons (from green to orange) and increase the level of them?
-
Re: Dead Island, Can you change weapon level req
Has anyone gotten how to modify level of weaponry to 50?. I manage to change status to golden already. I need to be able to change lv and I'll have the instructions ready for everyone.
-
Re: Dead Island, Can you change weapon level req
The quality/lvl are the 4 bytes after the mod string. I went a little into detail in a differnt thread. Just focus on the last byte and increase it by 8 to make the weapon go up a level and set the last digit to 4 or C to make it gold, depends on which level it is.
-
Re: Dead Island, Can you change weapon level req
stayed up all night and still cant do neither change color or level guess i dont understand....im ususally pretty good at the shit.....well hope someone puts out a detailed tut soon for eveyone...
-
Re: Dead Island, Can you change weapon level req
The quality/level value is right after the mod. So where you see [Melee_stickgen....none....]. the 4 bytes all control the quality/level. The last 2 are what you will most likely be toying with. It goes in a series of 8. Say a white lvl 5 weapon has the quality id 5d78 6500. Since quality seems to loop in a series of 8 then you would jsut add 8 to make it go up a single level. So lvl 6 would be 5d78 6508, lvl 7 5d78 6510, lvl 18 is 5d78 6568.
-
Re: Dead Island, Can you change weapon level req
if anyone could do a tut (with pictures) as to how to hex edit your save for level 50 legendary class weapons including mod weapons not just stock weapons like if it encrypted or whatever that would be great.
-
Re: Dead Island, Can you change weapon level req
See the four bytes directly after the mod name, usualy "none" if you havent added a mod to the weapon, just change that to 50F3CD94 and it will be lvl 50 gold.
-
Re: Dead Island, Can you change weapon level req
ok thanks but wat if u have a mod on it already then wat....wat u said do that will change any weapon orange and to level 50....just wonderin and thanks for all ur help
-
Re: Dead Island, Can you change weapon level req
yeah it will change any weapon to lvl 50 gold. Most items ahve "none" as it's mod but any item that does will be craftplan_blahblahblah. It's the same location either way. :P it only works on items that actually have level changes. Things like the chainsaw will go up in level but no difference in stats will be made.
-
Re: Dead Island, Can you change weapon level req
ok thanks so just highlight none and replace wats their with wat u said and with the one with mods no matter wats their pretty much right after the name just highlt the four bits and replace it thanks will try right now and let u know wats up....and as always thanks....i been clickin that thank u for u too just in case u didnt notice lol
-
Re: Dead Island, Can you change weapon level req
it's the four bytes after none. So you would see "none..4?" or something like that in the hex view. The four bytes after none are what you edit :P
-
Re: Dead Island, Can you change weapon level req
ok damn i feel like a numb but i hex and use save editors all the time even made a few lol thats sad
-
Re: Dead Island, Can you change weapon level req
same as the ones that have the mod just mod after the craft name
-
Re: Dead Island, Can you change weapon level req
ok i did manage to change a crowbar orange and level 50 but my cleaver stayed at level 24 but did turn orange....ima keep messin with this and see if i can do something else thanks for ur help again....