Advertisement
Guest User

Untitled

a guest
May 12th, 2019
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. T7P4B
  2.  
  3. you basically hide vectors into values in variables, so you can refernce them later in script
  4. for example: value in array a2 is the position of visuals of launcher right (i think)
  5. i started to set the vectors into one rule like i did here in this note, i just basically dont have time to finish it so you can try yourself, i did it to a51
  6.  
  7. i created a map detector, that calculates distance between vector 0 0 0 and nearest walkable positon
  8. and the result is stored in global variable B
  9. if global variable b = 157, then map is ilios lighthouse
  10. so if global variable b= 157 then set the values like i did but didnt finish:
  11.  
  12. > launcher right
  13. A1 -179.38, -3.48, -66.04
  14. A2 -179.38, -4.48, -66.04
  15. A3 -181.71, 25, -23.66
  16. A4 25
  17. > launcher left
  18. A11-258.05, -3.48, 12.73
  19. A12-258.05, -4.48, 12.73
  20. A13-217.45, 23, 13.49
  21. A14 15
  22. > teleporters gates and exit
  23. A21 -272.88, -1.36, 36.09
  24. A22 -272.88, -3.36, 36.09
  25. A23 -156.22, -1.47, -80.7
  26. A24 -156.22, -3.47, -80.7
  27. A25 -209, -5, -17
  28. A26 -209, -9, -17
  29. A27 19
  30. > jump sphere
  31. A31 -231, -1, -39
  32. A32 -231, -2, -39
  33. A33 -225,18, 6,67, -32.68
  34. A34 19
  35. > medium jump pad 1
  36. A35 -188,16 2.23, -33,18
  37. A36 -188,16 1.29, -33,18
  38. A37 -224.15, 1,29, 2,49
  39. A38 -224.15, 2,29, 2,49
  40. A39 16
  41. > small jump spheres on pillars
  42. A41-195,23, 7,57, -31,30
  43. A42 -223.46, 7,57, -3,06
  44. A43 12
  45. > Medium jump pads 2
  46. A51 -186,25, 2,25, -10,05
  47. A52 -186.25, 1,25, -10,05
  48. A53 -202,03, 2,25, 5,43
  49. A54 -202,03, 1,25, 5,43
  50. A55 17
  51. > spawn launcher left
  52. A61 -153,33, -1,75, -59,30
  53. A62 -153,33, -2,75, -59,30
  54. A63 -168,44, 15, -32,18
  55. A64 20
  56. > spawn launcher right
  57. A71 -250,01, -1,75, 40,44
  58. A72 -250,01, -2,75, 40,44
  59. A73 -223,613, 15, 22.836
  60. A74 20
  61. > Medium jump pads 3
  62. A81 -205,52, 2,25, -44,64
  63. A82 -205,52, 1,25, -44,64
  64. A83 -235,47, 2,25, -13,94
  65. A84 -235,47, 1,25, -13,94
  66. A85 15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement