Home   Help Search Login Register  

Author Topic: Cant find this object!!!  (Read 784 times)

0 Members and 2 Guests are viewing this topic.

Offline Frantic

  • Members
  • *
  • dum di dum
Cant find this object!!!
« on: 16 Oct 2004, 11:30:17 »
Hi All!!!...im working with the in game editor, and i cant find a white wall... :-[...i need it for a nice map!!! ;)

here a pic of it!!




i think i watched near every object in the editor...i tried the General Barrons editorupgrade too, but havent found it there either...arg :(

plz...i need help!!! Does anyone know where i can find this wall!?! ???



Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:Cant find this object!!!
« Reply #1 on: 16 Oct 2004, 13:07:59 »
Trigger:-

Condition:  true
On activation:   hint format ["%1"  typeOf object 0000]

where 0000 is the object ID of the wall in question.   This will at least tell you what you are looking for.    If all else fails place a different wall and hack the mission.sqm to turn it into the correct one.
Plenty of reviewed ArmA missions for you to play

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:Cant find this object!!!
« Reply #2 on: 16 Oct 2004, 13:13:25 »
These wall pieces are in O\Hous.

They are called:

zidka_branka.p3d
zidka01.p3d
zidka02.p3d
zidka03.p3d
zidka04.p3d

I don't know if they are available in the mission editor.....I haven't looked.

I will look next time I am running OFP.

EDIT:  Checking through the config.cpp for General Barrons EditorUpdate I found no mention of these model files.



Planck
« Last Edit: 16 Oct 2004, 13:27:40 by Planck »
I know a little about a lot, and a lot about a little.

Offline Frantic

  • Members
  • *
  • dum di dum
Re:Cant find this object!!!
« Reply #3 on: 18 Oct 2004, 11:08:00 »
hej thx guys for the fast input!!!

@macguba:

where can i find the object id??..i tried out many like AAA232 or like this...but i found only the objects i know ouf of the normal editor...

@Planck:

hmmm...i cant find this names in my editor...where can i search for it then?!?


PS: sorry im new in making maps!  :P ...normally i used only the objects which r in the editor...but this time i need exactly this walls!

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:Cant find this object!!!
« Reply #4 on: 18 Oct 2004, 12:52:43 »
In the mission editor, click the Show IDs button (above Preview) and zoom in close.
Plenty of reviewed ArmA missions for you to play

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:Cant find this object!!!
« Reply #5 on: 18 Oct 2004, 20:34:12 »
Quote
hmmm...i cant find this names in my editor...where can i search for it then?!?

No.......They don't appear to be in the editor.

The names I posted above are the actual model file names.

I'll see what I can come up with......no promises



Planck
I know a little about a lot, and a lot about a little.

Offline Tyger

  • Former Staff
  • ****
  • I was at OFPEC when it still had dirt floors...
    • OFPEC
Re:Cant find this object!!!
« Reply #6 on: 18 Oct 2004, 21:38:04 »
useing Planks names above,
all you'd have to do in mission would be in a game logic type
Code: [Select]
house_1 = "zidka_branka" camCreate [getPos this select 0,getPos this select 1,0]
would you not?
I have model names for most Everon/Malden buildings, and that's how I recreate them.

Cheers,
Tyger
"People sleep soundly at night only because rough men stand ready to do violence on their behalf." - George Orwell

MSG Mike Everret - We Will Never Forget - '75-'08

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:Cant find this object!!!
« Reply #7 on: 18 Oct 2004, 22:24:08 »
Alternatively and as a temporary measure if you like, you can use the config I have attached below.

The config is in a pbo file........just place the pbo in your addons folder.
Of course you need to unzip the zip file first in order to get the pbo.

All 5 wall pieces are available under Empty....Objects in the Mission Editor.

The names are:

White Wall & Entrance
White Wall A
White Wall B
White Wall Broken
White Wall Part


Planck
I know a little about a lot, and a lot about a little.

Offline Tyger

  • Former Staff
  • ****
  • I was at OFPEC when it still had dirt floors...
    • OFPEC
Re:Cant find this object!!!
« Reply #8 on: 19 Oct 2004, 02:42:46 »
And remember, m8,
any missions you use need to have this "addon" (of sorts) distributed with it to have it work properly. And of course, give Planck credit in the mission readme  ;) ::)

cheers
"People sleep soundly at night only because rough men stand ready to do violence on their behalf." - George Orwell

MSG Mike Everret - We Will Never Forget - '75-'08

Offline Frantic

  • Members
  • *
  • dum di dum
Re:Cant find this object!!!
« Reply #9 on: 19 Oct 2004, 10:18:34 »
 :D  Thank u very much, guys!!!

now i can finish my map!!! hmmm...but this addons r not new, so to be able to play it u wont need this addons (white wall) , is that true?

u helped me a lot Planck!!! :)

PS: i will write ur names at my map under support!!! ;)
« Last Edit: 19 Oct 2004, 10:20:46 by Frantic »