docs: update README.md and promote discord as issue tracker

This commit is contained in:
PancakeTAS 2025-07-08 18:08:55 +02:00
parent a73ce58f9c
commit 45f4296319
No known key found for this signature in database
4 changed files with 6 additions and 82 deletions

View file

@ -1,35 +0,0 @@
---
name: Bug report (non-functional)
about: Report a bug (if lsfg-vk is not working at all).
title: "[BUG] Explain your bug"
labels: bug
assignees: ''
---
<!-- This template is for bugs that make lsfg-vk fully non-functional. This includes crashes and the game simply not being hooked properly -->
**Describe the bug**
A clear and concise description of what's happening is and, if not immediately obvious, what's supposed to happen instead.
**To Reproduce**
Steps to reproduce the behavior:
1. Open '...'
2. Move/Resize '...'
3. See error
**Screenshots/Videos**
If applicable, add screenshots to help explain your problem.
**System information**
What Linux distro are you on? What driver version are you using? What's in your machine?
Anything that could be relevant.
**Verbose log messages**
Grab the latest debug build (change "Release" to "Debug" in build parameters) and launch your game with these environment variables set:
`LSFG_LOG_FILE=lsfg.log LSFG_LOG_DEBUG=all VK_LOADER_DEBUG=all`
Pipe the application output to a file (`2>&1 | tee app.log` at the end of the command)
Upload both xxxx_lsfg.log and app.log.
Open up a terminal and type `vulkaninfo -o vulkan.txt`, this will create a file called vulkan.txt. Upload it as well.

View file

@ -1,35 +0,0 @@
---
name: Bug report
about: Report a bug (if lsfg-vk does work, but not as expected)
title: "[BUG] Explain your bug"
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what's happening is and, if not immediately obvious, what's supposed to happen instead.
**To Reproduce**
Steps to reproduce the behavior:
1. Open '...'
2. Do '...'
3. Notice '...'
**Screenshots/Videos**
If applicable, add screenshots to help explain your problem.
**System information**
What Linux distro are you on? What driver version are you using? What's in your machine?
Anything that could be relevant.
**Verbose log messages**
(you may skip this step if not relevant))
Grab the latest debug build (change "Release" to "Debug" in build parameters) and launch your game with these environment variables set:
`LSFG_LOG_FILE=lsfg.log LSFG_LOG_DEBUG=all VK_LOADER_DEBUG=all`
Pipe the application output to a file (`2>&1 | tee app.log` at the end of the command)
Upload both xxxx_lsfg.log and app.log.
Open up a terminal and type `vulkaninfo -o vulkan.txt`, this will create a file called vulkan.txt. Upload it as well.

View file

@ -1,10 +0,0 @@
---
name: Other
about: Create an empty issue.
title: ''
labels: ''
assignees: ''
---

View file

@ -2,6 +2,10 @@
This project brings [Lossless Scaling's Frame Generation](https://store.steampowered.com/app/993090/Lossless_Scaling/) to Linux!
>[!CAUTION]
> This is a work-in-progress. While frame generation has worked in quite a few games, there's still a long way to go.
> **This is a work-in-progress**. While frame generation has worked in quite a few games, compatibility in many games as well as frame pacing issues still need to be fixed.
Please see the [Wiki](https://github.com/PancakeTAS/lsfg-vk/wiki) for install instructions and join the [Discord](https://discord.gg/losslessscaling) for help (In order to see the linux channels, verify your Steam account.)
>[!WARNING]
> Please do note open GitHub issues for anything other than feature requests. Due to the nature of this project, it is much easier to deal with issues through Discord, than GitHub. Use the #linux-reports channel for game compatibility.
Please see the [Wiki](https://github.com/PancakeTAS/lsfg-vk/wiki) for install instructions