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 obtaining help on creating and releasing tools

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: (5) « First ... 2 3 [4] 5   ( Go to first unread post ) Reply to this topicStart new topicStart Poll

 IMG Limit Adjuster

 Adjusts number of IMG archives possible to load (defined in default.da
 
Eminem Jeff  
Posted: Tuesday, May 8 2012, 15:02
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Mar 4, 2011

XXXXX



I tried to install SRT3 v1.7 mod with your tool ,it worked in gta sa

And I tried to install Project_Oblivion_2010HQ mod with your tool ,it worked in gta sa too.......

The problem is when I install them both with your tool(First SRT3 V1.7 mod then Project_Oblivion_2010HQ mod) it crashed in loading screen (Around 50 or 60%)

In readme(Project_Oblivion_2010HQ mod) said"For the installation you need any IMG editor, but if you want to use the mod with SRT3 Continue V1.7, you must use only
"Alci's IMG Editor 1.5" or "IMG Manager V.1.5".

Open archive GTA3.img (Games\GTA San Andreas\models) and replace the original files on the files from the
Folder gta3img, from the archive with the mod. Then rebuild the archive after the change is required.

Note: if you want to use the mod with SRT3 Continue V1.7, then you must:
1. Install SRT3 first.
2. Next install Project oblivion.

then copy "gta_sa.exe", data and models folders into GTASA folder (For example: C:\Games\GTA San Andreas).
Confirm the change "

How can I do to install both mods with your tools without errors?

P.s I had tried and tried many times by following your steps to install mods and keep failing and failing (like this situation) again............
PM
  Top
 

 
-BLITZ-  
Posted: Tuesday, May 8 2012, 19:59
Quote Post


Typical behaviour for someone with your condition
Group Icon
Group: Members
Joined: Apr 4, 2008

ro.gif

XXXXX



Seriously, why do you think xmen IMG Tool is actually causing your game to crash. You don't know how to make them both work and what you need is to learn. You really don't know how to replace things ?

Oh, wait wrong thread, scuse me for that.
But I still don't get it, you come here to post for IMG Manager or fastman tool, there are differences, you know.

This post has been edited by -BLITZ- on Tuesday, May 8 2012, 20:02
Users WebsitePM
  Top
 

 
fastman92  
Posted: Saturday, May 19 2012, 11:54
Quote Post


фастман92 | ف
Group Icon
Group: Members
Joined: Jul 28, 2009

pl.gif

XXXXX



QUOTE (Eminem Jeff @ Tuesday, May 8 2012, 16:02)
I tried to install SRT3 v1.7 mod with your tool ,it worked in gta sa

And I tried to install Project_Oblivion_2010HQ mod with your tool ,it worked in gta sa too.......

The problem is when I install them both with your tool(First SRT3 V1.7 mod then Project_Oblivion_2010HQ mod) it crashed in loading screen (Around 50 or 60%)

In readme(Project_Oblivion_2010HQ mod) said"For the installation you need any IMG editor, but if you want to use the mod with SRT3 Continue V1.7, you must use only
"Alci's IMG Editor 1.5" or "IMG Manager V.1.5".

Open archive GTA3.img (Games\GTA San Andreas\models) and replace the original files on the files from the
Folder gta3img, from the archive with the mod. Then rebuild the archive after the change is required.

Note: if you want to use the mod with SRT3 Continue V1.7, then you must:
1. Install SRT3 first.
2. Next install Project oblivion.

then copy "gta_sa.exe", data and models folders  into GTASA folder (For example: C:\Games\GTA San Andreas).
Confirm the change "

How can I do to install both mods with your tools without errors?

P.s I had tried and tried many times by following your steps to install mods and keep failing and failing (like this situation) again............

Actually it's BLITZ's fault that he put filenames with different cases than original filenames.
For example:

BLITZ's name: CornerStore_LOD.dff
Original name: cornerstore_lod.dff

Of course GTA SA game is case insensitive and works. The problem comes when using IMG editors, including IMG Organizer where it finds names with case sensitivity to export & remove.
I wrote my little PHP script to rename files back to original names:
CODE
<?php
$originalFilenames = Array();
foreach (new DirectoryIterator('original') as $file)
{
if(!$file -> isDot())
$originalFilenames [] = $file -> getFilename ();
}
unset($file);
$originalFilenamesLowered = array_change_key_case($originalFilenames, CASE_LOWER);

$iterator = new RecursiveIteratorIterator(new RecursiveDirectoryIterator('GTa San Andreas .Lod Mod\files'),
                                             RecursiveIteratorIterator::CHILD_FIRST);
           
foreach($iterator as $file)
{
 if(!$file -> isFile())
 continue;
 $id = array_search(strtolower($file->getFilename()), $originalFilenamesLowered);
 
 if( $id !== FALSE )
 {
 echo "<br/>".$file->getPathname()." -> ".$file->getPath().'\\'.$originalFilenames[$id];
 rename($file->getPathname(), $file->getPath().'\\'.$originalFilenames[$id]);
 }
}
?>

Here is BLITZ's last version of DLC with fixed names: http://www.mediafire.com/?hwhq57wg8wp44iy
Valid to install along with IMG Organizer.

This post has been edited by fastman92 on Saturday, May 19 2012, 13:17
Users WebsitePMMSN
  Top
 

 
-BLITZ-  
Posted: Saturday, May 19 2012, 13:58
Quote Post


Typical behaviour for someone with your condition
Group Icon
Group: Members
Joined: Apr 4, 2008

ro.gif

XXXXX



I hope this method with low caps will work to him, otherwise what you uploaded was done in vain. Can't wait to see if this is really working, then I will see what I will do for another setup and another upload.
Users WebsitePM
  Top
 

 
Sidoarjo_Modder  
Posted: Tuesday, Jun 5 2012, 10:15
Quote Post


+++++
Group Icon
Group: Members
Joined: May 27, 2010

jolly-roger.gif

XXXXX



using IMG Organizer 2.0 .
where the gates? notify.gif

user posted image

im not install any map mods. just install a few car mods before this happen. confused.gif
Users WebsitePM
  Top
 

 
fastman92  
Posted: Tuesday, Jun 5 2012, 12:31
Quote Post


фастман92 | ف
Group Icon
Group: Members
Joined: Jul 28, 2009

pl.gif

XXXXX



Users WebsitePMMSN
  Top
 

 
magnum-WG  
Posted: Thursday, Jul 5 2012, 08:19
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Mar 14, 2012

XXXXX



IMG Limit Adjuster is incompatible with Maps folder changes, if you install PO2010 & SA .Lod Mod, your game'll crash, but then if you delete *asi of IMG LA, your game'll work ok.
PM
  Top
 

 
Nori Yaro  
Posted: Wednesday, Aug 15 2012, 17:03
Quote Post


.
Group Icon
Group: Members
Joined: Aug 8, 2012

XXXXX



I tried using it but I get a crash at 50 % game load
gta.dat
CODE
#
# Load IDEs first, then the models and after that the IPLs
#

IMG DATA\PATHS\CARREC.IMG
IMG DATA\SCRIPT\SCRIPT.IMG
IMG MODELS\CUTSCENE.IMG

IMGLIST DATA\IMAGES.TXT

SPLASH loadsc2

#...
..
.
....
...


images.txt
CODE
CLEO\SKIN.IMG
MODELS\CARS.IMG
MODELS\CARS2.IMG

also tried using with the 'img' infront
PM
  Top
 

 
juanma_16  
Posted: Thursday, Aug 23 2012, 17:31
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Nov 4, 2006

ur.gif

XXXXX



Hi. It worked fine for me.
But my question is, what should i do if the mod i want to install adds more than 2 GB of files? In readme it says it doesn't work with 2 GB or more img files.
PM
  Top
 

 
fastman92  
Posted: Thursday, Aug 23 2012, 18:35
Quote Post


фастман92 | ف
Group Icon
Group: Members
Joined: Jul 28, 2009

pl.gif

XXXXX



QUOTE (juanma_16 @ Thursday, Aug 23 2012, 18:31)
Hi. It worked fine for me.
But my question is, what should i do if the mod i want to install adds more than 2 GB of files? In readme it says it doesn't work with 2 GB or more img files.

It's about IMG Organizer, caused by SparkCS.exe.
You should export & remove some files to Desktop/temporary to keep gta3.img size under 2 GB.
Run IMG Organizer.bat. gta3.img will be shrunk.
Open gta3.img using IMG editor, restore files from Desktop/temporary.
Run IMG Organizer.bat again.
Enjoy game.
Users WebsitePMMSN
  Top
 

 
juanma_16  
Posted: Friday, Aug 24 2012, 02:15
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Nov 4, 2006

ur.gif

XXXXX



Mmm, not worked. When i load my game it never start after loading the bar.


This post has been edited by juanma_16 on Friday, Aug 24 2012, 02:18
PM
  Top
 

 
MRZ  
Posted: Monday, Sep 10 2012, 10:10
Quote Post


Rise Above Hate
Group Icon
Group: Members
Joined: Apr 24, 2012

XXXXX



for me it doesn't work
i have problem with the US .exe version
tried the US version and the PO 2010 , PO 2007 nothing worked
why?
PM
  Top
 

 
fastman92  
Posted: Monday, Sep 10 2012, 15:00
Quote Post


фастман92 | ف
Group Icon
Group: Members
Joined: Jul 28, 2009

pl.gif

XXXXX



I sent you PM, please collaborate with me to find a exact reason of crash, i cannot understand anything from "it doesn't work".
Users WebsitePMMSN
  Top
 

 
Drathian  
Posted: Thursday, Oct 11 2012, 05:18
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Sep 22, 2010

XXXXX



These all work great for me, cept they don't work for sa-mp afaik FYI: cause samp statically gets the list of img's doesn't get it from gta.dat or default.dat.

I love the tool. Only suggestion which i'm not certain sparkcs supports is an auto-rebuild of all the img files after the updates are done via IMG_Organizer.bat ; it does save small amounts of space and keep corruption down.

Just in case anyone else trys fastman92's source is compatible with delphi but not lazarus (freepascal delphi clone). I noticed this when i attempted to
add other exe's to the list via:

CODE
begin
case PByte($400088)^ of
  $CA:;
  $D0:;
  $8A:;
      else
      MessageBoxA(0,PChar('Sorry, but this version of gta_sa.exe is not supported'+#13+
                   'Supported EXEs:'+#13+
                   '    1.  GTA San Andreas v1.0 [US] HOODLUM No-CD  Fixed EXE:'+#13+
                   '         EXE size:  14 383 616 bytes'+#13+
                   '    2.  GTA: San Andreas v1.01 [EURO] No-CD/Fixed EXE:'+#13+
                   '         EXE size: 15 806 464 bytes'+#13+Footer_comunique),
                   'SA Multi version Limit Adjuster error!',MB_OK);
      ExitProcess(0);
end;


While the check works fine, it seems adding other exes might need the address calls changed since i get a crash after start, i'm not about to attempt that, i'm not that good of coder.

I was attempting to add the Hoodlum 1.0 eu, Hoodlum 1.0 eu patchfx fix, and the 1.1 eu edition. (I was also going to try gta_sa_compact.exe (uses $CA also) however I can't ever get it to run on windows 7-64x stupid directx error) Seems that the Hoodlum 1.0 us is still the most stable version.

P.S. i don't think there ever was a cracked 2.0 (second edition) or 3.0 (steam) exe, but I can get the 2.0 with full security if you want it.

This post has been edited by Drathian on Thursday, Oct 11 2012, 05:21
PM
  Top
 

 
fastman92  
Posted: Thursday, Oct 11 2012, 15:12
Quote Post


фастман92 | ف
Group Icon
Group: Members
Joined: Jul 28, 2009

pl.gif

XXXXX



QUOTE (Drathian @ Thursday, Oct 11 2012, 06:18)
These all work great for me, cept they don't work for sa-mp afaik FYI: cause samp statically gets the list of img's doesn't get it from gta.dat or default.dat.

I love the tool. Only suggestion which i'm not certain sparkcs supports is an auto-rebuild of all the img files after the updates are done via IMG_Organizer.bat ; it does save small amounts of space and keep corruption down.

Just in case anyone else trys fastman92's source is compatible with delphi but not lazarus (freepascal delphi clone). I noticed this when i attempted to
add other exe's to the list via:

P.S. i don't think there ever was a cracked 2.0 (second edition) or 3.0 (steam) exe, but I can get the 2.0 with full security if you want it.

Right, address might need to be changed for another address that would contain unique value, i considered 4 gta sa exes only when writing this function.

SparkCS can't rebuild. I recently released "fastman92 IMG Console" where following commands were added.
-rebuild
or this
-rebuildIfMoreUselessSpaceThen 31457280

Now i need to update IMG Organizer to use my own IMG Console and will use rebuildIfMoreUselessSpaceThen to rebuild an archive.

Please send me gta_sa.exe 2.0 and gta_sa.exe 3.0 if you can. It doesn't need to be cracked.
Users WebsitePMMSN
  Top
 

 
andre011710  
Posted: Saturday, Nov 17 2012, 00:12
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Jul 8, 2011

XXXXX



hei,fastman.Why every time i put the ImgLimitAdjuster.asi it crash. angry.gif But i put the other asi script it`s work fine!!!?? biggrin.gif
Any solution??
PM
  Top
 

 
fastman92  
Posted: Saturday, Nov 17 2012, 11:16
Quote Post


фастман92 | ف
Group Icon
Group: Members
Joined: Jul 28, 2009

pl.gif

XXXXX



1. What is size of gta_sa.exe in bytes.
2. When it crashes?
3. Why is your information so vague?
Users WebsitePMMSN
  Top
 

 
HowardGees  
Posted: Wednesday, Apr 3 2013, 22:06
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Apr 3, 2013

XXXXX



Sorry,im New,and Brazilian colgate.gif

I Have an Ask.

My SA-MP Closes automatically after installing this mod.


I think it's because of GTA3.IMG


How do I solve this?
PM
  Top
 

 
kira1995  
Posted: Wednesday, Apr 17 2013, 23:01
Quote Post


Player Hater
Group Icon
Group: Members
Joined: Apr 17, 2013

XXXXX



Is there any easier step by step tutorials or am I doing something wrong? I watched the youtube vid by Yuni Anto, Did everything exactly the same as the vid showed to get this and the organizer installed but it always fails and my img organizer batch file only finishes after 2 seconds instead of 5 minutes like he has. Then He ends up with so many other folders while nothing in mine has changed. Am I missing anything? Cleo 4 and IMG tool is already installed correcly.

Using version 1.00.00001
Downloaded the 1.0 (US) e.x.e or whatever it was called from another place. (tried installing with and without)
Have bought the actual pc game, not pirated. =/


Maybe pictures of where the folders and files are would help me? Idk .-. . Here's the link to the vid I watched.

http://www.youtube.com/watch?v=1l7N1KGRaZk
PM
  Top
 

 
fastman92  
Posted: Thursday, Apr 18 2013, 21:25
Quote Post


фастман92 | ف
Group Icon
Group: Members
Joined: Jul 28, 2009

pl.gif

XXXXX



I have been informed about this problem by many of Vista/Seven users, though batch files work for me exactly like they should.

To run IMG organizer:
after you copied all neccessary files like in the video, open command prompt AS ADMINISTRATOR.
type it:
cd /d C:\Program Files\Rockstar GAMES\GTA San Andreas

put a path of your GTA SA here.

type it:
IMG_organizer.bat
press Enter.

IMG organizer should work.
Users WebsitePMMSN
  Top
 

 

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

0 Members:

Pages: (5) « First ... 2 3 [4] 5 

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



 
IMG IMG