Version | Vanilla | Forge | NeoForge | Fabric | Quilt |
---|---|---|---|---|---|
1.21.1 | |||||
1.21 | |||||
1.20.6 | |||||
1.20.5 | |||||
1.20.4 | |||||
1.20.3 | |||||
1.20.2 | |||||
1.20.1 |
This file contains 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
// ==UserScript== | |
// @name Wolffiles Fixer | |
// @namespace https://github.com/skmedix/wolffiles-fixer | |
// @version 1.1.1 | |
// @description Fixes various issues with wolffiles.de, primarily removing www. from URLs and improving map previews | |
// @author skmedix | |
// @homepage https://github.com/skmedix/wolffiles-fixer | |
// @supportURL https://github.com/skmedix/wolffiles-fixer/issues | |
// @updateURL https://raw.githubusercontent.com/skmedix/wolffiles-fixer/main/wolffiles-fixer.user.js | |
// @downloadURL https://raw.githubusercontent.com/skmedix/wolffiles-fixer/main/wolffiles-fixer.user.js |
Engine | Contact |
---|---|
360 | [email protected] |
Abusix | [email protected], https://lookup.abusix.com/ |
Acronis | [email protected] |
ADMINUSLabs | [email protected], [email protected], [email protected] |
AegisLab | [email protected] |
Ahnlab | [email protected], [email protected] |
AILabs (Monitorapp) | [email protected] |
Alibaba | [email protected] |
This file contains 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
1. Download and install: http://patches.rockstargames.com/prod/socialclub/Social-Club-v1.1.9.5-Setup.exe | |
2. Download and install: http://patches.rockstargames.com/prod/gtav/Launcher_EFIGS/GTA_V_Launcher_1_0_757_3.exe | |
Optional: | |
3. Use right mouse button on "Grand Theft Auto V" icon from your Desktop, and choose Properties. | |
4. In Target, after second " symbol, append -verify | |
5. Now click OK button, and run GTA V. | |
6. Done. After update, you can remove -verify from your icon properties. |
This file contains 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
#!/bin/bash | |
clear | |
echo Installing Python dependencies.. | |
sudo apt-get install build-essential libsqlite3-dev zlib1g-dev libncurses5-dev libgdbm-dev libbz2-dev libreadline6 libreadline6-dev libssl-dev libdb-dev gunzip | |
echo Done. | |
echo Downloading Python 2.7.12.. | |
wget https://www.python.org/ftp/python/2.7.12/Python-2.7.12.tgz | |
echo Done. |