supertuxkart-sourceforge-migration / stk-migration-test2

0 stars 0 forks source link

View/Zoom options #872

Open supertuxkart-sourceforge-migration opened 10 years ago

supertuxkart-sourceforge-migration commented 10 years ago

Author: bunder2011

I was wondering if STR could support zooming out, or first person view. Thanks

Migrated-From: https://sourceforge.net/apps/trac/supertuxkart/ticket/872

supertuxkart-sourceforge-migration commented 10 years ago

Author: hikerstk Main issue I see is that this needs additional buttons, and STK is already using too many. Of course, keyboards are fine, but we have to think of gamepads, wii-remotes, ...

You can probably reach a kind of zoom out effect by changing data/stk_config.xml, search for:

 <camera distance="1.5"forward-up-angle="15"
         backward-up-angle="30"/>

and increase the distance.