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

[MILESTONE] Redirect Darkspore.exe requests to the localhost #3

Open
vitor251093 opened this issue Mar 22, 2019 · 0 comments
Open

[MILESTONE] Redirect Darkspore.exe requests to the localhost #3

vitor251093 opened this issue Mar 22, 2019 · 0 comments
Labels
help wanted Extra attention is needed pre-alpha Intended to be released during pre-alpha stage

Comments

@vitor251093
Copy link
Owner

vitor251093 commented Mar 22, 2019

There are two possible ways of doing that:

  • We can inject code in the Darkspore EXE to make all requests point to the localhost, just like the SPORE ModAPI does with SPORE. We should be able to do so with Detours.
  • We can use a reverse proxy to redirect those requests to the localhost. It may be based in tinyproxy or proxifier.

The first one is probably more likely, but we still couldn't make any of them work yet.

@vitor251093 vitor251093 added the help wanted Extra attention is needed label Mar 22, 2019
@vitor251093 vitor251093 changed the title Redirect Darkspore.exe requests to the localhost [MILESTONE] Redirect Darkspore.exe requests to the localhost Apr 17, 2019
@vitor251093 vitor251093 added the pre-alpha Intended to be released during pre-alpha stage label Apr 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed pre-alpha Intended to be released during pre-alpha stage
Projects
None yet
Development

No branches or pull requests

1 participant