Post: Dead Island: Infinite Ammo Guns + Sniper
01-27-2013, 01:01 AM #1
ICS Vortex
Between Light and Lies
(adsbygoogle = window.adsbygoogle || []).push({}); Hello all, I'm doing my final release for Dead Island. In this tutorial, I'm going to be briefly explaining how to make guns with unlimited ammo that can be transferred to a friend, releasing a sniper mod, and releasing some of T_m_b07's Mods Winky Winky. I'm releasing the infinite ammo tutorial because of two things: 1)The game is getting old, Dead Island Riptide is coming up soon and 2)These weapons are getting leaked throughout the game ever since I made them and shared them with a few friends.

Infinite Ammo

Requirements:
You must login or register to view this content.
You must login or register to view this content.

Open the Data0.pak file with 7Zip.
Open Data
Locate and extract these files: Inventory_Gen.scr, Inventory_Special.scr, and Inventory.scr
Right click on all of the files, choose open with, and then choose notepad
Depending on what gun you want to mod, you will need to open all of the files and search for the gun. The gun names go by what they are called in the Dev Menu.

For example: Inventory_Gen.scr || Firearm_ShotgunGen
Look for the first reference to the gun you want to mod:
    
Item("Firearm_ShotgunGen", CategoryType_Firearm)
{
Name("&Firearm_ShotgunGen_N&");
Description("&Firearm_ShotgunGen_D&");
CategoryType(CategoryType_Firearm);
Visibility(true);
ItemType(ItemType_Shotgun);
PhysicsScript("DroppedInventory.scr");
UpgradeLevel(0);
Condition(-1);
DamageRangeMelee(110.0);
HeadSmashProb(1.0);
HeadCutProb(0.0);
ArmsCutProb(1.0);
LegsCutProb(1.0);
DamageType(DamageType_Bullet);
Mesh("weapon_shotgun_a.msh");
SkinTag("weapon_standard1");
AnimPrefix("Spas");
HudIcon("super90");
ShotTime(1.15);
ShotSound("Shotgun_SPAS12_st_XX.wav");
BaseSoundPrefix("spas");
AmmoType(AmmoType_Shotgun);
AmmoCount(Cool Man (aka Tustin);
ReloadTime(6.0);
EmptySound("Shotgun_Empty.wav");
RagdollBehavior(RagdollBehavior_Shotgun);
TwoHanded(true);
HolderElement("bip01 r thigh");
HolderOffset([0.0,10.0,0.0]);
HolderAngle([0.0,90.0,-90.0]);
use HitEffects_Firearm();
use PickupSounds_Default();
ClipReload(false);
FxNameShell("ShotgunGunfireShell");
ShootFx("ShotgunGunfireSingle_sequence.fx");
AimBlurStart(30.0);
AimBlurEnd(35.0);
ShootMinAngle(0.03);
ShootMaxAngle(0.06);
ShootAngleVel(0.02);
ShootAngleCooldown(0.059);
ShootVertRecoil(0.1);
ShootVertRecoilSpread(0.015);
ShootHorzRecoil(0.0);
ShootHorzRecoilSpread(0.015);
ShootRecoilTime(0.1);
ShootMode(ShotMode_Single);
BulletsPerShot(12);
AimFov(1.5);
DamageSize(20.0);
AiHitSound("firearm");
StatsType(StatsType_Shotgun);
Price(3000);
LootLevel(5);
LootType(LootType_Firearm_Long);
FF_Left(0.3);
FF_Right(0.4);
FF_Duration(0.1);
FF_FadeOut(0.0);
CriticalProb(0.05);
CriticalDamage(100.0);
FirePointRange(0,1000.0);
FirePointDamage(0,100.0);
FirePointPhysicsDamage(0,100.0);
FirePointForce(0,80.0);
FirePointRange(1,2000.0);
FirePointDamage(1,80.0);
FirePointPhysicsDamage(1,100.0);
FirePointForce(1,20.0);
Color(Color_White);
GenType(GenType_SHOTGUN);
GenLevelMin(19);
ShotTailDelay(0.1);
AchType(AchType_Shotgun);
NameGender(0);
PriceMult(2.2);
}


To make this gun have unlimited ammo, we will be looking at these values:
    
AmmoCount(Cool Man (aka Tustin); Change (Cool Man (aka Tustin) to however many bullets you want it to hold. For example:
AmmoCount(9999999999) would be pretty much unlimited. You could also TRY: AmmoCount(-1). That sets it as fully unlimited, but I am not sure if it works for regular guns. I haven't tested it.


Save the Inventory_Gen.scr file: file --> save
Import the Inventory_Gen.scr file back into the Data0.pak file (Data0.pak --> Data)
Save the Data0.pak file.
Replace the Data0.pak file on your PS3. (dev_hdd0/game/Blus30790/USRDIR/DI/ )
Also, make a folder inside of DI called: out. Inside of "out" put the modified Inventory_Gen.scr
Call your gun from the dev menu. You can now give unlimited ammo weapons to friends Happy
I am not going to provide a download for Unlimited Ammo. If you want the mod so bad, put some effort in to it.


Sniper Rifle Mod

I'm not going to explain to you how to do this, as I just CBA. Instead, I'm going to give you the file needed for the mod. This mod increases the zoom and point of view of the burst rifle, as well as limits the ammo capacity and shot time and sound.
How to use:
Go into dev menu --> cheat items supply
Select this gun: Firearm_BurstRifleGen [3]
You will now have a "sniper" as a gun Happy
ps: there is a way to modify the damage factor on "gen" guns. Keep in mind that "gen" stand for generated in terms of DI Modding Winky Winky
Download: You must login or register to view this content.

T_m_b07's Dead Island Mods
[/b]
I take no credit for any of the mods under this section. They were created by T_m_b07. He just wanted them to be added into this thread.

Originally posted by T
Details:
Place these files exactly as they are into the out folder.

Super speed (Warning.... extremely fast on flat surface!!! )
Super Jump
Melee Long range
Shop ONLY sells Legendary weapons
Level60 1 kill
Infinate health
Max Stamina Regeneration
1 hit kill most weapons
and more...

T_m_b07
You must login or register to view this content.
or
You must login or register to view this content.

Sorry for the messy thread, I just get sick of releasing all of this for Dead Island since I'm the only one that is even releasing thing now. I may release one more final "final" thing even though it says that this is my final release :p
(adsbygoogle = window.adsbygoogle || []).push({});

The following 14 users say thank you to ICS Vortex for this useful post:

-Collins-, AMNE, CEXREXDEX, Toke, NGU-xNiicKzHD, Vince, Pseudo_Soldier, shelim786, Sirprizer, Wolfinator
02-20-2013, 12:12 AM #20
T_m_b07
I defeated!
Originally posted by ICS
offsets for RTE


Ahh well surely its possible to actually achieve it within the game files, but who knows.

RTE isnt my thing, i just dont have the time :( but respect if you eventually get it i wish you luck.

The following user thanked T_m_b07 for this useful post:

ICS Vortex
02-20-2013, 12:33 AM #21
ICS Vortex
Between Light and Lies
Originally posted by b07 View Post
Ahh well surely its possible to actually achieve it within the game files, but who knows.

RTE isnt my thing, i just dont have the time :( but respect if you eventually get it i wish you luck.


RTE does take a bunch of work, and gets very frustrating at times. Oh well, thanks for wishing me luck. Means a lot coming from a guy like you, haha Happy

The following user thanked ICS Vortex for this useful post:

T_m_b07
02-21-2013, 07:06 AM #22
nice bro
03-14-2013, 03:55 PM #23
T_m_b07
I defeated!
Well as my other program is complete and all is left for it is for users to send me offsets in the program, i have decided to move onto finishing off working on ModdedIsland although i have very little time these days, its my current project and so far it reads the default_levels script, as you can see in the image. It'll be nice to give the opportunity for other users to mod this fun game with ease.

You must login or register to view this content. :y:

The following user thanked T_m_b07 for this useful post:

ICS Vortex
03-14-2013, 05:56 PM #24
i guess u need cfw...
03-15-2013, 10:33 PM #25
Cati
Keeper
Sorry to bump the thread but I have a question and a request.

Is it possible for someone with CFW to create a save file (any character) with some basic modded stuff like all skill points, max level and those amazing million/billion rounds guns and then post the save file for people with OFW try to resign?

Many thanks. Have fun.
03-15-2013, 10:35 PM #26
SataQ
Space Ninja
Well done bro.
03-16-2013, 10:09 PM #27
ICS Vortex
Between Light and Lies
Originally posted by Cati View Post
Sorry to bump the thread but I have a question and a request.

Is it possible for someone with CFW to create a save file (any character) with some basic modded stuff like all skill points, max level and those amazing million/billion rounds guns and then post the save file for people with OFW try to resign?

Many thanks. Have fun.


Yes that is possible. I've released a few saves if you go to my profile and click on find latest started threads, you should see them.
03-17-2013, 12:11 AM #28
Cati
Keeper
Originally posted by ICS
Yes that is possible. I've released a few saves if you go to my profile and click on find latest started threads, you should see them.

Thanks for the reply.

I've seen the thread with a couple of your modded saves like the Banoi Murderer. Never used them in the past but I'll give them a go... I need to kill some zombies for fun ehehehe. Any known issues with resigning the saves with OFW and a GOTY version of the game?

Have a great weekend.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo