This website requires JavaScript.
Explore
Help
Register
Sign In
Game-Decompilation
/
jak-project
Watch
1
Star
0
Fork
0
You've already forked jak-project
mirror of
https://github.com/open-goal/jak-project.git
synced
2025-02-21 14:40:50 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
jak-project
/
goal_src
/
user
/
.gitignore
4 lines
25 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[goos/goal] user profiles (#977) * implement user profiles * example usage! * typo * use a cond * fix errors * fixes * fix potential commandline args disaster
2021-11-24 05:44:04 +00:00
*
!.gitignore
repl: Add a few new quality of life improvements (#2030) - You can define a `startup.gc` in your user folder, each line will be executed on startup (deprecates the usefulness of some cli flags) - You can define a `repl-config.json` file to override REPL settings. Long-term this is a better approach than a bunch of CLI flags as well - Via this, you can override the amount of time the repl will attempt to listen for the target - At the same time, I think i may have found why on Windows it can sometimes take forever to timeout when the game dies, will dig into this later - Added some keybinds for common operations, shown here https://user-images.githubusercontent.com/13153231/202890278-1ff2bb06-dddf-4bde-9178-aa0883799167.mp4 > builds the game, connects to it, attaches a debugger and continues, launches it, gets the backtrace, stops the target -- all with only keybinds. If you want these keybinds to work inside VSCode's integrated terminal, you need to add the following to your settings file ```json "terminal.integrated.commandsToSkipShell": [ "-workbench.action.quickOpen", "-workbench.action.quickOpenView" ] ```
2022-11-20 14:28:41 -05:00
!readme.md
Reference in New Issue
Copy Permalink