<!--quoteo(post=167443:date=Oct 14 2006, 12:57 PM:name=Pieter Boelen)--><div class='quotetop'>QUOTE(Pieter Boelen @ Oct 14 2006, 12:57 PM) [snapback]167443[/snapback]</div><div class='quotemain'><!--quotec-->
Thanks a lot, CCC. I think I should write up a default reply now for people complaining about the BuildingSet mod. So if people complain for the umpteenth time again, I just need to give 'em my default reply. Should save me quite a bit of time. <img src="style_emoticons/<#EMO_DIR#>/icon_mrgreen1.gif" style="vertical-align:middle" emoid="
" border="0" alt="icon_mrgreen1.gif" />
<!--QuoteEnd--></div><!--QuoteEEnd-->
LOL I know THAT feeling <img src="style_emoticons/<#EMO_DIR#>/yes.gif" style="vertical-align:middle" emoid="
" border="0" alt="yes.gif" /> Direct them to this post or to the BS readme. Or maybe I should do that in my sig <img src="style_emoticons/<#EMO_DIR#>/icon_mrgreen1.gif" style="vertical-align:middle" emoid="
" border="0" alt="icon_mrgreen1.gif" />
BTW, who placed the buildings on the new islands, like Cayman barracks etc. ?
<!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec-->At the very least, your mod taught me how to do dialogs <!--QuoteEnd--></div><!--QuoteEEnd-->
Glad to hear that, LJS, cause the main goal of the Buildingset was to provide a simple tool that allowed everybody to change the PotC gameworld. Simple meaning easy to use, albeit limited when it comes to graphics.
<!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec-->
By Black Bart elswhere:
Mr CCC, what do you think on using your profusive vegetation to create really, really jungly locations? Has it already been tried on the new Islands? I think they would be perfect for creating an overgrown jungle look - tricky to navigate, hard to find small things dropped on the floor - just like a real jungle!
<!--QuoteEnd--></div><!--QuoteEEnd-->
That can be done easily, and if you want you can try it yourself:
1. open the file program/console.c with an editor like notepad
2. There are some readymade Buildingset commands in that file. Find this one:
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->
// Build_here(pchar, "mansion", "office", true);
<!--c2--></div><!--ec2-->
3. Delete the comment slashes // in front of the line and change the content to this:
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->
Build_here(pchar, "jungle", "", true);
<!--c2--></div><!--ec2-->
4. Now take a walk through the PotC coutryside. Whenever you think "Some jungle would look nice here" press F12, and the jungle will be "build".