San Andreas IMG files -
Laurentziu - 15.07.2016
Hi,
Does somebody know what is the meaning of each img file from San Andreas? Like 1.img is for players, 2.img is for animations, etc. Can somebody explain them all?
Here are the img files:
- SAMP.img
- SAMPCOL.img
- custom.img
- script.img
- gta_int.img
- gta3.img
- carrec.img
- cutscene.img
- anim.img
- player.img
- cuts.img
Re: San Andreas IMG files -
J0sh... - 15.07.2016
- SAMP.img - SA:MP Object files
- SAMPCOL.img - SA:MP Objects with collision(?)
- custom.img - Alternative to edit your game with dff/txd's SA:MP loads this. SP does not.
- script.img - Contatning all weapon/car scripts.
- gta_int.img - Interior objects.(?)
- gta3.img - most of the models inc weps in the game
- carrec.img - ---
- cutscene.img - Cutscene objects. Mostly cut content.
- anim.img - Animation scripts(?)
- player.img - Player scripts/textures(?)
- cuts.img - Cut content(?)
Re: San Andreas IMG files -
SyS - 15.07.2016
The carrec.img file stores a set of R3 files (files with an extension .rrr) These files contain path information used by the mission script in the game
cuts.img is used only to read necessary files when cutscene is triggered.
Re: San Andreas IMG files -
Laurentziu - 15.07.2016
Is there one that contains the missions ?
Re: San Andreas IMG files -
SyS - 15.07.2016
Quote:
Originally Posted by Laurentziu
Is there one that contains the missions ?
|
you mean main.scm?
Re: San Andreas IMG files -
Laurentziu - 15.07.2016
They are all in the main? Only one file for all missions ?
Re: San Andreas IMG files -
Spmn - 15.07.2016
Only 1 file for ALL the scripts, not only missions. (vending machines, wardrobe, gym, barber, tattoo, mini games etc)
Re: San Andreas IMG files -
Laurentziu - 16.07.2016
Oh i understand, scripts...then what does the other files do ? script.img has a lot of .scm files. Don't they do anything at all? If not, why are they there?
Re: San Andreas IMG files -
Laurentziu - 17.07.2016
Has someone decripted this missions into c++ or pawno?
Re: San Andreas IMG files -
Sew_Sumi - 17.07.2016
****** works for this, various tools are out there for reading these files.
http://lmgtfy.com/?q=scm+editor+gta+sa
Re: San Andreas IMG files -
SyS - 17.07.2016
sanny builder is useful
Re: San Andreas IMG files -
Laurentziu - 20.07.2016
I already ******d. Sanny builder doesn't decrypt all the .scm files ..