Thread: Visual glitch with roofs and floors

Results 1 to 5 of 5
  1. #1 Visual glitch with roofs and floors 
    Registered Member omnee's Avatar
    Join Date
    Apr 2011
    Posts
    135
    Thanks given
    30
    Thanks received
    11
    Rep Power
    18
    Posted this on the wrong section last time, just realized I did, oops, sorry about that. Anyway, on the correct section this time.
    Attached image
    Basically what happens is, in some camera angles, the second floor is visible (I think) and it just shows as black and covers the entire floor and I can't even click anywhere, it only doesn't happen when my camera is almost at 0 degrees relative to the ground (almost completely horizontal)
    I've been trying to find a fix for this for quite a bit now. At first I thought it had something to do with toggling roofs but that wasn't the case, and so I'm thinking it has something to do with rooftop agility courses, although I can't find anything causing it.
    I'd really appreciate any help.
    Thanks~
    Reply With Quote  
     

  2. #2  
    'Slutty McFur'

    Owain's Avatar
    Join Date
    Sep 2014
    Age
    26
    Posts
    2,894
    Thanks given
    2,360
    Thanks received
    2,200
    Rep Power
    5000
    If this is the os brutality (perception) client, I believe there's some code that was added to remove roofs at castle wars or something, but it mucks up Seers village. If I find the snippet that was released I'll edit this post and link here.


    Spoiler for wat:
    Attached image
    Attached image

    Attached image


    Reply With Quote  
     

  3. #3  
    Registered Member omnee's Avatar
    Join Date
    Apr 2011
    Posts
    135
    Thanks given
    30
    Thanks received
    11
    Rep Power
    18
    Quote Originally Posted by A Mage View Post
    If this is the os brutality (perception) client, I believe there's some code that was added to remove roofs at castle wars or something, but it mucks up Seers village. If I find the snippet that was released I'll edit this post and link here.
    Yes, it is OSBrutality indeed, I'd appreciate that, thanks a bunch
    Reply With Quote  
     

  4. #4  
    Registered Member
    Deku's Avatar
    Join Date
    May 2016
    Posts
    151
    Thanks given
    37
    Thanks received
    123
    Rep Power
    165
    Had (still have this issue) it's just the models are corrupted or dumped improperly is my guess.
    Temporary fix, if ya want
    Code:
    	public static ObjectDefinition lookup(int id) {
    		if (id > streamIndices.length)
    			id = streamIndices.length - 1;
    		
    		//Fix seer's village roofs
    		if(id == 25913 || id == 25916 || id == 25917)
    			id = 15552;
    https://www.rune-server.ee/runescape...ing-roofs.html
    wut
    Reply With Quote  
     

  5. Thankful user:


  6. #5  
    Registered Member omnee's Avatar
    Join Date
    Apr 2011
    Posts
    135
    Thanks given
    30
    Thanks received
    11
    Rep Power
    18
    Quote Originally Posted by Deku View Post
    Had (still have this issue) it's just the models are corrupted or dumped improperly is my guess.
    Temporary fix, if ya want
    Code:
    	public static ObjectDefinition lookup(int id) {
    		if (id > streamIndices.length)
    			id = streamIndices.length - 1;
    		
    		//Fix seer's village roofs
    		if(id == 25913 || id == 25916 || id == 25917)
    			id = 15552;
    https://www.rune-server.ee/runescape...ing-roofs.html
    Worked for me, good temporary fix. Thanks
    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. Replies: 0
    Last Post: 02-17-2017, 03:55 AM
  2. Replies: 30
    Last Post: 02-10-2008, 04:48 PM
  3. Requesting a server with specs and others
    By furkan in forum Downloads
    Replies: 1
    Last Post: 12-16-2007, 07:35 PM
  4. Jordan Pk With anceints and all weapons Silabs
    By Akaserfer in forum RS2 Server
    Replies: 2
    Last Post: 12-10-2007, 02:43 AM
  5. Firemaking with emotes and gfx!
    By x19 in forum Tutorials
    Replies: 11
    Last Post: 08-01-2007, 09:35 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •