Jump to content

SP!DER

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About SP!DER

  • Rank
    Newbie

Profile Information

  • Gender
    Male
  • Location
    Germany
  1. I know, thats why I've searched for an easy way to create them as simpleObjects via the SQF-File. And i can do that with the "CreateAsSimpleObject=1"-command but that would take an horrendous ammount of time... because i would have to add it to each class manually. So my question really is about an easy way of doing this... like an forEach command or something like that. So that i can transform all the objects into simple objects. Disableing the simulation and damage wont do the trick because of an serversetting that i cant effect.
  2. Hello, I have a question. In one of my missions I have placed huge number of objects in the edenEditor. I want all the placed Objects to be simpleObjects. However I can't just make them simpleObjects all at once in the editor. We are looking at roughly 300 Objects. I can insert the "createAsSimpleObject=1;" command into the class Attributes by hand but that would take a horrendous ammount of time. As an example: Is there a way to create all the objects as simpleObjects via the SQF-file? Like something with forEach or so? And could you give me an example on the given cutout? The Problem is that I've placed several objects wich must be not be affected and have to stay normal objects. Kind regards!
×