Skip to content

Instantly share code, notes, and snippets.

@timgilbert
Last active August 29, 2015 14:04
Show Gist options
  • Save timgilbert/dd9fe3be6ee55ffdf9cb to your computer and use it in GitHub Desktop.
Save timgilbert/dd9fe3be6ee55ffdf9cb to your computer and use it in GitHub Desktop.
Git diff between Windows and Mac ini files in `XCOMData/XEW/XComGame/Config/`
diff --git b/XCOMData/XEW/XComGame/Config/DefaultEngine.ini a/XCOMData/XEW/XComGame/Config/DefaultEngine.ini
index 445a5c8..8b022ed 100755
--- b/XCOMData/XEW/XComGame/Config/DefaultEngine.ini
+++ a/XCOMData/XEW/XComGame/Config/DefaultEngine.ini
@@ -1404,7 +1404,8 @@ TEXTUREGROUP_WorldSpecular=(MinLODSize=256,MaxLODSize=1024,LODBias=0,MinMagFilte
[Windows.StandardUser]
MyDocumentsSubDirName=XCOM - Enemy Within
-+DirsToCreateAtStartup=Saves
+;FERAL OLL 02-Apr-2014 don't create this unused Saves folder fbug://11850
+;do not add the creates dirs on startup key commented out (it will still get read).
[FullScreenMovie]
+SkippableMovies=XEW_Logo_2KFiraxis
@@ -1566,10 +1567,15 @@ MyDocumentsSubDirName=XCOM - Enemy Within
+SkippableMovies=XEW_TP_BaseAssault-Lose
; PC Startup movies
+;#if FERAL_PORT // OLL 26-Sept-2013 - Play Feral movie.
++StartupMovies=feral
+;#endif FERAL_PORT
+StartupMovies=XEW_Logo_2KFiraxis
+StartupMovies=XEW_UE3TechLogo
+StartupMovies=XEW_Legal_PCConsole
-+StartupMovies=Black
+;#if FERAL_PORT // OLL 26-Sept-2013 - This movie is missing from our data.
+;+StartupMovies=Black
+;#endif
; Loading screen configuration
!LoadMapMovies=ClearArray
diff --git b/XCOMData/XEW/XComGame/Config/DefaultInput.ini a/XCOMData/XEW/XComGame/Config/DefaultInput.ini
index ca1a83c..e5bab4f 100755
--- b/XCOMData/XEW/XComGame/Config/DefaultInput.ini
+++ a/XCOMData/XEW/XComGame/Config/DefaultInput.ini
@@ -1,3 +1,4 @@
+;FERAL -heads-up if this file changes in a drop, update DefaultInput_FRA.ini as well.
[Configuration]
BasedOn=..\Engine\Config\BaseInput.ini
@@ -906,6 +907,9 @@ TapDistanceConstraint=32
.Bindings=(Name="Z", Command="Z_Key_Press | onrelease Z_Key_Release", bPrimaryBinding=True)
; Zoom Range
.Bindings=(Name="MiddleMouseButton",Command="Middle_Mouse_Button_Press | onrelease Middle_Mouse_Button_Release", bPrimaryBinding=True)
+;FERAL -begin secondary binding for MagicMouse (fbug://11996)
+.Bindings=(Name="Tilde",Command="Middle_Mouse_Button_Press | onrelease Middle_Mouse_Button_Release", bSecondaryBinding=True)
+;FERAL -end
; Center camera on current unit
.Bindings=(Name="Home", Command="Home_Key_Press | onrelease Home_Key_Release", bPrimaryBinding=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment