Jump to content

removeWorldModel help


Tails

Recommended Posts

Posted

Just tried to remove the hangar on the LV air strip. Managed to remove the physical object of it but for some reason it won't remove the high distance object, how do I do this?

  
for i=16771,16773,16775 do 
    removeWorldModel(i,10000,404.3408203125, 2476.5537109375, 24.884073257446,0) 
end 
  

addBp1zI.png?st=MYo9HoadwoXP8R8EFqCBag&e=1353460791abvoiKHN.png?st=qftb6GbgZBC8LmfOVnJNtg&e=1353460805

Discord: its.tails

Posted (edited)

You shouldn't really use a for loop.

removeWorldModel(16671, 10000, 404.3408203125, 2476.5537109375, 24.884073257446) 
removeWorldModel(16673, 10000, 404.3408203125, 2476.5537109375, 24.884073257446) 
removeWorldModel(16675, 10000, 404.3408203125, 2476.5537109375, 24.884073257446) 

Edited by Guest

If I helped you, please click the like button on the right ;) Thanks!

Posted

Alright I did that the first time but it still doesn't remove all of it as you can see in the pictures.

Discord: its.tails

Posted

I can't see the pictures. Secondly, you haven't probably re-connected or went off from the streamer area? Because it will not be removed immediately from the streamer. You have to be out from the streamer range to apply it. For example, use freeroam resource to teleport to the other side of the map and then teleport back, should be gone.

If I helped you, please click the like button on the right ;) Thanks!

Posted
Did /reconnect and I could still see the hangar, i can walk through it and fall into the ground.

That means you haven't deleted the LOD object. You have to find out the LOD object's ID by going into your Map Editor, choosing the world item selection tool, move your cursor over the object and it should display the model ID and LOD ID.

If I helped you, please click the like button on the right ;) Thanks!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...