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
; VIS-G default suggested Overrides based from VIS-G 2.7 mod files | |
; Created by BenRierimanu (Starhamster#6155) | |
; Revision 2 | |
GourdInstitute=[Produce] | |
MelonWarwick=[Produce] | |
MirelurkEgg=[Egg] | |
BeerBottleEmpty01=[Bottle] | |
MilkBottleEmpty=[Bottle] | |
NukaColaEmpty=[Bottle] | |
Hammer01=[Tool] |
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
<?xml version="1.0" encoding="utf-8"?> | |
<!-- device/motorola/clark/configs/privapp-permissions-qti.xml --> | |
<permissions> | |
<privapp-permissions package="com.qualcomm.atfwd"> | |
<permission name="android.permission.INTERACT_ACROSS_USERS"/> | |
</privapp-permissions> | |
<privapp-permissions package="com.qualcomm.qcrilmsgtunnel"> | |
<permission name="android.permission.INTERACT_ACROSS_USERS"/> | |
</privapp-permissions> |
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
project build/make/ | |
diff --git a/build/make/core/tasks/check_boot_jars/package_whitelist.txt b/build/make/core/tasks/check_boot_jars/package_whitelist.txt | |
index b0becba82..44ec56f3b 100644 | |
--- a/build/make/core/tasks/check_boot_jars/package_whitelist.txt | |
+++ b/build/make/core/tasks/check_boot_jars/package_whitelist.txt | |
@@ -241,3 +241,7 @@ com\.google\.vr\.platform.* | |
################################################### | |
# Packages used for Android in Chrome OS | |
org\.chromium\.arc |
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
@echo off | |
set filename=%~n0 | |
rem %~n0 obtains the filename, without the .bat extension. | |
set realname=%filename:~0,-6% | |
rem This step cuts the .RUNME from the batch filename. | |
set patchname=%realname%.patch | |
rem And with the cut realname, add the .patch extension. | |
rem echo DEBUG %filename% %realname% %patchname% | |
rem Debugging statement, uncomment if you want to see it in action. | |
echo Applying %patchname% to the unsubtitled video file. |
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
########## | |
# Tweaked Win10 Initial Setup Script | |
# Primary Author: Disassembler <[email protected]> | |
# Modified by: alirobe <[email protected]> based on my personal preferences. | |
# Version: v3.5, 2018-12-23 | |
# Primary Author Source: https://github.com/Disassembler0/Win10-Initial-Setup-Script | |
# Tweaked Source: https://gist.github.com/alirobe/7f3b34ad89a159e6daa1/ | |
# Tweak difference: | |
# | |
# @alirobe's version is a subset focused on safely disabling telemetry, some 'smart' features and 3rd party bloat ... |
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
diff --git "a/C:\\Steam\\SteamApps\\common\\Fallout New Vegas\\[06] YUP - Base Game + All DLC.esm.txt" "b/C:\\Steam\\SteamApps\\common\\Fallout New Vegas\\[07] OverrideYUP-CaseAddfix.esp.txt" | |
index 437b9b7..31c5d25 100644 | |
--- "a/C:\\Steam\\SteamApps\\common\\Fallout New Vegas\\[06] YUP - Base Game + All DLC.esm.txt" | |
+++ "b/C:\\Steam\\SteamApps\\common\\Fallout New Vegas\\[07] OverrideYUP-CaseAddfix.esp.txt" | |
@@ -3,6 +3,7 @@ scn VendorBulkBuyFixerSCRIPT | |
short ReadyFlag | |
;Vars to hold itemcounts for each bulk item | |
+; Diskmaster - Corrected Case Box amounts per box (200 -> 25) and ECP Bulk Box amount (200 -> 100). 06-05-14 | |