deadlyfreeze
Member-
Content Count
6 -
Joined
-
Last visited
-
Medals
Everything posted by deadlyfreeze
-
Bush's Geotypical Microterrains - Source Files & Beginners Guide
deadlyfreeze replied to bushlurker's topic in ARMA 2 & OA : TERRAIN - (Visitor)
Great tutorial really helpful. I was wondering if you could comment on actually adding a building to this, I know it's not really the scope of the tutorial but I'm using it at a base since it came out correctly. I was going through Mondkalb Terrain Tutorial, which touches on it but seems to be incomplete(or outdated). It looks like you only need to add the additional 'packs' in requiredAddons[] field in the config.cpp. While that is enough to get an binpbo log with no errors, ingame it just throws a 'cannot open object' error and loads nothing where the building should be. Could you comment on this or point me in a direction that this topic is covered in a little more depth? Thanks. -
Simple ArmA 2 Terrain Tutorial
deadlyfreeze replied to luki's topic in ARMA 2 & OA : TERRAIN - (Visitor)
Whew well I finally got it right, that config file is definitely wrong... worldName= "\TUT\TUT_SampleMap\TUT_SampleMap.wrp"; pictureShot = "\TUT\TUT_SampleMap\data\SM_Picture_ca.paa"; should be... worldName = "TUT\TUT_SampleMap\TUT_SampleMap.wrp"; pictureShot = "TUT\TUT_SampleMap\data\SM_Picture_ca.paa"; worldname is missing a space which was causing binPBO to crash on the TUT_SampleMap.wrp, also needs to lose the extra \. -
Simple ArmA 2 Terrain Tutorial
deadlyfreeze replied to luki's topic in ARMA 2 & OA : TERRAIN - (Visitor)
If my P:\ isn't setup correctly or I was missing A2 data then why does it pack correctly when I have binarze unchecked binpbo? This is what strikes me as something else as being as issue here. -
Simple ArmA 2 Terrain Tutorial
deadlyfreeze replied to luki's topic in ARMA 2 & OA : TERRAIN - (Visitor)
I'm guessing you want the config.cpp that came with sample map tut, correct? -
Simple ArmA 2 Terrain Tutorial
deadlyfreeze replied to luki's topic in ARMA 2 & OA : TERRAIN - (Visitor)
Well I nuked everything, cleaned registry reinstalled BI tools and followed your setup instructions in the PDF, with the same results binPBO still crashing. I've done this twice now... This is the only log I get when having binarize unchecked in binpbo Log File: This map will run perfectly, with no issues. With binarize checked in binpbo, first it causes a windows error and this log: This map is junk and just crashes arma, so why does having binarze off give me a perfect workable map and having it on gives me junk? If the setup is broken wouldn't it be broken for both? It leads me to think that something is wrong with binpbo and not the setup... -
Simple ArmA 2 Terrain Tutorial
deadlyfreeze replied to luki's topic in ARMA 2 & OA : TERRAIN - (Visitor)
I know this is old but maybe someone could comment on this issue for people still using this tutorial. I ran through the whole tutorial and had no issues until binarizing. Same issues that Oktyabr commented on above, BinPBO will crash when run but if you uncheck 'binarize' the map will compile just fine without any errors and will play in arma2 perfectly. Is this an issue with BinPBO or something else? Using winxp sp3 also.