Bon je suppose que vous savez ce qu´est un MoW.
Je viens de trouver ceci. Quelqu un voulait savoir si on pouvait avoir un MoW a PotC.
Voici ce qu y a ete repondu :
MOW´s aren´t enabled in the game; save one which you cannot keep.
This, however, was an oversight on the part of the developers; the ships were meant to be part of the game, the disabling line just wasn´t removed.
Here´s how you do it: In Programs/ships/ships_init, scroll way down to the bottom where the MOW´s are -there´s quite a few of them. under each ship you want to enable, change the line: refShip.CanEncounter = false; to: //refShip.CanEncounter = false; or remove it entirely; you won´t be able to buy them in a Shipyard ( that requires a different mod) but you´ll be able to capture one...if you can get close enough - one broadside´ll cook ya!
Quelqu un a propose une variante :
or change it so
refShip.CanEncounter = true;
Je n´ai pas encore essaye.
Comme toute modif il faut defois recommencer un out nouveau jeu pour que la modif soit prise en compte ( car la creation d´un nouveau jeu compile les fichiers source dont celui que vous avez modifie)