sultim-t / xash-rt

Fork of the Xash3D FWGS with a real-time path tracing
1.09k stars 24 forks source link

Using RT with BugfixedHl and Openag clients #140

Open Mehmet-I opened 1 year ago

Mehmet-I commented 1 year ago

Hello Bro,

First of all, thank you very much for this work. I will introduce this project to the players of the 5 servers I own. There are several clients that we use in general. Like BugfixedHL and Openag. I'm curious about the possibility of making this project work with them? BugfixedHL: https://github.com/tmp64/BugfixedHL-Rebased Openag: https://github.com/YaLTeR/OpenAG

nekonomicon commented 1 year ago

BugfixedHL: https://github.com/tmp64/BugfixedHL-Rebased

hlsdk-portable already has some patches from BugfixedHL and even more. Also, AFAIR BugfixedHL has functionality to make screenshots into jpeg and to clear some structs in memory on reconnect via detours to engine, but Xash3D FWGS already saves screenshots into png and clear structs on reconnects.

Anyway you can try to apply some patches from hlsdk-portable: https://github.com/FWGS/xash3d-fwgs/blob/master/Documentation/mod-porting-guide.md

0x4E69676874466F78 commented 1 year ago

@nekonomicon

but Xash3D FWGS already saves screenshots into png and clear structs on reconnects

But in this render the screenshots are not implemented.