MorsGames / sm64plus

A fork of sm64-port that focuses on QoL improvements and customizability.
https://mfgg.net/index.php?act=resdb&param=02&c=2&id=38190
453 stars 32 forks source link

Some HUD textures missing #85

Open LaPepega opened 1 year ago

LaPepega commented 1 year ago

I've built the game as recommended in the Manual Building guide but for some reason the "Peach" word in the start letter and some HUD elements (aka camera symbol, mario's head camera symbol, coins symbol etc.) are missing. I am on IndevourOS linux.

Kaiju2019 commented 1 year ago

Yeah. It happened to me too. The little red rug thingy at the door is a texture not found symbol too. However, I used Linux on the manual build guide. I'm now trying to add Wine on my computer, so i can run the EXE.

BrunoTheMad commented 1 year ago

Experiencing the same issue here, most of the hud elements are showing up as missing textures.

themirman commented 1 year ago

same issue, I tried what it said to do in the FAQ (send to GFX and delete GFX folder) neither worked and deleting the folder made it worse. Anyone find a fix?

LaPepega commented 1 year ago

For me, moving it to another folder and building it again solved it for some reason

Kaiju2019 commented 1 year ago

what in the world, how??!?!??!?

jenrik commented 10 months ago

this issue can be solved by passing the path to the gfx folder in the build directory as the first argument.

Example: ./build/us_pc/sm64.us ./build/us_pc/gfx

Source: the FAQ

TripleLLL9 commented 5 months ago

this issue can be solved by passing the path to the gfx folder in the build directory as the first argument.

Example: ./build/us_pc/sm64.us ./build/us_pc/gfx

Source: the FAQ

for some reason that just made it worse for me :P