Thread: Inivisble floor / Black floor / floor not loading

Results 1 to 6 of 6
  1. #1 Inivisble floor / Black floor / floor not loading 
    Registered Member Linksbro's Avatar
    Join Date
    Mar 2008
    Posts
    118
    Thanks given
    13
    Thanks received
    22
    Rep Power
    25


    Not sure what the problem is. Seems to occur more on highmem. Doesn't happen 100% of the time. Logging in/out sometimes will get rid of it, also loading a new region gets rid of it.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Nov 2009
    Posts
    3,056
    Thanks given
    113
    Thanks received
    838
    Rep Power
    740
    corrupted model, try making a model dumper which dumps all models of the region youre in, then replace those model ids with fresh, non corrupted, models.
    Reply With Quote  
     

  3. #3  
    Registered Member Linksbro's Avatar
    Join Date
    Mar 2008
    Posts
    118
    Thanks given
    13
    Thanks received
    22
    Rep Power
    25
    Quote Originally Posted by owner blade View Post
    corrupted model, try making a model dumper which dumps all models of the region youre in, then replace those model ids with fresh, non corrupted, models.
    Hmm, is this the only way? Also why would this only happen on highmem? Never happens on lowmem in this region.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Nov 2009
    Posts
    3,056
    Thanks given
    113
    Thanks received
    838
    Rep Power
    740
    highmem uses more detailed models(lil grass and rock thingies). so thats probs where youre problem lies.
    Reply With Quote  
     

  5. #5  
    Registered Member Linksbro's Avatar
    Join Date
    Mar 2008
    Posts
    118
    Thanks given
    13
    Thanks received
    22
    Rep Power
    25
    I think I did a cheap-hax fix for now.
    Code:
    private static void setHighMem() {
    		WorldController.lowMem = false;
    		Texture.lowMem = false;
    		lowMem = false;
    		ObjectManager.lowMem = false;
    		ObjectDef.lowMem = true; //load lowmem models
    	}
    still displays all floors etc. i'll probably see more problems as I play around with it though. thanks for your help

    edit: zoning out then coming back into the region does it again...well, time to start dumping.
    Reply With Quote  
     

  6. #6  
    Registered Member Linksbro's Avatar
    Join Date
    Mar 2008
    Posts
    118
    Thanks given
    13
    Thanks received
    22
    Rep Power
    25
    Fixed it by deleting the models I wasn't loading from my Raw folder. That did it for some reason, probably an overwrite of a bad model that I wasn't even using.
    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: 3
    Last Post: 04-10-2011, 04:40 AM
  2. Replies: 11
    Last Post: 09-29-2010, 04:10 AM
  3. Need to fix Floor
    By wolfenzi in forum Help
    Replies: 0
    Last Post: 08-26-2010, 11:02 AM
  4. Replies: 4
    Last Post: 07-03-2010, 08:19 PM
  5. Replies: 12
    Last Post: 06-04-2009, 03:04 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
  •