Grifuz Posted May 26, 2014 Share Posted May 26, 2014 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 Link to comment https://forums.kleientertainment.com/forums/topic/36887-questions-some-help-with-my-mod/ Share on other sites More sharing options...
mizukisha Posted May 27, 2014 Share Posted May 27, 2014 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 Create a folder called minimap and put the Png or tex file inside it should be good after that Link to comment https://forums.kleientertainment.com/forums/topic/36887-questions-some-help-with-my-mod/#findComment-489284 Share on other sites More sharing options...
Dryicefox Posted May 27, 2014 Share Posted May 27, 2014 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 Analyze the picture: Link to comment https://forums.kleientertainment.com/forums/topic/36887-questions-some-help-with-my-mod/#findComment-489295 Share on other sites More sharing options...
Grifuz Posted May 27, 2014 Author Share Posted May 27, 2014 Analyze the picture:minimap.pngI think you forgot to put a square on the assets for the item, it did help though, thanks. Link to comment https://forums.kleientertainment.com/forums/topic/36887-questions-some-help-with-my-mod/#findComment-489302 Share on other sites More sharing options...
Dryicefox Posted May 27, 2014 Share Posted May 27, 2014 I think you forgot to put a square on the assets for the item, it did help though, thanks. Yep. It was too late. I knew that if you analyzed the pic, you'd find it. Link to comment https://forums.kleientertainment.com/forums/topic/36887-questions-some-help-with-my-mod/#findComment-489308 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