Conversation
3d76734 to
c636d11
Compare
|
This functionality has existed within the game, the only difference is that it saves to the This issue has been fixed in https://github.com/Patoke/4JLibs/ which is expected to be implemented into the main project soon Unfortunately, this would make your commit unmergable as it's overlapping in functionality within the work plan of the project What you could do is just commit a change that calls If you need extra functionality for this, please let me know and I can add it to the 4JLibs repository, like a function that returns the name of the last created screenshot or ways to change the output directory Thanks for your contribution! |
c636d11 to
eb8c896
Compare
|
@Patoke Ah, I understand. I've updated the commit. Feel free to take a look! |
- Updated `EControllerActions` to include `MINECRAFT_ACTION_SCREENSHOT`. - Added conditional compilation for `stb_image_write.h` in `Minecraft.cpp`. - Modified `run_middle()` to handle screenshot key press. - Updated `tick()` to capture and save screenshots as PNG files. - Introduced `KEY_SCREENSHOT` in `KeyboardMouseInput.h` mapped to F2. - Added `stb_image_write.h` for image writing capabilities.
eb8c896 to
84b791c
Compare
Description
Changes
Previous Behavior
Root Cause
New Behavior
Fix Implementation
AI Use Disclosure
Related Issues