@TheTrashbang Because they are props? And that's early version of Source? Those pallets even flashing as whole when you are shooting nearby, like those haunted trains in CS Source at de_train.
To Celebrate Half-Life’s 20th Anniversary, we have something special to share. Our first trailer for Xen! Check out our Steam post for even more info.
https://t.co/tbOCv6nEma
https://t.co/zIJ3d5H3io
@Tenacious_Diaz I guess this one should do that briefcase will hit target 100% at 0.5s after throw. So if target changing it's position in any direction at any distance - that will cause weird speed gain and/or slowing down. Maybe I'm thinking too much into it? :D
@TheTrashbang You need to pack your files into VPK to make it properly. Also, fun fact, Source Engine FS is always looking for lowercase filenames. VPK always packs as lowercase. So if you are sharing files with mixed upper and lower case then your add-on would not work properly on Linux.
@HSteffenhagen@thedeemon_lj D can interop with C++ libraries pretty easy. And in cases when `extern (C++)` doesn't work, C++ itself would be hard to interop with itself (cross-framework, high depends on custom containers).