You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Boilerplate for a simple python script with arguments parsing and coloured logging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Copy your Quake 3 game files to /usr/share/games/quake3/baseq3
Install both the Quake 3 package as well as the application game-data-packager to create a non-distributable Quake 3 data package: sudo apt install quake3 game-data-packager innoextract
Package the data files: game-data-packager -i quake3 /usr/share/games/quake3/baseq3/pak0.pk3
evenvo.bat | a batch file for easy python virtual environment operations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The Immersive Mode on Android hides all system bars when the app is running, thus giving you access to the full width and height of the screen (this is useful for getting integer aspect ration when zooming).First you have to find the the template GameActivity.java file that the system uses to generate the apps code. Usually it is located at
HaxeToolkit\haxe\lib\lime[currentVersion]\templates\android\template\src\org\haxe\lime
then modify it to include