Skip to content

Instantly share code, notes, and snippets.

View tempusthales's full-sized avatar
🤷‍♂️
It's not my fault, he made me do it...

Gilbert Palau tempusthales

🤷‍♂️
It's not my fault, he made me do it...
View GitHub Profile
[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
[Core.System]
ZeroEngineVersionWarning=False
[Core.Log]
Gamecode_Building=Display
Gamecode_Items=Display
Gamecode_AI=Display
Gamecode_Combat=Display
Gamecode_NPC=Display
Gamecode_Effects=Display
[OnlineSubsystemSteam]
ServerName="YOUR SERVER NAME GOES HERE"
[Settings.Physics.Cloth]
MaxClothSimuatingActors=8
MaxClothSimuatingDistance=10000
ClothSimulationAdjustmentInterval=0.4
[/Script/EngineSettings.GeneralProjectSettings]
ProjectID=0053492640DAEBA7FDF366861A957DB2
@tempusthales
tempusthales / notification.sh
Created April 19, 2017 22:10
notification pop up with cocoaDialog
#!/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 \
@tempusthales
tempusthales / life_if_feudal_-_client_script_functions.cpp
Created December 30, 2017 02:57
Life if Feudal - Client script functions
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(()) {}
@tempusthales
tempusthales / stackonitem.cs
Created January 1, 2018 00:08
LiF: MMO Sort Inventory Script
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();*/
@tempusthales
tempusthales / install-sophos.sh
Created January 30, 2018 01:18
Script for installing sophos 9.6.6 on macOS
#!/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.
@tempusthales
tempusthales / creationaccesspreconfig.sh
Created March 19, 2018 22:23
Create On Access Pre-Config for Sophos
./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
@tempusthales
tempusthales / findline68.txt
Last active March 19, 2018 22:37
Managed to Stand-Alone
"/path/to/Sophos Installer.app/Contents/MacOS/tools/InstallationDeployer" --install
@tempusthales
tempusthales / changedline68.txt
Created March 19, 2018 22:38
Managed to Unmanaged
”/path/to/Sophos Installer.app/Contents/MacOS/Installer” — install