NathanKell
...
Can some of you `high-flying` (and `low-flying`!) pirates do me a favor?
Edit your seadogs.c file so that fame will be printed when you press T, like so:
find line
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->Log_SetStringToLog("You see " + findCh.name + " " + findCh.lastname + " Fencing " + findCh.skill.Fencing + " HP "+res );<!--c2--></div><!--ec2-->
And _right_ under it, before the if(DEBUGINFO) line write:
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->for(int nat = 0; nat < MAX_NATIONS; nat++)
{ Log_SetStringToLog("Your fame with " + Nations[nat].name + " is " + GetFame(GetMainCharacter(), nat)); }<!--c2--></div><!--ec2-->
Then, load up saves from various points in your career and hit T. {I.e. ~level 5 with a schooner, level x and a captain, an admiral, a marquis, disparate stages like that}
And post the results, along with your level at that point, your rank in service with each nation (if any), and how much gold your character (not your ship) has.
{And leadership skill would help too, but it's not so important}
Thanks much! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/par-ty.gif" style="vertical-align:middle" emoid="" border="0" alt="par-ty.gif" />
Edit your seadogs.c file so that fame will be printed when you press T, like so:
find line
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->Log_SetStringToLog("You see " + findCh.name + " " + findCh.lastname + " Fencing " + findCh.skill.Fencing + " HP "+res );<!--c2--></div><!--ec2-->
And _right_ under it, before the if(DEBUGINFO) line write:
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->for(int nat = 0; nat < MAX_NATIONS; nat++)
{ Log_SetStringToLog("Your fame with " + Nations[nat].name + " is " + GetFame(GetMainCharacter(), nat)); }<!--c2--></div><!--ec2-->
Then, load up saves from various points in your career and hit T. {I.e. ~level 5 with a schooner, level x and a captain, an admiral, a marquis, disparate stages like that}
And post the results, along with your level at that point, your rank in service with each nation (if any), and how much gold your character (not your ship) has.
{And leadership skill would help too, but it's not so important}
Thanks much! <img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/par-ty.gif" style="vertical-align:middle" emoid="" border="0" alt="par-ty.gif" />