ArmaDana Posted October 1, 2013 Share Posted October 1, 2013 Hello modders! a simple request. I've finally changed picture to replace the "Mismatched Button" in the inventory and item on the ground. Although, my problem is that I cannot change the name "Mismatched buttons" would one of you be so kind to help me out? thanks in advance!! Link to comment https://forums.kleientertainment.com/forums/topic/28358-how-do-you-rename-a-specific-trinket/ Share on other sites More sharing options...
Developer Cheerio Posted October 1, 2013 Developer Share Posted October 1, 2013 Hello modders! a simple request. I've finally changed picture to replace the "Mismatched Button" in the inventory and item on the ground. Although, my problem is that I cannot change the name "Mismatched buttons" would one of you be so kind to help me out? thanks in advance!!If you search in 'data/scripts' for 'Mismatched Buttons', you'll find it in 'strings.lua'. It's part of the global 'STRINGS.NAMES' table meaning you can override it by adding the following line to 'modmain.lua': GLOBAL.STRINGS.NAMES.TRINKET_9 = 'Hello World!' Hope that helps . Link to comment https://forums.kleientertainment.com/forums/topic/28358-how-do-you-rename-a-specific-trinket/#findComment-333602 Share on other sites More sharing options...
ArmaDana Posted October 1, 2013 Author Share Posted October 1, 2013 If you search in 'data/scripts' for 'Mismatched Buttons', you'll find it in 'strings.lua'. It's part of the global 'STRINGS.NAMES' table meaning you can override it by adding the following line to 'modmain.lua': GLOBAL.STRINGS.NAMES.TRINKET_9 = 'Hello World!' Hope that helps . I'll give that a go thank you so much for replying!! Link to comment https://forums.kleientertainment.com/forums/topic/28358-how-do-you-rename-a-specific-trinket/#findComment-333605 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