ok, i have filled in the area.dat, but now my map wont run, could someone please show me or tell me what i am doing wrong? 42;//-------------------------------------------------------- survivor camp;//area name 8;//area class 1;//climate in climate_types.dat, -1=random climate 36;//terrain map number -1;//wrapping, -1=no wrapping, 0=wrap horizontal, 1=wrap vertical, 2=wrap both 2;//random object density, the bigger the value, the more the area will get. This is multiplied ingame by the area size. begin_alien_list; 2;//alien type in creatures.dat 20;//number of these aliens 1;//side end_alien_list; begin_excluded_plot_object_classes; 3 4 end_excluded_plot_object_classes; it asppears that the survivors from three of the crashed escape pods in this area have grouped together and formed a small camp, best go and see if there is anything i can do. end_of_file;
any help will be much apreciated
-------EDIT------- got it to work by changing the area class to 3 lol
|