Graviteam

English-speaking community => Steel Fury: Kharkov 1942 => Topic started by: hemisent on February 05, 2012, 10:30:49 PM



Title: Map question
Post by: hemisent on February 05, 2012, 10:30:49 PM
  How do you tell what map a particular mission is made on. The mission I have in mind is the "Ambush" mission by YL. I think I'd like to use it for a new mission I have in mind.
 
  I assume there's a file which gives the name of the map used.

Thanks
H


Title: Re: Map question
Post by: frinik on February 06, 2012, 02:23:52 AM
Yup!You go into the F:\NTA 1.4 Version 2 new\SP beta 1.5 v2\sf beta 1,5 v2\data\k42\loc_rus\levels\LEVELS\cm_users folder and click open a mission level folder with notepad and inside you'll find - for example - this mission made by Stone 2009 on his Alex_poly_05:

main()
{
   env_arc   = envs\Alex_poly_05\Alex_poly_05.polypack;
   env_desc   = Alex_poly_05.poly;
   loc_data   = scripts\cm_users\Alex_05_loc_data.text;
   scripts   = scripts\cm_users\Alex_05_85_scripts.engscr;
   start_hours   = 12;
   start_minutes   = 0;
   use_weather_def   = false;
   weater_speed   = 0.000;
   weather   = clear;
   weather_cycle   = 480.0;
   weather_file   = weather\weather_user.engcfg;
   weather_pos   = 400;
   zones   = scripts\cm_users\Alex_05_zones.engcfg;

   #include "..\shared_level.engcfg"
}

_vars() {}