lifemare Posted August 28, 2013 Share Posted August 28, 2013 (edited) It seems you're running a previous version of the game I am?!? Isn't 9.0.21022.8 the latest? I'll have to run the update again then. Modutil and log attached (from ...datascripts. Couldn't find any in ...modssnailkingscriptssnailkingwicker).Had to change extension to .txt so i could attach them. EDIT:It can wait till tomorrow though, simplex, if you're busy! modutil.txtlog.txt Edited August 28, 2013 by lifemare Link to comment https://forums.kleientertainment.com/forums/topic/26065-lou-carcolh-mod-page/page/15/#findComment-305173 Share on other sites More sharing options...
simplex Posted August 28, 2013 Share Posted August 28, 2013 (edited) I am?!? Isn't 9.0.21022.8 the latest? I'll have to run the update again then. Modutil and log attached (from ...datascripts. Couldn't find any in ...modssnailkingscriptssnailkingwicker).Had to change extension to .txt so i could attach them."9.0.21022.8"? I don't know what versioning convention is that. I'm running revision 84120, from 2 days ago.But yes, I was talking about the game's modutil.lua in data/scripts. But by log.txt I meant Documents/Klei/DoNotStarve/log.txt, not prefabs/log.lua! xDAnyway, I'd still like to see the log, but here's the fixed version. The cause of this is so dumb that if it weren't awfully technical I'd love explaining it . In short, what's triggering the crash is the game's attempt to print the mod's name in the log.Snail_King.zip Edited August 28, 2013 by simplex Link to comment https://forums.kleientertainment.com/forums/topic/26065-lou-carcolh-mod-page/page/15/#findComment-305176 Share on other sites More sharing options...
lifemare Posted August 28, 2013 Share Posted August 28, 2013 Yup was on 83742. Sorry about that, got that version number from the updater manifest.Already updated! Glad you could fix it so easily! Going to test the latest build right now! Lol, the fact that the log was lua should've raised a flag! Didn't think to look in the Documents.Here you go:log.txt Link to comment https://forums.kleientertainment.com/forums/topic/26065-lou-carcolh-mod-page/page/15/#findComment-305183 Share on other sites More sharing options...
simplex Posted August 28, 2013 Share Posted August 28, 2013 Yup was on 83742. Sorry about that, got that version number from the updater manifest.Already updated! Glad you could fix it so easily! Going to test the latest build right now! Lol, the fact that the log was lua should've raised a flag! Didn't think to look in the Documents.Here you go:Yeah, what you gave me was the script for the log prefab (as in wood log, the one you get from chopping trees) xD.But that log is no good anymore. It gets overwritten every time you run the game. And since you ran it after the crash...Nevertheless, the cause is quite clear even without it. And it was easy to fix because it was quite simple. I'll try to explain it.Basically, I'm calling a function from the mod API, and the game was trying to print something on the lines of "this mod is calling this function". To do that, it peeks back to see which function called the API function, to get its "environment" and, within it, the mod's name. However, I was calling the API function through a tail call, which basically glues the two functions together, making that info inaccessible. Link to comment https://forums.kleientertainment.com/forums/topic/26065-lou-carcolh-mod-page/page/15/#findComment-305188 Share on other sites More sharing options...
lifemare Posted August 28, 2013 Share Posted August 28, 2013 (edited) Whoops.Sorry, simplex, seems your work isn't done yet... Something is wrong. The mod is loading the snailking build, it should be loading the snailking_shaved build.Changing the build option in rc.lua doesn't work anymore apparently... Let's recap to make sure we're on the same page:● I'm working on 3 states: [*]"hair growth pre" and "hair growth" are the first to load once the SK is killed and they use the "beefalo_shaved" build (which is the only build that has the relevant growth sprites). [*] "death" is the last state and it can use any beefalo build (should i use the normal beefalo build when i start with that?)● My current test tex is therefor of a shaved atlas● Replacing the tex in the snailking build results in broken anims and missing sprites of course, since it's looking for sprites in a different layout.● Replacing the tex in snailking_death build and changing the rc.lua option (or not) will still load a normal beefalo build (did you deactivate this option?). Edited August 28, 2013 by lifemare Link to comment https://forums.kleientertainment.com/forums/topic/26065-lou-carcolh-mod-page/page/15/#findComment-305203 Share on other sites More sharing options...
lifemare Posted August 28, 2013 Share Posted August 28, 2013 Yeah, what you gave me was the script for the log prefab (as in wood log, the one you get from chopping trees) xD. LMAO!!!! Nevertheless, the cause is quite clear even without it. And it was easy to fix because it was quite simple. I'll try to explain it.Basically, I'm calling a function from the mod API, and the game was trying to print something on the lines of "this mod is calling this function". To do that, it peeks back to see which function called the API function, to get its "environment" and, within it, the mod's name. However, I was calling the API function through a tail call, which basically glues the two functions together, making that info inaccessible. I can't really make heads or tails of that, but i'm sure it's funny Link to comment https://forums.kleientertainment.com/forums/topic/26065-lou-carcolh-mod-page/page/15/#findComment-305211 Share on other sites More sharing options...
lifemare Posted August 28, 2013 Share Posted August 28, 2013 (edited) Changing the build option in rc.lua doesn't work anymore apparently... Nevermind!!!PEBCAC just removed the "--", didn't notice the option was for "snailking_build" and had to change it to "snailking_death_build" What's wrong with me today? I need to stay away from the slime for a while!... Edited August 28, 2013 by lifemare Link to comment https://forums.kleientertainment.com/forums/topic/26065-lou-carcolh-mod-page/page/15/#findComment-305215 Share on other sites More sharing options...
lifemare Posted August 28, 2013 Share Posted August 28, 2013 (edited) Nope. Still not loading the shaved atlas.I need to clear my head and return to this later, i'm probably the one doing something wrong here Though, i've checked twice, and the snailking_death build has the correct atlas i was working on with the previous mod. Rc.lua has the correct line i believe. :baffled:--- I don't think there's any point changing this anymore.----]]SNAILKING_BUILD = "snailking_death_build"PS: sorry for the spam. Edited August 28, 2013 by lifemare Link to comment https://forums.kleientertainment.com/forums/topic/26065-lou-carcolh-mod-page/page/15/#findComment-305222 Share on other sites More sharing options...
Luggs Posted August 28, 2013 Share Posted August 28, 2013 That slime coming out of its mouth is so disgusting. Great job! 1 Link to comment https://forums.kleientertainment.com/forums/topic/26065-lou-carcolh-mod-page/page/15/#findComment-305237 Share on other sites More sharing options...
simplex Posted August 28, 2013 Share Posted August 28, 2013 (edited) @lifemareOh, I guess we weren't on the same page! At first, I thought those missing sprites were just an indication of work in progress. But I was finding them quite strange by now, given your screenshots.The SNAILKING_BUILD option remains functional, but to give it another build it must exist. The two builds bundled with the mod are snailking_build (based on the regular Beefalo build) and the snailking_death_build (which if I'm not mistaken is also based on the regular build). If you set SNAILKING_BUILD to "beefalo_shaved_build", for example, the build used will be the actual beefalo shaved build (with the standard atlas, unless you overwrote/overrode that).So what we need to do is just take the beefalo_shaved_build, rename it and then stick the atlas in there, using that as snailking_build.zip. I'll rename it and send it to you (without the atlas-0.tex because I don't think I have the latest atlas, given that you uploaded snailking_death_build.zip, though this may be yet another confusion around here). Edited August 28, 2013 by simplex Link to comment https://forums.kleientertainment.com/forums/topic/26065-lou-carcolh-mod-page/page/15/#findComment-305252 Share on other sites More sharing options...
simplex Posted August 28, 2013 Share Posted August 28, 2013 Here. Put atlas-0.tex in there and replace the snailking_build.zip currently in the anim/ folder of the mod.snailking_build.zip Link to comment https://forums.kleientertainment.com/forums/topic/26065-lou-carcolh-mod-page/page/15/#findComment-305261 Share on other sites More sharing options...
lifemare Posted August 29, 2013 Share Posted August 29, 2013 @lifemareOh, I guess we weren't on the same page! At first, I thought those missing sprites were just an indication of work in progress. But I was finding them quite strange by now, given your screenshots.The SNAILKING_BUILD option remains functional, but to give it another build it must exist. The two builds bundled with the mod are snailking_build (based on the regular Beefalo build) and the snailking_death_build (which if I'm not mistaken is also based on the regular build). If you set SNAILKING_BUILD to "beefalo_shaved_build", for example, the build used will be the actual beefalo shaved build (with the standard atlas, unless you overwrote/overrode that).So what we need to do is just take the beefalo_shaved_build, rename it and then stick the atlas in there, using that as snailking_build.zip. I'll rename it and send it to you (without the atlas-0.tex because I don't think I have the latest atlas, given that you uploaded snailking_death_build.zip, though this may be yet another confusion around here). Damn! I should've thought of that! :embarassed: Not firing on all cylinders yesterday...Replacing all files in the snailking build with the beefalo_shaved ones is such an obvious thing.Still, glad we had a chance to get on the same page. I think you have the latest atlas for the normal SK, i've stopped working on it once we decided to do the death anims, and i'll have to return to it once those are finished to modify a few things and do a final sprite alignment test (without the chase anim, which was breaking everything).But - here (just in case). Here. Put atlas-0.tex in there and replace the snailking_build.zip currently in the anim/ folder of the mod. Thank you. Link to comment https://forums.kleientertainment.com/forums/topic/26065-lou-carcolh-mod-page/page/15/#findComment-305759 Share on other sites More sharing options...
MilleniumCount Posted August 29, 2013 Share Posted August 29, 2013 Amazing stuff is going on here!And the usual weirdness, too! ^^ 1 Link to comment https://forums.kleientertainment.com/forums/topic/26065-lou-carcolh-mod-page/page/15/#findComment-305789 Share on other sites More sharing options...
Symage Posted August 29, 2013 Share Posted August 29, 2013 nice Link to comment https://forums.kleientertainment.com/forums/topic/26065-lou-carcolh-mod-page/page/15/#findComment-306024 Share on other sites More sharing options...
lifemare Posted August 30, 2013 Share Posted August 30, 2013 (edited) Hey guys.Wasn't around yesterday, got a lot of posts to read.But before that, simplex, here's the complete build for the Snailking. I'm still having a few problems with adapting your mod to different builds for testing (pardon this noob). So i'm sending you the snailking_death02 and snailking builds still in beta state (death02 is untested; snailking needs 1 more test; death01 should be perfect) for you to repackage and have fun with adding sounds and extra goodies as you see fit.Take your time, open a git repo if you want in the meantime, and i'll retest everything and iron out all the little flaws afterwards. [EDIT= Removed ingame error message. Dumb mistake: the anim build had a typo] Edited August 30, 2013 by lifemare Link to comment https://forums.kleientertainment.com/forums/topic/26065-lou-carcolh-mod-page/page/15/#findComment-307052 Share on other sites More sharing options...
Battal Posted August 30, 2013 Author Share Posted August 30, 2013 Can I get a video? I've kinda missed what you guys have been up to...xD Link to comment https://forums.kleientertainment.com/forums/topic/26065-lou-carcolh-mod-page/page/15/#findComment-307063 Share on other sites More sharing options...
lifemare Posted August 30, 2013 Share Posted August 30, 2013 Can I get a video? I've kinda missed what you guys have been up to...xD Well, welcome back! Lou's missed you too!I'd be happy to comply, but i've managed to break simplex's mod with all the tests i've been doing lately...With a little luck, and a little patience, the next video you see, might be of a complete Snailking! Link to comment https://forums.kleientertainment.com/forums/topic/26065-lou-carcolh-mod-page/page/15/#findComment-307097 Share on other sites More sharing options...
Battal Posted August 30, 2013 Author Share Posted August 30, 2013 Well, welcome back! Lou's missed you too!I'd be happy to comply, but i've managed to break simplex's mod with all the tests i've been doing lately...With a little luck, and a little patience, the next video you see, might be of a complete Snailking! Link to comment https://forums.kleientertainment.com/forums/topic/26065-lou-carcolh-mod-page/page/15/#findComment-307101 Share on other sites More sharing options...
lifemare Posted August 30, 2013 Share Posted August 30, 2013 (edited) Slow day in RL,busy day for SK! Slurtle guards are done: Get yours here! Edited August 30, 2013 by lifemare 1 Link to comment https://forums.kleientertainment.com/forums/topic/26065-lou-carcolh-mod-page/page/15/#findComment-307494 Share on other sites More sharing options...
Battal Posted August 30, 2013 Author Share Posted August 30, 2013 Slow day in RL,busy day for SK! Slurtle guards are done: Get yours here!I can see dem magic beans...xD 2 Link to comment https://forums.kleientertainment.com/forums/topic/26065-lou-carcolh-mod-page/page/15/#findComment-307498 Share on other sites More sharing options...
lifemare Posted August 30, 2013 Share Posted August 30, 2013 (edited) I can see dem magic beans...xD Yup! Easter Egg! lol, and the beanstalk was just a bit farther to the right.My DS is completely bonkers right now... Edited August 30, 2013 by lifemare 1 Link to comment https://forums.kleientertainment.com/forums/topic/26065-lou-carcolh-mod-page/page/15/#findComment-307501 Share on other sites More sharing options...
lifemare Posted August 30, 2013 Share Posted August 30, 2013 (edited) Removed a few shadows from the original Slurtle shell, that were bugging me. Final version:slurtle_guard.zip Edited August 30, 2013 by lifemare Link to comment https://forums.kleientertainment.com/forums/topic/26065-lou-carcolh-mod-page/page/15/#findComment-307522 Share on other sites More sharing options...
lifemare Posted August 31, 2013 Share Posted August 31, 2013 (edited) Working on the Regal Shelmet for the Snailking loot. What do you think? too turd-like? Edited August 31, 2013 by lifemare 1 Link to comment https://forums.kleientertainment.com/forums/topic/26065-lou-carcolh-mod-page/page/15/#findComment-308114 Share on other sites More sharing options...
Battal Posted August 31, 2013 Author Share Posted August 31, 2013 Yus. 1 Link to comment https://forums.kleientertainment.com/forums/topic/26065-lou-carcolh-mod-page/page/15/#findComment-308115 Share on other sites More sharing options...
Symage Posted August 31, 2013 Share Posted August 31, 2013 (edited) http://www.youtube.com/watch?v=P3ALwKeSEYsI have no idea how to post videos Edited August 31, 2013 by Symage 1 Link to comment https://forums.kleientertainment.com/forums/topic/26065-lou-carcolh-mod-page/page/15/#findComment-308116 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