TheRedstoneScientist

TRS's Cutscene Generator Pro (ERROR CODES)

Aug 29th, 2016
1,503
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.96 KB | None | 0 0
  1. ERROR CODES: (WIP)
  2.  
  3. CODE: DESCRIPTION
  4. DETAILS
  5.  
  6. 44: Commas
  7. This error occurs on PATH sheets when one or more of your specified points contains a comma. The Cutscene Generator does not accept commas as valid input. If you are trying to type in decimals, be sure to use a decimal point "." and NOT a comma ","
  8. REMEMBER: All points must be written in one of two ways. Also keep in mind that values are separated by spaces NOT commas!
  9. 1. x y z
  10. 1ex. 40.5 23 564.34322
  11. 2. x y z rx ry
  12. 2ex. 40.5 23 564.34322 34 56.5
  13.  
  14.  
  15. 76: Incorrect # of Values
  16. This error occurs on PATH sheets when one or more of your specified points contains an invalid number of values. You may only input either 3 or 5 values in a single point. This means you can only specify the "x y z" OR "x y z rx ry"
  17. You CANNOT ONLY specify "x z" or "x y z rx" etc. etc.
  18. This error may also return if you have an incorrect number of spaces in your input. Be sure that each value is separated by a single space and the cell begins immediately with "x" and ends immediately with "z" or "ry".
  19.  
  20.  
  21. 74: # of Times and Points Don't Match
  22. This error occurs on PATH sheets when you have specified "X" number of points but have NOT specified "X-1" time periods. The reason why you must supply "X-1" time periods is because Row 2 (or point 1) does not have a time specified.
  23. In other words, for EACH point specified from C3:C501, you MUST have a time period specified (either in percentage or seconds [this setting is changeable in Cell D1])
  24. This error may be caused either because you have too many points and not enough times, or vice versa.
  25.  
  26.  
  27. 109: Not Enough Points
  28. This error occurs on PATH
  29.  
  30.  
  31. 116: No Time Specified, Refresh Paths
  32.  
  33.  
  34. 111: Path Order Number Not Specified. Refresh paths or include path name on master sheet.
  35.  
  36.  
  37. 1: Path Name Not Set and Updated. Refresh Paths.
  38.  
  39.  
  40. 100: Totals are Less than 100% (on % mode) AND all the times have already been filled in
  41.  
  42.  
  43. 101: Totals are Less than the Allotted Time (on sec mode) AND all the times have already been filled in.
  44.  
  45.  
  46. 102: Totals are MORE than the allotted time (on sec mode) OR MORE than 100% (on percent mode)
  47. This error occurs if Total times EXCEED the allotted time on the MASTER CONTROL-PANEL or, if on percentage mode, the totals EXCEED 100%.
  48. To fix this, adjust the values in the time column to meet the appropriate times you set in the Individual Times.
  49.  
  50.  
  51. 123: Unless you are trying to use the "WAIT" command, input cannot contain any alphabetic characters.
  52. Note that you also cannot use WAIT in Point #1. This error will also return if you used a "~"
  53.  
  54.  
  55. 13: You accidentally put a new line into this cell!
  56. When entering points, it looks like you accidentally put a new line/carriage return into the cell.
  57.  
  58.  
  59. 115: One or more points skipped
  60. As the graphic at the right of the path sheet says, make sure not to skip points! Make sure that you don't have any blank spaces between your first point and your last point! (See the graphic on the right of the sheet)
  61. Note that when in "Relative Mode," the first point does not register as valid and therefore you may leave it blank.
  62.  
  63.  
  64. 87: Used WAIT twice in a row
  65. You cannot use the WAIT command on more than one point in a row.
  66.  
  67.  
  68. ______________________________________________________________________
  69.  
  70.  
  71. 7267: MASTER CONTROL-PANEL Error; Scoreboard Limit Exceeded
  72.  
  73.  
  74. 3875: MASTER CONTROL-PANEL Error; Multiple Instances of a path name in the list
  75.  
  76.  
  77. 83075: MASTER CONTROL-PANEL Error; Path Cell Skipped
  78. You have skipped a cell in the MCP Path List. Make sure that you don't have any blank spaces between your first path and your last path! (See the graphic on the left of the Path List)
  79.  
  80.  
  81. 1000: MASTER CONTROL-PANEL Error; Path Errors Found
  82. One or more errors found on one or more paths AND/OR one or more Path names in the list do not exist.
  83. Check the path sheets with a red "X" next to them on the MASTER CONTROL-PANEL. On paths with errors, look in the top left cell (A1) to see a list of current errors (fix the errors by following this error guide). Once all errors are resolved, Cell A1 should turn bright green and say "No errors found! You're good to go!" If a path name has a red "-" next to it, it means that there is no Path sheet for it. Either you forgot to create it or you misspelled your path name. Your cutscene will not generate until ALL path-sheets return NO ERRORS and all names on the MCP's Path List are valid.
  84.  
  85.  
  86. 121: MASTER CONTROL-PANEL Error; Y-Coord Limit Exceeded
  87. This error will be thrown if you are using an absolute coordinate for your structure's Y-value and CutscenePRO calculates that your generated structure would extend above the build limit of 255.
  88. To fix this, consider lowering your Y-coordinate (or removing some paths if you must).
  89.  
  90.  
  91. 35050: Post Cutscene Command #1 Missing
  92. It looks like you've specified a POST Cutscene Command #2 without specifying a #1! You can't have #2 without #1. Either move your command from F10 to F9 or add a POST Cutscene Command #1.
Add Comment
Please, Sign In to add comment