Jump to content

Recommended Posts

Hello again, I'm trying to add some stuff to my mod, a custom map icon and a custom intro. Also how do I add a custom map icon? I know it's something within the backpack code:

local minimap = inst.entity:AddMiniMapEntity()

minimap:SetIcon("backpack.png") 

But where do i place my png exactly? I tried backtracking that but I didn't found it, same with the Maxwell code so my character doesn't haves the Maxwell intro but rather just waking up and saying "Where am I?" or something like that. Thanks  :adoration:

 

Hello again, I'm trying to add some stuff to my mod, a custom map icon and a custom intro. Also how do I add a custom map icon? I know it's something within the backpack code:

local minimap = inst.entity:AddMiniMapEntity()

minimap:SetIcon("backpack.png") 

But where do i place my png exactly? I tried backtracking that but I didn't found it, same with the Maxwell code so my character doesn't haves the Maxwell intro but rather just waking up and saying "Where am I?" or something like that. Thanks  :adoration:

 

Create a folder called minimap and put the Png or tex file inside it should be good after that

 

 

 

Hello again, I'm trying to add some stuff to my mod, a custom map icon and a custom intro. Also how do I add a custom map icon? I know it's something within the backpack code:

local minimap = inst.entity:AddMiniMapEntity()

minimap:SetIcon("backpack.png") 

But where do i place my png exactly? I tried backtracking that but I didn't found it, same with the Maxwell code so my character doesn't haves the Maxwell intro but rather just waking up and saying "Where am I?" or something like that. Thanks  :adoration:

 

Analyze the picture:

post-320892-0-27385200-1401155187_thumb.

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