Make hedgewars frontend not change scheme/weps to Default if script cfg doesn't match a known scheme. That is, will leave on whatever is selected. Also set a bunch of schemes where we don't care what the scheme/weps are to *
file(GLOB luafiles *.lua)
file(GLOB cfgfiles *.cfg)
file(GLOB hwpfiles *.hwp)
install(FILES
${luafiles}
${cfgfiles}
${hwpfiles}
DESTINATION ${SHAREPATH}Data/Scripts/Multiplayer)