Bug #1: Self Inspect/Skill Tree Popup Partially Cutoff at Screen Resolutions <1610px Wide
When playing in fullscreen or window mode at any resolutions under 1610px wide, the self inspect/skill tree UI is partially cutoff.
Example at 1280x720 resolution (window mode):
Bug #2: Beefalo Wool Recipe Missing String / Typo
There is a typo (extra "D" and should be "WOOL" instead of "HAIR") for the "TRANSMUTE_BEEFALODHAIR" string. The string should also say "... into Beefalo Wool" instead of "... into Beefalo Hair".
TRANSMUTE_BEEFALODHAIR = "Transmute Beard Hair into Beefalo Hair.",
In recipes.lua, the recipe for "transmute_beefalowool" references the "TRANSMUTE_BEEFALOWOOL" string, which doesn't exist.
Recipe2("transmute_beefalowool", {Ingredient("beardhair", 3)}, TECH.NONE, {product="beefalowool", image="beefalowool.tex", builder_tag="ick_alchemistII", description="transmute_beefalowool", numtogive = 3})
This causes no description to be displayed in the Crafting UI for Beefalo Wool.
Bug #3: Beard Hair Recipe String Typo
Likewise, there is a typo in the "TRANSMUTE_BEARDHAIR" string. The string says "Transmute Beefalo Hair into..." when instead it should be "Transmute Beefalo Wool into...".
TRANSMUTE_BEARDHAIR = "Transmute Beefalo Hair into Beard Hair.",
See above
-
2
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 accountSign in
Already have an account? Sign in here.
Sign In Now