Jump to content

Recommended Posts

I am trying to make a simple mod. The idea is based on Meepo of Dota 2

 

 http://dota2.gamepedia.com/Meepo

 

I would simply like to take the Codex Umbra and change it so that when an individual activates it, it instead of creating a shadow maxwell, creates a Meepo.

 

My problem arises far earlier than you would expect.

 

I copied the components from scripts/prefabs for shadowwaxwell and waxwell journal into prefab in the mod folder.

 

I renamed waxwelljournal to meepojournal

 

I then changed 

return Prefab("common/waxwelljournal", fn, assets, prefabs)

to

return Prefab("common/inventory/meepojournal", fn, assets)

I have also tried

return Prefab("common/yellowsign", fn, assets, prefabs)

among others

 

I also added these lines to modmain :

PrefabFiles = {	"esctemplate",	"meepojournal",	"shadowwaxwell",}

And right now what happens is I chose the character, and DST just completely crashes. No errors, just closes out entirely.

 

Any thoughts? Recommendations?

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