Dominik Waurenschk

Results 47 comments of Dominik Waurenschk
trafficstars

Even the official launcher won't let you adjust settings out of the game. If you play with Proton, you can find the games settings files in `/path/to/steam/steamapps/compatdata/107410/pfx/drive_c/users/steamuser/My Documents/Arma 3/`. Native...

size independence is a material parameter, if I recall correctly. So fixing that should literally be one click :smile:

Custom music should be easy. Let the user specify a directory in settings, then load .ogg, .wav or .mp3 files from there and play them. The most complicated part would...

Can this be closed? We did add music to the game.

Unit tests are not about keeping compatibility, and they are not for users. They are only for us developers. They are about not accidentally breaking something when you refactor something...

First of all, thank you very much! That looks lovely! What license are you willing to put this under? I think last time I checked, @Jean28518 wanted only CC0 assets,...

But that's what the station *is*. It is a rail logic node that denotes the beginning of a station on the rail. If you want to have a platform, you...

I'm not sure if getting rid of the rail menu is a good idea. I think it should still be there, because you can be as precise as you want...

For grass and bushes, some of these might be useful: https://opengameart.org/users/yughues Sadly no tree models, but he has textures for trees. All of his work is CC0 licensed. For LOD...

Using multimeshes is a good idea. So I guess what you would do, instead of swapping out the LOD0 mesh with the LOD1 mesh, you would instead change the transform...