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

Builds but doesn't work. #1

Open
castlevania11 opened this issue Aug 15, 2018 · 5 comments
Open

Builds but doesn't work. #1

castlevania11 opened this issue Aug 15, 2018 · 5 comments

Comments

@castlevania11
Copy link

I get a black screen when I try to run Gungeon with the DLLs made from MonoMod. No crashes.

@zatherz
Copy link
Contributor

zatherz commented Aug 15, 2018

Are you using MonoMod directly? If so, you shouldn't. You should use https://github.com/modthegungeon/Installer.Headless, and add a custom local component (tell me if you need help with that).

@castlevania11
Copy link
Author

How do I do that?

@zatherz
Copy link
Contributor

zatherz commented Aug 21, 2018

Run mtginstaller components to create the basic config files. After that, you'll have a Mod the Gungeon folder in %appdata%. Open the custom-components.yml file inside, delete all content in it, and then paste this (filling in the proper fields):

- name: ETGMod_local
  versions:
    - key: latest
      name: Latest local build
      path: 'C:\PATH\TO\ETGMOD.zip'
      requires_patched_exe: true

After that, you should be able to run mtginstaller install ETGMod_local to install your local ETGMod build.

By the way, a while ago I released the first beta of the installer and of ETGMod Reloaded. You can download the installer from https://modthegungeon.zatherz.eu, and install Reloaded by running mtginstaller install ETGMod.

@castlevania11
Copy link
Author

Looks like your website's down. Also get timed out from mtginstaller components.

@zatherz
Copy link
Contributor

zatherz commented Aug 23, 2018

Yup, sorry for that. Should be back any moment now

zatherz added a commit that referenced this issue Nov 29, 2018
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

2 participants