OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: SH@dow 113 on 01 Jul 2004, 15:09:27

Title: Object ID # --- What the hell is that !?
Post by: SH@dow 113 on 01 Jul 2004, 15:09:27
I hear everybody talking of Object ID # in editor and when u zoom vrry close in that you can see it, i don't c anything. Does it have to do whit Editor Upgrade 1.02??? Could some one explain pls.

Thx in advance :cheers:
Title: Re:Object ID # --- What the hell is that !?
Post by: ponq on 01 Jul 2004, 15:15:06
make sure you are in "advanced" mode. (if not, click on "easy" top right corner of the editor).

Now click on  "show ID's".

Not sure if you need the editor update for this (but who can live without it?)
Title: Re:Object ID # --- What the hell is that !?
Post by: SH@dow 113 on 01 Jul 2004, 15:17:13
I got it always in advance mode :), i think i just overlooked the button. i'll check it out.
Thx anyways  ;D (silly me :-[)
Title: Re:Object ID # --- What the hell is that !?
Post by: SH@dow 113 on 01 Jul 2004, 15:22:38
Yupp it worked:), where r this ID's used for anyway?
Title: Re:Object ID # --- What the hell is that !?
Post by: Void-DK on 01 Jul 2004, 16:20:05
Turning off street lights is one use, camcreating at them etc also.

Basicly for manipulating map objects if i understood it right :p


-Tet
Title: Re:Object ID # --- What the hell is that !?
Post by: ponq on 01 Jul 2004, 16:23:46
I used it for detecting if a fuelstation was blown up etc.

?!(alive object 123423423)
Title: Re:Object ID # --- What the hell is that !?
Post by: SH@dow 113 on 01 Jul 2004, 17:50:05
ah now i get it a little :), i started making islands today ( i was working on a mission that was near complition but i deleted it cause i thaugt it was somting else :( ), do you need Object ID for building islands? Like for use of a script?
Title: Re:Object ID # --- What the hell is that !?
Post by: DBR_ONIX on 01 Jul 2004, 17:52:02
Basicly doing anything to objects in the game world (The islands)
You can use stuff like object 10101 setdammage 1 to destroy bridges etc
I've tried, but failed.. Can you use "deletevehicle object 10101"?
- Ben
Title: Re:Object ID # --- What the hell is that !?
Post by: SH@dow 113 on 01 Jul 2004, 19:05:41
I have no idea :-X, btw island building is nothing for me ::) il stick to missions ;D  

Can you use Object ID's for WP's???
Title: Re:Object ID # --- What the hell is that !?
Post by: h- on 01 Jul 2004, 19:25:23
afaik the map objects can not be deleted/moved as it was used in MP cheats... So BIS blocked that to stop those cheats happening...

Yes, you can use object ID's with waypoints...

[groupOne, 1] setWPPos (position object objectID)

Check the Com Ref for the use of setWPPos... :P
I'm too lazy to explain... ;D

Never tested this actually, so no guarantees whether it works or not... ::)
Title: Re:Object ID # --- What the hell is that !?
Post by: SH@dow 113 on 02 Jul 2004, 14:43:28
np, thx anyway ;D

:cheers: