Advertisement
Marukyu

NecroDebug tutorial

Mar 22nd, 2016
1,588
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. How to enable Crypt of the NecroDancer's Debug Mode:
  2.  
  3. Download the Debug Mode tool that matches your Operating System.
  4.  
  5. Windows: http://mackirby.tv:2468/NecroDebug/NecroDebug-Win32.exe
  6. Linux: http://mackirby.tv:2468/NecroDebug/libNecroDebug.so
  7.  
  8. Windows instructions:
  9. While the game is running, open `NecroDebug-Win32.exe`. The game is now in Debug Mode. Press F1 to open the Debug Menu.
  10.  
  11. Linux instructions:
  12. Place libNecroDebug.so in your game directory and set environment variable `LD_PRELOAD=libNecroDebug.so` before running the game. The game will start in Debug Mode. Press F1 to open the Debug Menu.
  13.  
  14. WARNING:
  15. When using the Debug Menu, do not enable the option "Unlock Action Slot #2" under "Cheat Hotkeys", as this will give you a permanent, invisible backpack, which persists outside of Debug Mode and affects All Zones runs. To remove it, you have to exit the game, open the Data subfolder in the game's installation directory and edit the file `save_data[YourSteamID].xml`, removing `ActionSlot2Unlocked="1"` or `ActionSlot2Unlocked="true"`.
  16.  
  17. Source code:
  18. Windows: http://mackirby.tv:2468/NecroDebug/NecroDebug-Win32.c
  19. Linux: http://mackirby.tv:2468/NecroDebug/NecroDebug.c
  20.  
  21. Contact @Marukyu#6450 on Discord if there are any issues.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement