Tails Posted November 21, 2012 Share Posted November 21, 2012 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 Link to comment
Renkon Posted November 21, 2012 Share Posted November 21, 2012 For i = 16771 to 16773 do i = i + 16775 You are doing it wrong there Link to comment
myonlake Posted November 21, 2012 Share Posted November 21, 2012 (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 November 21, 2012 by Guest Link to comment
Tails Posted November 21, 2012 Author Share Posted November 21, 2012 Alright I did that the first time but it still doesn't remove all of it as you can see in the pictures. Link to comment
myonlake Posted November 21, 2012 Share Posted November 21, 2012 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. Link to comment
Tails Posted November 21, 2012 Author Share Posted November 21, 2012 Did /reconnect and I could still see the hangar, i can walk through it and fall into the ground. Link to comment
myonlake Posted November 21, 2012 Share Posted November 21, 2012 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. Link to comment
Tails Posted November 21, 2012 Author Share Posted November 21, 2012 Got it! Thanks alot! Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now