i think we can get more out of the maps,
take the skymap as an example, imagine a skymap changing from sunrise to sunset, from day to night...
this would be possible if cubescript was allowed in the map.CFG
so it could change the skymap, gamma, fog, (skins maybe idk),
something like:
i just thought it could give a nice effect to the maps/game
take the skymap as an example, imagine a skymap changing from sunrise to sunset, from day to night...
this would be possible if cubescript was allowed in the map.CFG
so it could change the skymap, gamma, fog, (skins maybe idk),
something like:
[SELECT ALL] Code:
alias skymapmod [
loadsky (concatword "packages/textures/skymaps/skymod/sunny" (minutesremaining));
sleep 60000 [skymapmod]
]
//i dont know if this will work, its just an example
i just thought it could give a nice effect to the maps/game