You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The readme in the master branch describes the process of installing the Models and Textures with EXTERNAL_DATA and DynOS, however neither are present after building the master branch.
To Reproduce
Steps to reproduce the behavior:
Clone the master branch
Build the master branch
The folders res and dynos are not present.
Expected behavior
The folders "res" and "dynos" exist, allowing to put the files within them.
Desktop:
OS: Arch Linux
Kernel: 6.1.39-3-lts
Additional context
If I am the only one having this problem, it might be caused by the 60 FPS patch, or the TEXTURE_FIX Build Flag.
The text was updated successfully, but these errors were encountered:
Seems like in alpha the 60 FPS patch breaks a pre-exisisting patch, however that wouldn't explain the loss of the folders, as the folders were created even after giving the following error:
In file included from ./data/r96/system/r96_system.h:5,
from ./data/r96/r96_includes.h:6,
from include/sm64.h:16,
from src/engine/behavior_script.c:3:
src/game/camera.h:664:9: error: duplicate member ‘skipCameraInterpolationTimestamp’
664 | u32 skipCameraInterpolationTimestamp;
|
make: *** [Makefile:818: build/us_pc/src/engine/behavior_script.o] Error 1
Describe the bug
The readme in the master branch describes the process of installing the Models and Textures with EXTERNAL_DATA and DynOS, however neither are present after building the master branch.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The folders "res" and "dynos" exist, allowing to put the files within them.
Desktop:
Additional context
If I am the only one having this problem, it might be caused by the 60 FPS patch, or the TEXTURE_FIX Build Flag.
The text was updated successfully, but these errors were encountered: