1. Post #1
    no-named's Avatar
    July 2008
    737 Posts
    Yes, what is the limit of map props? And is that even my problem?
    I'm playtesting my map in hl2 and when trying to load it just says:
    Code:
    Warning:  Table modelprecache is full, can't add models/weapons/w_smg1.mdl
    
    Host_Error: CVEngineServer::PrecacheModel: 'models/weapons/w_smg1.mdl' overflow, too many models
    I dont know what the problem is, but i guess there's too many props in my map so i will have to remove some, and it would be nice to know the limit so i know how many i need to remove from the map.
    Thank you! :D

  2. Post #2
    mikehadley's Avatar
    February 2009
    78 Posts
    Ok, how many props are you using?

  3. Post #3
    Dennab
    February 2007
    27 Posts
    The Props limits in the source engine are about 1000

  4. Post #4
    SHADERS
    Legend286's Avatar
    October 2008
    9,790 Posts
    2048, as far as I remember (Only counts for non-static props).

  5. Post #5