Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: Area grass removal.

  1. #1

    Area grass removal.

    Quick question guys. I'm wondering if I can remove all grass and underbrush from a small area on the map. For example, I have a small campsite circling a camp fire and I want to remove the forest underbrush within the camps perimeter.

    Thanks.

  2. #2
    ArmA1 had an object called grasscutter which did exactly that. I don't think its still available in ArmA2... but you could try using and invisible H or atleast a normal H... I think the latter does remove grass where it is placed. Ofcourse you don't want the ground of your camp covered with Hs, so add
    Code:
    deleteCollection this
    to the init of each H.

    No idea if it works, but it should be worth a try.

  3. #3
    Just tried it and unfortunately it didn't work. Thanks for the suggestion though.

  4. #4
    This has worked for me, but you might wanna read up on new information regarding deleteCollection

    If deleteCollection will be removed, can we pretty please have the grasscutter object back? It is useful for so many things...
    Regards
    Carl Gustaffa - left this game due becoming Steam Exclusive

  5. #5
    OMG CROP CIRCLES

    You can just place visible H's and deletevehicle them.. Works like a charm for me =)

    EDIT: This will remove the grass from the area affected. Does anyone know how to flatten the grass?
    Last edited by Jelliz; Jan 26 2010 at 17:46.

  6. #6
    Lol, it will? Damn, I just rewrote everything to use something completely different, avoiding the need to flatten grass alltogether. Anyway, the grasscutter would have been better, as the object remains for JIP'ing clients. Using deleteVehicle on visible H's those objects will no longer be present for JIP clients.

  7. #7
    Damn... I just wanted to use this method but since it wouldn't work for JIP...

    I want to create a path in grass but have no idea how to do it... I mean I want it to work with JIP

  8. #8
    I "recreated" the grasscutter from ArmA1 as an addon for my own use a while back. If there's interest I binarize and sign it later today and make it available to the general public

  9. #9
    Same here. Grass cutter object is supplied with my Isla Duala v1.1. You can find it under Objects > Grass Cutter.
    IceBreakr, C/O [SBP] - Slovenian Black Panthers (www.vojak.si)

    Err... Mi-48 Caiman in A3? Bitch please...!

  10. #10
    It was also recently added by ACE. And it handles JIP just as it should, without fuzz. Which was not the case with deleteCollection. The point of using deleteCollection was to not have addon dependencies for such a "small and insignificant" thing.
    Last edited by CarlGustaffa; Jan 30 2010 at 09:17.

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •