Jump to content

Recommended Posts

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

post-287068-0-57975700-1380597445_thumb.

post-287068-0-98222500-1380597606_thumb.

  • Developer

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

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!! :D

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