Fuzion icon indicating copy to clipboard operation
Fuzion copied to clipboard

Third Person Binding?

Open illiab9 opened this issue 3 years ago • 1 comments

I checked aource code, because I wanted to bind thirdperson (somehow). And in file /Fuzion/src/shortcuts.cpp I found stroke with thirdperson bind. And, ofc, its not working (code said that bind is alt+f). Can someone help me with it?

illiab9 avatar Apr 28 '21 15:04 illiab9

yeah, you have to enable it. you have to do something like -DEXPERIMENTAL_SETTINGS 1 or just #define EXPERIMENTAL_SETTINGS 1 just above it or in fuzion.cpp

acuifex avatar Apr 28 '21 16:04 acuifex