Jump to content

Scrapbook Icon Failure


Cliffford W.
  • Pending

Hello!

	AddRecipe2(
		"wiku_phonograph", -- name
		{ -- ingredients
			Ingredient("gears", 2),
			Ingredient("transistor", 2),
			Ingredient("bluegem", 1),
		},
		GLOBAL.TECH.SCIENCE_TWO, -- tech
		{ -- config
			builder_tag = "wiku",
			atlas = "images/inventoryimages/wiku_items.xml",
			image = "wiku_phonograph.tex",
		},
		{ -- filters
			"DECOR",
			"MODS",
		}
	)

image.png.49912033963700ab79763dce8aa68387.png

 

for some reason using anything other than "TOOLS" within filters will cause the game to fail and use the proper icon and use the second in this example it's MODS icon. if i were to use TOOLS it would show like this.

In the above example i used DECOR and it used the MODS icon instead cuz it failed to use it.

image.png.aff35a73718468f7c77296b90857dbc3.png

 

This also applies to  any attempts to use craftingprefab in the scrapbook entry it will try to look for it but since there is no mod support it will just use nothing at all.

[00:52:41]: WARNING! Could not find region 'avatar_wiku.tex' from atlas 'images/crafting_menu_avatars.xml'. Is the region specified in the atlas?
[00:52:41]: Looking for default texture '' from atlas 'images/crafting_menu_avatars.xml'.
[00:52:41]: Error Looking for default texture in from atlas 'images/crafting_menu_avatars.xml'.

since there is no mod support for scrapbook so removing the craftingprefab within the scrapbook entry will result in using the fallback mod character icon

image.png.7bf3e3668a79ffeec369691afbbc8ea8.png


Steps to Reproduce

Attempt to add custom recipe using AddRecipe2 with tags like DECOR with having scrapbook entry for that item.

Try to use craftingprefab within the scrapbook to custom one resulting it not finding it cause there is no mod support.




User Feedback


There are no comments to display.



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