Jump to content
Sign in to follow this  
shinkicker

Find Editor / Class names for buildings (vehicles) on existing Map

Recommended Posts

There are some buildings on an existing map (Celle 2 and Chernarus) that I would like to use in another mission, how can I find the name of them so I can then find them in the editor? When I look on the map in the editor all i see is 'house'.

I would like the know the vehicle group and vehicle / class name, so I can then use it (such as Industrial > Fuel Station). I tried interacting with the building in the hope it would log a name to RPT, but no such luck!

Share this post


Link to post
Share on other sites

This client side addon adds in all the "hidden" buildings in the editor, such as the Fuel Station.

To find a classname just make a Radio Trigger with this as the onAct:

player sideChat str (typeOf nearestBuilding position player)

You can get crazy and have it copyToClipboard if you wanted to.

Edited by kylania

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×