Page 1 of 1

Disable tips?

PostPosted: 16 May 2021, 09:05
by ohnonot
I would just like to disable the tips I see at random times, like "Only use zippers when it is safe. Long straight lines are ideal." or "First and foremost, focus on where your kart is going." etc.
Is this possible, either in the UI or in a config file?
I don't see it in ~/.config/supertuxkart/config-0.10/config.xml.
If it isn't, where and how would be the best way to request this?

{l Code}: {l Select All Code}
$> supertuxkart --version
[info   ] main: ==============================
[info   ] main: SuperTuxKart, 1.2.
[info   ] main: ==============================


TIA.

Re: Disable tips?

PostPosted: 16 May 2021, 10:49
by Heuchi1
I've looked at the source code and I think a tip gets shown if you don't finish better than 50% of all karts:
So if there are 4 or 5 karts total, for example, you get a tip shown if you don't make 1st or 2nd.

Currently there seems to be no way to change this, so a feature request would be needed.
Since I'm also quite new here: Should that be added to github issues?

Re: Disable tips?

PostPosted: 16 May 2021, 19:04
by benau
STK prefers as little options as possible, maybe for next release it will be hidden if you remove the tips.xml completely

Re: Disable tips?

PostPosted: 21 May 2021, 16:54
by benau
with https://github.com/supertuxkart/stk-cod ... 55acba7a7c you can disable tips by removing tips.xml in your data folder now starting from next release (or current git "preview" release) Image

Re: Disable tips?

PostPosted: 24 Jul 2021, 08:54
by ohnonot
ohnonot {l Wrote}:I would just like to disable the tips I see at random times

I meanwhile realized it's not random at all:
Heuchi1 {l Wrote}:a tip gets shown if you don't finish better than 50% of all karts

I can actually live with that.

Sorry for the noise.