IMG

 
IMG
IMG   IMG
  Welcome to GTAForums! Be sure to check out the Grand Theft Auto V Forum.

You are not registered! (If you are, click here to login) Registering is fast, free and easy and allows you to instantly reply to any topic on GTAForums.
Why wait? Click here to register your own unique username and become part of the ever-growing community!


( Log In | Register | Revalidate Validation E-mail )
Quick Log-In:
  IMG
       
>
Forum Rules GTA Modification Forums

This section is for any editing topics that don't fit into any of the other forums, any questions on how to mod belong in Editing Discussion

GTAGarage.com
free mod hosting from GTANet, simply login with your GTAForums account details

GTAModding.com
GTANet's modding wiki

GTA Modding Chatroom
provided by irc.gtanet.com (Don't have an IRC client? Click here)


Pages: (35) [1] 2 3 ... Last »  ( Go to first unread post ) Reply to this topicStart new topicStart Poll

 GTA 3 Mobile Modding

 Thanks Rockstar!
 
gamerzworld  
Posted: Thursday, Dec 15 2011, 05:27
Quote Post


Why did I move here? I guess it was to bounce.
Group Icon
Group: Members
Joined: Nov 29, 2005

us.gif

XXXXX



Thanks to Rockstar and War Drum Studios, the Grand Theft Auto III port for iOS and Android devices uses a direct port of the same RenderWare engine that the original game used. This means that most files are moddable using the tools we've gotten from the amazing tool makers over the years.

TXD - The file structure is almost the same, the textures seem to be stored differently though. The game will still load texture files from the PC version though so this really isn't a problem.
DFF - Map objects and cars open just fine with Kam's Tools. Character models are another story.
GXT, IMG, IPL, IDE, COL - Same as GTA3 PC.
SCM - Same as GTA3 PC but has a few extra opcodes.

Accessing the files on your iOS device
The easiest way to access the game files on your iOS device is to get iExplorer. It is a free program that allows you to explore your device without jailbreaking. To access your gta3.set file, you may have to jailbreak and get afc2add in addition to using iExplorer.

SCM Decompiling
The SCM for the mobile version is almost exactly the same as the SCM for the PC version. However, the mobile version uses two extra opcodes. Because SannyBuilder is unaware of these opcodes, the SCM will fail to decompile. To properly decompile the SCM, you will need to add the follow opcodes to the SCM.INI file.
CODE
03A8=1,
03A9=0,

Thanks to spaceeinstein for the opcodes!

.SET file editing
To edit the .SET file, you will need a hex editor such as XVI32. Known offsets and their features are below.
View Distance
Offset: 0x568

Options:
"66 66 E6", Maximum drawing distance
"66 66 DE",
"66 66 D6",
"66 66 CE",
"66 66 C6",
"66 66 BE",
"66 66 B6 ",
" 66 66 AE ", Medium drawing distance
" 66 66 A6 ",
" 66 66 9E ",
" 66 66 96 "
" 66 66 8E ",
" 66 66 86 ",
" CC CC 7C ",
" CC CC 6C ",
" CC CC 5C ",
" CD CC 4C ", Minimum drawing disance
" CC CC A4 ", iOS A4 chipset drawing distance (some sort of custom value)
" CC CC AC", iOS Custom Value (From a 3GS set file)


Thanks to: LION from 4pda.ru and Gamerzworld
Car lights, Lamps and Flashing Lights
Offset: 0x67C

Options:
00 = off,
02 = on

Thanks to: LION from 4pda.ru
Detailed Shadows, Traffic Lights, Blood
Offset: 0x678

Options:
00 = off,
01 = on

Thanks to: LION from 4pda.ru
Resolution
Offset: 0x676

Options:
Ipad 80 (HiRes)
DHD 19 (LowRes)

Thanks to: LION from 4pda.ru
Breaks and Debris
Offset: 0x67D

Options:
00 = off
02 = on

Thanks to: LION from 4pda.ru
Language
Offset: 0x673

Options:
00 = English
01 = French
02 = German
03 = Italian
04 = Spanish

Thanks to: Gamerzworld
Frame Limiter
Offset: 0x56E

Options:
00 = off
01 = on

Thanks to: Gamerzworld
Subtitles
Offset: 0x56B

Options:
00 = off
01 = on

Thanks to: Gamerzworld
Widescreen
Offset: 0x56C

Options:
00 = off
01 = on

Thanks to: Gamerzworld


This post has been edited by gamerzworld on Tuesday, Jan 3 2012, 01:32
Users WebsitePMMSNXbox LivePlayStation Network
  Top
 

 
Frank.s  
Posted: Thursday, Dec 15 2011, 14:08
Quote Post


IV Scripter, Modeler.
Group Icon
Group: Members
Joined: Apr 15, 2008

en.gif

Member Award




Great stuff. icon14.gif

I've noticed those head models aren't ones used in-game, you could export a ped/actor dff (the player.dff might not import because it is skinned) from the .img and see if that imports fine too. Also would be nice to test it with vehicle files and collision files too.
Is it possible to export the dffs or txds or cols and have them work fine in-game?
PM
  Top
 

 
gamerzworld  
Posted: Thursday, Dec 15 2011, 14:22
Quote Post


Why did I move here? I guess it was to bounce.
Group Icon
Group: Members
Joined: Nov 29, 2005

us.gif

XXXXX



QUOTE (Frank.s @ Thursday, Dec 15 2011, 09:08)
Great stuff. icon14.gif

I've noticed those head models aren't ones used in-game, you could export a ped/actor dff (the player.dff might not import because it is skinned) from the .img and see if that imports fine too. Also would be nice to test it with vehicle files and collision files too.
Is it possible to export the dffs or txds or cols and have them work fine in-game?

Characters do not import however I imported a few map models and vehicles fine. I'll try out some more stuff when I get home.
Users WebsitePMMSNXbox LivePlayStation Network
  Top
 

 
Frank.s  
Posted: Thursday, Dec 15 2011, 14:43
Quote Post


IV Scripter, Modeler.
Group Icon
Group: Members
Joined: Apr 15, 2008

en.gif

Member Award




Ah ok, when you next get the chance to; it might be possible to install odies stunt park or something. If so then i'll be making some new III maps. tounge.gif
That reminds me, is the data folder structure the same as the ps2 or pc or xbox version? Or does it differ from all three? (are the file+folder locations different i mean)
What device are you running III on and how do you access the files on GTAIII? "gta3iphone" seems to indicate you're using either the iPhone4 or 4S but that could be an internal filename that is used on all platforms i don't know.
Could you point me in the right direction on how to get that software? Does it require a jailbreak?

This post has been edited by Frank.s on Thursday, Dec 15 2011, 16:24
PM
  Top
 

 
gamerzworld  
Posted: Thursday, Dec 15 2011, 16:59
Quote Post


Why did I move here? I guess it was to bounce.
Group Icon
Group: Members
Joined: Nov 29, 2005

us.gif

XXXXX



QUOTE (Frank.s @ Thursday, Dec 15 2011, 09:43)
Ah ok, when you next get the chance to; it might be possible to install odies stunt park or something. If so then i'll be making some new III maps. tounge.gif
That reminds me, is the data folder structure the same as the ps2 or pc or xbox version? Or does it differ from all three? (are the file+folder locations different i mean)
What device are you running III on and how do you access the files on GTAIII? "gta3iphone" seems to indicate you're using either the iPhone4 or 4S but that could be an internal filename that is used on all platforms i don't know.
Could you point me in the right direction on how to get that software? Does it require a jailbreak?

There's no folder structure, all of the files are now in the root directory. File names are pretty much the same, except for the gta3.img file which is now gta3_pvr.img. I'm running it on a 3GS. It runs, but the framerate isn't very good. The "gta3iphone" name is what I named it when I extracted the files, the files are universal and will work on a iPad too for example. To get the files, you just rename the gta3.ipa to .zip and unzip them. To replace files on the iOS device, you'll need to jailbreak and SSH in with something like WinSCP. You could also use iFunbox as well.

I couldn't resist trying to edit a model, so I edited a map model. I deleted some of the mesh and added a box but the box isn't very visible from the screenshot. I'll do more when I get home.
user posted image

EDIT: Some more. Added to the mesh. Cookies if you know where the ship is from.
user posted image user posted image

This post has been edited by gamerzworld on Thursday, Dec 15 2011, 21:36
Users WebsitePMMSNXbox LivePlayStation Network
  Top
 

 
Frank.s  
Posted: Thursday, Dec 15 2011, 21:51
Quote Post


IV Scripter, Modeler.
Group Icon
Group: Members
Joined: Apr 15, 2008

en.gif

Member Award




Awesome, thanks for the info too.
I wanna get a cheap ipod touch and convert as much of VC/SA as possible to portable but there would probably be problems with the map limits.

Edit: VV Exellent. icon14.gif

This post has been edited by Frank.s on Thursday, Dec 15 2011, 22:16
PM
  Top
 

 
Ash_735  
Posted: Thursday, Dec 15 2011, 22:15
Quote Post


Breaking Bad
Group Icon
Group: Members
Joined: Nov 15, 2005

uk.gif

Member Award




Best part is, these Radio Station files are the BEST version available for GTA III, they sound so clean and clear, and since they're basic MP3, they can be dropped right into current mods with ease, so those of you who play SA Liberty City, or III Rage, etc, can benefit from these better mastered converts!
Users WebsitePMXbox LivePlayStation Network
  Top
 

 
Gege  
Posted: Thursday, Dec 15 2011, 23:03
Quote Post


ZoSo
Group Icon
Group: Members
Joined: Aug 21, 2007

hg.gif

XXXXX



Most of the .txd files cannot be opened with the TXD Workshop, at least I get errors constantly.
Users WebsitePMXbox LivePlayStation Network
  Top
 

 
Ash_735  
Posted: Thursday, Dec 15 2011, 23:42
Quote Post


Breaking Bad
Group Icon
Group: Members
Joined: Nov 15, 2005

uk.gif

Member Award




Actually, I retract that, the radio files on the mobile version are only 96kbps MP3 at 32Khz, which means the Steam Version is still the best at 256kbps WAV at 32Khz with the Xbox version coming in close at 128kbps WMA8 at 44.1Khz.
Users WebsitePMXbox LivePlayStation Network
  Top
 

 
lpgunit  
Posted: Friday, Dec 16 2011, 01:07
Quote Post


It's L, as in Lpgunit, not I.
Group Icon
Group: Members
Joined: May 24, 2008

ph.gif

XXXXX



So, does this mean that we need to update the TXD and DFF tools to support the mobile versions? I'd be glad to pitch in into the modding business, problem is that my Android's too weak to run III.
Users WebsitePMYahooXbox Live
  Top
 

 
nkjellman  
Posted: Friday, Dec 16 2011, 01:07
Quote Post


Boss
Group Icon
Group: Members
Joined: Aug 28, 2008

us.gif

Member Award




I can use the mobile scm files on the PC version, so PC scm's should work on the mobile.

Edit: This is from the topic I created that has alittle usefull info. I didnt realise this topic was here when I made it
QUOTE
Ive been looking at the files for GTA III mobile on my iPod Tuch. All the files are the same format as the PC. Their layed out differently however, but the formats are the same.

So far I tested a few files, some that were left over in the mobile version.
I tried all three scm files that were in there.
-main.scm: which is what the normal game uses worked on the PC version however something is different because I can't load saves. (Ill try to see if I can load my mobile save with this scm) (Nevermind save loading didnt work)
-main_d.scm: spawns me outside Luigi's club with no missions to do, but the safe house and PayNSpray work, but the islands are locked so I'm stuck in portland.
-main_freeroam.scm: spawns me on the Callahan bridge with two Chita's next to me. All islands are unlocked, but the safe house and PayNSprays don't work.
-timecyc.dat: Seems to be the same as the PC version. I thought it would be different on the iPhone.

I tested these on the PC, so they should work on the iPhone version, however you may need a jailbreak. One question. Is it possable to make two directorys on the iPhone/iPod tuch? This means the GTA III app will apear twice, and one will be modded.

So yes I havent tested any mods on the iOS yet, however if the files from the iOS version work on the PC version, PC files should work on the iOS version.

If someone wants to tell me how to make it so I can have two copys of GTA III on the iOS. One thats for modding, one thats normal.

Edit: It's safe to say that most PC mods are possable on the mobile version. I installed the highway mod, and it works. However mods like III MP, cleo, or exe mods will not work.

This post has been edited by nkjellman on Friday, Dec 16 2011, 02:37
PMXbox LivePlayStation Network
  Top
 

 
gamerzworld  
Posted: Friday, Dec 16 2011, 02:40
Quote Post


Why did I move here? I guess it was to bounce.
Group Icon
Group: Members
Joined: Nov 29, 2005

us.gif

XXXXX



Seems it'll load PC TXDs fine, just like how the PS2 version was. Used this this car mod without any modifications to the files. Just a heads up to people, GTA3 mobile has two different sets of cars. The original versions in the oldveh_pvr.img file and the updated Xbox ones in the gta3_pvr.img file. The easiest way to check which one is being used on your device is to crash a car and look at the engine. If it's a flat texture, then it's the oldveh. If you see an actual engine, then it's the gta3 file.

user posted image user posted image

This post has been edited by gamerzworld on Friday, Dec 16 2011, 02:46
Users WebsitePMMSNXbox LivePlayStation Network
  Top
 

 
lpgunit  
Posted: Friday, Dec 16 2011, 03:13
Quote Post


It's L, as in Lpgunit, not I.
Group Icon
Group: Members
Joined: May 24, 2008

ph.gif

XXXXX



So, car mods do work fine on that thing. Problem is that you'll have to consider the polycount as the iPhone 4S can only process 30 million polygons a second.
Users WebsitePMYahooXbox Live
  Top
 

 
gamerzworld  
Posted: Friday, Dec 16 2011, 05:04
Quote Post


Why did I move here? I guess it was to bounce.
Group Icon
Group: Members
Joined: Nov 29, 2005

us.gif

XXXXX



R.I.P. Odie.

user posted image user posted image user posted image user posted image user posted image
Users WebsitePMMSNXbox LivePlayStation Network
  Top
 

 
lpgunit  
Posted: Friday, Dec 16 2011, 06:42
Quote Post


It's L, as in Lpgunit, not I.
Group Icon
Group: Members
Joined: May 24, 2008

ph.gif

XXXXX



'Tis nice to know that map mods work for the mobile edition. Any news on the Android ports? I know it's more or less trivial since the data files are more easily accessible on a droid than on iOS.
Users WebsitePMYahooXbox Live
  Top
 

 
Frank.s  
Posted: Friday, Dec 16 2011, 13:27
Quote Post


IV Scripter, Modeler.
Group Icon
Group: Members
Joined: Apr 15, 2008

en.gif

Member Award




QUOTE (lpgunit @ Friday, Dec 16 2011, 06:42)
'Tis nice to know that map mods work for the mobile edition.
This.
QUOTE
Any news on the Android ports? I know it's more or less trivial since the data files are more easily accessible on a droid than on iOS.
From what i've gathered by looking through the files for the Android version for the HTC Sensation, they are slightly different but fundamentally the same.
The folder stucture is the same as the pc version and the ipl + ide + and col files appear to be same, the col files are v1 like before and are openable/editable using colleditor2 and they work in-game as proven by gamerzworlds iPhone3 testing.
All the files named .mp3 in the audio folder of the iOS version are renamed to .nfx in the Android version but the files can be renamed to .mp3 or .wav and played using a media player.
(i don't know if they are mp3 format or wav format as i don't have a proper way of checking, Ash probably does though. wink.gif )
The vehicle dff files seem to be the same as the pc vehicle dffs but all ped dffs are skinned, from the player, the actors and even to the segmented peds, they are all skinned and aren't importable.

Edit: Hah, imagine how slow it would run (if at all) when Pearcys HD III mod is installed (sans enb of course)

This post has been edited by Frank.s on Friday, Dec 16 2011, 16:03
PM
  Top
 

 
xTG_IrOnZzZ  
Posted: Friday, Dec 16 2011, 16:36
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Dec 16, 2011

XXXXX



I managed to install a few cars into the game.

user posted image

user posted image

user posted image

user posted image

I also edited the damage file and gave myself super punch :]

If anyone has edited the player skin please let me know how thanks .
PM
  Top
 

 
Jur1zz  
Posted: Friday, Dec 16 2011, 17:01
Quote Post


Playa
Group Icon
Group: Members
Joined: Jul 16, 2009

lt.gif

XXXXX



Nice to see mods works on mobile version, later will try with OnePiece cars

btw here is how models folder looks in my gs2
http://i.imgur.com/aV2ep.png


Edit:
HD Diablos
user posted image
user posted image
lol

This post has been edited by Jur1zz on Friday, Dec 16 2011, 18:37
Users WebsitePMMSNXbox Live
  Top
 

 
Frank.s  
Posted: Friday, Dec 16 2011, 23:24
Quote Post


IV Scripter, Modeler.
Group Icon
Group: Members
Joined: Apr 15, 2008

en.gif

Member Award




lol
Do you think the bits of the model that are over the mobile devices limits just get deleted or would it be a texture bug? Try extracting all the textures and making a new .txd using g-txd.
How much of a fps difference is there?

Hey III Anniversary modders, could you try PWs' GTA3 Mission Pack please?
If it works then i might make some missions that combine brand new map changes and new vehicle(s) into the missions. It's possible on pc so should be possible on portable. turn.gif


This post has been edited by Frank.s on Saturday, Dec 17 2011, 00:21
PM
  Top
 

 
nkjellman  
Posted: Saturday, Dec 17 2011, 00:21
Quote Post


Boss
Group Icon
Group: Members
Joined: Aug 28, 2008

us.gif

Member Award




Is it possable to get the Vice City map? Also Does anyone know how I can get god mode for vehicles, and the player?

Also is it possable to edit the Dodo so it falls through the water and my health doesnt go down?
PMXbox LivePlayStation Network
  Top
 

 

0 User(s) are reading this topic (0 Guests and 0 Anonymous Users)

0 Members:

Pages: (35) [1] 2 3 ... Last »

Topic Options Reply to this topicStart new topicStart Poll
Search topic for posted by (exact match)



 
IMG IMG