lpc2tngbase_male_body.csv 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  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. 64,64,64,640,0,512
  89. 64,63,192,640,64,513
  90. 64,63,256,640,128,513
  91. 64,64,320,640,192,512
  92. 64,63,384,640,256,513
  93. 64,63,512,640,320,513
  94. # left / west
  95. 58,63,70,577,0,576
  96. 58,62,198,576,64,578
  97. 58,63,262,576,128,577
  98. 58,63,326,577,192,576
  99. 58,63,390,576,256,577
  100. 58,63,518,576,320,577
  101. # up / north
  102. 64,62,64,512,0,642
  103. 64,63,192,513,64,640
  104. 64,63,256,512,128,641
  105. 64,62,320,512,192,642
  106. 64,63,384,512,256,641
  107. 64,63,512,512,320,641
  108. # right / east
  109. 58,63,64,705,6,704
  110. 58,62,192,704,70,706
  111. 58,63,256,704,134,705
  112. 58,63,320,705,198,704
  113. 58,63,384,704,262,705
  114. 58,63,512,704,326,705
  115. # jump animation
  116. # down / south
  117. 64,64,64,640,0,768
  118. 64,62,192,640,64,770
  119. 64,64,256,640,128,768
  120. 64,61,320,643,192,768
  121. 64,63,384,640,256,769
  122. 64,61,512,640,320,771
  123. # left / west
  124. 64,63,64,577,0,832
  125. 61,61,195,576,64,835
  126. 64,61,256,577,128,832
  127. 64,60,320,580,192,832
  128. 64,63,384,576,256,833
  129. 64,61,515,576,320,835
  130. # up / north
  131. 64,63,64,512,0,897
  132. 64,62,192,512,64,898
  133. 64,61,256,515,128,896
  134. 64,59,320,517,192,896
  135. 64,63,384,513,256,896
  136. 64,61,512,512,320,899
  137. # right / east
  138. 64,63,64,705,0,960
  139. 61,61,192,704,67,963
  140. 64,63,256,705,128,960
  141. 64,60,320,708,192,960
  142. 64,63,384,704,256,961
  143. 61,61,512,704,323,963
  144. # slash animation
  145. # down / south
  146. 64,64,0,896,384,0
  147. 64,64,64,896,448,0
  148. 64,64,128,896,512,0
  149. 64,64,192,896,576,0
  150. 64,64,256,896,640,0
  151. 64,64,320,896,704,0
  152. # left / west
  153. 64,64,0,832,384,64
  154. 64,64,64,832,448,64
  155. 64,64,128,832,512,64
  156. 64,64,192,832,576,64
  157. 64,64,256,832,640,64
  158. 64,64,320,832,704,64
  159. # up / north
  160. 64,64,0,768,384,128
  161. 64,64,64,768,448,128
  162. 64,64,128,768,512,128
  163. 64,64,192,768,576,128
  164. 64,64,256,768,640,128
  165. 64,64,320,768,704,128
  166. # right / east
  167. 64,64,0,960,384,192
  168. 64,64,64,960,448,192
  169. 64,64,128,960,512,192
  170. 64,64,192,960,576,192
  171. 64,64,256,960,640,192
  172. 64,64,320,960,704,192
  173. # thrust animation
  174. # down / south
  175. 64,64,64,384,384,256
  176. 64,64,128,384,448,256
  177. 64,64,192,384,512,256
  178. 64,64,320,384,576,256
  179. 64,64,384,384,640,256
  180. 64,64,448,384,704,256
  181. # left / west
  182. 64,64,64,320,384,320
  183. 64,64,128,320,448,320
  184. 64,64,192,320,512,320
  185. 64,64,320,320,576,320
  186. 64,64,384,320,640,320
  187. 64,64,448,320,704,320
  188. # up / north
  189. 64,64,64,256,384,384
  190. 64,64,128,256,448,384
  191. 64,64,192,256,512,384
  192. 64,64,320,256,576,384
  193. 64,64,384,256,640,384
  194. 64,64,448,256,704,384
  195. # right / east
  196. 64,64,64,448,384,448
  197. 64,64,128,448,448,448
  198. 64,64,192,448,512,448
  199. 64,64,320,448,576,448
  200. 64,64,384,448,640,448
  201. 64,64,448,448,704,448
  202. # bowing animation
  203. # down / south
  204. 64,64,64,1152,384,512
  205. 64,64,192,1152,448,512
  206. 64,64,384,1152,512,512
  207. 64,64,448,1152,576,512
  208. 64,64,512,1152,640,512
  209. 64,64,640,1152,704,512
  210. # left / west
  211. 64,64,64,1088,384,576
  212. 64,64,192,1088,448,576
  213. 64,64,384,1088,512,576
  214. 64,64,448,1088,576,576
  215. 64,64,512,1088,640,576
  216. 64,64,640,1088,704,576
  217. # up / north
  218. 64,64,64,1024,384,640
  219. 64,64,192,1024,448,640
  220. 64,64,384,1024,512,640
  221. 64,64,448,1024,576,640
  222. 64,64,512,1024,640,640
  223. 64,64,640,1024,704,640
  224. # right / east
  225. 64,64,64,1216,384,704
  226. 64,64,192,1216,448,704
  227. 64,64,384,1216,512,704
  228. 64,64,448,1216,576,704
  229. 64,64,512,1216,640,704
  230. 64,64,640,1216,704,704
  231. # cast animation
  232. # down / south
  233. 64,64,64,128,384,768
  234. 64,64,128,128,448,768
  235. 64,64,192,128,512,768
  236. 64,64,256,128,576,768
  237. 64,64,320,128,640,768
  238. 64,64,384,128,704,768
  239. # left / west
  240. 64,64,64,64,384,832
  241. 64,64,128,64,448,832
  242. 64,64,192,64,512,832
  243. 64,64,256,64,576,832
  244. 64,64,320,64,640,832
  245. 64,64,384,64,704,832
  246. # up / north
  247. 64,64,64,0,384,896
  248. 64,64,128,0,448,896
  249. 64,64,192,0,512,896
  250. 64,64,256,0,576,896
  251. 64,64,320,0,640,896
  252. 64,64,384,0,704,896
  253. # right / east
  254. 64,64,64,192,384,960
  255. 64,64,128,192,448,960
  256. 64,64,192,192,512,960
  257. 64,64,256,192,576,960
  258. 64,64,320,192,640,960
  259. 64,64,384,192,704,960
  260. # push animation
  261. # down / south
  262. 64,64,64,640,768,0
  263. 64,64,192,640,832,0
  264. 64,64,256,640,896,0
  265. 64,64,320,640,960,0
  266. 64,64,384,640,1024,0
  267. 64,64,512,640,1088,0
  268. # left / west
  269. 64,64,64,576,768,64
  270. 64,64,192,576,832,64
  271. 64,64,256,576,896,64
  272. 64,64,320,576,960,64
  273. 64,64,384,576,1024,64
  274. 64,64,512,576,1088,64
  275. # up / north
  276. 64,64,64,512,768,128
  277. 64,64,192,512,832,128
  278. 64,64,256,512,896,128
  279. 64,64,320,512,960,128
  280. 64,64,384,512,1024,128
  281. 64,64,512,512,1088,128
  282. # right / east
  283. 64,64,64,704,768,192
  284. 64,64,192,704,832,192
  285. 64,64,256,704,896,192
  286. 64,64,320,704,960,192
  287. 64,64,384,704,1024,192
  288. 64,64,512,704,1088,192
  289. # carry animation
  290. # down / south
  291. 64,64,64,640,768,256
  292. 64,64,192,640,832,256
  293. 64,64,256,640,896,256
  294. 64,64,320,640,960,256
  295. 64,64,384,640,1024,256
  296. 64,64,512,640,1088,256
  297. # left / west
  298. 64,64,64,576,768,320
  299. 64,64,192,576,832,320
  300. 64,64,256,576,896,320
  301. 64,64,320,576,960,320
  302. 64,64,384,576,1024,320
  303. 64,64,512,576,1088,320
  304. # up / north
  305. 64,64,64,512,768,384
  306. 64,64,192,512,832,384
  307. 64,64,256,512,896,384
  308. 64,64,320,512,960,384
  309. 64,64,384,512,1024,384
  310. 64,64,512,512,1088,384
  311. # right / east
  312. 64,64,64,704,768,448
  313. 64,64,192,704,832,448
  314. 64,64,256,704,896,448
  315. 64,64,320,704,960,448
  316. 64,64,384,704,1024,448
  317. 64,64,512,704,1088,448
  318. # climb animation
  319. # up / north
  320. 64,64,64,512,768,512
  321. 64,64,192,512,832,512
  322. 64,64,256,512,896,512
  323. 64,64,320,512,960,512
  324. 64,64,384,512,1024,512
  325. 64,64,512,512,1088,512
  326. # spawn animation
  327. # down / south
  328. 64,24,0,640,768,613
  329. 64,41,0,640,832,596
  330. 64,50,0,640,896,587
  331. 64,55,0,640,960,582
  332. 64,58,0,640,1024,579
  333. 64,64,0,640,1088,576
  334. # die animation
  335. # down / south
  336. 64,64,0,1280,768,640
  337. 64,64,64,1280,832,640
  338. 64,64,128,1280,896,640
  339. 64,64,192,1280,960,640
  340. 64,64,256,1280,1024,640
  341. 63,64,321,1280,1088,640