Skip to content

Commit

Permalink
Tweaked positioning for Mission join scene in Taris Undercity for rea…
Browse files Browse the repository at this point in the history
…lsies this time. Addendum for #472
  • Loading branch information
DarthParametric committed Dec 10, 2021
1 parent fcf77e9 commit ff8246b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
11 changes: 7 additions & 4 deletions Source/cp_tar04_miskill.nss
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,18 @@
under the cover of the fadeout. Once the fadein starts, party Mission walks
over to her designated party position behind the player.
Updated 2021-12-10 to switch the PM1/2 jump positions to try and prevent the
initial shot clipping through their head, necessitating switching Mission's
destination to the opposite location.
See also k_ptar_addmissio, k_ptar_desmis, k_ptar_hdfate_ud, k_ptar_miscrt_en,
k_ptar_misrun, k_ptar_rakrun.
Issue #472:
https://github.com/KOTORCommunityPatches/K1_Community_Patch/issues/472
DP 2021-10-30 */
DP 2021-10-30 / DP 2021-12-10 */
//////////////////////////////////////////////////////////////////////////////////

#include "cp_inc_k1"

void main() {
Expand All @@ -42,13 +45,13 @@ void main() {
{
// Right trigger fired.
lMissJmp = Location(Vector(269.50,202.50,3.00), 190.00);
lMissWlk = Location(Vector(263.44,203.47,3.00), 2.95);
lMissWlk = Location(Vector(264.49,198.98,3.00), 22.95);
}
else
{
// Left trigger fired.
lMissJmp = Location(Vector(254.00,220.50,3.00), 220.00);
lMissWlk = Location(Vector(251.32,215.17,3.00), 50.87);
lMissWlk = Location(Vector(248.29,218.65,3.00), 30.87);
}

// Jump party Mission to where stunt Mission used to be standing.
Expand Down
12 changes: 6 additions & 6 deletions Source/k_ptar_miscrt_en.nss
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
into position on either the left or right side of the gate. This prevents
some issues with Mission navigating to the party from her spawn point.
Updated 2021-12-10 to switch the PM1/2 jump positions for the righthand
trigger to try and prevent the initial shot clipping through their head.
Updated 2021-12-10 to switch the PM1/2 jump positions to try and prevent the
initial shot clipping through their head.
See also cp_tar04_miskill, k_ptar_addmissio, k_ptar_desmis, k_ptar_hdfate_ud,
k_ptar_misrun, k_ptar_rakrun.
Expand All @@ -31,11 +31,11 @@ void main() {

object oMission;
location lPC_Left = Location(Vector(250.69,217.79,3.00), 40.87);
location lPM1_Left = Location(Vector(248.29,218.65,3.00), 30.87);
location lPM2_Left = Location(Vector(251.32,215.17,3.00), 50.87);
location lPM1_Left = Location(Vector(251.32,215.17,3.00), 50.87);
location lPM2_Left = Location(Vector(248.29,218.65,3.00), 30.87);
location lPC_Right = Location(Vector(265.16,201.59,3.00), 12.95);
location lPM1_Right = Location(Vector(264.49,198.98,3.00), 22.95);
location lPM2_Right = Location(Vector(263.44,203.47,3.00), 2.95);
location lPM1_Right = Location(Vector(263.44,203.47,3.00), 2.95);
location lPM2_Right = Location(Vector(264.49,198.98,3.00), 22.95);
location lMissSp_Left = Location(Vector(272.75,226.75,3.00), 190.00);
location lMissSp_Right = Location(Vector(277.70,211.50,3.00), 250.00);

Expand Down
Binary file modified tslpatchdata/cp_tar04_miskill.ncs
Binary file not shown.
Binary file modified tslpatchdata/k_ptar_miscrt_en.ncs
Binary file not shown.

0 comments on commit ff8246b

Please sign in to comment.