Jump to content

The newbie needs some assistance =)


labatman

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.

Link to comment
Share on other sites

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:

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...