Tutorials Navigation

Tutorials :: New :: Popular :: Top Rated

Tutorials: 18,326 Categories: 12

Total Tutorial Views: 41,305,837

How to mod Field Runners on an ipod

Tutorial Name: How to mod Field Runners on an ipod  

Category: Mobile Devices

Submitted By: AoT

Date Added:

Comments: 0

Views: 3,093

Related Forum: Mobile Devices

Share:

Requirements: Field Runners and iFile


1. Open up iFile
2. Go to /var/mobile/Applications
3. Hit settings (all the way to the left side at the bottom)
4. Go down to "Application Names" and turn that to ON, then hit done
5. Find the Fieldrunners app, then go to Fieldrunners.app
6. Scroll all the way down to the file thats named "tower_lightning.tower". Open it with the text viewer. It should look like this:


<LightningTower sprite="tower_lightning.asc" icon="icon_lightning_tower.png" disabledIcon="icon_lightning_tower_disabled.png">
   <TechLevels>
      <Level1 minDamage="9999"  maxDamage="9999"  fieldOfView="999.0" reloadSpeed="0.001" attackRadius="999.0" cost="0" projectile="projectile_lightning"/>
      <Level2 minDamage="9999" maxDamage="9999" fieldOfView="999.0" reloadSpeed="0.001" attackRadius="999.0" cost="0" projectile="projectile_lightning"/>
      <Level3 minDamage="9999" maxDamage="9999" fieldOfView="999.0" reloadSpeed="0.001" attackRadius="999.0" cost="0" projectile="projectile_lightning"/>
   </TechLevels>
</LightningTower>

You can change the damage, how far they shoot, how fast they shoot, and how much they cost to buy or upgrade.

You can also change the "tower_mortar.tower". This is mine:

<MortarTower sprite="tower_mortar.asc" icon="icon_mortar_tower.png" disabledIcon="icon_mortar_tower_disabled.png" attackSound="tower_mortar_attack">
   <TechLevels>
      <Level1 minDamage="9999" maxDamage="9999" fieldOfView="999.0" reloadSpeed="0.1" projectileSpawnDelay="0.1" attackRadius="999.0" minAttackRadius="1.0" cost="0" projectile="projectile_mortar" splashDamageRange="999.0" splashDamageModifier="10.0"/>
      <Level2 minDamage="9999" maxDamage="9999" fieldOfView="999.0" reloadSpeed="0.1" projectileSpawnDelay="0.1" attackRadius="999.0" minAttackRadius="1.0" cost="0" projectile="projectile_mortar" splashDamageRange="999.0" splashDamageModifier="10.0"/>
      <Level3 minDamage="9999" maxDamage="9999" fieldOfView="999.0" reloadSpeed="0.1" projectileSpawnDelay="0.1" attackRadius="999.0" minAttackRadius="1.0" cost="0" projectile="projectile_mortar" splashDamageRange="999.0" splashDamageModifier="10.0"/>
   </TechLevels>
</MortarTower>


7. Change yours to something like mine.
8. Save and close out
9. **Double tap the home button to open up recent apps used. hold an app then remove field runners from the list**
10. go to field runners and have fun!!!

Ratings

Current rating: 3.88 by 8 users
Please take one second and rate this tutorial...

Not a Chance
1
2
3
4
5
6
7
8
9
10
Absolutely

Comments

"How to mod Field Runners on an ipod" :: Login/Create an Account :: 0 comments

If you would like to post a comment please signin to your account or register for an account.