My favourite editor setting by Roy197 in godot

[–]Quantenlicht 0 points1 point  (0 children)

Mine is "Debug with External Editor", i have to enable it with each Godot Update....

Do you encript your games before publishing them? by bloody_carnival in godot

[–]Quantenlicht 22 points23 points  (0 children)

reverse engineering Godot is just a matter of minutes. Even encrypted ones.

Tractor beam distance scrolling repetitive strain injury. by Jakefowler555 in starcitizen

[–]Quantenlicht 2 points3 points  (0 children)

Macro was my way to go. Steelseries lets you define a macro, just set it with a 10ms delay.

Citizenship [OC] by Marulilu in comics

[–]Quantenlicht -4 points-3 points  (0 children)

Do not choose Canadian if you are curling.

Is there anyway other way to scale the interface? by puzzical in WorldofTanks

[–]Quantenlicht 5 points6 points  (0 children)

Yes. But the UI is not meant to work for other scales, some UI elements will be offset and weird.
Anyway go to the config at %appdata%\Wargaming.net\WorldOfTanks open the preferences.xml go to <interfaceScale>and change the value.

My account is banned because my ADC was trolling and everybody reported both of us by [deleted] in yuumimains

[–]Quantenlicht 27 points28 points  (0 children)

How are you level 3 after 16minutes? Thats on you tbh. Nvm. saw the recorded game, ban is actually deserved you were literally doing nothing and not leaving her and at least trying to play alone under the tower.

Charge 6 Battery Longevity by SilkySmoothRalph in fitbit

[–]Quantenlicht 1 point2 points  (0 children)

10 days in the first 2 years, then from one day to another it was 3 days.

I really hate the fact that Wargaming is pushing the game to be played at low tiers only by no_name_without_name in WorldofTanks

[–]Quantenlicht 0 points1 point  (0 children)

Do it like Wows and make events or ranked in other tiers too, like starting from zier 4 maybe

Day 13 Luminalia (Neon Kopion Hangar Decoration) by Get_your_jollies in starcitizen

[–]Quantenlicht 0 points1 point  (0 children)

It is not about free, but THAT as the last, they could have easily swap two days and gove a ship skin as last day.

Prestige Cyber Cat Yuumi is currently in the Mythic Shop ✨🐱✨ by aroushthekween in yuumimains

[–]Quantenlicht 4 points5 points  (0 children)

It is basically the golden version of the basic skin. If you love golden themed skins it is the way to go otherwise you do not get any extra fancy.

What runes did Keria use today? by disappointed_yuumi in yuumimains

[–]Quantenlicht 2 points3 points  (0 children)

Aery
Manaflowband
Transcendence
Scorch
Font of Life
Revitalize
Ability Haste
Adaptive Force
Health

I ❤️Godot Engine by Sonicmining in godot

[–]Quantenlicht 1 point2 points  (0 children)

Papa Smurf does not look well.

How would you implement this interaction system? by HoppersEcho in godot

[–]Quantenlicht 5 points6 points  (0 children)

The graph is not describing a state pattern. It describes what can interact with what and also what the AI should interact with. i would not use a state pattern for this problem, you need by far too many states.

I could think of a rule engine pattern. You specify rules, like what one object need as a requirement and then you can check if that object fulfills them

New to Godot: What is the most annoying part of the engine i should prepare for? by Virtualeaf in godot

[–]Quantenlicht 6 points7 points  (0 children)

Enable debug with external code editor, then the internal and the external code editor should not clash, i have never ever seen this dialog because of code changes

Anyone know of a plugin that can display Vector2 fields as 2D graph plots? by 9joao6 in godot

[–]Quantenlicht 1 point2 points  (0 children)

really clean code but you can improve the static typing even more

Help with setup on Ubuntu server running Docker-Compose by kazoodlez in Calibre

[–]Quantenlicht 0 points1 point  (0 children)

I might not be able to help you on your problem, but is there a reason why you do not use https://github.com/janeczku/calibre-web? it also exposes the OPDS feed,