Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello, Dale Green

I have encountered a problem and I would like to seek your advice. When the protagonist is overweight in the game, a message will appear saying "You, are over -encumbered". I would like to know where to delete or modify this message.

If you could take the time to answer me, I would be very grateful!

(1 edit) (+1)

Hi,

It's a message that isn't as easily customisable as I'd like it to be (yet) but, for now, you can change it by following these steps:

  1. Open your project folder in Windows' File Explorer and navigate to "scripts" > "Weight System"
  2. Open "WeightSystem.cs" in a file editor
  3. Look for the following line "_helper.ShowMessage(mapScene, "You are over-encumbered", MessagePosition.BottomMiddle);"
  4. Change the "You are over-encumbered" to whatever you want it to say
  5. Save the file

That should make it say whatever you set it to when the player becomes over-encumbered.

Whenever I make an update for the weight system, I'll make it easier to customise that message.