jimmeh57 Posted November 2, 2013 Author Share Posted November 2, 2013 I'm actually having the exact same problem here with Tiny Tina's bombs. The inventory icons appear, but not when I drop them in the world. I've made double extra sure that they have the asset line for the proper zip.I'm not alone! Hm, well, in my prefab for the item I only have it declared as Asset, not local Asset. I mean, I'm probably doing it some wonky archaic way, but so far it's worked. I DL'd what you posted and have been checking it out... I'll stew on it some more and see what I can dig up.Thanks! I really appreciate it. Link to comment https://forums.kleientertainment.com/forums/topic/29263-item-modding-help-needed/page/2/#findComment-359209 Share on other sites More sharing options...
ColeenMcCleod Posted November 2, 2013 Share Posted November 2, 2013 Ok, here's what I've done: you had two separate images for the token, so for simplicity I made them both match the basic inventory image. In the xp token.lua I changed 'anim' to 'idle' like so: inst.AnimState:PlayAnimation("idle") and I rebuilt your atlas-0.tex and build.bin. Seems to work now. So, I've attached the rebuilt anim zip, please let me know if this works. Cheers! xptoken.zip Link to comment https://forums.kleientertainment.com/forums/topic/29263-item-modding-help-needed/page/2/#findComment-359712 Share on other sites More sharing options...
jimmeh57 Posted November 2, 2013 Author Share Posted November 2, 2013 Ok, here's what I've done: you had two separate images for the token, so for simplicity I made them both match the basic inventory image. In the xp token.lua I changed 'anim' to 'idle' like so: inst.AnimState:PlayAnimation("idle") and I rebuilt your atlas-0.tex and build.bin. Seems to work now. So, I've attached the rebuilt anim zip, please let me know if this works. Cheers! xptoken.zipIt works! Thank you SO MUCH! Link to comment https://forums.kleientertainment.com/forums/topic/29263-item-modding-help-needed/page/2/#findComment-359872 Share on other sites More sharing options...
1337gamer15 Posted November 2, 2013 Share Posted November 2, 2013 Ok, here's what I've done: you had two separate images for the token, so for simplicity I made them both match the basic inventory image. In the xp token.lua I changed 'anim' to 'idle' like so: inst.AnimState:PlayAnimation("idle") and I rebuilt your atlas-0.tex and build.bin. Seems to work now. So, I've attached the rebuilt anim zip, please let me know if this works. Cheers! xptoken.zipI know I got a thread for this already and this aint the right thread, but would ye be able to help me past this issue with tina's bombs as well? I've gotten George to work just fine, but the other bombs are supposed to be using the same anims as the slurtle slime but are also being invisible just like that xptoken was http://www.mediafire.com/?frw4trd0l5rgydz Link to comment https://forums.kleientertainment.com/forums/topic/29263-item-modding-help-needed/page/2/#findComment-359890 Share on other sites More sharing options...
ColeenMcCleod Posted November 2, 2013 Share Posted November 2, 2013 (edited) @jimmeh57: I'm glad I could help! I had a similar issue with the first Camp Cuisine, so I had a general idea where to look. @1337gamer15: I'll take a look and see if I can help here, too. Heh. Something tells me that you're a fan of Borderlands 2... Edited November 2, 2013 by ColeenMcCleod Link to comment https://forums.kleientertainment.com/forums/topic/29263-item-modding-help-needed/page/2/#findComment-359983 Share on other sites More sharing options...
ColeenMcCleod Posted November 5, 2013 Share Posted November 5, 2013 Ok, so far, I've gotten all of them to work *except* the stickybomb. Not sure what I'm missing there, but it could be something to do with the fact that it has multiple images in the atlas like the George bomb. I might have to leave that one up to you. As far as the rest, all you need to do is change the SetBank in the prefabs lua for each from "slurtleslime" to "slurtle_slime". (I switched it in stickybomb too, but that doesn't seem to have helped any). Link to comment https://forums.kleientertainment.com/forums/topic/29263-item-modding-help-needed/page/2/#findComment-361837 Share on other sites More sharing options...
1337gamer15 Posted November 5, 2013 Share Posted November 5, 2013 The sticky bomb is supposed to have the same image atlas as the bee mine, i'm planning it functions the same, but explodes instead of releasing bees. I'm too much of a scrub at LUA coding to figure out how to get it to work though.... Link to comment https://forums.kleientertainment.com/forums/topic/29263-item-modding-help-needed/page/2/#findComment-361853 Share on other sites More sharing options...
ColeenMcCleod Posted November 5, 2013 Share Posted November 5, 2013 I hear you there - I'm more of a pixel pusher myself. Coding makes my teeth itch. I hope that helped a little bit, at least! Link to comment https://forums.kleientertainment.com/forums/topic/29263-item-modding-help-needed/page/2/#findComment-361954 Share on other sites More sharing options...
1337gamer15 Posted November 5, 2013 Share Posted November 5, 2013 wanna upload the fixes for the others at least? I'll have to find someone else to help me program the sticky bomb though.... Link to comment https://forums.kleientertainment.com/forums/topic/29263-item-modding-help-needed/page/2/#findComment-362003 Share on other sites More sharing options...
brainchill Posted November 6, 2013 Share Posted November 6, 2013 (edited) Brrrr... I haven't the patiente and the knowledge of programming language because I'm hungarian,then I can't do useful mods *__- I think so many gamer aren't from the UK or the USA,Canada etc. like me. It's too difficult for "us" or just me So...so many people can't help in this theme or don't care them. Just the experienced,DS veterans can really give you a hand... Of course it's subjective ^^"Many people,many mind. Are there any people who's likes kind?" Edited November 6, 2013 by brainchill Link to comment https://forums.kleientertainment.com/forums/topic/29263-item-modding-help-needed/page/2/#findComment-362732 Share on other sites More sharing options...
ColeenMcCleod Posted November 7, 2013 Share Posted November 7, 2013 wanna upload the fixes for the others at least? I'll have to find someone else to help me program the sticky bomb though....A'ight, all I had to do was change a couple spots in the prefabs, so for the sake of ease of upload I'll just include those prefabs.zip Link to comment https://forums.kleientertainment.com/forums/topic/29263-item-modding-help-needed/page/2/#findComment-363241 Share on other sites More sharing options...
1337gamer15 Posted November 7, 2013 Share Posted November 7, 2013 A'ight, all I had to do was change a couple spots in the prefabs, so for the sake of ease of upload I'll just include those TANKS! They work now too, thank god for that. Anyways, I just gotta figure out how to get the stickybomb to work now... Link to comment https://forums.kleientertainment.com/forums/topic/29263-item-modding-help-needed/page/2/#findComment-363373 Share on other sites More sharing options...
ColeenMcCleod Posted November 8, 2013 Share Posted November 8, 2013 The sticky bomb is supposed to have the same image atlas as the bee mine, i'm planning it functions the same, but explodes instead of releasing bees. I'm too much of a scrub at LUA coding to figure out how to get it to work though....You know, I was thinking about this today - you've currently got the sticky bomb set up with the slurtle slime atlas/anim. Perhaps you should try it with the bee mine? Link to comment https://forums.kleientertainment.com/forums/topic/29263-item-modding-help-needed/page/2/#findComment-364039 Share on other sites More sharing options...
1337gamer15 Posted November 8, 2013 Share Posted November 8, 2013 You know, I was thinking about this today - you've currently got the sticky bomb set up with the slurtle slime atlas/anim. Perhaps you should try it with the bee mine?I just made a post on the old thread. The whole stickybomb before was a placeholder, I am trying to get it on the beemine actually. I'm almost done but I've hit a snag...... details herehttp://forums.kleientertainment.com/index.php?/topic/29238-i-need-help-programming-bombs/#entry363888 Link to comment https://forums.kleientertainment.com/forums/topic/29263-item-modding-help-needed/page/2/#findComment-364053 Share on other sites More sharing options...
Redrum313 Posted January 19, 2014 Share Posted January 19, 2014 It seems like I'm having the same issue for another reason. I've checked through all the methods I can find here. Hoping someone can tell me why my communicator device is invisible.communicator.zip Link to comment https://forums.kleientertainment.com/forums/topic/29263-item-modding-help-needed/page/2/#findComment-405745 Share on other sites More sharing options...
Redrum313 Posted January 19, 2014 Share Posted January 19, 2014 I've gotten it to the point where the ground anim will show, but still no swap animation. :/ I did these from scratch in spriter for the first time. I've tried simply repeating the process a few times now, but although I can see it's all exporting correctly it's just simply not showingup. Link to comment https://forums.kleientertainment.com/forums/topic/29263-item-modding-help-needed/page/2/#findComment-405768 Share on other sites More sharing options...
Kuloslav Posted January 19, 2014 Share Posted January 19, 2014 (edited) Funny thing...it seems to swap_communicator.png file must be on swap_communicator catalog. Compile this animation and see it for yourself swap_communicator Edited January 19, 2014 by Kuloslav Link to comment https://forums.kleientertainment.com/forums/topic/29263-item-modding-help-needed/page/2/#findComment-405904 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