• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

Pieter's Disarm and Fist features

<!--QuoteBegin-NathanKell+Jul 2 2005, 10:33 PM--><div class='quotetop'>QUOTE(NathanKell @ Jul 2 2005, 10:33 PM)</div><div class='quotemain'><!--QuoteEBegin-->On the contrary, I think all three mods are neat and /well/ worth keeping.<div align="right">[snapback]120774[/snapback]</div><!--QuoteEnd--></div><!--QuoteEEnd-->
Hear, hear! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/me.gif" style="vertical-align:middle" emoid=":onya" border="0" alt="me.gif" />

I both second and third that motion!

<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/wavarr.gif" style="vertical-align:middle" emoid=":warr" border="0" alt="wavarr.gif" />
 
<!--QuoteBegin-NathanKell+Jul 2 2005, 11:33 PM--><div class='quotetop'>QUOTE(NathanKell @ Jul 2 2005, 11:33 PM)</div><div class='quotemain'><!--QuoteEBegin-->Certainly quick equip is nice when you, for example, pick up a good sword from a dead body and swap while still in combat; and it's also good when you stock up at an itemtrader's and don't want to page through your entire inventory to find the good stuff you just bought and equip it.
<div align="right">[snapback]120774[/snapback]</div><!--QuoteEnd--></div><!--QuoteEEnd-->
But the Quick Equip button won't equip a better sword if you already have another sword equiped. At least, that was the last time I understood how it worked. Also: It won't really equip the <i>best</i> sword you have. It will take the highest quality of the sword the nearest to the bottom of initItems.c . So it will choose a badly worn cutlass over an excellent saber. So you can't really trust it to choose the best sword available.

<!--QuoteBegin-NathanKell+Jul 2 2005, 11:33 PM--><div class='quotetop'>QUOTE(NathanKell @ Jul 2 2005, 11:33 PM)</div><div class='quotemain'><!--QuoteEBegin-->Fist-fighting adds the ability to knock people out, an excellent addition for the nonlethally-inclined among us. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />
<div align="right">[snapback]120774[/snapback]</div><!--QuoteEnd--></div><!--QuoteEEnd-->
You can only knock someone out if 1) The code works and 2) Your level is high enough. Only when you try to knock out an opponent with a sword, that is actually a rather suicidal act, because, of course, you cannot save yourself from a sword if you don't use one yourself. I reckon it might've been fun if you could end up in fistfights in the taverns (so that the drunken drawls are fistfights instead of swordfights) and maybe it would've been fun to add some fistfighting to the quests. For example when you're stranded at Douwesen and you have to fight a big muscular guy to get a new ship, it might've been fun to change that into a fistfight. Only it doesn't work AND looks crappy, so I think these ideas should be dropped; it's never going to look convincing without new animation and that is just too hard to make.

<!--QuoteBegin-NathanKell+Jul 2 2005, 11:33 PM--><div class='quotetop'>QUOTE(NathanKell @ Jul 2 2005, 11:33 PM)</div><div class='quotemain'><!--QuoteEBegin-->And disarming ditto.
<div align="right">[snapback]120774[/snapback]</div><!--QuoteEnd--></div><!--QuoteEEnd-->
Disarming caused troubles with quests and only happened if you had enough luck; you couldn't really do it on purpose. Also: Your officers getting disarmed always caused trouble too. So unless a better way is made to handle the disarming, it just doesn't work. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/no.gif" style="vertical-align:middle" emoid=":no" border="0" alt="no.gif" />
 
Pieter, I wouldn't worry too much about things like "the fistfighting animation doesn't really look like fistfight". What the heck, we are writing "ONLY" mods here, I don't thing that everybody can expect them to look perfect. What counts is that it is fun to play with them, and fistfighting certainly does.
 
CCC has the right of it. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />

<!--QuoteBegin-Pieter Boelen+Jul 3 2005, 08:23 AM--><div class='quotetop'>QUOTE(Pieter Boelen @ Jul 3 2005, 08:23 AM)</div><div class='quotemain'><!--QuoteEBegin-->But the Quick Equip button won't equip a better sword if you already have another sword equiped. At least, that was the last time I understood how it worked. Also: It won't really equip the <i>best</i> sword you have. It will take the highest quality of the sword the nearest to the bottom of initItems.c . So it will choose a badly worn cutlass over an excellent saber. So you can't really trust it to choose the best sword available.
<div align="right">[snapback]120966[/snapback]</div><!--QuoteEnd--></div><!--QuoteEEnd-->
That's a good point about quality. Although--I believe the blades array is sorted by minrank, and quality's effect on minrank is something. So maybe better to use Blades array rather than items array when going backwards to find best equippable sword.
At least in the part I wrote, it will equip a new sword if there is a 'better' one available (though as you point out the 'better' testing isn't terribly smart).

Actually, we should probably take this opportunity to figure out a rating system for swords, so that AI can be intelligent about choosing the best one.

<!--QuoteBegin-Pieter Boelen+Jul 3 2005, 08:23 AM--><div class='quotetop'>QUOTE(Pieter Boelen @ Jul 3 2005, 08:23 AM)</div><div class='quotemain'><!--QuoteEBegin-->You can only knock someone out if 1) The code works and 2) Your level is high enough. Only when you try to knock out an opponent with a sword, that is actually a rather suicidal act, because, of course, you cannot save yourself from a sword if you don't use one yourself. I reckon it might've been fun if you could end up in fistfights in the taverns (so that the drunken drawls are fistfights instead of swordfights) and maybe it would've been fun to add some fistfighting to the quests. For example when you're stranded at Douwesen and you have to fight a big muscular guy to get a new ship, it might've been fun to change that into a fistfight. Only it doesn't work AND looks crappy, so I think these ideas should be dropped; it's never going to look convincing without new animation and that is just too hard to make.
<div align="right">[snapback]120966[/snapback]</div><!--QuoteEnd--></div><!--QuoteEEnd-->
Cue CCC. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />


<!--QuoteBegin-Pieter Boelen+Jul 3 2005, 08:23 AM--><div class='quotetop'>QUOTE(Pieter Boelen @ Jul 3 2005, 08:23 AM)</div><div class='quotemain'><!--QuoteEBegin-->Disarming caused troubles with quests and only happened if you had enough luck; you couldn't really do it on purpose. Also: Your officers getting disarmed always caused trouble too. So unless a better way is made to handle the disarming, it just doesn't work. <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/no.gif" style="vertical-align:middle" emoid=":no" border="0" alt="no.gif" />
<div align="right">[snapback]120966[/snapback]</div><!--QuoteEnd--></div><!--QuoteEEnd-->
Ah, but that doesn't mean we get rid of it, just that we make it better.
Which is the case of just about /all/ mods... <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" />
 
<!--QuoteBegin-NathanKell+Jul 3 2005, 01:25 PM--><div class='quotetop'>QUOTE(NathanKell @ Jul 3 2005, 01:25 PM)</div><div class='quotemain'><!--QuoteEBegin-->that doesn't mean we get rid of it, just that we make it better.
Which is the case of just about /all/ mods... <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" />
<div align="right">[snapback]121150[/snapback]</div><!--QuoteEnd--></div><!--QuoteEEnd--> Yes indeed! Don't fret, Pieter, it'll work itself out. That's the fun of modding - if what you try does not work <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/modding.gif" style="vertical-align:middle" emoid=":modding" border="0" alt="modding.gif" /> you can try something else <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/modding.gif" style="vertical-align:middle" emoid=":modding" border="0" alt="modding.gif" /> until it works! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/type_1.gif" style="vertical-align:middle" emoid=":nk" border="0" alt="type_1.gif" /> <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/danse1.gif" style="vertical-align:middle" emoid=":dance" border="0" alt="danse1.gif" />

Just remember to <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/modding.gif" style="vertical-align:middle" emoid=":modding" border="0" alt="modding.gif" /> wear your crash <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/modding.gif" style="vertical-align:middle" emoid=":modding" border="0" alt="modding.gif" /> helmet! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/wacko.gif" style="vertical-align:middle" emoid=":wacko:" border="0" alt="wacko.gif" /> And remember we're all JUST as cracked as you (if not moreso!) <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/laugh.gif" style="vertical-align:middle" emoid="xD:" border="0" alt="laugh.gif" /> so of course we'll be here to help! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/yes.gif" style="vertical-align:middle" emoid=":yes" border="0" alt="yes.gif" /> <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/par-ty.gif" style="vertical-align:middle" emoid=":cheers" border="0" alt="par-ty.gif" />
 
<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/modding.gif" style="vertical-align:middle" emoid=":modding" border="0" alt="modding.gif" />, <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/modding.gif" style="vertical-align:middle" emoid=":modding" border="0" alt="modding.gif" />!

Uh, I meant to say, hear, hear!

<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/whistling.gif" style="vertical-align:middle" emoid=":wp" border="0" alt="whistling.gif" />

Don't give it up, Pieter! It's fun! And anyway, fists should have been in there from the start! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/yes.gif" style="vertical-align:middle" emoid=":yes" border="0" alt="yes.gif" />

<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/me.gif" style="vertical-align:middle" emoid=":onya" border="0" alt="me.gif" />
 
Back
Top