Graviteam
March 28, 2024, 01:14:28 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Map question  (Read 3237 times)
0 Members and 1 Guest are viewing this topic.
hemisent
Oberst
******
Posts: 293


« 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
Logged
frinik
Generalfeldmarschall
*****
Posts: 3145


« Reply #1 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() {}
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines
Simple Audio Video Embedder
Valid XHTML 1.0! Valid CSS!