Created
February 19, 2015 23:37
-
-
Save warewolf/c0f52063217468c8645c to your computer and use it in GitHub Desktop.
Don't Starve Together GDB script for running on a different display
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| file /usr/lib/libSDL2-2.0.so.0 | |
| file "/home/warewolf/.local/share/Steam/steamapps/common/Don't Starve Together Beta/bin/dontstarve_steam" | |
| set breakpoint pending on | |
| define MTFNPY | |
| step 6 | |
| finish | |
| step 4 | |
| set variable displaydata.screen=3 | |
| disable | |
| detach | |
| end | |
| break X11_CreateWindow | |
| command | |
| MTFNPY | |
| end | |
| run | |
| quit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment