lstrsrt

Results 19 comments of lstrsrt

You can hook IVEngineClient::ClientCmd (https://github.com/perilouswithadollarsign/cstrike15_src/blob/master/public/cdll_int.h#L332) and check if szCmdString starts with "say". If yes, the rest of the string is the chat message. You can then change the string to...

Unfortunately still having this issue on 21H2 (19044). This error always comes up after a couple of minutes. I'll install a 22H2 VM tomorrow and see if it works there....

`:` is recognized as a special token by the parser, but you can escape it (and other special chars) with a backslash. So in this example, `I\:GOR` should work.

qt6-{qttools,qtbase,qtsvg}-devel are already listed. qt6-linguist is a dependency of the aforementioned so it gets installed automatically. ffmpeg-devel is only needed when using the nonfree version of ffmpeg, otherwise {libavcodec,libavformat}-free-devel are...

I investigated this today. As I understand it, numeric collation should be turned on here. The problem is just that ICU gets confused by the `:` separator, making it think...

[Track path metadata](https://github.com/fooyin/fooyin/blob/master/include/core/constants.h#L68-L73) (including `%relativepath%`) and [library variables](https://github.com/fooyin/fooyin/blob/master/src/core/scripting/scriptregistry.cpp#L213-L229) exist already, however I agree that the kind of functionality you're describing is currently hard to implement. `$split` also already exists but...

#442 implements some search functions (if you are building from source, you can apply the PR through git or wait until it gets merged; otherwise you'll have to wait for...

Yeah, just rebuilt and it's solved, thanks. For the second issue: I always use semicolons in both programs, and in the metadata it's also displayed with semicolons. Edit: nevermind, in...

All mp3 files as far as I can tell. The tag type varies; sometimes it's mixed (id3v2.4|id3v1) and sometimes it's just id3v2.3.

Can confirm this with the mp3tag screenshot below. I manually fixed the sixth song from within fooyin, which made it use the v2.4 separators (displayed as two backslashes). The other...