Added “restricted” files for consistency checking to prevent exploits with the mod loader mechanism
What does this mean exactly and how does it affect working with mods?Build 255 changelog wrote:* Added “restricted” files for consistency checking to prevent exploits with the mod loader mechanism
Comments
"restrict": [ "lua/entry/*.entry" ],
"check": [ "game_setup.xml", "*.lua", "*.hlsl", "*.shader", "*.screenfx", "*.surface_shader", "*.fxh", "*.render_setup", "*.shader_template", "*.level", "*.dds", "*.jpg", "*.png", "*.cinematic", "*.material", "*.model", "*.animation_graph", "*.polygons", "*.fev", "*.fsb", "*.entry" ]
"ignore": [ ]
}
this is how itll look in your consistency config.
-snip- no idea what i'm saying