FaZZa Posted April 3, 2016 Share Posted April 3, 2016 Ive been trying to find the pig sprite for a character mod, ive been looking through the DST files but i cant find it anywhere, anyone know where i can find them? Thanks. Link to comment https://forums.kleientertainment.com/forums/topic/66050-where-is-the-pig-sprite/ Share on other sites More sharing options...
Muche Posted April 3, 2016 Share Posted April 3, 2016 prefabs/pigman refers to following files: anim/ds_pig_basic.zip, anim/ds_pig_actions.zip, anim/ds_pig_attacks.zip, anim/pig_build.zip, anim/pigspotted_build.zip, anim/pig_guard_build.zip, anim/werepig_build.zip, anim/werepig_basic.zip and anim/werepig_actions.zip. Link to comment https://forums.kleientertainment.com/forums/topic/66050-where-is-the-pig-sprite/#findComment-743963 Share on other sites More sharing options...
FaZZa Posted April 3, 2016 Author Share Posted April 3, 2016 Thanks for the quick reply, I found those earlier, but what do i open them with to see the sprite? i tried spriter but it just shows as blank Link to comment https://forums.kleientertainment.com/forums/topic/66050-where-is-the-pig-sprite/#findComment-743981 Share on other sites More sharing options...
Muche Posted April 3, 2016 Share Posted April 3, 2016 (edited) You could try decompiling them with ktools. Edited April 3, 2016 by Muche Link to comment https://forums.kleientertainment.com/forums/topic/66050-where-is-the-pig-sprite/#findComment-743982 Share on other sites More sharing options...
FaZZa Posted April 3, 2016 Author Share Posted April 3, 2016 Thanks, i tried that but when i start Krane or try to open a file using it, a small black window pops up then disapears in half a second, am i doing something wrong? Link to comment https://forums.kleientertainment.com/forums/topic/66050-where-is-the-pig-sprite/#findComment-743988 Share on other sites More sharing options...
Muche Posted April 3, 2016 Share Posted April 3, 2016 (edited) krane is a command line program, for decompiling animations I usually use it by running in command prompt krane.exe -v anim.bin build.bin a Edited April 3, 2016 by Muche Link to comment https://forums.kleientertainment.com/forums/topic/66050-where-is-the-pig-sprite/#findComment-743990 Share on other sites More sharing options...
FaZZa Posted April 3, 2016 Author Share Posted April 3, 2016 youll have to forgive me for this, but im still quite new to modding, so sorry for all the questions, but where do i put that? Ive read through the description and the readme and it didnt make too much sense Link to comment https://forums.kleientertainment.com/forums/topic/66050-where-is-the-pig-sprite/#findComment-744001 Share on other sites More sharing options...
Muche Posted April 3, 2016 Share Posted April 3, 2016 Command line is a feature of operating system - https://en.wikipedia.org/wiki/Command-line_interface. Link to comment https://forums.kleientertainment.com/forums/topic/66050-where-is-the-pig-sprite/#findComment-744006 Share on other sites More sharing options...
Aquaterion Posted April 3, 2016 Share Posted April 3, 2016 Make a text file, change the extention to .bat and put the stuff muche said earlier into it, save it and double click it Link to comment https://forums.kleientertainment.com/forums/topic/66050-where-is-the-pig-sprite/#findComment-744007 Share on other sites More sharing options...
FaZZa Posted April 4, 2016 Author Share Posted April 4, 2016 Ive done that and still had no luck, ive done what you said but it still doesnt work. Link to comment https://forums.kleientertainment.com/forums/topic/66050-where-is-the-pig-sprite/#findComment-744249 Share on other sites More sharing options...
Muche Posted April 4, 2016 Share Posted April 4, 2016 (edited) In the folder with unzipped ktools there should be following files: ktools' files (i.e. krane.exe, ktech.exe and others) anim.bin and build.bin that you got by unzipping the desired animation zip file(s). your bat file, e.g. doit.bat with following content: krane.exe -v anim.bin build.bin a >doit-log.txt 2>&1 Clicking on the doit.bat should create a log file doit-log.txt and folder a in which there should be the result of the decompiling. Having "Hide extensions for known file types" option disabled (can be found under Windows' Folder Options' advanced options) could help a lot. Edited April 4, 2016 by Muche Link to comment https://forums.kleientertainment.com/forums/topic/66050-where-is-the-pig-sprite/#findComment-744251 Share on other sites More sharing options...
FaZZa Posted April 4, 2016 Author Share Posted April 4, 2016 Okay I've got it, thank you so much for your help, you've been extremely helpful! Ill be sure to mention you when i post my character on the steam workshop, giving you credit for teaching me. Link to comment https://forums.kleientertainment.com/forums/topic/66050-where-is-the-pig-sprite/#findComment-744259 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now