labatman Posted December 15, 2015 Share Posted December 15, 2015 Hi guys I recently started playing DST and decided it would be fun to try my hand at modding. I started on a bad foot when I tried to use the "Extended Sample Character 1.2.1" I received the following error. (see attached) I went through the guide on how to use it ,though it seemed a little out of date, and renamed everything anyway. Any assistance to get the ball rolling would be nice. Link to comment https://forums.kleientertainment.com/forums/topic/60803-the-newbie-needs-some-assistance/ Share on other sites More sharing options...
pickleplayer Posted December 15, 2015 Share Posted December 15, 2015 This is the regular DS modding forum. Most of us here don't have the slightest clue about how to mod for DST. You'd be better out asking for help on the DST modding forum Link to comment https://forums.kleientertainment.com/forums/topic/60803-the-newbie-needs-some-assistance/#findComment-697738 Share on other sites More sharing options...
Arkathorn Posted December 15, 2015 Share Posted December 15, 2015 What he said. Try to find a functional mod and use it as a reference. Link to comment https://forums.kleientertainment.com/forums/topic/60803-the-newbie-needs-some-assistance/#findComment-697749 Share on other sites More sharing options...
Blueberrys Posted December 15, 2015 Share Posted December 15, 2015 @labatmanMight be something with the brackets. Hard to tell with the picture. Can you please copy-paste the code here using the code button? (the little <> under the smiley)Or use pastebin. DST modding section. It would help to post there if the issue isn't syntax related. Link to comment https://forums.kleientertainment.com/forums/topic/60803-the-newbie-needs-some-assistance/#findComment-697764 Share on other sites More sharing options...
labatman Posted December 15, 2015 Author Share Posted December 15, 2015 local assets ={ Asset( "ANIM", "anim/Batman.zip" ), Asset( "ANIM", "anim/ghost_Batman_build.zip" ),}local skins ={ normal_skin = "Batman", ghost_skin = "ghost_Batman_build",}local base_prefab = "Batman"local tags = {"BATMAN", "CHARACTER"}return CreatePrefabSkin("Batman_none",{ base_prefab = base_prefab, skins = skins, assets = assets, tags = tags, skip_item_gen = true, skip_giftable_gen = true,})Thanks for helping by the way i really appreciate it Link to comment https://forums.kleientertainment.com/forums/topic/60803-the-newbie-needs-some-assistance/#findComment-697774 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