Guest User

Creatures and Critters (unofficial) 1.0.8 - errors on server startup

a guest
May 9th, 2024
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.92 KB | Gaming | 0 0
  1. 9.5.2024 11:17:03 [Error] Patch 0 (target: game:entities/land/bear.json) in creaturescan:patches/VanillaCCeateachother.json failed because supplied path /server/behaviors/9/aitasks/0/entityCodes/- is invalid: The json path /server/behaviors/9/aitasks/0/entityCodes/- was not found. Could traverse until /server/behaviors/9/aitasks/0, but then 'entityCodes' does not exist. Full json at this path: {
  2. "code": "meleeattack",
  3. "entityCodesByType": {
  4. "*-panda": [],
  5. "*-sun": [],
  6. "*": [
  7. "player",
  8. "chicken-*",
  9. "hare-*",
  10. "fox-*",
  11. "raccoon-*",
  12. "pig-*",
  13. "sheep-*",
  14. "deer-*"
  15. ]
  16. },
  17. "priority": 1.5,
  18. "damageByType": {
  19. "*-black": 10,
  20. "*-brown": 12,
  21. "*-sun": 4,
  22. "*-panda": 8,
  23. "*-polar": 16
  24. },
  25. "damageTier": 2,
  26. "damageType": "SlashingAttack",
  27. "damage": 15,
  28. "minDist": 2,
  29. "minVerDist": 1.5,
  30. "slot": 1,
  31. "mincooldown": 1500,
  32. "maxcooldown": 1500,
  33. "attackDurationMs": 800,
  34. "damagePlayerAtMs": 500,
  35. "animation": "Attack",
  36. "animationSpeed": 1,
  37. "sound": "creature/bear/attack"
  38. }
  39. 9.5.2024 11:17:03 [Error] Patch 1 (target: game:entities/land/bear.json) in creaturescan:patches/VanillaCCeateachother.json failed because supplied path /server/behaviors/9/aitasks/0/entityCodes/- is invalid: The json path /server/behaviors/9/aitasks/0/entityCodes/- was not found. Could traverse until /server/behaviors/9/aitasks/0, but then 'entityCodes' does not exist. Full json at this path: {
  40. "code": "meleeattack",
  41. "entityCodesByType": {
  42. "*-panda": [],
  43. "*-sun": [],
  44. "*": [
  45. "player",
  46. "chicken-*",
  47. "hare-*",
  48. "fox-*",
  49. "raccoon-*",
  50. "pig-*",
  51. "sheep-*",
  52. "deer-*"
  53. ]
  54. },
  55. "priority": 1.5,
  56. "damageByType": {
  57. "*-black": 10,
  58. "*-brown": 12,
  59. "*-sun": 4,
  60. "*-panda": 8,
  61. "*-polar": 16
  62. },
  63. "damageTier": 2,
  64. "damageType": "SlashingAttack",
  65. "damage": 15,
  66. "minDist": 2,
  67. "minVerDist": 1.5,
  68. "slot": 1,
  69. "mincooldown": 1500,
  70. "maxcooldown": 1500,
  71. "attackDurationMs": 800,
  72. "damagePlayerAtMs": 500,
  73. "animation": "Attack",
  74. "animationSpeed": 1,
  75. "sound": "creature/bear/attack"
  76. }
  77. 9.5.2024 11:17:03 [Error] Patch 2 (target: game:entities/land/bear.json) in creaturescan:patches/VanillaCCeateachother.json failed because supplied path /server/behaviors/9/aitasks/0/entityCodes/- is invalid: The json path /server/behaviors/9/aitasks/0/entityCodes/- was not found. Could traverse until /server/behaviors/9/aitasks/0, but then 'entityCodes' does not exist. Full json at this path: {
  78. "code": "meleeattack",
  79. "entityCodesByType": {
  80. "*-panda": [],
  81. "*-sun": [],
  82. "*": [
  83. "player",
  84. "chicken-*",
  85. "hare-*",
  86. "fox-*",
  87. "raccoon-*",
  88. "pig-*",
  89. "sheep-*",
  90. "deer-*"
  91. ]
  92. },
  93. "priority": 1.5,
  94. "damageByType": {
  95. "*-black": 10,
  96. "*-brown": 12,
  97. "*-sun": 4,
  98. "*-panda": 8,
  99. "*-polar": 16
  100. },
  101. "damageTier": 2,
  102. "damageType": "SlashingAttack",
  103. "damage": 15,
  104. "minDist": 2,
  105. "minVerDist": 1.5,
  106. "slot": 1,
  107. "mincooldown": 1500,
  108. "maxcooldown": 1500,
  109. "attackDurationMs": 800,
  110. "damagePlayerAtMs": 500,
  111. "animation": "Attack",
  112. "animationSpeed": 1,
  113. "sound": "creature/bear/attack"
  114. }
  115. 9.5.2024 11:17:03 [Error] Patch 3 (target: game:entities/land/bear.json) in creaturescan:patches/VanillaCCeateachother.json failed because supplied path /server/behaviors/9/aitasks/3/entityCodes/- is invalid: The json path /server/behaviors/9/aitasks/3/entityCodes/- was not found. Could traverse until /server/behaviors/9/aitasks/3, but then 'entityCodes' does not exist. Full json at this path: {
  116. "code": "seekentity",
  117. "__comment": "Empty entity codes list means it will not actively seek creatures, but will still execute retaliatory attacks",
  118. "entityCodesByType": {
  119. "*-panda": [],
  120. "*-sun": [],
  121. "*": [
  122. "player",
  123. "chicken-*",
  124. "hare-*",
  125. "fox-*",
  126. "raccoon-*",
  127. "pig-*",
  128. "sheep-*",
  129. "deer-*"
  130. ]
  131. },
  132. "priority": 1.6,
  133. "extraTargetDistance": 0.5,
  134. "seekingRange": 20,
  135. "belowTempSeekingRange": 25,
  136. "belowTempThreshold": -10,
  137. "animation": "Run",
  138. "sound": "creature/bear/aggro",
  139. "whenNotInEmotionState": "saturated",
  140. "animationSpeedByType": {
  141. "*-sun": 2.3,
  142. "*-panda": 1.9,
  143. "*-polar": 1.8,
  144. "*-brown": 2,
  145. "*-black": 2
  146. },
  147. "movespeedByType": {
  148. "*-sun": 0.025,
  149. "*-panda": 0.025,
  150. "*-black": 0.04,
  151. "*-brown": 0.055,
  152. "*-polar": 0.06
  153. }
  154. }
  155. 9.5.2024 11:17:03 [Error] Patch 4 (target: game:entities/land/bear.json) in creaturescan:patches/VanillaCCeateachother.json failed because supplied path /server/behaviors/9/aitasks/3/entityCodes/- is invalid: The json path /server/behaviors/9/aitasks/3/entityCodes/- was not found. Could traverse until /server/behaviors/9/aitasks/3, but then 'entityCodes' does not exist. Full json at this path: {
  156. "code": "seekentity",
  157. "__comment": "Empty entity codes list means it will not actively seek creatures, but will still execute retaliatory attacks",
  158. "entityCodesByType": {
  159. "*-panda": [],
  160. "*-sun": [],
  161. "*": [
  162. "player",
  163. "chicken-*",
  164. "hare-*",
  165. "fox-*",
  166. "raccoon-*",
  167. "pig-*",
  168. "sheep-*",
  169. "deer-*"
  170. ]
  171. },
  172. "priority": 1.6,
  173. "extraTargetDistance": 0.5,
  174. "seekingRange": 20,
  175. "belowTempSeekingRange": 25,
  176. "belowTempThreshold": -10,
  177. "animation": "Run",
  178. "sound": "creature/bear/aggro",
  179. "whenNotInEmotionState": "saturated",
  180. "animationSpeedByType": {
  181. "*-sun": 2.3,
  182. "*-panda": 1.9,
  183. "*-polar": 1.8,
  184. "*-brown": 2,
  185. "*-black": 2
  186. },
  187. "movespeedByType": {
  188. "*-sun": 0.025,
  189. "*-panda": 0.025,
  190. "*-black": 0.04,
  191. "*-brown": 0.055,
  192. "*-polar": 0.06
  193. }
  194. }
  195. 9.5.2024 11:17:03 [Error] Patch 5 (target: game:entities/land/bear.json) in creaturescan:patches/VanillaCCeateachother.json failed because supplied path /server/behaviors/9/aitasks/3/entityCodes/- is invalid: The json path /server/behaviors/9/aitasks/3/entityCodes/- was not found. Could traverse until /server/behaviors/9/aitasks/3, but then 'entityCodes' does not exist. Full json at this path: {
  196. "code": "seekentity",
  197. "__comment": "Empty entity codes list means it will not actively seek creatures, but will still execute retaliatory attacks",
  198. "entityCodesByType": {
  199. "*-panda": [],
  200. "*-sun": [],
  201. "*": [
  202. "player",
  203. "chicken-*",
  204. "hare-*",
  205. "fox-*",
  206. "raccoon-*",
  207. "pig-*",
  208. "sheep-*",
  209. "deer-*"
  210. ]
  211. },
  212. "priority": 1.6,
  213. "extraTargetDistance": 0.5,
  214. "seekingRange": 20,
  215. "belowTempSeekingRange": 25,
  216. "belowTempThreshold": -10,
  217. "animation": "Run",
  218. "sound": "creature/bear/aggro",
  219. "whenNotInEmotionState": "saturated",
  220. "animationSpeedByType": {
  221. "*-sun": 2.3,
  222. "*-panda": 1.9,
  223. "*-polar": 1.8,
  224. "*-brown": 2,
  225. "*-black": 2
  226. },
  227. "movespeedByType": {
  228. "*-sun": 0.025,
  229. "*-panda": 0.025,
  230. "*-black": 0.04,
  231. "*-brown": 0.055,
  232. "*-polar": 0.06
  233. }
  234. }
  235. 9.5.2024 11:17:03 [Error] Patch 72 (target: game:entities/land/chicken-baby.json) in creaturescan:patches/VanillaCCeateachother.json failed because supplied path /server/behaviors/10/aitasks/6/stopOnNearbyEntityCodes/- is invalid: The json path /server/behaviors/10/aitasks/6/stopOnNearbyEntityCodes/- was not found. Could traverse until /server/behaviors/10/aitasks/6, but then 'stopOnNearbyEntityCodes' does not exist. Full json at this path: {
  236. "code": "wander",
  237. "priority": 1.0,
  238. "movespeed": 0.003,
  239. "animationSpeed": 1.2,
  240. "animation": "Walk",
  241. "wanderChance": 0.02,
  242. "preferredLightLevel": 19
  243. }
  244. 9.5.2024 11:17:03 [Error] Patch 73 (target: game:entities/land/chicken-baby.json) in creaturescan:patches/VanillaCCeateachother.json failed because supplied path /server/behaviors/10/aitasks/6/stopOnNearbyEntityCodes/- is invalid: The json path /server/behaviors/10/aitasks/6/stopOnNearbyEntityCodes/- was not found. Could traverse until /server/behaviors/10/aitasks/6, but then 'stopOnNearbyEntityCodes' does not exist. Full json at this path: {
  245. "code": "wander",
  246. "priority": 1.0,
  247. "movespeed": 0.003,
  248. "animationSpeed": 1.2,
  249. "animation": "Walk",
  250. "wanderChance": 0.02,
  251. "preferredLightLevel": 19
  252. }
  253. 9.5.2024 11:17:03 [Error] Patch 74 (target: game:entities/land/chicken-baby.json) in creaturescan:patches/VanillaCCeateachother.json failed because supplied path /server/behaviors/10/aitasks/6/stopOnNearbyEntityCodes/- is invalid: The json path /server/behaviors/10/aitasks/6/stopOnNearbyEntityCodes/- was not found. Could traverse until /server/behaviors/10/aitasks/6, but then 'stopOnNearbyEntityCodes' does not exist. Full json at this path: {
  254. "code": "wander",
  255. "priority": 1.0,
  256. "movespeed": 0.003,
  257. "animationSpeed": 1.2,
  258. "animation": "Walk",
  259. "wanderChance": 0.02,
  260. "preferredLightLevel": 19
  261. }
  262. 9.5.2024 11:17:03 [Error] Patch 75 (target: game:entities/land/chicken-baby.json) in creaturescan:patches/VanillaCCeateachother.json failed because supplied path /server/behaviors/10/aitasks/6/stopOnNearbyEntityCodes/- is invalid: The json path /server/behaviors/10/aitasks/6/stopOnNearbyEntityCodes/- was not found. Could traverse until /server/behaviors/10/aitasks/6, but then 'stopOnNearbyEntityCodes' does not exist. Full json at this path: {
  263. "code": "wander",
  264. "priority": 1.0,
  265. "movespeed": 0.003,
  266. "animationSpeed": 1.2,
  267. "animation": "Walk",
  268. "wanderChance": 0.02,
  269. "preferredLightLevel": 19
  270. }
  271. 9.5.2024 11:17:03 [Error] Patch 113 (target: game:entities/land/fox.json) in creaturescan:patches/VanillaCCeateachother.json failed because supplied path /server/behaviors/9/aitasks/2/entityCodes/- is invalid: The json path /server/behaviors/9/aitasks/2/entityCodes/- was not found. Could traverse until /server/behaviors/9, but then 'aitasks' does not exist. Full json at this path: {
  272. "code": "grow",
  273. "enabledByType": {
  274. "fox-pup-*": true,
  275. "*": false
  276. },
  277. "hoursToGrow": 336,
  278. "adultEntityCodesByType": {
  279. "fox-pup-red": [
  280. "fox-male-red",
  281. "fox-female-red"
  282. ],
  283. "fox-pup-arctic": [
  284. "fox-male-arctic",
  285. "fox-female-arctic"
  286. ]
  287. }
  288. }
  289. 9.5.2024 11:17:03 [Error] Patch 115 (target: game:entities/land/fox.json) in creaturescan:patches/VanillaCCeateachother.json failed because supplied path /server/behaviors/9/aitasks/2/entityCodes/- is invalid: The json path /server/behaviors/9/aitasks/2/entityCodes/- was not found. Could traverse until /server/behaviors/9, but then 'aitasks' does not exist. Full json at this path: {
  290. "code": "grow",
  291. "enabledByType": {
  292. "fox-pup-*": true,
  293. "*": false
  294. },
  295. "hoursToGrow": 336,
  296. "adultEntityCodesByType": {
  297. "fox-pup-red": [
  298. "fox-male-red",
  299. "fox-female-red"
  300. ],
  301. "fox-pup-arctic": [
  302. "fox-male-arctic",
  303. "fox-female-arctic"
  304. ]
  305. }
  306. }
  307. 9.5.2024 11:17:03 [Error] Patch 116 (target: game:entities/land/fox.json) in creaturescan:patches/VanillaCCeateachother.json failed because supplied path /server/behaviors/9/aitasks/6/stopOnNearbyEntityCodes/- is invalid: The json path /server/behaviors/9/aitasks/6/stopOnNearbyEntityCodes/- was not found. Could traverse until /server/behaviors/9, but then 'aitasks' does not exist. Full json at this path: {
  308. "code": "grow",
  309. "enabledByType": {
  310. "fox-pup-*": true,
  311. "*": false
  312. },
  313. "hoursToGrow": 336,
  314. "adultEntityCodesByType": {
  315. "fox-pup-red": [
  316. "fox-male-red",
  317. "fox-female-red"
  318. ],
  319. "fox-pup-arctic": [
  320. "fox-male-arctic",
  321. "fox-female-arctic"
  322. ]
  323. }
  324. }
  325. 9.5.2024 11:17:03 [Error] Patch 117 (target: game:entities/land/fox.json) in creaturescan:patches/VanillaCCeateachother.json failed because supplied path /server/behaviors/9/aitasks/2/entityCodes/- is invalid: The json path /server/behaviors/9/aitasks/2/entityCodes/- was not found. Could traverse until /server/behaviors/9, but then 'aitasks' does not exist. Full json at this path: {
  326. "code": "grow",
  327. "enabledByType": {
  328. "fox-pup-*": true,
  329. "*": false
  330. },
  331. "hoursToGrow": 336,
  332. "adultEntityCodesByType": {
  333. "fox-pup-red": [
  334. "fox-male-red",
  335. "fox-female-red"
  336. ],
  337. "fox-pup-arctic": [
  338. "fox-male-arctic",
  339. "fox-female-arctic"
  340. ]
  341. }
  342. }
  343. 9.5.2024 11:17:03 [Error] Patch 118 (target: game:entities/land/fox.json) in creaturescan:patches/VanillaCCeateachother.json failed because supplied path /server/behaviors/9/aitasks/2/entityCodes/- is invalid: The json path /server/behaviors/9/aitasks/2/entityCodes/- was not found. Could traverse until /server/behaviors/9, but then 'aitasks' does not exist. Full json at this path: {
  344. "code": "grow",
  345. "enabledByType": {
  346. "fox-pup-*": true,
  347. "*": false
  348. },
  349. "hoursToGrow": 336,
  350. "adultEntityCodesByType": {
  351. "fox-pup-red": [
  352. "fox-male-red",
  353. "fox-female-red"
  354. ],
  355. "fox-pup-arctic": [
  356. "fox-male-arctic",
  357. "fox-female-arctic"
  358. ]
  359. }
  360. }
  361. 9.5.2024 11:17:03 [Error] Patch 119 (target: game:entities/land/fox.json) in creaturescan:patches/VanillaCCeateachother.json failed because supplied path /server/behaviors/9/aitasks/2/entityCodes/- is invalid: The json path /server/behaviors/9/aitasks/2/entityCodes/- was not found. Could traverse until /server/behaviors/9, but then 'aitasks' does not exist. Full json at this path: {
  362. "code": "grow",
  363. "enabledByType": {
  364. "fox-pup-*": true,
  365. "*": false
  366. },
  367. "hoursToGrow": 336,
  368. "adultEntityCodesByType": {
  369. "fox-pup-red": [
  370. "fox-male-red",
  371. "fox-female-red"
  372. ],
  373. "fox-pup-arctic": [
  374. "fox-male-arctic",
  375. "fox-female-arctic"
  376. ]
  377. }
  378. }
  379. 9.5.2024 11:17:03 [Error] Patch 120 (target: game:entities/land/fox.json) in creaturescan:patches/VanillaCCeateachother.json failed because supplied path /server/behaviors/9/aitasks/6/stopOnNearbyEntityCodes/- is invalid: The json path /server/behaviors/9/aitasks/6/stopOnNearbyEntityCodes/- was not found. Could traverse until /server/behaviors/9, but then 'aitasks' does not exist. Full json at this path: {
  380. "code": "grow",
  381. "enabledByType": {
  382. "fox-pup-*": true,
  383. "*": false
  384. },
  385. "hoursToGrow": 336,
  386. "adultEntityCodesByType": {
  387. "fox-pup-red": [
  388. "fox-male-red",
  389. "fox-female-red"
  390. ],
  391. "fox-pup-arctic": [
  392. "fox-male-arctic",
  393. "fox-female-arctic"
  394. ]
  395. }
  396. }
  397. 9.5.2024 11:17:07 [Error] Patch 1 (target: game:recipes/barrel/dye/red.json) in em:patches/survival-recipes-barrel-dye-red.json failed because supplied path /0/sealHours is invalid: The json path /0/sealHours was not found. Could traverse until /0, but then 'sealHours' does not exist. Full json at this path: {
  398. "code": "dye-red",
  399. "ingredients": [
  400. {
  401. "type": "item",
  402. "code": "game:dilutedalumportion",
  403. "litres": 4
  404. },
  405. {
  406. "type": "item",
  407. "code": "em:powdered-ore-cinnabar",
  408. "quantity": 1
  409. }
  410. ],
  411. "output": {
  412. "type": "item",
  413. "code": "game:dye-red",
  414. "litres": 4
  415. }
  416. }
Advertisement
Add Comment
Please, Sign In to add comment