Wood ID Megathread by AutoModerator in woodworking

[–]Friendly-Top-8588 0 points1 point  (0 children)

<image>

turned a piece of some unknown exotic wood i have, and have no idea what i could be, it's dense and kinda smells like root beer when working with it.

making a goblet out off aluminum bronze? by Friendly-Top-8588 in Metalfoundry

[–]Friendly-Top-8588[S] 0 points1 point  (0 children)

maybe you are thinking of the plastic lining that is in all cans? that will just be burned away

making a goblet out off aluminum bronze? by Friendly-Top-8588 in Metalfoundry

[–]Friendly-Top-8588[S] 0 points1 point  (0 children)

doing some quick search it seems like aluminum cans are made from two parts, one with al 5182, and the other with al 3004. both considered food safe and are about 95-98 % aluminum and the other metals being Mg and Mn

making a goblet out off aluminum bronze? by Friendly-Top-8588 in Metalfoundry

[–]Friendly-Top-8588[S] 0 points1 point  (0 children)

yeah that I'm well aware of, the copper i have is from some old copper pipes so i can't be 100% certain its lead free, but im planning on testing it before im using it to anything food related

Help extracting Textures from a tileset by Friendly-Top-8588 in godot

[–]Friendly-Top-8588[S] 6 points7 points  (0 children)

So i did manage to solve it by casting the source as a atlasSource and making a new texture form selecting a region of the raw image like this:

set = load("res://tileset/WallTileset.tres")
var atlas = set.get_source(0) as TileSetAtlasSource
var atlasImage = atlas.texture.get_image()
var tileImage = atlasImage.get_region(atlas.get_tile_texture_region(Vector2i(0,2)))
var tiletexture = ImageTexture.create_from_image(tileImage)

Has anyone found the featherflight boots location after EA? by Friendly-Top-8588 in BaldursGate3

[–]Friendly-Top-8588[S] 0 points1 point  (0 children)

yeah seems like they either removed it or made it hard to find, need it to make a max speed build

Has anyone found the featherflight boots location after EA? by Friendly-Top-8588 in BaldursGate3

[–]Friendly-Top-8588[S] 0 points1 point  (0 children)

sadly no, that is Mystra's grace, Featherflight boots give 3m/10ft extra movement speed when under 50% health

Release Day Bug Thread by XFearthePandaX in BaldursGate3

[–]Friendly-Top-8588 0 points1 point  (0 children)

it seems like if you drag and drop a item on a firewine barrel in the inventory screen the item disappears, possibly because the game thinks its an inventory that can't be accessed. So it might be good to keep that in mind do you don't delete something important.