<!--quoteo(post=139719:date=Feb 15 2006, 04:35 PM:name=Pieter Boelen)--><div class='quotetop'>QUOTE(Pieter Boelen @ Feb 15 2006, 04:35 PM) [snapback]139719[/snapback]</div><div class='quotemain'><!--quotec--><!--quoteo(post=139395:date=Feb 12 2006, 01:31 AM:name=Captain Hawk)--><div class='quotetop'>QUOTE(Captain Hawk @ Feb 12 2006, 01:31 AM) [snapback]139395[/snapback]</div><div class='quotemain'><!--quotec-->
but boarding achooner i have line-ship deck. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/modding.gif" style="vertical-align:middle" emoid="" border="0" alt="modding.gif" /><!--QuoteEnd--></div><!--QuoteEEnd-->
Don't beat yourself up over it. There is nothing weird about that. According to the code, that is supposed to happen:
From PROGRAM\Locations\init\boarding.c:
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--> //ID
Locations[n].id = "BOARDING_SCHOONER"; <-- Boarding deck for schooners
locations[n].id.label = "Boarding deck";
//Info
Locations[n].filespath.models = "locations\decks\udeck1"; <-- Uses one of the new boarding decks
Locations[n].image = "Loading\" + LanguageGetLanguage() +"\Boarding.tga";<!--c2--></div><!--ec2-->
This is easily rectified by changing "udeck1" to "udeck". I suppose there are several other boarding deck assignments in that file that should also be corrected. If somebody wants to, please have a look at it... <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/unsure.gif" style="vertical-align:middle" emoid=":?" border="0" alt="unsure.gif" />
To Jason: The new islands mod is now implemented in the full download.
<!--QuoteEnd--></div><!--QuoteEEnd-->
<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/hi.gif" style="vertical-align:middle" emoid=":gday" border="0" alt="hi.gif" /> Pieter,
I've just sent to you a new version of boarding.c with few modification. I've tried to upload it but I don't have enought right <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/dunno.gif" style="vertical-align:middle" emoid="" border="0" alt="dunno.gif" />
I want tell my point of view about boarding crew:
For what I've seen the different with the previous modpack (before 17/jan/06) is that now the crew's morale goes down more fast that in the past (I assume it's depend to the Leadership skill) , so It easy, after a little sea battle, remain alone during boarding because morale crew is decreased and they leave you. I try to increase crew morale by donate money just before boarding and crew always follow my during boarding.
So I think that there is NOT boarding crew bug, but just more attention to keep in crew morale <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/whippa.gif" style="vertical-align:middle" emoid="" border="0" alt="whippa.gif" />
I notice that some "c" files have lines without ";" at the end of line. That line are all with just one instruction between "{}" so I don't sure if this is right in C.
Hower I corrected all the inconter line without the ";" at the of line and I notice less crash during game (for now <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/whistling.gif" style="vertical-align:middle" emoid="" border="0" alt="whistling.gif" /> ).
I just search for all .c files that have this text inside ")}" and change it with ");}"
<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/keith.gif" style="vertical-align:middle" emoid="" border="0" alt="keith.gif" /> Bye,bye,
giuliootto
but boarding achooner i have line-ship deck. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/modding.gif" style="vertical-align:middle" emoid="" border="0" alt="modding.gif" /><!--QuoteEnd--></div><!--QuoteEEnd-->
Don't beat yourself up over it. There is nothing weird about that. According to the code, that is supposed to happen:
From PROGRAM\Locations\init\boarding.c:
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--> //ID
Locations[n].id = "BOARDING_SCHOONER"; <-- Boarding deck for schooners
locations[n].id.label = "Boarding deck";
//Info
Locations[n].filespath.models = "locations\decks\udeck1"; <-- Uses one of the new boarding decks
Locations[n].image = "Loading\" + LanguageGetLanguage() +"\Boarding.tga";<!--c2--></div><!--ec2-->
This is easily rectified by changing "udeck1" to "udeck". I suppose there are several other boarding deck assignments in that file that should also be corrected. If somebody wants to, please have a look at it... <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/unsure.gif" style="vertical-align:middle" emoid=":?" border="0" alt="unsure.gif" />
To Jason: The new islands mod is now implemented in the full download.
<!--QuoteEnd--></div><!--QuoteEEnd-->
<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/hi.gif" style="vertical-align:middle" emoid=":gday" border="0" alt="hi.gif" /> Pieter,
I've just sent to you a new version of boarding.c with few modification. I've tried to upload it but I don't have enought right <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/dunno.gif" style="vertical-align:middle" emoid="" border="0" alt="dunno.gif" />
I want tell my point of view about boarding crew:
For what I've seen the different with the previous modpack (before 17/jan/06) is that now the crew's morale goes down more fast that in the past (I assume it's depend to the Leadership skill) , so It easy, after a little sea battle, remain alone during boarding because morale crew is decreased and they leave you. I try to increase crew morale by donate money just before boarding and crew always follow my during boarding.
So I think that there is NOT boarding crew bug, but just more attention to keep in crew morale <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/whippa.gif" style="vertical-align:middle" emoid="" border="0" alt="whippa.gif" />
I notice that some "c" files have lines without ";" at the end of line. That line are all with just one instruction between "{}" so I don't sure if this is right in C.
Hower I corrected all the inconter line without the ";" at the of line and I notice less crash during game (for now <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/whistling.gif" style="vertical-align:middle" emoid="" border="0" alt="whistling.gif" /> ).
I just search for all .c files that have this text inside ")}" and change it with ");}"
<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/keith.gif" style="vertical-align:middle" emoid="" border="0" alt="keith.gif" /> Bye,bye,
giuliootto