Talk:Dry Bowser Fortress

From Custom Mario Kart
Jump to navigation Jump to search

ITPT

What have you done? Nearly all ITPT is defined twice (2 points, 1 position). -- Wiimm (talk) 22:43, 18 December 2016 (UTC)

Sorry but I do not know how to create items routes very well.
-- Supershyguy (talk) 16:55(Current time in Mexico), 18 December 2016 (UTC)

I would use my own tools and would do the following steps, assuming that "Dry Bowser Fortress Beta (Supershyguy).szs" is a copy of your SZS file that can be overwritten.

  • wszst xd "Dry Bowser Fortress Beta (Supershyguy).szs"
  • EDIT "Dry Bowser Fortress Beta (Supershyguy).d/course.kmp.txt" with a text editor of you choice.
    • REMOVE all ENPT lines with distance less than 300.0 or invalid angle (example see below)
    • REMOVE all ITPT lines with distance less than 300.0 or invalid angle.
    • SAVE modifications
  • wszst create "Dry Bowser Fortress Beta (Supershyguy).d" --overwrite

If this is to complicate for you, you can use this course.kmp. I have only edited ENPT and ITPT sections.


ENPT section before edit

#ENPT#
#----------------------------------------------------#-------------------
#      _________position__________ width  prop.      #  distance   horiz
#idx      x        y          z    factor #1 #2 flag #   to prev   angle
#----------------------------------------------------#-------------------
  0  -8369.827 4600.540   5763.653  0.000  0  0  FSJ
  1  -8219.471 4600.540   2505.936  0.000  0  0  FSJ #  3261.185    0.00
  2  -8219.471 4600.540   2505.936  0.000  0  0  FSJ #     0.000    0.00  <<< REMOVE
  3  -8169.352 4600.540  -1102.612  0.000  0  0  FSJ #  3608.896    0.00
  4  -8169.352 4600.540  -1102.612  0.000  0  0  FSJ #     0.000    0.00  <<< REMOVE
  5  -7618.046 4600.540  -4009.498  0.000  0  0  FSJ #  2958.703    0.00
  6  -7618.046 4600.540  -4009.498  0.000  0  0  FSJ #     0.000    0.00  <<< REMOVE
  7  -7367.452 4600.540  -6465.315  0.000  0  0  FSJ #  2468.569  174.52
  8  -7417.571 4600.540  -6214.722  0.000  0  0  FSJ #   255.556 -166.52  <<< REMOVE (angle)
  9  -7567.927 4600.540 -10174.100  0.000  0  0  FSJ #  3962.231   42.82
 10  -7668.165 4600.540 -10274.340  0.000  0  0  FSJ #   141.760  -46.33  <<< REMOVE
 11  -7618.046 4600.540 -12429.440  0.000  0  0  FSJ #  2155.683    0.00

ENPT section after edit

#ENPT#
#----------------------------------------------------#-------------------
#      _________position__________ width  prop.      #  distance   horiz
#idx      x        y          z    factor #1 #2 flag #   to prev   angle
#----------------------------------------------------#-------------------
  0  -8369.827 4600.540   5763.653  0.000  0  0  FSJ
  1  -8219.471 4600.540   2505.936  0.000  0  0  FSJ #  3261.185    0.00
  3  -8169.352 4600.540  -1102.612  0.000  0  0  FSJ #  3608.896    0.00
  5  -7618.046 4600.540  -4009.498  0.000  0  0  FSJ #  2958.703    0.00
  7  -7367.452 4600.540  -6465.315  0.000  0  0  FSJ #  2468.569  174.52
  9  -7567.927 4600.540 -10174.100  0.000  0  0  FSJ #  3962.231   42.82
 11  -7618.046 4600.540 -12429.440  0.000  0  0  FSJ #  2155.683    0.00

-- Wiimm (talk) 15:03, 19 December 2016 (UTC)