Thread: 718 - clipping walls.

Results 1 to 2 of 2
  1. #1 718 - clipping walls. 
    Registered Member
    Join Date
    Oct 2016
    Posts
    143
    Thanks given
    28
    Thanks received
    4
    Rep Power
    18
    So I just figured out how to make a "hole" in a wall, but it seems like I can't get through, can someone help me?

    https://imgur.com/mKKYzWK
    Attached image
    Reply With Quote  
     

  2. #2  
    I heal clients


    Join Date
    Apr 2013
    Posts
    680
    Thanks given
    65
    Thanks received
    239
    Rep Power
    108
    You need to remove the flag which is associated with that particular wall object in the collision map (RegionMap in-case of Matrix), assuming you are using Matrix, you can use the following code:
    Code:
    World.getRegion(...).unclip(object, object.getXInRegion(), object.getYInRegion());
    or
    World.unclip(object or tile);
    But that process should be automatically done if the object was properly removed. Try preventing them from being clipped in the first place maybe, in other words, try preventing them from being spawned instead of removing them after being spawned? Or even better remove that object from the locations map (lsx_sy file) if you have an encoder.
    NO ONE IS PERFECT
    "No one in this world is pure and perfect, if you avoid people for their little mistakes you will be always alone in this world, so judge less and love more."
    "Ship in the harbor is safe, but that is not what ships are built for."
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. [718] Construction - Wall, window, door ID's
    By Cuzzbuzz in forum Requests
    Replies: 5
    Last Post: 08-01-2015, 07:02 PM
  2. [718] Wilderness Wall ID?
    By Zach in forum Help
    Replies: 1
    Last Post: 06-17-2014, 09:51 PM
  3. [Hyperion] Clipped walls.
    By ShawnIsDerping in forum Help
    Replies: 0
    Last Post: 11-19-2013, 03:25 PM
  4. 718 clipped dwarf multi cannon
    By DoomZ in forum Help
    Replies: 9
    Last Post: 08-16-2013, 07:55 PM
  5. 718 removing walls
    By PavSwag in forum Help
    Replies: 6
    Last Post: 12-29-2012, 12:26 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •