Crystal Hammer

Results 232 comments of Crystal Hammer

Thanks for the link. Amazing application. I was even looking for such on github and didn't find it. Yes. I mean to record sounds from it at e.g. 4 different...

Okay that newer version (without sources) https://github.com/Engine-Simulator/engine-sim-community-edition worked on Windows. Starts on Wine but probably too much CPU use makes it jitter. Well it would be best to have some...

Great. I didn't realize that was all possible. I can record with Audacity too. So will do it someday.

If I remember right, I didn't use doubles for bullet so yes I advice to disable double precision in [docs here](https://github.com/stuntrally/stuntrally3/blob/main/docs/BuildingVS.md#23). I saw these errors myself, I think on Windows...

Aah, so it builds okay now? Does it mean I should rename FindBULLET.cmake to FindBullet.cmake?

Okay, yeah current cmake config is somewhat butchered by me to work. add_external_lib( is I think for Conan, IDK maybe not needed. Or maybe it needs to be BULLET for...

Also another gameplay type: timed challenge. I originally thought about this for races. But did races with taxi gameplay now. So if time runs out (already shown on Hud) then...

OK actually I have them so: Had to click Advanced Is this good or bad? ![04_20-08-57](https://github.com/user-attachments/assets/dbc67648-45d2-40e9-ac5e-3f59ff567118)

Hmm should I have there these instead or those /usr/* ? `/home/ch/_sr/Ogre/ogre-next-deps/src/vulkan/basic-sdk/include/vulkan/` `/home/ch/_sr/Ogre/ogre-next-deps/src/vulkan/basic-sdk/lib/linux64/libvulkan.so.1.2.148` And if so how could I do it in CMake*.txt automatically so it stays?

I'm afraid this didn't fix it. So I added these args to my cmake command for OgreNext in my .py script: ``` '-D Vulkan_INCLUDE_DIR="/home/ch/_sr/Ogre/ogre-next-deps/src/vulkan/basic-sdk/include/vulkan" '+ '-D Vulkan_LIBRARY="/home/ch/_sr/Ogre/ogre-next-deps/src/vulkan/basic-sdk/lib/linux64/libvulkan.so" '+ ``` I...