🤷♂️
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
[ServerSettings] | |
PlayerXPTimeMultiplier=2.000000 | |
CanDamagePlayerOwnedStructures=True | |
EnableSandStorm=True | |
clanMaxSize=40 | |
DayCycleSpeedScale=1.000000 | |
DayTimeSpeedScale=1.000000 | |
NightTimeSpeedScale=1.000000 | |
DawnDuskSpeedScale=1.000000 | |
ClientCatchUpTime=10.000000 |
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
[Core.System] | |
ZeroEngineVersionWarning=False | |
[Core.Log] | |
Gamecode_Building=Display | |
Gamecode_Items=Display | |
Gamecode_AI=Display | |
Gamecode_Combat=Display | |
Gamecode_NPC=Display | |
Gamecode_Effects=Display |
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
[OnlineSubsystemSteam] | |
ServerName="YOUR SERVER NAME GOES HERE" | |
[Settings.Physics.Cloth] | |
MaxClothSimuatingActors=8 | |
MaxClothSimuatingDistance=10000 | |
ClothSimulationAdjustmentInterval=0.4 | |
[/Script/EngineSettings.GeneralProjectSettings] | |
ProjectID=0053492640DAEBA7FDF366861A957DB2 |
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
#!/bin/bash | |
CD="/Library/CocoaDialog/CocoaDialog.app/Contents/MacOS/CocoaDialog" | |
rv=`$CD msgbox --title "Updates Available" \ | |
--text "Updates have been deployed to UCI Software Center" \ | |
--informative-text "Click on the Univision Tulip on the top of the screen and choose Available Updates." \ | |
--icon "download" \ | |
--icon-file "/Library/CocoaDialog/tulip.png" \ | |
--icon-size 128 \ |
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
namespace Global { | |
virtual Script cleanupPatches(()) {} | |
virtual Script updatePatchedTerCounterGui(( string loadedTerCount, string totalTerCount )) {} | |
virtual Script updateForestPatchingCounterGui(( string loadedTerCount, string totalTerCount )) {} | |
virtual Script updateObjPatchingCounterGui(( string loadedTerCount, string totalTerCount )) {} | |
virtual Script updateGeoPatchingCounterGui(( string loadedTerCount, string totalTerCount )) {} | |
virtual Script updatePatchingCounterGui(( string patchedTerCount, string totalTerCount )) {} | |
virtual Script joinToRemoteServer(( string addr, string password )) {} | |
virtual Script initLocalConnection(( string port )) {} | |
virtual Script updateVersionBarText(()) {} |
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
function stackOnItem(%keyDown) { | |
%stackSpaceX = 16; // Edit me if you want | |
%stackSpaceY = 40; | |
%maxCols = 10; | |
if($targetItem && %keyDown) { | |
/*log("PROPERTY OF YE OLDE CITY OF DETROIT IT SUPPORT"); | |
log("TargetItem:" SPC $targetItem); | |
log($targetItem.bitmap); | |
$targetItem.dump();*/ |
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
#!/bin/bash | |
LOGGER="/usr/bin/logger" | |
# Determine working directory | |
install_dir=`dirname $0` | |
# Uninstall existing copy of Sophos 8.x by checking for the | |
# Sophos Antivirus uninstaller package in /Library/Sophos Anti-Virus. | |
# If present, the uninstallation process is run. |
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
./CreateOnAccessPreconfig -AutoLaunch “YES” -InArchives “NO” && sudo ./CreateUpdatePreconfig -PrimaryServerType 1 -PrimaryServerUserName SophosSvcAccount -PrimaryServerPassword \!4m31337 -PrimaryServerURL http://avupdate.yourdomaingoeshere.com:8195/sophosupdate/CIDs/S000/ESCOSX -SecondaryServerType 0 -SecondaryServerUserName username -SecondaryServerPassword changeme |
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
"/path/to/Sophos Installer.app/Contents/MacOS/tools/InstallationDeployer" --install |
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
”/path/to/Sophos Installer.app/Contents/MacOS/Installer” — install |