• 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!

1st Person Mode

Phaser

Landlubber
Does anyone know which file controls the camera on land to switch from 3rd person to 1st person,in POTC i noticed ya can switch,can it be done in AOP? being able to switch would make for excellent in game screenshots without your character showing in the screenshot.

Thanks,
 
<!--quoteo(post=167679:date=Oct 15 2006, 12:15 PM:name=Phaser)--><div class='quotetop'>QUOTE(Phaser @ Oct 15 2006, 12:15 PM) [snapback]167679[/snapback]</div><div class='quotemain'><!--quotec-->
Does anyone know which file controls the camera on land to switch from 3rd person to 1st person,in POTC i noticed ya can switch,can it be done in AOP? being able to switch would make for excellent in game screenshots without your character showing in the screenshot.

Thanks,
<!--QuoteEnd--></div><!--QuoteEEnd-->
Question was raised here:
<a href="http://www.piratesahoy.com/forum/index.php?showtopic=8582" target="_blank">http://www.piratesahoy.com/forum/index.php?showtopic=8582</a>

Looks like it is something that needs to be modded into AoP, unless it is already part of that supermod.
 
<!--quoteo(post=167706:date=Oct 15 2006, 03:26 PM:name=Petros)--><div class='quotetop'>QUOTE(Petros @ Oct 15 2006, 03:26 PM) [snapback]167706[/snapback]</div><div class='quotemain'><!--quotec-->
<!--quoteo(post=167679:date=Oct 15 2006, 12:15 PM:name=Phaser)--><div class='quotetop'>QUOTE(Phaser @ Oct 15 2006, 12:15 PM) [snapback]167679[/snapback]</div><div class='quotemain'><!--quotec-->
Does anyone know which file controls the camera on land to switch from 3rd person to 1st person,in POTC i noticed ya can switch,can it be done in AOP? being able to switch would make for excellent in game screenshots without your character showing in the screenshot.

Thanks,
<!--QuoteEnd--></div><!--QuoteEEnd-->
Question was raised here:
<a href="http://www.piratesahoy.com/forum/index.php?showtopic=8582" target="_blank">http://www.piratesahoy.com/forum/index.php?showtopic=8582</a>

Looks like it is something that needs to be modded into AoP, unless it is already part of that supermod.
<!--QuoteEnd--></div><!--QuoteEEnd-->

LOL, i guess there is a reason why there is a search function i should of used it,i'll poke around the files alittle and see if i can get it to work..

Thanks,
 
ok, got 1st person view on land working!

click pic for full screen

<a href="http://home.earthlink.net/~phaser69/1st_person_view_on_land.jpg" target="_blank">http://home.earthlink.net/~phaser69/1st_pe...iew_on_land.jpg</a>
 
<!--quoteo(post=168521:date=Oct 23 2006, 01:01 PM:name=Phaser)--><div class='quotetop'>QUOTE(Phaser @ Oct 23 2006, 01:01 PM) [snapback]168521[/snapback]</div><div class='quotemain'><!--quotec-->
ok, got 1st person view on land working!

click pic for full screen

<a href="http://home.earthlink.net/~phaser69/1st_person_view_on_land.jpg" target="_blank">http://home.earthlink.net/~phaser69/1st_pe...iew_on_land.jpg</a>
<!--QuoteEnd--></div><!--QuoteEEnd-->

Interesting, but how does that work with swordfighting? <img src="style_emoticons/<#EMO_DIR#>/duel_pa.gif" style="vertical-align:middle" emoid=":ixi" border="0" alt="duel_pa.gif" />
 
It works the same as potc, when in 1st person view and you start a conversation with a NPC or start a sword fight it auto returns to 3rd person view.
 
<!--quoteo(post=168521:date=Oct 22 2006, 10:01 PM:name=Phaser)--><div class='quotetop'>QUOTE(Phaser @ Oct 22 2006, 10:01 PM) [snapback]168521[/snapback]</div><div class='quotemain'><!--quotec-->
ok, got 1st person view on land working!

click pic for full screen

<a href="http://home.earthlink.net/~phaser69/1st_person_view_on_land.jpg" target="_blank">http://home.earthlink.net/~phaser69/1st_pe...iew_on_land.jpg</a>
<!--QuoteEnd--></div><!--QuoteEEnd-->Please share what ye larned an' how tew do it, matey! <img src="style_emoticons/<#EMO_DIR#>/yes.gif" style="vertical-align:middle" emoid=":yes" border="0" alt="yes.gif" /> Aye, which file do ye edit an' which line does ye change? <img src="style_emoticons/<#EMO_DIR#>/unsure.gif" style="vertical-align:middle" emoid=":?" border="0" alt="unsure.gif" />
 
<!--quoteo(post=168557:date=Oct 23 2006, 09:13 AM:name=Fred Bob)--><div class='quotetop'>QUOTE(Fred Bob @ Oct 23 2006, 09:13 AM) [snapback]168557[/snapback]</div><div class='quotemain'><!--quotec-->
<!--quoteo(post=168521:date=Oct 22 2006, 10:01 PM:name=Phaser)--><div class='quotetop'>QUOTE(Phaser @ Oct 22 2006, 10:01 PM) [snapback]168521[/snapback]</div><div class='quotemain'><!--quotec-->
ok, got 1st person view on land working!

click pic for full screen

<a href="http://home.earthlink.net/~phaser69/1st_person_view_on_land.jpg" target="_blank">http://home.earthlink.net/~phaser69/1st_pe...iew_on_land.jpg</a>
<!--QuoteEnd--></div><!--QuoteEEnd-->Please share what ye larned an' how tew dorit, matey! <img src="style_emoticons/<#EMO_DIR#>/yes.gif" style="vertical-align:middle" emoid=":yes" border="0" alt="yes.gif" /> Aye, which file do ye edit an' which line does ye change? <img src="style_emoticons/<#EMO_DIR#>/unsure.gif" style="vertical-align:middle" emoid=":?" border="0" alt="unsure.gif" />
<!--QuoteEnd--></div><!--QuoteEEnd-->

Program\controls\init_pc

this line:
//CI_CreateAndSetControls( "PrimaryLand", "ChrCamCameraSwitch", CI_GetKeyCode("VK_TAB"), 0,

change to this:
CI_CreateAndSetControls( "PrimaryLand", "ChrCamCameraSwitch", CI_GetKeyCode("VK_TAB"), 0,

yea i laughed when i saw why 1st person wasn't working <img src="style_emoticons/<#EMO_DIR#>/mybad.gif" style="vertical-align:middle" emoid=":facepalm" border="0" alt="mybad.gif" />
 
Harr! <img src="style_emoticons/<#EMO_DIR#>/laugh.gif" style="vertical-align:middle" emoid="xD:" border="0" alt="laugh.gif" />

Dat be lookin' like an arbitrary management-type decision tew ol' Fred Bob! <img src="style_emoticons/<#EMO_DIR#>/mybad.gif" style="vertical-align:middle" emoid=":facepalm" border="0" alt="mybad.gif" />

Fred Bob'll be makin' dat simple edit in his stock, unpatched AoP, 'cause sometimes he be likin' tew git a closer look at de various NPC's! <img src="style_emoticons/<#EMO_DIR#>/onya.gif" style="vertical-align:middle" emoid=":onya" border="0" alt="onya.gif" />
 
Thanks for telling us, Phaser. Again, if anyone finds something they've figured out how to do. Remember to make not of what files you modified, the modifications you made and please let us ALL know.

Just that one little thing will make it easier for us all to learn the ins and outs of modding this wonderful but bug ridden game.

Cap'n Drow
 
<!--quoteo(post=168562:date=Oct 24 2006, 01:35 AM:name=Phaser)--><div class='quotetop'>QUOTE(Phaser @ Oct 24 2006, 01:35 AM) [snapback]168562[/snapback]</div><div class='quotemain'><!--quotec-->
<!--quoteo(post=168557:date=Oct 23 2006, 09:13 AM:name=Fred Bob)--><div class='quotetop'>QUOTE(Fred Bob @ Oct 23 2006, 09:13 AM) [snapback]168557[/snapback]</div><div class='quotemain'><!--quotec-->
<!--quoteo(post=168521:date=Oct 22 2006, 10:01 PM:name=Phaser)--><div class='quotetop'>QUOTE(Phaser @ Oct 22 2006, 10:01 PM) [snapback]168521[/snapback]</div><div class='quotemain'><!--quotec-->
ok, got 1st person view on land working!

click pic for full screen

<a href="http://home.earthlink.net/~phaser69/1st_person_view_on_land.jpg" target="_blank">http://home.earthlink.net/~phaser69/1st_pe...iew_on_land.jpg</a>
<!--QuoteEnd--></div><!--QuoteEEnd-->Please share what ye larned an' how tew dorit, matey! <img src="style_emoticons/<#EMO_DIR#>/yes.gif" style="vertical-align:middle" emoid=":yes" border="0" alt="yes.gif" /> Aye, which file do ye edit an' which line does ye change? <img src="style_emoticons/<#EMO_DIR#>/unsure.gif" style="vertical-align:middle" emoid=":?" border="0" alt="unsure.gif" />
<!--QuoteEnd--></div><!--QuoteEEnd-->

Program\controls\init_pc

this line:
//CI_CreateAndSetControls( "PrimaryLand", "ChrCamCameraSwitch", CI_GetKeyCode("VK_TAB"), 0,

change to this:
CI_CreateAndSetControls( "PrimaryLand", "ChrCamCameraSwitch", CI_GetKeyCode("VK_TAB"), 0,

yea i laughed when i saw why 1st person wasn't working <img src="style_emoticons/<#EMO_DIR#>/mybad.gif" style="vertical-align:middle" emoid=":facepalm" border="0" alt="mybad.gif" />
<!--QuoteEnd--></div><!--QuoteEEnd-->

Changed the line, and absolutely nothing happened; still in 3rd person. Something else has to be done here, or have to start a new game???
 
Remember, the game loads the .ini files from a save. So to get changes to .ini files to work you need to start a new game. Also that should just enable hitting the tab key to go into and out of the FPS viewpoint.

Cap'n Drow
 
Worked fine fer Fred Bob in his existin' game! <img src="style_emoticons/<#EMO_DIR#>/onya.gif" style="vertical-align:middle" emoid=":onya" border="0" alt="onya.gif" />

Ye sure ye edited de right line in de file, Capn Tucker? <img src="style_emoticons/<#EMO_DIR#>/laugh.gif" style="vertical-align:middle" emoid="xD:" border="0" alt="laugh.gif" /> Use ye de Find feature in Notepad an' paste in de whole string as Cap'n Drow posted, matey! <img src="style_emoticons/<#EMO_DIR#>/mybad.gif" style="vertical-align:middle" emoid=":facepalm" border="0" alt="mybad.gif" />
 
<!--quoteo(post=168634:date=Oct 24 2006, 02:07 AM:name=Capn_Tucker)--><div class='quotetop'>QUOTE(Capn_Tucker @ Oct 24 2006, 02:07 AM) [snapback]168634[/snapback]</div><div class='quotemain'><!--quotec-->
<!--quoteo(post=168562:date=Oct 24 2006, 01:35 AM:name=Phaser)--><div class='quotetop'>QUOTE(Phaser @ Oct 24 2006, 01:35 AM) [snapback]168562[/snapback]</div><div class='quotemain'><!--quotec-->
<!--quoteo(post=168557:date=Oct 23 2006, 09:13 AM:name=Fred Bob)--><div class='quotetop'>QUOTE(Fred Bob @ Oct 23 2006, 09:13 AM) [snapback]168557[/snapback]</div><div class='quotemain'><!--quotec-->
<!--quoteo(post=168521:date=Oct 22 2006, 10:01 PM:name=Phaser)--><div class='quotetop'>QUOTE(Phaser @ Oct 22 2006, 10:01 PM) [snapback]168521[/snapback]</div><div class='quotemain'><!--quotec-->
ok, got 1st person view on land working!

click pic for full screen

<a href="http://home.earthlink.net/~phaser69/1st_person_view_on_land.jpg" target="_blank">http://home.earthlink.net/~phaser69/1st_pe...iew_on_land.jpg</a>
<!--QuoteEnd--></div><!--QuoteEEnd-->Please share what ye larned an' how tew dorit, matey! <img src="style_emoticons/<#EMO_DIR#>/yes.gif" style="vertical-align:middle" emoid=":yes" border="0" alt="yes.gif" /> Aye, which file do ye edit an' which line does ye change? <img src="style_emoticons/<#EMO_DIR#>/unsure.gif" style="vertical-align:middle" emoid=":?" border="0" alt="unsure.gif" />
<!--QuoteEnd--></div><!--QuoteEEnd-->

Program\controls\init_pc

this line:
//CI_CreateAndSetControls( "PrimaryLand", "ChrCamCameraSwitch", CI_GetKeyCode("VK_TAB"), 0,

change to this:
CI_CreateAndSetControls( "PrimaryLand", "ChrCamCameraSwitch", CI_GetKeyCode("VK_TAB"), 0,

yea i laughed when i saw why 1st person wasn't working <img src="style_emoticons/<#EMO_DIR#>/mybad.gif" style="vertical-align:middle" emoid=":facepalm" border="0" alt="mybad.gif" />
<!--QuoteEnd--></div><!--QuoteEEnd-->

Changed the line, and absolutely nothing happened; still in 3rd person. Something else has to be done here, or have to start a new game???
<!--QuoteEnd--></div><!--QuoteEEnd-->

just remove the "//" from the string.. and then in game hit the tab key to go into and out of 1st person view.
 
<!--quoteo(post=168646:date=Oct 24 2006, 11:12 PM:name=Fred Bob)--><div class='quotetop'>QUOTE(Fred Bob @ Oct 24 2006, 11:12 PM) [snapback]168646[/snapback]</div><div class='quotemain'><!--quotec-->
Worked fine fer Fred Bob in his existin' game! <img src="style_emoticons/<#EMO_DIR#>/onya.gif" style="vertical-align:middle" emoid=":onya" border="0" alt="onya.gif" />

Ye sure ye edited de right line in de file, Capn Tucker? <img src="style_emoticons/<#EMO_DIR#>/laugh.gif" style="vertical-align:middle" emoid="xD:" border="0" alt="laugh.gif" /> Use ye de Find feature in Notepad an' paste in de whole string as Cap'n Drow posted, matey! <img src="style_emoticons/<#EMO_DIR#>/mybad.gif" style="vertical-align:middle" emoid=":facepalm" border="0" alt="mybad.gif" />
<!--QuoteEnd--></div><!--QuoteEEnd-->

Oh I'm quite sure I edited the right line FB. Just didn't know about the tab key, as it wasn't mentioned before. Having to start a new game will be a pain, but I think I'm going to have to anyway. My character is now level 10, using a large frigate, and EVERY time I enter sea combat now, all the opposing ships immediately furl their sails and just sit there. They will shoot back if I get close enough, but won't move at all.
And they all surrender as soon as I board. Any one else have this problem?
 
Good find Phaser. and thanks for sharing!

I'm from the AoS II community, and I was wondering if anyone has given thought to the possibility of adding those models to the AoP storm engine. I know the time persiod is different, but some of those Akella ships ( the napoleanic 74, 3 deckers especially) are more to my taste <img src="style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />

I'd love to see the Constellation or Connie cruisin in game :p
 
<!--quoteo(post=168663:date=Oct 25 2006, 03:48 AM:name=Thomas the Terror)--><div class='quotetop'>QUOTE(Thomas the Terror @ Oct 25 2006, 03:48 AM) [snapback]168663[/snapback]</div><div class='quotemain'><!--quotec-->
The same when i use THE PEARL.
<!--QuoteEnd--></div><!--QuoteEEnd-->

It seems like once you get to a certain level (between 8 and 10?), your rep is such that everyone strikes their colors? Will have to start another game and see exactly when enemy ships stop sailing as soon as they see you. Whether this is a game feature or a bug, it's a deal breaker for me. What's the use of playing when the other ships stop fighting back? <img src="style_emoticons/<#EMO_DIR#>/dry.gif" style="vertical-align:middle" emoid="<_<" border="0" alt="dry.gif" />
 
<!--quoteo(post=168702:date=Oct 25 2006, 12:29 AM:name=Capn_Tucker)--><div class='quotetop'>QUOTE(Capn_Tucker @ Oct 25 2006, 12:29 AM) [snapback]168702[/snapback]</div><div class='quotemain'><!--quotec-->
<!--quoteo(post=168663:date=Oct 25 2006, 03:48 AM:name=Thomas the Terror)--><div class='quotetop'>QUOTE(Thomas the Terror @ Oct 25 2006, 03:48 AM) [snapback]168663[/snapback]</div><div class='quotemain'><!--quotec-->
The same when i use THE PEARL.
<!--QuoteEnd--></div><!--QuoteEEnd-->

It seems like once you get to a certain level (between 8 and 10?), your rep is such that everyone strikes their colors? Will have to start another game and see exactly when enemy ships stop sailing as soon as they see you. Whether this is a game feature or a bug, it's a deal breaker for me. What's the use of playing when the other ships stop fighting back? <img src="style_emoticons/<#EMO_DIR#>/dry.gif" style="vertical-align:middle" emoid="<_<" border="0" alt="dry.gif" />
<!--QuoteEnd--></div><!--QuoteEEnd-->

*Since yall went off topic here i'll add my .02

Dude i'm a lvl 10 and i get attacked quite offend in fact, not sure what your issue is but i started with the default ship and all default settings the game starts you with and worked my way up to a Frigate,all i can say is if the game dissapoints you go back to potc (in previous posts of yours you stated you prefer) and leave this game to those of us who really enjoy it.I personally haven't seen damn near any of the bugs most of yall run into cept for a few that i know in time myself and my fellow modders will work out.This is just a thought and not to be taken personally.

PEACE.
 
<!--quoteo(post=168693:date=Oct 24 2006, 08:13 PM:name=Capt.Bligh)--><div class='quotetop'>QUOTE(Capt.Bligh @ Oct 24 2006, 08:13 PM) [snapback]168693[/snapback]</div><div class='quotemain'><!--quotec-->
Good find Phaser. and thanks for sharing!

I'm from the AoS II community, and I was wondering if anyone has given thought to the possibility of adding those models to the AoP storm engine. I know the time persiod is different, but some of those Akella ships ( the napoleanic 74, 3 deckers especially) are more to my taste <img src="style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />

I'd love to see the Constellation or Connie cruisin in game :p
<!--QuoteEnd--></div><!--QuoteEEnd-->

i don't have that game but if ya could pack up the models and textures and stuff i could add them check out this thread for ship conversions

<a href="http://www.piratesahoy.com/forum/index.php?showtopic=8764" target="_blank">http://www.piratesahoy.com/forum/index.php?showtopic=8764</a>
 
Back
Top