lpc2tngbase.csv 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. # Simple LPC to TirNanoG Base sprite sheets mapping
  2. # Can be used as a skeleton for your own conversion
  3. #
  4. # Usage:
  5. # sprsheet lpc2tngbase.csv output.png input.png
  6. # idle animation
  7. # down / south
  8. 64,64,0,640,0,0
  9. 64,64,0,640,64,0
  10. 24,51,0,640,64,2
  11. 16,44,24,640,88,2
  12. 24,51,40,640,104,2
  13. # left / west
  14. 64,64,0,576,0,64
  15. 64,64,0,576,64,64
  16. 26,49,0,576,64,66
  17. 9,44,26,576,90,66
  18. 29,51,35,576,99,66
  19. # up / north
  20. 64,64,0,512,0,128
  21. 64,64,0,512,64,128
  22. 24,51,0,512,64,130
  23. 16,44,24,512,88,130
  24. 24,51,40,512,104,130
  25. # right / east
  26. 64,64,0,704,0,192
  27. 64,64,0,704,64,192
  28. 29,51,0,704,64,194
  29. 9,44,29,704,93,194
  30. 26,49,38,704,102,194
  31. # hurt animation
  32. # down / south
  33. 64,64,64,128,128,0
  34. 64,64,192,128,192,0
  35. # left / west
  36. 64,64,64,64,128,64
  37. 64,64,192,64,192,64
  38. # up / north
  39. 64,64,64,0,128,128
  40. 64,64,192,0,192,128
  41. # right / east
  42. 64,64,64,192,128,192
  43. 64,64,192,192,192,192
  44. # block animation
  45. # down / south
  46. 64,64,64,896,256,0
  47. 64,64,128,896,320,0
  48. # left / west
  49. 64,64,64,832,256,64
  50. 64,64,128,832,320,64
  51. # up / north
  52. 64,64,64,768,256,128
  53. 64,64,128,768,320,128
  54. # right / east
  55. 64,64,64,960,256,192
  56. 64,64,128,960,320,192
  57. # walk animation
  58. # down / south
  59. 64,64,64,640,0,256
  60. 64,64,192,640,64,256
  61. 64,64,256,640,128,256
  62. 64,64,320,640,192,256
  63. 64,64,384,640,256,256
  64. 64,64,512,640,320,256
  65. # left / west
  66. 64,64,64,576,0,320
  67. 64,64,192,576,64,320
  68. 64,64,256,576,128,320
  69. 64,64,320,576,192,320
  70. 64,64,384,576,256,320
  71. 64,64,512,576,320,320
  72. # up / north
  73. 64,64,64,512,0,384
  74. 64,64,192,512,64,384
  75. 64,64,256,512,128,384
  76. 64,64,320,512,192,384
  77. 64,64,384,512,256,384
  78. 64,64,512,512,320,384
  79. # right / east
  80. 64,64,64,704,0,448
  81. 64,64,192,704,64,448
  82. 64,64,256,704,128,448
  83. 64,64,320,704,192,448
  84. 64,64,384,704,256,448
  85. 64,64,512,704,320,448
  86. # run animation
  87. # down / south
  88. # left / west
  89. # up / north
  90. # right / east
  91. # jump animation
  92. # down / south
  93. # left / west
  94. # up / north
  95. # right / east
  96. # slash animation
  97. # down / south
  98. 64,64,0,896,384,0
  99. 64,64,64,896,448,0
  100. 64,64,128,896,512,0
  101. 64,64,192,896,576,0
  102. 64,64,256,896,640,0
  103. 64,64,320,896,704,0
  104. # left / west
  105. 64,64,0,832,384,64
  106. 64,64,64,832,448,64
  107. 64,64,128,832,512,64
  108. 64,64,192,832,576,64
  109. 64,64,256,832,640,64
  110. 64,64,320,832,704,64
  111. # up / north
  112. 64,64,0,768,384,128
  113. 64,64,64,768,448,128
  114. 64,64,128,768,512,128
  115. 64,64,192,768,576,128
  116. 64,64,256,768,640,128
  117. 64,64,320,768,704,128
  118. # right / east
  119. 64,64,0,960,384,192
  120. 64,64,64,960,448,192
  121. 64,64,128,960,512,192
  122. 64,64,192,960,576,192
  123. 64,64,256,960,640,192
  124. 64,64,320,960,704,192
  125. # thrust animation
  126. # down / south
  127. 64,64,64,384,384,256
  128. 64,64,128,384,448,256
  129. 64,64,192,384,512,256
  130. 64,64,320,384,576,256
  131. 64,64,384,384,640,256
  132. 64,64,448,384,704,256
  133. # left / west
  134. 64,64,64,320,384,320
  135. 64,64,128,320,448,320
  136. 64,64,192,320,512,320
  137. 64,64,320,320,576,320
  138. 64,64,384,320,640,320
  139. 64,64,448,320,704,320
  140. # up / north
  141. 64,64,64,256,384,384
  142. 64,64,128,256,448,384
  143. 64,64,192,256,512,384
  144. 64,64,320,256,576,384
  145. 64,64,384,256,640,384
  146. 64,64,448,256,704,384
  147. # right / east
  148. 64,64,64,448,384,448
  149. 64,64,128,448,448,448
  150. 64,64,192,448,512,448
  151. 64,64,320,448,576,448
  152. 64,64,384,448,640,448
  153. 64,64,448,448,704,448
  154. # bowing animation
  155. # down / south
  156. 64,64,64,1152,384,512
  157. 64,64,192,1152,448,512
  158. 64,64,384,1152,512,512
  159. 64,64,448,1152,576,512
  160. 64,64,512,1152,640,512
  161. 64,64,640,1152,704,512
  162. # left / west
  163. 64,64,64,1088,384,576
  164. 64,64,192,1088,448,576
  165. 64,64,384,1088,512,576
  166. 64,64,448,1088,576,576
  167. 64,64,512,1088,640,576
  168. 64,64,640,1088,704,576
  169. # up / north
  170. 64,64,64,1024,384,640
  171. 64,64,192,1024,448,640
  172. 64,64,384,1024,512,640
  173. 64,64,448,1024,576,640
  174. 64,64,512,1024,640,640
  175. 64,64,640,1024,704,640
  176. # right / east
  177. 64,64,64,1216,384,704
  178. 64,64,192,1216,448,704
  179. 64,64,384,1216,512,704
  180. 64,64,448,1216,576,704
  181. 64,64,512,1216,640,704
  182. 64,64,640,1216,704,704
  183. # cast animation
  184. # down / south
  185. 64,64,64,128,384,768
  186. 64,64,128,128,448,768
  187. 64,64,192,128,512,768
  188. 64,64,256,128,576,768
  189. 64,64,320,128,640,768
  190. 64,64,384,128,704,768
  191. # left / west
  192. 64,64,64,64,384,832
  193. 64,64,128,64,448,832
  194. 64,64,192,64,512,832
  195. 64,64,256,64,576,832
  196. 64,64,320,64,640,832
  197. 64,64,384,64,704,832
  198. # up / north
  199. 64,64,64,0,384,896
  200. 64,64,128,0,448,896
  201. 64,64,192,0,512,896
  202. 64,64,256,0,576,896
  203. 64,64,320,0,640,896
  204. 64,64,384,0,704,896
  205. # right / east
  206. 64,64,64,192,384,960
  207. 64,64,128,192,448,960
  208. 64,64,192,192,512,960
  209. 64,64,256,192,576,960
  210. 64,64,320,192,640,960
  211. 64,64,384,192,704,960
  212. # push animation
  213. # down / south
  214. # left / west
  215. # up / north
  216. # right / east
  217. # carry animation
  218. # down / south
  219. # left / west
  220. # up / north
  221. # right / east
  222. # climb animation
  223. # up / north
  224. # spawn animation
  225. # down / south
  226. 64,24,0,640,768,613
  227. 64,41,0,640,832,596
  228. 64,50,0,640,896,587
  229. 64,55,0,640,960,582
  230. 64,58,0,640,1024,579
  231. 64,64,0,640,1088,576
  232. # die animation
  233. # down / south
  234. 64,64,0,1280,768,640
  235. 64,64,64,1280,832,640
  236. 64,64,128,1280,896,640
  237. 64,64,192,1280,960,640
  238. 64,64,256,1280,1024,640
  239. 63,64,321,1280,1088,640