[2.41] New emp_bush file name typo fix

Discussion in 'Closed bugs' started by Silk, Mar 23, 2013.

  1. Silk

    Silk Mapper

    Messages:
    3,147
    Likes Received:
    36
    Trophy Points:
    0
    The cliffs in emp_bush currently display the pink checkerboard. To fix:

    The filename from the material "maps/emp_bush/silk_bush_blendgrass5brock8a_nodetail_ssbump" should be "maps/emp_bush/silk_bush_blendgrass5brock8a_nodetail_ssbumps"

    Can some dev make this change so it's fixed with the next update (whenever that might be^^)

    A temporary fix for servers that want to run the map in 2.41 is just to copy this material file and append an "s" to the copie's name and add a .res file listing this file. At least i'm fairly certain this should fix it. I'll make a res file and find someone to quickly test it.

    Sorry, i'm not quite sure how i missed this one. The map worked fine when i tested it, but nevertheless this can only have been my mistake.
     
    Last edited: Mar 23, 2013
  2. vipervicki

    vipervicki Member

    Messages:
    2,611
    Likes Received:
    130
    Trophy Points:
    0
    I did as you suggested, but have 1 question. when I make the .res file do I need to put the paths to all the files in it or just a path for the materials/maps/silk_bush_blendgrass5brock8a_nodetail_ssbumps.vmt
     
  3. flasche

    flasche Member Staff Member Moderator

    Messages:
    13,299
    Likes Received:
    168
    Trophy Points:
    0
    if there already is a res file you need to add the resource/change the path in it, if not just create a new res file for the map. filename has to be <mapname>.res and it goes to the map folder.

    the files content would be (no guarantee the path is correct, i copy pasted from silks post - the file is there though, i checked that)
    Code:
    "Resources"
    {
    
          "materials/maps/emp_bush/silk_bush_blendgrass5brock8a_nodetail_ssbumps.vmt" "file"
    
    }
    
    edit:
    idk most .res files reference themselfs is this necessary? if so also add
    "maps/emp_bush.res" "file"
    inbetween the brackets
     
    Last edited: Mar 23, 2013
  4. Silk

    Silk Mapper

    Messages:
    3,147
    Likes Received:
    36
    Trophy Points:
    0
  5. Brutos

    Brutos Administrator Staff Member Moderator

    Messages:
    3,385
    Likes Received:
    0
    Trophy Points:
    0
    I'll patch it over steam.
     
  6. Silk

    Silk Mapper

    Messages:
    3,147
    Likes Received:
    36
    Trophy Points:
    0
    Excellent Brutos !

    I tested it and it works. So this problem is resolved and the topic can be closed

    Thanks again Vicky as well
     
  7. Brutos

    Brutos Administrator Staff Member Moderator

    Messages:
    3,385
    Likes Received:
    0
    Trophy Points:
    0
    Just for documentation: fixed in SVN rev 1412.
     

Share This Page