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

Добавить настройки графики #2

Open
PROPHESSOR opened this issue Apr 1, 2022 · 2 comments
Open

Добавить настройки графики #2

PROPHESSOR opened this issue Apr 1, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@PROPHESSOR
Copy link
Contributor

PROPHESSOR commented Apr 1, 2022

Свойство Ugly Low Normal High Ultra Custom
Фильтрация - Trilinear Trilinear Trilinear Trilinear Config
Скейлинг - Scale 3x XBRZ 4x XBRZ 4x XBRZ 4x Config
Постобработка - - Lens Lens, Bloom, FXAA Lens, Bloom, FXAA Config
Шейдеры - + + + + Config
POM - - - + + Config
Ошмётки - + + + + Config
Динамические тени - - - - + Config
Объёмное освещение - - - + + Config
SSAO - - - - + Config
@PROPHESSOR PROPHESSOR added the enhancement New feature or request label Apr 1, 2022
@PROPHESSOR PROPHESSOR self-assigned this Apr 1, 2022
@PROPHESSOR
Copy link
Contributor Author

PROPHESSOR commented Apr 10, 2022

ultra

+set drrp_enable_pom_shader true +set gl_custompost true +set drrp_enable_extended_gibs true +set drrp_lights_wrapper_type 2 +set gl_light_shadowmap true +set gl_lens true +set gl_bloom true +set gl_fxaa 4 +set gl_texture_filter 4 +set gl_texture_hqresize 12 +set gl_texture_hqresize_textures true +set gl_texture_hqresize_sprites true +set gl_texture_hqresize_fonts true +set gl_ssao 3 +set gl_ssao_portals 4

high

+set drrp_enable_pom_shader true +set gl_custompost true +set drrp_enable_extended_gibs true +set drrp_lights_wrapper_type 2 +set gl_light_shadowmap false +set gl_lens true +set gl_bloom true +set gl_fxaa 4 +set gl_texture_filter 4 +set gl_texture_hqresize 12 +set gl_texture_hqresize_textures true +set gl_texture_hqresize_sprites true +set gl_texture_hqresize_fonts true +set gl_ssao 0 +set gl_ssao_portals 4

low

+set drrp_enable_pom_shader false +set gl_custompost true +set drrp_enable_extended_gibs true +set drrp_lights_wrapper_type 1 +set gl_light_shadowmap false +set gl_lens false +set gl_bloom false +set gl_fxaa 0 +set gl_texture_filter 4 +set gl_texture_hqresize 2 +set gl_texture_hqresize_textures true +set gl_texture_hqresize_sprites true +set gl_texture_hqresize_fonts true +set gl_ssao 0

normal

+set drrp_enable_pom_shader false +set gl_custompost true +set drrp_enable_extended_gibs true +set drrp_lights_wrapper_type 1 +set gl_light_shadowmap false +set gl_lens true +set gl_bloom false +set gl_fxaa 0 +set gl_texture_filter 4 +set gl_texture_hqresize 12 +set gl_texture_hqresize_textures true +set gl_texture_hqresize_sprites true +set gl_texture_hqresize_fonts true +set gl_ssao 0

ugly

+set drrp_enable_pom_shader false +set gl_custompost false +set drrp_enable_extended_gibs false +set drrp_lights_wrapper_type 1 +set gl_light_shadowmap false +set gl_lens false +set gl_bloom false +set gl_fxaa 0 +set gl_texture_filter 0 +set gl_texture_hqresize 2 +set gl_texture_hqresize_textures false +set gl_texture_hqresize_sprites false +set gl_texture_hqresize_fonts true +set gl_ssao 0

@PROPHESSOR
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant