<!--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="
" 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="
" 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.