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

brillouin_divider - broken with negative Y elevations #94

Open
dopazz opened this issue Dec 2, 2021 · 1 comment
Open

brillouin_divider - broken with negative Y elevations #94

dopazz opened this issue Dec 2, 2021 · 1 comment

Comments

@dopazz
Copy link

dopazz commented Dec 2, 2021

Running Papyrus to show me a slice of the world at Y = -56 works:

papyruscs --world "_level_import" --output "_output\slice56" --dim 0 --forceoverwrite --chunksperdimension 2 --notrimceiling --limity -56

image

But adding the Brillouin divider option renders everything as black:

papyruscs --world "_level_import" --output "_output\slice56" --dim 0 --forceoverwrite --chunksperdimension 2 --notrimceiling --limity -56 --brillouin_divider 1

image

@hrmorley34
Copy link
Contributor

Try adding --brillouin_offset -56; the default brillouin offset is 64 which makes the bottom of the world very dark. I don't think that there's an issue with the divider directly.

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