Home   Help Search Login Register  

Author Topic: Resistance Object IDs  (Read 1668 times)

0 Members and 1 Guest are viewing this topic.

thubba

  • Guest
Resistance Object IDs
« on: 21 Aug 2002, 02:12:42 »
hi folks...

I wanted to acces one of Nogovas building by its Object ID (turn off the light).
The mission editor lets me switch OIDs on an of. But this only will work for the OFP maps (not Nogova :-(

So can anyone please tell me, how to figure out the Object IDs of Nogovas buildings ?
Maybe by some Island Editing tool ?

Or at least can someone give me the ID of the two buildings west and above Dolina for a start :-) ???

thanx in advance.

cya&bfn, mike

danbryant4

  • Guest
Re:Resistance Object IDs
« Reply #1 on: 21 Aug 2002, 03:01:00 »
I'm pretty sure you can just click "Show ID's" in the editor. You may have to be sure it is in Advanced mode.

Daniel J Bryant

thubba

  • Guest
Re:Resistance Object IDs
« Reply #2 on: 21 Aug 2002, 03:38:16 »
seems like murphy stroke again...

After having some more problems on editing i reinstalled resistance and that solved the prob...

It's working just fine now... thanx anyway

Offline 14th_Hoot

  • Members
  • *
  • You domove getpos away from me!
Re:Resistance Object IDs
« Reply #3 on: 21 Aug 2002, 04:38:18 »
Just a sidenote, while finding all the building names, I used this to get the actual NAMES of the objects with ID's:

create a trigger, radio alpha, and in the on activation field put:

what=object 173123;hint format["%1",(what)];

and changing the object number to the ID number you want to find the name of, and activating the radio alpha will give you a hint with the object ID and it's name.

Still can't place most of them, because they're static objects, but it will return the name of all objects with ID's  ;D

Hoot out!
What..me worry?

Vyper

  • Guest
Re:Resistance Object IDs
« Reply #4 on: 25 Aug 2002, 15:29:13 »
How exactly do you turn of lights and stuff with the object id's?

trigger then on activation

this lightoff "objectid#"

Somin like that?

Vyper

mikeb

  • Guest
Re:Resistance Object IDs
« Reply #5 on: 25 Aug 2002, 16:58:34 »
(object ID#) switchlight "STATUS"

Status values are on, off and auto

EG (object 289675) switchlight "ON"