Skip to content

Instantly share code, notes, and snippets.

View AquariusPower's full-sized avatar
💭
"truth is a pathless land" - J.K

AquariusPower

💭
"truth is a pathless land" - J.K
View GitHub Profile
@AquariusPower
AquariusPower / quickRestartEngine.txt
Last active January 29, 2021 22:09
How to quickly restart a game after a crash/freeze on Wine(Linux)?
Some games takes a long time merely to reach the Main menu.
After a crash, in the middle of a fight, what you least want is to wait a huge reload time.
So, after the crash, we would have to wait for the game initialization + the savegame loading times...
How to overcome this boredom?
---
First prepare a new wineprefix properly:
```
@AquariusPower
AquariusPower / gist:0ffc5891143ef79f634578f563e51e1e
Created March 7, 2021 23:07
how to fix gimp brush when it becomes elliptical for paintbrush, smudge, blur etc?
For gimp 2.10.
The circular brush suddenly becomes elliptical and changing some random setting.
I tried changing all settings and even restarting gimp.
To fix, I just deleted the folder ~/.config/GIMP, but I think it could be just some file inside of it, comment if you find out.
The other tip on the internet said to reboot, but I did not want to do that.
Out of patience to let this question/answer be accepted on stackexchange sites also... feel free to do it.
@AquariusPower
AquariusPower / blenderPython
Created October 31, 2021 19:27
how to easily find my own way on blender's python?
Q:
I never coded in python, but already in C++ and Java.
By "find my way" I mean a tip that will help me avoid creating many questions
AND also almost not have to study the documentation.
A:
Blender has a python console with auto completion (TAB key)!