modules { name "drv_stdres" path "shark3d_drv_stdres.dll" } resmgr { ident "drv_stdres.resmgr_dispatch" param { env "env" log_enabled 0 entry_array { prefix "" ident "drv_stdres.resmgr_file" param { env "env" // Prefix added to the resource name for infos and errors: name_prefix "" // Location to load the files from: ref_dir "[homedir]" // Convertor for the ref_dir, for replacing placeholders. ref_dir_conv "path_conv" // Don't allow resource names to start with ".." or "/": allow_any_path 0 // Case sensitive file name on Win32 platform. // Should be enabled to avoid problems // with non-Win32 platforms, packfiles or DRU. non_strict_path 1 resinfo_uses_path 1 // Cache size not too large to avoid stuttering: file_cache_size 4096 // Log all file accesses: log_enabled 1 } } } } res_targets_cfg "res_targets.cfg" need_inst_kindpat "render|structure|structurehint" structure_kind "structure"