Jump to content

Recommended Posts

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. 

post-746043-0-34344800-1450172201_thumb.

@labatman

Might 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.

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  :joyous:

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...