Kamil "Enderek0" K
Kamil "Enderek0" K
That's actually pretty nice idea. Unfortunatelly I think that the color of the laser is hardcoded. However I think that you can do something like in the P2 campaing, that...
I also add that I followed every single step on the wiki.
There is no such file in my map directory. There is srctools.vdf but it's in the Portal 2\bin\postcompiler, but changing any value there gives no results as it resets.
I agree you cannot change the font of TEntry using styles, but still, the other issue exists. You cannot change the font of TLabel at all.
On the default tkinter theme changing the font of TLabel works fine, butusing Azure it just refuses to work.
For the time being, there could a flag that disables the check for light origin, something like `-DisableLightOriginCheck`
Huh, it's only when I specify `soundentry_version 2`. It seems that this is the problem, when I comment it out the sound can be stopped now. (Ofc the distvariant also...
``` "operator_stacks" { "update_stack" { "import_stack" "update_music_stereo" "volume_lfo_time_scale" { "input2" "0.05" } "volume_lfo_scale" { "input2" "0.35" } "volume_fade_out" { "input_max" "4.0" } } } ``` When I add these operator...
But with these operator stacks the sound doesn't get influenced by distvariant now
I've done some testing again, and it seems that the sound stops properly if I specify just this: ``` "operator_stacks" { "stop_stack" { } } ``` It doesn't even need...