Tutorials Navigation
{JTAG}How To Mod Any Car In Forza 3
Tutorial Name: {JTAG}How To Mod Any Car In Forza 3
Category: Xbox 360 Tutorials
Submitted By: Mountaineers
Date Added:
Comments: 3
Views: 6,188
Related Forum: Xbox Forum
Share:
How to mod ANY car in Forza Motorsport 3.
You need these programs:
SQLite Database Browser: HERE
Le Fluffie for DLC Creation: HERE
To extract zip files from forza you need quickbms: HERE
And this script for quickbms: HERE
1. Extract your forza 3 game ISO somewhere to your liking and go to Media\DB\gamedb.slt and open gamedb.slt in SQL
2. Go to Data_Car in browser data tab.
Here you should see all the car ID's in Forza 3.
Let's pick for example a Cayman S. It has ID=293
3. Then go to List_UpgradeEngine where you selected data_car
4. Then you look for Overall ID 293. There you have the Cayman S
5. You get the Engine ID from there and it's 47 for Cayman S
6. Here comes the fun part. Now you need to open up Notepad and write:
Code:
UPDATE * SET * WHERE *i.e. UPDATE List_UpgradeEngineFuelSystem SET TorqueScale=1.1 WHERE List_UpgradeEngineFuelSystem.Id=47003;
Here you see that I have changed some values of the Cayman S Engine upgrade 3!
**=engineID
001= Upgrade level 1
002= Upgrade level 2
003= Upgrade level 3
i.e. Cayman S Fuel System Upgrade 3 = 47003. 47 being the engine ID and 003 being the Upgrade level.
7. Once you are finished save it as:
Code:
15000_execute.sql
8. Open up a new notepad and write this into it
Code:
<table Name="List_UpgradeEngineFuelSystem" />Here you can see that I've listed an upgrade. Simply write what table you are in.
9. Save it as:
Code:
stringtables.xml
10. Make a new DLC and you're and good to play your newly modded forza 3 .
Tip. Don't use some overkill numbers, if you have a number like TorqueScale=1.2 don't set it to something like 120000.
Just place DLC into /Hdd1/Content/0000000000000000/4D53084D/00000002/
Ratings
Comments
Related Tutorials
- 01. How to remove family settings/parental controls on Xbox 360(4,420)
- 02. Pico Flasher ISD / Sonus Programming(3,711)
- 03. College Football Revamped Tutorial/Installation(7,278)
- 04. (JTAG/RGH) How-To Download, Extract & Play Goldeneye 007(7,422)
- 05. Darkest of Days Achievement Guide [XBOX 360](3,041)
- 06. College Hoops 2K6 Achievement Guide [XBOX 360](3,324)
- 07. Blazing Angels Achievement Guide [XBOX 360](3,332)
- 08. Avatar: The Burning Earth Achievement Guide(3,888)
- 09. 2006 FIFA World Cup Achievement Guide [XBOX 360](4,797)
- 10. Turok: Sniper!(2,577)
- 11. Turok: Impaler Ribbon(2,410)
- 12. Turok: Dino Dominance(2,459)
- 13. 0 Day Attack on Earth Achievements Guide(3,167)
- 14. Turok: Sell Your Shotguns(2,608)
- 15. Terminator: Salvation Achievement Guide(3,117)
"{JTAG}How To Mod Any Car In Forza 3" :: Login/Create an Account :: 3 comments