05-30-2011, 18:26
Hey guys,
just one short question.
As i browsed through the IWD files there are only 8 different skybox files.
As u may know many maps use the same skybox like favela and underpass.
So my question is. Is there a way to load a other skybox via the _gsc files?
For example in the promod theres a gsc file for every map with a few commands in it like:
main()
{
maps\mp\mp_overgrown_precache::main();
//maps\mp\mp_overgrown_fx::main();
maps\createart\mp_overgrown_art::main();
maps\mp\_load::main();
maps\mp\_compass:etupMiniMap( "compass_map_mp_overgrown_dlc" );
....
Any idea if theres a command for loading a other skybox?
Something like maps\mp\_skybox:etupskybox("sky_mp_checkpoint_ft");
Would appreciate any help !
just one short question.
As i browsed through the IWD files there are only 8 different skybox files.
As u may know many maps use the same skybox like favela and underpass.
So my question is. Is there a way to load a other skybox via the _gsc files?
For example in the promod theres a gsc file for every map with a few commands in it like:
main()
{
maps\mp\mp_overgrown_precache::main();
//maps\mp\mp_overgrown_fx::main();
maps\createart\mp_overgrown_art::main();
maps\mp\_load::main();
maps\mp\_compass:etupMiniMap( "compass_map_mp_overgrown_dlc" );
....
Any idea if theres a command for loading a other skybox?
Something like maps\mp\_skybox:etupskybox("sky_mp_checkpoint_ft");
Would appreciate any help !