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

Update FAQ with help for Buffers size mismatch #405

Merged
merged 1 commit into from
Aug 27, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion doc/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ that supports the widest range of features.
https://github.com/mwydmuch/ViZDoom/issues/319


+### How to create/modify scenarios?
### How to create/modify scenarios?

You can create or modify existing scenarios using many available Doom map editors.
We recommend using one of these two editors:
Expand Down Expand Up @@ -124,3 +124,12 @@ https://github.com/mwydmuch/ViZDoom/issues/187

See also:
- List of CVARs: [https://zdoom.org/wiki/CVARs:Configuration](https://zdoom.org/wiki/CVARs:Configuration)

### I am getting `Buffers size mismatch.` error

Make sure you can run ZDoom binary inside the ViZDoom package.

If the game works, go to `Options -> Set Video Mode` and see the list of available resolutions there. Try one of these resolutions viz ViZDoom.

**Original issue and answer:**
https://github.com/mwydmuch/ViZDoom/issues/404