(adsbygoogle = window.adsbygoogle || []).push({});
In This Tutorial i will show you how to mod Worms.
I will Update This if people use it or like to mod games on the iphone
Ok Getting started you will need a app like IFile to view the files within your Iphone without been connected via SSH
Download IFile Cracked from this repo in Cidia
Repo:
You must login or register to view this content.
Worms
when you have downloaded IFile from the sinfuliphone repo you then need to open the app and go to
Applications --> Worms --> Worms.app then scroll down to Weapons
In this folder you should see all the weapons from worms now choose the weapon you want to mod e.g. Prod
(This will be called Prod.txt)
Now in the file you should see this
Code:
/////////////////////////////////////////////////////////
//
// Prod tweak file.
//
/////////////////////////////////////////////////////////
Wind Factor = 0.000000
Gravity Factor = 0.000000
Round Min Push = 45.0
Round Max Push = 45.0
Now click edit in the top right corner and change both the Round Min Push and Round Max Push to to a higher amount e.g. 450.0 after changing the min and max push to 450.0 you should have this
Code:
/////////////////////////////////////////////////////////
//
// Prod tweak file.
//
/////////////////////////////////////////////////////////
Wind Factor = 0.000000
Gravity Factor = 0.000000
Round Min Push = 450.0
Round Max Push = 450.0now click save and go test it out !!
Explanation of meanings within the files.
Wind factor: How wind effects the weapon e.g. rockets projectiles
Gravity Factor: How Gravity Effects the Weapon e.g. Rock projectiles are pulled down.