Advertisement
Dvoyles

Night-Trap-Notes

Jul 16th, 2015
947
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. Hard Parts:
  2. - Removing the clicking sound when an auger escapes off screen
  3. ○ We need a raw video feed :/
  4. - Creating branches so that the video can split when someone does / not capture an aug
  5. ○ Tedious, because we need timestamps for all of these, and need to create a variable for each one
  6. RenderFrameInfo SGARanderer
  7. --- TrackID, offset, timecode
  8.  
  9.  
  10.  
  11. Everyone walking into kitchen, unpacking
  12. 03540631
  13. Kitchen
  14. 00033A10
  15.  
  16. 81 0004 -------- T00 03: 3A 10
  17. 03: 58 : 16 min\sec\mili
  18.  
  19. 03370661
  20. Entryway 00004 T 00 : 03 : 0D : 08
  21. 03 : 13 : 08
  22.  
  23. Ends on 03: 44: 18
  24.  
  25.  
  26.  
  27.  
  28. Key
  29.  
  30. Opening 0-
  31. General 1-
  32. Hall-1 2-
  33. Nothing 3-
  34. Living-Room 4-
  35. Driveway 5-
  36. Entryway 6-
  37. Hall 7-
  38. Bedroom 8
  39. Bathroom 9
  40. Game Over 6- | 1-
  41.  
  42.  
  43. Intro
  44. 00000011
  45. Length: 02:31:14
  46.  
  47.  
  48. Auger walking in
  49. 000000 21
  50. 00 | 00:00:22:10
  51. # | cam | length
  52. Time matches perfect
  53. Hall-1
  54. Length: 00:00:22:10
  55.  
  56.  
  57. Staring at mirror
  58. 000000 81
  59. 00| 00:00:43:12
  60. No time match at all
  61. Bedroom
  62. Length: 00:00:43:12
  63.  
  64.  
  65. Augers getting caught in basement (extension of #1)
  66. 001304 22
  67. Hall1
  68. Time is close, but not perfect
  69. Length: 00:00:04:24
  70.  
  71. Walking into bathroom mirror
  72. 001802 91
  73. Bathroom
  74. Length: 00:00:05:22
  75.  
  76.  
  77. Augers walking into Living room, about to get caught
  78. 00232 2 41
  79. Length: 03:20
  80. Note: Stops just as they are about to get caught
  81. Living room
  82.  
  83. Augers caught in living room
  84. 00271 4 42
  85. Length: 05:00
  86. Note: Previous scene ended in 41, this is 42….
  87.  
  88. Augers escaping living room
  89. 00271 641
  90. Length: 03:08
  91. Note:
  92.  
  93. Var LivingRoom = function() {
  94. playClip(241)
  95. If (caught){
  96. playClip(442);
  97. }
  98. Else{
  99. playClip(641);
  100. }
  101. }
  102.  
  103. Still don't get what 232 and 271 mean, though.
  104. 1 means not caught?
  105. 2 means caught?
  106.  
  107.  
  108.  
  109. Aug walks across hallway
  110. 00310471
  111. Length: 03:22
  112. Hall-2
  113. Next clip: 0040291
  114.  
  115.  
  116. From bedroom, Auger walks into bathroom mirror. Can be caught, also escapes
  117. 00 3522 91
  118. Bathroom Length: 11:26
  119. Next clip:
  120. IF CAUGHT:
  121. 82
  122. Else
  123.  
  124.  
  125. Auger getting caught, walking from bedroom to bathroom
  126. 00 352 4 82
  127. Bedroom
  128. Length: 03:06
  129. Next Clip:
  130.  
  131. Auger caught in bathroom
  132. 004 312 92
  133. Bathroom
  134. Length: 04:06
  135. Bathroom
  136.  
  137.  
  138. Auger walking through bathroom, from Hall-2, into bedroom
  139. Bathroom
  140. 004802 91
  141. Length: 05:22
  142.  
  143. Remaining auger walks into mirror after other gets caught
  144. Bathroom
  145. 04 3024 9B
  146. Bathroom
  147. Length: 08:10
  148.  
  149. Escapes bathroom, enters hallway
  150. 005002 71
  151. Hall-2
  152. Length: 10:02
  153.  
  154. Auger caught in bathroom
  155. 005002 93
  156. Bathroom
  157. Length: 04:02
  158.  
  159. 005402 81
  160. Enter from bathroom, Auger escapes out window
  161. Length: 08:06
  162. Bedroom
  163.  
  164. Auger caught
  165. 005422 72
  166. Hall-2
  167. Length: 15:24
  168.  
  169.  
  170. Auger caught in bookshelf
  171. 0554164A
  172. Living room
  173. Length: 05:06
  174.  
  175.  
  176. Augers walk on right side of living room. No change to get caught
  177. 01001241
  178. Living room
  179. Length: 14:04
  180.  
  181. 2 Augers caught in living room
  182. 00271442
  183. Living Room
  184. Length: 05:00
  185.  
  186.  
  187. 2 Augers caught in living room
  188. 135726 42
  189. Living Room
  190. Length: 04:28
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement