greecelightning5 12 Posted May 2, 2017 I'm following the PMC tutorial on making my first map and have run into a snag. I've used pboProject to pack it and get no errors. Then when I load the mod up as usual it loads fine and I can see it in my list of active mods, but when I go to the editor and try to select it I can't. If I open another map and look at the config viewer I can also see it in config world and worldlist, all of this I have been told means that the pbo is right. Playing around I have found that changing the class line in CfgWorldList will make it show up as a selectable map but without a name and when I click on it nothing happens. Pic of my terrain folder https://picload.org/image/rciwoooi/mapfolder.png also a copy of my config.cpp class CfgPatches { class tut_tutorial_terrain { units[] = { "tut_tutorial_terrain" }; weapons[] = {}; requiredVersion = 1; requiredAddons[] = { "A3_Map_Stratis" }; }; }; class CfgWorldList { class tut_tutorial_terrain{}; }; class CfgWorlds { class Stratis; class tut_tutorial_terrain: Stratis { cutscenes[] = {}; description = "TUT Tutorial Terrain"; worldName = "\tut\tut_tutorial_terrain\tut_tutorial_terrain.wrp"; author = "PMC"; icon = ""; previewVideo = ""; pictureMap = ""; pictureShot = ""; newRoadsShape = ""; centerPosition[] = { 2560, 2560 }; ilsDirection[] = { 0, 0.08, 1 }; ilsPosition[] = { 0, 0 }; ilsTaxiIn[] = {}; ilsTaxiOff[] = {}; drawTaxiway = false; class SecondaryAirports{}; class ReplaceObjects{}; class Sounds { sounds[] = {}; }; class Animation { vehicles[] = {}; }; class Subdivision{}; class Names{}; }; }; Any help would be appreciated Share this post Link to post Share on other sites
RoF 241 Posted May 3, 2017 Does it load in buldozer? Share this post Link to post Share on other sites
greecelightning5 12 Posted May 3, 2017 Yes. When I have Terrain Builder up and then click the buldozer button it loads up fine. Share this post Link to post Share on other sites
Torchgodz 0 Posted May 3, 2017 I am also having the same problem and am working to find out what the problem is. Share this post Link to post Share on other sites
greecelightning5 12 Posted May 3, 2017 Cool. Thanks. Hopefully we can help each other out. Share this post Link to post Share on other sites
greecelightning5 12 Posted May 3, 2017 I fixed mine. The line in my $PBOPREFIX$ had a typo in it. Now it's showing up in my editor. Share this post Link to post Share on other sites