Rily Posted May 6, 2015 Share Posted May 6, 2015 Hi again, I was working in my first mod and Im looking for change the size of the wilson's head on his effigy, and with size I mean the dimentions of any piece of it, I don't know where start for the mod then I think is easiest modify a existing prefab one with almost the same code, but the visuals are the problem... can I make huge the area of the Wilson's head? I want to put in that area the a new draw but this is bigger, How can I do? Thanks for read Link to comment https://forums.kleientertainment.com/forums/topic/53569-how-can-i-edit-the-size-of-a-text-file/ Share on other sites More sharing options...
Seiai Posted May 6, 2015 Share Posted May 6, 2015 u could decompile the anim/wilsonstatue.zip with http://forums.kleientertainment.com/files/file/583-ktools-cross-platform-modding-tools-for-dont-starve/ and then edit it with spriter from the dont starve mod tools. Link to comment https://forums.kleientertainment.com/forums/topic/53569-how-can-i-edit-the-size-of-a-text-file/#findComment-634905 Share on other sites More sharing options...
Rily Posted May 6, 2015 Author Share Posted May 6, 2015 u could decompile the anim/wilsonstatue.zip with http://forums.kleientertainment.com/files/file/583-ktools-cross-platform-modding-tools-for-dont-starve/ and then edit it with spriter from the dont starve mod tools.Thanks a lot, then I need to use spriter anyway... I will try when finish the spriter tutorial, the part of add the new designs still being the most difficult part for me Link to comment https://forums.kleientertainment.com/forums/topic/53569-how-can-i-edit-the-size-of-a-text-file/#findComment-634915 Share on other sites More sharing options...
Seiai Posted May 6, 2015 Share Posted May 6, 2015 (edited) @Rily, if u just wanted to make the whole thing bigger or smaller, u could also use inst.Transform:SetScale(1,1,1) in the prefab (1 is regular size) Edited May 6, 2015 by Seiai Link to comment https://forums.kleientertainment.com/forums/topic/53569-how-can-i-edit-the-size-of-a-text-file/#findComment-634921 Share on other sites More sharing options...
Rily Posted May 11, 2015 Author Share Posted May 11, 2015 (edited) @Rilyif u just wanted to make the whole thing bigger or smaller, u could also use inst.Transform:SetScale(1,1,1) in the prefab (1 is regular size)A few tries ago I change my mind and I will use the ktools, but I don't have any idea of how to use it, I want to decompile some builds of the game but I don't know how to use it, excuse my ignorance but, which guide is about of this tools?, any kind of guide stuff is useful, even a simple readme file, I looking for the windows version Edited May 11, 2015 by Rily Link to comment https://forums.kleientertainment.com/forums/topic/53569-how-can-i-edit-the-size-of-a-text-file/#findComment-636461 Share on other sites More sharing options...
Mobbstar Posted May 11, 2015 Share Posted May 11, 2015 (edited) A few tries ago I change my mind and I will use the ktools, but I don't have any idea of how to use it, I want to decompile some builds of the game but I don't know how to use it, excuse my ignorance but, which guide is about of this tools?, any kind of guide stuff is useful, even a simple readme file, I looking for the windows version I'm sure it says somewhere on the github page. EDIT: The README is a bit complicated to absolute beginners, but it should have pointed you to cmd anyways. Most command line programms feature a -? or -h flag for help. I explained this programm below already It's a really basic command line programm, in windows you simply open the cmd window, drag krane in (this pastes the path for you), followed by (a space of course and) the source and destination directories (you can drag folders in too). I prefer to use a temporary folder as the source and destination at the same time. The source folder must contain the atlases, anim and build, if one of the three is missing, decompiling is pointless. Edited May 11, 2015 by Mobbstar Link to comment https://forums.kleientertainment.com/forums/topic/53569-how-can-i-edit-the-size-of-a-text-file/#findComment-636559 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