Pasta Posted June 6, 2013 Share Posted June 6, 2013 Yes, I have a question would you ask garment, thank you Link to comment https://forums.kleientertainment.com/forums/topic/18801-modders-your-new-friend-at-klei/page/7/#findComment-194641 Share on other sites More sharing options...
Pasta Posted June 6, 2013 Share Posted June 6, 2013 (edited) I want to ask you, I have modified model of the characters, why the game there will be some white module, rarely successful, but I saw someone issued a Wendy's sister into green changes, why he can success Edited June 7, 2013 by Pasta Link to comment https://forums.kleientertainment.com/forums/topic/18801-modders-your-new-friend-at-klei/page/7/#findComment-194642 Share on other sites More sharing options...
Lexicroft Posted June 6, 2013 Share Posted June 6, 2013 (edited) I want to ask you, I have modified model of the characters, why the game there will be some white module, rarely successful, but I saw someone issued a Wendy's sister into green changes, why he can success[ATTACH=CONFIG]8590[/ATTACH]Wow, LEEKS! that is Miku's item, can I have the .tex file?Btw, about white module, it's because you doing it in 1 layer, if you works, work at least with 2 layer, 1st layer is background (the original .tex), layer 2 is where you doing it, make sure layer 2 is empty before drawing on it, after you done, set visibility layer 1 to off (invisible),save it as .pngthen convert it by TEXtool Creator to .texJob Done! Edited June 6, 2013 by Lexicroft Link to comment https://forums.kleientertainment.com/forums/topic/18801-modders-your-new-friend-at-klei/page/7/#findComment-194648 Share on other sites More sharing options...
sirmentlegen Posted June 6, 2013 Share Posted June 6, 2013 Hey [MENTION=55]Ipsquiggle[/MENTION] what happened to the un-used anim files for Winnie , Wortox and Webber i was trying to hook them up then i noticed the files were gone. Link to comment https://forums.kleientertainment.com/forums/topic/18801-modders-your-new-friend-at-klei/page/7/#findComment-194673 Share on other sites More sharing options...
Heavenfall Posted June 6, 2013 Share Posted June 6, 2013 Probably removed so you couldn't do that! Link to comment https://forums.kleientertainment.com/forums/topic/18801-modders-your-new-friend-at-klei/page/7/#findComment-194726 Share on other sites More sharing options...
InaneDugong Posted June 6, 2013 Share Posted June 6, 2013 Teach me to program in .lua? I no understand the logic behind it why it so hard. ;\ Link to comment https://forums.kleientertainment.com/forums/topic/18801-modders-your-new-friend-at-klei/page/7/#findComment-194750 Share on other sites More sharing options...
Developer Ipsquiggle Posted June 6, 2013 Author Developer Share Posted June 6, 2013 [MENTION=51945]Pasta[/MENTION] also when you use TEXTool, make sure that "premultiply alpha" is checked, that will work the best in most situations. [MENTION=3998]sirmentlegen[/MENTION] Yeah, those characters aren't ready for release yet. Sorry. [MENTION=51468]InaneDugong[/MENTION] Programming is quite challenging, it's not something you can learn simply through a forum post. If you don't know anything about programming, this is a good site to get you started: http://www.codecademy.com/ If you already know some programming and want to learn Lua specifically, I recommend you check out the Lua Wiki: http://lua-users.org/wiki/LearningLua Link to comment https://forums.kleientertainment.com/forums/topic/18801-modders-your-new-friend-at-klei/page/7/#findComment-195101 Share on other sites More sharing options...
0dark Posted June 6, 2013 Share Posted June 6, 2013 Hello, Ipsquiggle. I am a former developer for MuOnline, Lineage, Flyff and GunZ, with lots of experience on networking programming and emulators. On the last month I have been working hard to rewrite all of the LUA files to emulate a multiplayer environment. And I must say I am pretty close to doing so, having my event loop done and most functions that would need server updating prototyped for a connection.Having this said, I must also say that I have an already coded server made on node.js that is pretty much a copy of the fake internal server I have written in LUA to emulate what will be the server-client communication. The one problem I have been struggling with is the lack of support for sockets, even though it seems like formerly you guys had it implemented (for debugging purposes I assume?)Without further ado, I would like to ask if it would be possible to re-implement it to the game source, as I would be able to finish a multiplayer beta in about two weeks, opposed to having to fiddle with reverse engeneering once again from my MU days to hook my own stuff to the hard coded engine, which would take a lot more, although doable still.Yours sincerely,0dark 1 Link to comment https://forums.kleientertainment.com/forums/topic/18801-modders-your-new-friend-at-klei/page/7/#findComment-195197 Share on other sites More sharing options...
Pasta Posted June 6, 2013 Share Posted June 6, 2013 (edited) [ATTACH]8640[/ATTACH]Wow, LEEKS! that is Miku's item, can I have the .tex file?Btw, about white module, it's because you doing it in 1 layer, if you works, work at least with 2 layer, 1st layer is background (the original .tex), layer 2 is where you doing it, make sure layer 2 is empty before drawing on it, after you done, set visibility layer 1 to off (invisible),save it as .pngthen convert it by TEXtool Creator to .texJob Done!YEYE.Thank you very much for your answer.Give you the leek Tex Edited June 7, 2013 by Pasta Link to comment https://forums.kleientertainment.com/forums/topic/18801-modders-your-new-friend-at-klei/page/7/#findComment-195494 Share on other sites More sharing options...
Pasta Posted June 6, 2013 Share Posted June 6, 2013 (edited) Thank you very much, too [MENTION=55]Ipsquiggle[/MENTION] Edited June 6, 2013 by Pasta Link to comment https://forums.kleientertainment.com/forums/topic/18801-modders-your-new-friend-at-klei/page/7/#findComment-195502 Share on other sites More sharing options...
Pasta Posted June 6, 2013 Share Posted June 6, 2013 (edited) Sorry Edited June 7, 2013 by Pasta Link to comment https://forums.kleientertainment.com/forums/topic/18801-modders-your-new-friend-at-klei/page/7/#findComment-195504 Share on other sites More sharing options...
milson Posted June 7, 2013 Share Posted June 7, 2013 Hello, Ipsquiggle. I am a former developer for MuOnline, Lineage, Flyff and GunZ, with lots of experience on networking programming and emulators. On the last month I have been working hard to rewrite all of the LUA files to emulate a multiplayer environment. And I must say I am pretty close to doing so, having my event loop done and most functions that would need server updating prototyped for a connection.Having this said, I must also say that I have an already coded server made on node.js that is pretty much a copy of the fake internal server I have written in LUA to emulate what will be the server-client communication. The one problem I have been struggling with is the lack of support for sockets, even though it seems like formerly you guys had it implemented (for debugging purposes I assume?)Without further ado, I would like to ask if it would be possible to re-implement it to the game source, as I would be able to finish a multiplayer beta in about two weeks, opposed to having to fiddle with reverse engeneering once again from my MU days to hook my own stuff to the hard coded engine, which would take a lot more, although doable still.Yours sincerely,0darkWow, thats just amazing. [MENTION=55]Ipsquiggle[/MENTION], you really should read this. :3 Link to comment https://forums.kleientertainment.com/forums/topic/18801-modders-your-new-friend-at-klei/page/7/#findComment-195893 Share on other sites More sharing options...
Lexicroft Posted June 7, 2013 Share Posted June 7, 2013 I use samplecharacter template and manage to finish them for my character modand then when I started the gameHEEELLLLPPPI already messing with almost everything but something just wrong, i don't know what Link to comment https://forums.kleientertainment.com/forums/topic/18801-modders-your-new-friend-at-klei/page/7/#findComment-196016 Share on other sites More sharing options...
Pasta Posted June 7, 2013 Share Posted June 7, 2013 (edited) Sorry, I can't let leek to release out, because this is not my changes, so please download friends also deleted, unless the original author agree [MENTION=23254]Lexicroft[/MENTION] Please do not post the leek changes, because this is not the original, Miku modification works. I have made a mistake, so please don't release out, even if you have downloaded the leek. I'm terribly sorry. Edited June 7, 2013 by Pasta Link to comment https://forums.kleientertainment.com/forums/topic/18801-modders-your-new-friend-at-klei/page/7/#findComment-196019 Share on other sites More sharing options...
Lexicroft Posted June 7, 2013 Share Posted June 7, 2013 Sorry, I can't let leek to release out, because this is not my changes, so please download friends also deleted, unless the original author agree [MENTION=23254]Lexicroft[/MENTION] Please do not post the leek changes, because this is not the original, Miku modification works. I have made a mistake, so please don't release out, even if you have downloaded the leek. I'm terribly sorry.Naah, it's okay , [MENTION=51945]Pasta[/MENTION], I won't post it.Also I just see what it's like. Not used for anything Link to comment https://forums.kleientertainment.com/forums/topic/18801-modders-your-new-friend-at-klei/page/7/#findComment-196048 Share on other sites More sharing options...
Developer Ipsquiggle Posted June 7, 2013 Author Developer Share Posted June 7, 2013 I use samplecharacter template and manage to finish them for my character modand then when I started the gameHEEELLLLPPPI already messing with almost everything but something just wrong, i don't know whatAre you doing this in the normal game or on the Public Preview?Also, could you post Documents/Klei/DoNotStarve/log.txt? Link to comment https://forums.kleientertainment.com/forums/topic/18801-modders-your-new-friend-at-klei/page/7/#findComment-196078 Share on other sites More sharing options...
Lexicroft Posted June 8, 2013 Share Posted June 8, 2013 (edited) Are you doing this in the normal game or on the Public Preview?Also, could you post Documents/Klei/DoNotStarve/log.txt?I manage to solve this problem, it appears that I shouldn't processing all portrait , saveslot, selectscreen .tex at same timeso I processing them one by one , and now after I enter game, new problem arise, my character skins just gone completelyWait I have something to do first, I think i can solve this--Update--Good god... I really have badluck, I must do it from 0 again for anim filessomething just wrong down there--Update--The Wes face is the worst template for face, if your eyes big, there will be something blocking the eyes, you know, the red thing in mime face, that block the eye, so clearly something will be missingNow my character forced to have more wes-like face, not wendy-like face anymorealso the wilson body is more fat than wendy so the template just ruin my characterI must deal with it eh ?--update--Done with it Edited June 8, 2013 by Lexicroft Link to comment https://forums.kleientertainment.com/forums/topic/18801-modders-your-new-friend-at-klei/page/7/#findComment-196516 Share on other sites More sharing options...
Lexicroft Posted June 8, 2013 Share Posted June 8, 2013 [MENTION=55]Ipsquiggle[/MENTION] I just meet deadendI don't know why, I think i have done all, but now the error just don't have any message or anythingcan you look to my code? perhaps you can fix it for me?Here is the linkhttp://www.megafileupload.com/en/file/424429/samplecharacter-rar.html Link to comment https://forums.kleientertainment.com/forums/topic/18801-modders-your-new-friend-at-klei/page/7/#findComment-196714 Share on other sites More sharing options...
kiopho Posted June 8, 2013 Share Posted June 8, 2013 I won't create a thread just for this.I like the new option in the download section of setting a file as being the thumbnail. But when it's set only as such, it's added to the downloadable stuff. Isn't better to have it only as thumbnail without having to add it to the screenshots to not pop with the downloads ? Or is that deliberate ? Link to comment https://forums.kleientertainment.com/forums/topic/18801-modders-your-new-friend-at-klei/page/7/#findComment-196818 Share on other sites More sharing options...
Developer Ipsquiggle Posted June 10, 2013 Author Developer Share Posted June 10, 2013 [MENTION=23254]Lexicroft[/MENTION] It's a problem with the anim files for the blade and shooter. Right now there's a bit more of a trick to renaming an anim than just changing the file that involves hex-editing. Improving that is the very next thing on my todo list, so I'll let you know. For now, your options are to either look into the hex-editing option, or include these new items by overwriting existing items instead of making new ones.(It's also a problem that there's no good error message when this happens! Sorry about that.) Link to comment https://forums.kleientertainment.com/forums/topic/18801-modders-your-new-friend-at-klei/page/7/#findComment-199308 Share on other sites More sharing options...
kiopho Posted June 10, 2013 Share Posted June 10, 2013 [MENTION=55]Ipsquiggle[/MENTION] I swear to god that cat is taunting me ! Link to comment https://forums.kleientertainment.com/forums/topic/18801-modders-your-new-friend-at-klei/page/7/#findComment-199312 Share on other sites More sharing options...
Lexicroft Posted June 10, 2013 Share Posted June 10, 2013 [MENTION=23254]Lexicroft[/MENTION] It's a problem with the anim files for the blade and shooter. Right now there's a bit more of a trick to renaming an anim than just changing the file that involves hex-editing. Improving that is the very next thing on my todo list, so I'll let you know. For now, your options are to either look into the hex-editing option, or include these new items by overwriting existing items instead of making new ones.(It's also a problem that there's no good error message when this happens! Sorry about that.)It's okay [MENTION=55]Ipsquiggle[/MENTION] , [MENTION=34080]kiopho[/MENTION] give me how to deal with the problem , now the blade is appear in game, but the rock shooter/cannon, somehow has problem with the projectile so I need to see and fix it (i think I know how to) Link to comment https://forums.kleientertainment.com/forums/topic/18801-modders-your-new-friend-at-klei/page/7/#findComment-199345 Share on other sites More sharing options...
Ruby~~ Posted June 10, 2013 Share Posted June 10, 2013 I am still trying to edit an anim file by taking the .tex image out and change a little bit and put it back into the anim file, but sometimes doesn't work. Is it still the only way to do such things?:/ Link to comment https://forums.kleientertainment.com/forums/topic/18801-modders-your-new-friend-at-klei/page/7/#findComment-199385 Share on other sites More sharing options...
Handsome Matt Posted June 10, 2013 Share Posted June 10, 2013 I am still trying to edit an anim file by taking the .tex image out and change a little bit and put it back into the anim file, but sometimes doesn't work. Is it still the only way to do such things?:/In what way doesn't it work? Link to comment https://forums.kleientertainment.com/forums/topic/18801-modders-your-new-friend-at-klei/page/7/#findComment-199387 Share on other sites More sharing options...
Ruby~~ Posted June 10, 2013 Share Posted June 10, 2013 I made a new nightsword but there is strange white line besides the sword when it is placed on the floor. Link to comment https://forums.kleientertainment.com/forums/topic/18801-modders-your-new-friend-at-klei/page/7/#findComment-199417 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