Open RiaxStuff opened 3 years ago
Which engine are you using?
For GZDoom, use .\gzdoom-discordrpc.exe gzdoom
(after compiling).
Or use cargo run -- gzdoom
(from the root dir of the project).
For LZDoom, use .\gzdoom-discordrpc.exe lzdoom
(after compiling).
Or use cargo run -- lzdoom
(from the root dir of the project).
no matter how I try to type it, it always says invalid engine has been inputted. Pretty sure that I am doing something wrong.
I am on Windows 10 by the way.