Jump to content

[Game Update] - 413172


Recommended Posts

  • Developer
  • Fixed a crash in the Item Collection when waiting for the inventory to download.
  • Stopped characters other than Willow from hugging Bernie, characters other than Woodie from patting Lucy, etc, in the Item Collection.
  • Fixed missing Feathered Pickaxe ground texture.
  • Fixed a crash in the Encounters screen when removing encounters.
  • Fixed a cash when failing to download your Forge and Gorge achievements.
  • Note for modders: TUNING.STARTING_ITEM_IMAGE_OVERRIDE has been added to set the atlas and texture to use for mod characters’ starting items in the lobby.
     

View full update

  • Like 13
  • Thanks 9
  • Sad 2
Link to comment
Share on other sites

28 minutes ago, ScottHansen said:

Note for modders: TUNING.STARTING_ITEM_IMAGE_OVERRIDE has been added to set the atlas and texture to use for mod characters’ starting items in the lobby.

Thank you for this!


For any curious modders, I believe this is how you use it.

TUNING.STARTING_ITEM_IMAGE_OVERRIDE.["itemname"] = {
    atlas = "images/inventoryimages.xml",
    image = "imagename.tex",
  }

 

Edited by Hornete
Link to comment
Share on other sites

  • Developer
TUNING.STARTING_ITEM_IMAGE_OVERRIDE["itemname"] = 
{
    atlas = "images/inventoryimages.xml",
    image = "imagename.tex",
 }

If you "TUNING.STARTING_ITEM_IMAGE_OVERRIDE = {", then it will replace any overrides done by other moders (or us)

  • Like 4
  • Thanks 2
Link to comment
Share on other sites

Just now, ScottHansen said:

TUNING.STARTING_ITEM_IMAGE_OVERRIDE["itemname"] = 
{
    atlas = "images/inventoryimages.xml",
    image = "imagename.tex",
 }

If you "TUNING.STARTING_ITEM_IMAGE_OVERRIDE = {", then it will replace any overrides done by other moders (or us)

Yeah, haha I just realised that. Fixed it in my post, :)

Link to comment
Share on other sites

33 minutes ago, ScottHansen said:
  • Fixed a cash when failing to download your Forge and Gorge achievements.
  •  

GIVE ME ALL YOUR MONEY FROM THE REGISTER :gun loaded with kick bootie:

Edited by Guest
Link to comment
Share on other sites

I can't use my client mod.Every time I enter the main interface, the game controller is detected, but I do not connect any game controller, I only connect the keyboard and mouse.But I solved this problem by checking auto login again.

Edited by AiurRefugee
Link to comment
Share on other sites

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
 Share

×
  • Create New...