<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://gtamods.com/mediawiki/index.php?action=history&amp;feed=atom&amp;title=GET_BLIP_INFO_ID_OBJECT_INDEX</id>
	<title>GET BLIP INFO ID OBJECT INDEX - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://gtamods.com/mediawiki/index.php?action=history&amp;feed=atom&amp;title=GET_BLIP_INFO_ID_OBJECT_INDEX"/>
	<link rel="alternate" type="text/html" href="https://gtamods.com/mediawiki/index.php?title=GET_BLIP_INFO_ID_OBJECT_INDEX&amp;action=history"/>
	<updated>2026-04-17T02:19:55Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>https://gtamods.com/mediawiki/index.php?title=GET_BLIP_INFO_ID_OBJECT_INDEX&amp;diff=7301&amp;oldid=prev</id>
		<title>Spaceeinstein: retrieved from history</title>
		<link rel="alternate" type="text/html" href="https://gtamods.com/mediawiki/index.php?title=GET_BLIP_INFO_ID_OBJECT_INDEX&amp;diff=7301&amp;oldid=prev"/>
		<updated>2009-10-18T21:06:55Z</updated>

		<summary type="html">&lt;p&gt;retrieved from history&lt;/p&gt;
&lt;a href=&quot;https://gtamods.com/mediawiki/index.php?title=GET_BLIP_INFO_ID_OBJECT_INDEX&amp;amp;diff=7301&amp;amp;oldid=6726&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>Spaceeinstein</name></author>
		
	</entry>
	<entry>
		<id>https://gtamods.com/mediawiki/index.php?title=GET_BLIP_INFO_ID_OBJECT_INDEX&amp;diff=6726&amp;oldid=prev</id>
		<title>Epinull at 20:46, 6 July 2009</title>
		<link rel="alternate" type="text/html" href="https://gtamods.com/mediawiki/index.php?title=GET_BLIP_INFO_ID_OBJECT_INDEX&amp;diff=6726&amp;oldid=prev"/>
		<updated>2009-07-06T20:46:39Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;a href=&quot;https://gtamods.com/mediawiki/index.php?title=GET_BLIP_INFO_ID_OBJECT_INDEX&amp;amp;diff=6726&amp;amp;oldid=6724&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>Epinull</name></author>
		
	</entry>
	<entry>
		<id>https://gtamods.com/mediawiki/index.php?title=GET_BLIP_INFO_ID_OBJECT_INDEX&amp;diff=6724&amp;oldid=prev</id>
		<title>Epinull: New page: {{Native |np=1 |p1t=int |p1d=Blip handle |r=1 |rt=int |rd=Object handle }}</title>
		<link rel="alternate" type="text/html" href="https://gtamods.com/mediawiki/index.php?title=GET_BLIP_INFO_ID_OBJECT_INDEX&amp;diff=6724&amp;oldid=prev"/>
		<updated>2009-07-06T20:44:52Z</updated>

		<summary type="html">&lt;p&gt;New page: {{Native |np=1 |p1t=int |p1d=Blip handle |r=1 |rt=int |rd=Object handle }}&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Cleanup-rewrite}}&lt;br /&gt;
&lt;br /&gt;
'''Item definition''' files, known by the extension '''.ide''', are usually used to assign a model and texture file to a unique object ID, along with many parameters depending on the section. These files are in human readable text format, and allow the # character to comment lines out. IDE files can easily be opened and edited using any text-editing program like [[Wikipedia:Notepad|Notepad]].&lt;br /&gt;
&lt;br /&gt;
==Structure==&lt;br /&gt;
The .ide files are split up into many sections. How many of them you use in your file is optional, they can even be empty. Each section starts with a section identifier and ends with the keyword &amp;quot;end&amp;quot;, both in a single line.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 objs&lt;br /&gt;
 ...&lt;br /&gt;
 end&lt;br /&gt;
&lt;br /&gt;
===OBJS===&lt;br /&gt;
'''Static Map Objects''', used to define standard map objects.&lt;br /&gt;
&lt;br /&gt;
''GTA III, VC and SA format''&lt;br /&gt;
 ID, ModelName, TextureName, ObjectCount, DrawDist, [DrawDist2, ...], Flags&lt;br /&gt;
;ID: unique object ID (integer)&lt;br /&gt;
;ModelName: name of the .dff [[model file]], without extension (string)&lt;br /&gt;
;TextureName: name of the .txd [[texture dictionary]], without extension (string)&lt;br /&gt;
;ObjectCount: amount of sub objects, e.g. damaged parts, usually 1 (integer) - '''''optional for SA, default 1'''''&lt;br /&gt;
;DrawDist: [[draw distance]] in [[unit]]s, one for each sub object (float)&lt;br /&gt;
;Flags: object flags, defining special behavior, default 0 (integer)&lt;br /&gt;
&lt;br /&gt;
''GTA IV format''&lt;br /&gt;
&lt;br /&gt;
 ModelName, TextureName, DrawDistance, Flag1, Flag2, (Bounds min)X,Y,Z, (Bounds max)X,Y,Z, (Bounds Sphere)X, Y, Z, Radius, WDD&lt;br /&gt;
&lt;br /&gt;
Note that GTA IV does not use any unique object ID numbers&lt;br /&gt;
&lt;br /&gt;
;ModelName: name of the .wdr [[model file]], without extension (string)&lt;br /&gt;
;TextureName: name of the .wtd [[texture dictionary]], without extension (string)&lt;br /&gt;
;DrawDistance: [[draw distance]] in [[unit]]s, one for each sub object (float)&lt;br /&gt;
;Flag1: object flag, defining special behavior&lt;br /&gt;
;Flag2: object flag, defining special behavior, default 0 (integer)&lt;br /&gt;
;Bounds Min: Lower Left vertex local position of a model bounding box&lt;br /&gt;
;Bounds Max: Upper Right vertex local position of a model bounding box&lt;br /&gt;
;Bounds Sphere: local position of the Bounds Sphere&lt;br /&gt;
;Radius: Radius dimensions of the bounding Sphere &lt;br /&gt;
;WDD: the model dictionary file that contains the LOD model for the defined Modelname&lt;br /&gt;
&lt;br /&gt;
====Object Flags====&lt;br /&gt;
Object Flags in SA are text formatted UInt32-Values (Like nearly all other Flags).&lt;br /&gt;
To understand them better you have to calculate them to binary numbers. Then You will get the Bitsets of the Flags.&lt;br /&gt;
1 means Enabled, 0 disabled.&lt;br /&gt;
&lt;br /&gt;
List of all known flags for San Andreas:&lt;br /&gt;
&lt;br /&gt;
 0000000000000000000000000000001 = 1 - Wet Effect&lt;br /&gt;
 0000000000000000000000000000010 = 2 - Time Object Night Flag&lt;br /&gt;
 0000000000000000000000000000100 = 4 - ALPHA Transparency 1&lt;br /&gt;
 0000000000000000000000000001000 = 8 - ALPHA Transparency 2 *&lt;br /&gt;
 0000000000000000000000000010000 = 16 - Time Object Day Flag&lt;br /&gt;
 0000000000000000000000000100000 = 32 - Interior-Object **&lt;br /&gt;
 0000000000000000000000001000000 = 64 - Disable Shadow Mesh (?)&lt;br /&gt;
 0000000000000000000000010000000 = 128 - Disables Collision Mesh (?)&lt;br /&gt;
 0000000000000000000000100000000 = 256 - Disable Draw Distance (?)&lt;br /&gt;
 0000000000000000000001000000000 = 512 - Breakable Glass **&lt;br /&gt;
 0000000000000000000010000000000 = 1024 - Breakable Glass with crack **&lt;br /&gt;
 0000000000000000000100000000000 = 2048 - Garage door ** &lt;br /&gt;
 0000000000000000001000000000000 = 4096 - 2-Clump-Object ** (Switches from Clump 2 to 1 after Collision)&lt;br /&gt;
 0000000000000000010000000000000 = 8192 - Small Vegetation. Object sways in strong wind  (?)&lt;br /&gt;
 0000000000000000100000000000000 = 16384 - Standard Vegetation **  (Palms in Hotels, etc.) (?)&lt;br /&gt;
 0000000000000001000000000000000 = 32768 - Use timecycle PoleShadow flag&lt;br /&gt;
 0000000000000010000000000000000 = 65536 - Explosive-Flag **&lt;br /&gt;
 0000000000000100000000000000000 = 131072 - UNKNOWN (Seems to be an SCM Flag) (?)&lt;br /&gt;
 0000000000001000000000000000000 = 262144 - UNKNOWN (1 Object in Jizzy`s Club) (?)&lt;br /&gt;
 0000000000010000000000000000000 = 524288 - UNKNOWN (?)&lt;br /&gt;
 0000000000100000000000000000000 = 1048576 - Graffiti Flag &lt;br /&gt;
 0000000001000000000000000000000 = 2097152 - No backface culling &lt;br /&gt;
 0000000010000000000000000000000 = 4194304 - UNKNOWN (Parts of a statue in Atrium) (?) &lt;br /&gt;
 ...&lt;br /&gt;
 1000000000000000000000000000000 = 1073741824 - Unknown&lt;br /&gt;
----------------&lt;br /&gt;
 * If there's no Interior the Texture behind the object changes to black (=&amp;gt; IPL | Interior-value)&lt;br /&gt;
 ** Objects needs to be activated using Object.dat&lt;br /&gt;
 (?) Not 100 % known&lt;br /&gt;
 ... All Flags in a special interval are unknown&lt;br /&gt;
&lt;br /&gt;
To connect different flags you have to add the bit which belongs to the flag. Its the same as adding one value to another.. &lt;br /&gt;
&lt;br /&gt;
 01 + 10 = 11&lt;br /&gt;
 1  +  2 = 3&lt;br /&gt;
&lt;br /&gt;
===TOBJ===&lt;br /&gt;
'''Timed Map Objects''', used to define map objects which are only visible during a special time of the day.&lt;br /&gt;
&lt;br /&gt;
''GTA III, VC and SA format:''&lt;br /&gt;
 ID, ModelName, TextureName, ObjectCount, DrawDist, [DrawDist2, ...], Flags, TimeOn, TimeOff&lt;br /&gt;
;ID, ModelName, TextureName, ObjectCount, DrawDist, Flags: same as for the OBJS section&lt;br /&gt;
;TimeOn: activation time in hours (integer)&lt;br /&gt;
;TimeOff: deactivation time in hours (integer)&lt;br /&gt;
&lt;br /&gt;
''GTA IV format''&lt;br /&gt;
&lt;br /&gt;
 ModelName, TextureName, DrawDist, Flag1, Flag2, (Bounds min)X,Y,Z, (Bounds max)X,Y,Z, (Bounds Rotation)X,Y,Z,W, WDD, NightFlag&lt;br /&gt;
&lt;br /&gt;
;ModelName, TextureName, DrawDistance, Flags, Bounds min, Bounds max, Bounds Rotation, WDD: same as for the OBJS section&lt;br /&gt;
&lt;br /&gt;
;NightFlag: assumed to be hardcoded time flags&lt;br /&gt;
&lt;br /&gt;
===ANIM===&lt;br /&gt;
'''Animated Map Objects''', used to define objects whose sub objects are animated. Note: There must be animation frames for each sub object, also the collision model remains static - no solid animations.&lt;br /&gt;
&lt;br /&gt;
''GTA SA only:''&lt;br /&gt;
 ID, ModelName, TextureName, AnimName, DrawDist, Flags&lt;br /&gt;
;ID, ModelName, TextureName, DrawDist, Flags: same as for the OBJS section&lt;br /&gt;
;AnimName: name of the [[IFP|animation archive]], without extension (string)&lt;br /&gt;
&lt;br /&gt;
''GTA IV format''&lt;br /&gt;
&lt;br /&gt;
 ModelName, TextureName, Wad, DrawDist, Flag1, Flag2, (Bounds min)X,Y,Z, (Bounds max)X,Y,Z, (Bounds Rotation)X,Y,Z,W, WDD&lt;br /&gt;
&lt;br /&gt;
;ModelName, TextureName, DrawDistance, Flags, Bounds min, Bounds max, Bounds Rotation, WDD: same as for the OBJS section&lt;br /&gt;
&lt;br /&gt;
;Wad: name of the (.wad) animation archive, without extension (string)&lt;br /&gt;
&lt;br /&gt;
===PEDS===&lt;br /&gt;
''GTA III and VC format:''&lt;br /&gt;
 ID, ModelName, TextureName, Threat, Behavior, AnimationType, ?, StartAnimation?, ?, ?&lt;br /&gt;
;Threat: running over and shooting other peds&lt;br /&gt;
;Behavior: angry/hateful/thrilled&lt;br /&gt;
;AnimationType: being drunk like walk&lt;br /&gt;
&lt;br /&gt;
===WEAP===&lt;br /&gt;
''GTA III and VC format:''&lt;br /&gt;
 ID, ModelName, TextureName, Animation, ?, DrawDistance, ?&lt;br /&gt;
;Animation: From ped.ifp, animation used to wield and shoot the weapon&lt;br /&gt;
&lt;br /&gt;
===CARS===&lt;br /&gt;
''GTA III and VC format:''&lt;br /&gt;
 ID, ModelName, TextureName, Type, HandlingID, GXTEntry, PedDrivingAnimation, Class, Frequency, Level, &lt;br /&gt;
 SpecificType, WheelID, WheelSize&lt;br /&gt;
&lt;br /&gt;
;HandlingID: From handling.cfg&lt;br /&gt;
;PedDrivingAnimation: From ped.ifp, type of animation to enter, exit, drive, and drive-by from a vehicle&lt;br /&gt;
;WheelID: not available for type &amp;quot;boat&amp;quot;&lt;br /&gt;
;WheelSize: not available for type &amp;quot;boat&amp;quot;&lt;br /&gt;
&lt;br /&gt;
''SA Format comming soon''&lt;br /&gt;
&lt;br /&gt;
===HIER===&lt;br /&gt;
&lt;br /&gt;
''SA Format only''&lt;br /&gt;
&lt;br /&gt;
This is (e.g.) used in default.ide in the 'data\'-folder&lt;br /&gt;
Normal structure is like this:&lt;br /&gt;
&lt;br /&gt;
  ID, model, texture, null, float (normally 2000.00)&lt;br /&gt;
&lt;br /&gt;
The meaning of these lines isn't known yet, but it seems to be a kind of bodyparts for the player.&lt;br /&gt;
&lt;br /&gt;
===TXDP===&lt;br /&gt;
;Texture Archive Parent&lt;br /&gt;
''SA and GTA 4 format''&lt;br /&gt;
 TextureName, TextureParentName&lt;br /&gt;
Both parameters are names of texture archives (&amp;lt;code&amp;gt;.txd&amp;lt;/code&amp;gt;). The second archive (the &amp;quot;parent&amp;quot;) virtually extends the first one. Practically, the game looks up a texture in the primary archive, and if it's not there and a parent txd has been assigned, it checks for the texture in the parent archive. This way shared archives can be created, which contain often used textures, without the need to create duplicates or split up a model just for that purpose.&lt;br /&gt;
&lt;br /&gt;
===2DFX===&lt;br /&gt;
'''Particle and Environment Effects'''&lt;br /&gt;
&lt;br /&gt;
''GTA III and VC format''&lt;br /&gt;
 ID, X, Y, Z, R, G, B, U, Type, ...&lt;br /&gt;
;ID: ID of the object it's assigned to (integer)&lt;br /&gt;
;X, Y, Z: position of the effect, relative to the object (3 floats)&lt;br /&gt;
;R, G, B: color of the effect, if available (3 integers, 0 - 255)&lt;br /&gt;
;U: unknown color component, always 200 (integer)&lt;br /&gt;
;Type: specifies the type of effect&lt;br /&gt;
&lt;br /&gt;
====Effect #0: Light====&lt;br /&gt;
Coming soon.&lt;br /&gt;
&lt;br /&gt;
====Effect #1: ...====&lt;br /&gt;
Coming soon.&lt;br /&gt;
&lt;br /&gt;
Please note that the 2dfx Section is moved to the DFF Files by using R*'s custom section IDs in SA!&lt;br /&gt;
&lt;br /&gt;
===PATH===&lt;br /&gt;
'''Ped and Car Paths''', defines paths relative to the objects. Only used in ''GTA III'', quite complicated format and hardly usable without a editing program (such as [[Ked]]).&lt;br /&gt;
&lt;br /&gt;
===TREE===&lt;br /&gt;
''GTA4 only''&lt;br /&gt;
&lt;br /&gt;
===TANM===&lt;br /&gt;
''GTA4 only''&lt;br /&gt;
&lt;br /&gt;
===MLO===&lt;br /&gt;
''GTA4 only''&lt;br /&gt;
&lt;br /&gt;
===AMAT===&lt;br /&gt;
''GTA4 only''&lt;br /&gt;
&lt;br /&gt;
 Modelname, Flag1, Flag2&lt;br /&gt;
&lt;br /&gt;
==procobj.ide==&lt;br /&gt;
&lt;br /&gt;
===OBJS===&lt;br /&gt;
&lt;br /&gt;
''GTA IV format''&lt;br /&gt;
&lt;br /&gt;
 ModelName, TextureName, DrawDistance, Flag1, Flag2, (Bounds min)X, Y, Z, (Bounds max)X, Y, Z, (Bounds Rotation)X, Y, Z, W, WDD&lt;br /&gt;
&lt;br /&gt;
;ModelName: name of the .wdr [[model file]], without extension (string)&lt;br /&gt;
;TextureName: set to 'null' by default in procobj.ide&lt;br /&gt;
;DrawDistance: [[draw distance]] in [[unit]]s, one for each sub object (float)&lt;br /&gt;
;Flag1: object flag, defining special behavior&lt;br /&gt;
;Flag2: object flag, defining special behavior, default 0 (integer)&lt;br /&gt;
;Bounds Min: Lower Left vertex of a model bounding box&lt;br /&gt;
;Bounds Max: Upper Right vertex of a model bounding box&lt;br /&gt;
;Bounds Rotation: Rotation of the bounding box in [[Wikipedia:Quarternion|Quarternion]] values&lt;br /&gt;
;WDD: set to 'null' by default in procobj.ide&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
* {{GTAG|4817|IDEditor}} - By {{U|Xmen}}&lt;br /&gt;
* {{GTAF|402942|(IV) Ide-IO in GTA-IV script centre }} - by {{U|Gforce}}&lt;br /&gt;
* [http://www.aschratt.com/fileview.php?file=1004 FlagValue Calculator] - By {{U|Aschratt}} - Calculates all Flagvalues (even those unknown)&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
* {{GTAF|102833|GTAVC IDE Definitions}} - topic by {{U|ODIE}} covering specific details of IDE files in GTA VC&lt;br /&gt;
* {{GTAF|118193|GTA3/VC Map File Documentation and Troubleshooting}} - topic by {{U|Opius}} covering general features of IDE files in GTA3 and GTA VC&lt;br /&gt;
* {{GTAF|93990|Paths Documentation for SA, VC and GTA3}} - topic by {{U|REspawn}} detailing GTA3's paths&lt;br /&gt;
* [http://gta-worldmods.t-n-network.de/forum/thread.php?threadid=3382 ID Flagvalue Decoding Project] - project to decode all missing flag values&lt;br /&gt;
&lt;br /&gt;
{{GTA4-navi}}&lt;br /&gt;
{{SA-navi}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Map Formats]][[Category:GTA 3]][[Category:GTA VC]][[Category:GTA SA]][[Category:GTA 4]]&lt;/div&gt;</summary>
		<author><name>Epinull</name></author>
		
	</entry>
</feed>