Thread: Missing Roofs?

Results 1 to 7 of 7
  1. #1 Missing Roofs? 
    Registered Member
    Deku's Avatar
    Join Date
    May 2016
    Posts
    151
    Thanks given
    37
    Thanks received
    123
    Rep Power
    165
    Wondering whether this is a case of missing models, wrong object floors, map_index, or floor underlay/overlay
    I honestly don't know,

    Texture is 45, loads everywhere else just fine as pictured below
    Except in Seer's village it's just mia

    wut
    Reply With Quote  
     

  2. #2  
    Registered Member
    Deku's Avatar
    Join Date
    May 2016
    Posts
    151
    Thanks given
    37
    Thanks received
    123
    Rep Power
    165
    bump
    wut
    Reply With Quote  
     

  3. #3  
    Rune-Server Affiliate

    Join Date
    Apr 2014
    Posts
    1,761
    Thanks given
    75
    Thanks received
    714
    Rep Power
    1073
    grab the roof model ids and re dump them
    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
    Quote Originally Posted by Zion View Post
    grab the roof model ids and re dump them
    I've tried replacing the models that I can debug, from different sources but they are all the same
    Here's my output for seers vs varrock,



    objectId : [modelIds]

    Visual difference


    I'm really sure your right but do you have the fixed models?
    Cheap fix, but hate this kinda thing ~_~
    Code:
    		if(id == 25913)
    			id = 15552;
    		if(id == 25916 || id == 25917)
    			id = 15552;
    wut
    Reply With Quote  
     

  5. #5  
    Registered Member
    Deku's Avatar
    Join Date
    May 2016
    Posts
    151
    Thanks given
    37
    Thanks received
    123
    Rep Power
    165
    That would be an object and its interaction with the fog, nothing to do with the roofs :-)
    Not sure of a workaround, so just deal with it is my best advice

    Edit: use these values instead, to fix the rendering issue of the roofs on the wall
    Code:
    		if(id == 25913)
    			id = 15552;
    		
    		if(id == 25916)
    			id = 15553;
    		
    		if(id == 25917)
    			id = 15554;
    wut
    Reply With Quote  
     

  6. #6  
    Hella Hard Homie


    Join Date
    Jan 2011
    Posts
    600
    Thanks given
    185
    Thanks received
    43
    Rep Power
    111
    Quote Originally Posted by Deku View Post
    That would be an object and its interaction with the fog, nothing to do with the roofs :-)
    Not sure of a workaround, so just deal with it is my best advice

    Edit: use these values instead, to fix the rendering issue of the roofs on the wall
    Code:
    		if(id == 25913)
    			id = 15552;
    		
    		if(id == 25916)
    			id = 15553;
    		
    		if(id == 25917)
    			id = 15554;
    Where would I go about placing that?

    Quote Originally Posted by Winston Churchill
    "Success is the ability to go from one failure to another with no loss of enthusiasm"
    Austin still owes me $43
    Reply With Quote  
     

  7. #7  
    Donator

    i dds you's Avatar
    Join Date
    Jun 2013
    Posts
    831
    Thanks given
    678
    Thanks received
    160
    Rep Power
    92
    Quote Originally Posted by Aekramer View Post
    Where would I go about placing that?
    I popped mine straight under here, client sided object def:

    Code:
    public static ObjectDef forID(int i) {
    		if (i > streamIndices.length)
    			i = streamIndices.length - 1;
    **seers code**
    Reply With Quote  
     

  8. Thankful user:



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. Help, i missed up the roofs etc.
    By Leon. in forum Help
    Replies: 3
    Last Post: 05-09-2015, 01:12 AM
  2. missing roof floor
    By Gladius. in forum Help
    Replies: 3
    Last Post: 08-02-2014, 09:08 PM
  3. Galkon's runelimited roofs missing
    By Rock_Gyo in forum Help
    Replies: 12
    Last Post: 08-29-2013, 06:42 PM
  4. Missing Texture Model for Roof
    By configuration_ in forum Help
    Replies: 4
    Last Post: 04-09-2012, 08:11 PM
  5. [508 maps] Missing roof - edgeville
    By Mute in forum Buying
    Replies: 0
    Last Post: 12-28-2011, 09:12 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
  •