Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RenderDoc support for auto launching. #231

Closed
marchermans opened this issue Jul 25, 2024 · 0 comments
Closed

Add RenderDoc support for auto launching. #231

marchermans opened this issue Jul 25, 2024 · 0 comments

Comments

@marchermans
Copy link
Contributor

Several modders, for example monica, have asked that NG can start the game with RenderDoc as an option.

This would require doing the following steps:

  1. Download the latest renderdoc zip/tarball for the platform (Windows or Linux, mac has no such support so won't do that) (https://renderdoc.org/builds)
  2. Start the game through renderdoc (renderdoccmd as command with arguments) (https://gist.github.com/T3sT3ro/e43b714ee6ca97ec4b0cb65fc606ffac?permalink_comment_id=4993063#gistcomment-4993063) -> See details for better approach.
  3. Wire this up for tasks, and IDE integration

Details:

  • Create java agent which wires up the libraries and starts renderdoc from arguments passed in.
  • Should be an option on the run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant