Skip to content
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.

Commit

Permalink
reset history as part of open sourcing the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Steel committed May 13, 2021
0 parents commit aec9a17
Show file tree
Hide file tree
Showing 1,122 changed files with 33,970 additions and 0 deletions.
80 changes: 80 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
# Visual Studio 2015 user specific files
.vs/

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app
*.ipa

# These project files can be generated by the engine
*.xcodeproj
*.xcworkspace
*.sln
*.suo
*.opensdf
*.sdf
*.VC.db
*.VC.opendb

# Precompiled Assets
SourceArt/**/*.png
SourceArt/**/*.tga

# Binary Files
Binaries/*
Plugins/*/Binaries/*

# Builds
Build/*

# Whitelist PakBlacklist-<BuildConfiguration>.txt files
!Build/*/
Build/*/**
!Build/*/PakBlacklist*.txt

# Don't ignore icon files in Build
!Build/**/*.ico

# Built data for maps
*_BuiltData.uasset

# Configuration files generated by the Editor
Saved/*

# Compiled source files for the engine to use
Intermediate/*
Plugins/*/Intermediate/*

# Cache files for the editor to use
DerivedDataCache/*

# Packaged builds
Publish/*

# Local development files
etc/
13 changes: 13 additions & 0 deletions Config/DefaultCrypto.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

[/Script/CryptoKeys.CryptoKeysSettings]
EncryptionKey=J9+627U3OIrN4np8Xz68NyGvCuCnYC0tf4oWVI8305Q=
bEncryptPakIniFiles=True
bEncryptPakIndex=True
bEncryptUAssetFiles=True
bEncryptAllAssetFiles=False
SigningPublicExponent=AQAB
SigningModulus=O38jjy2rvIwm6rLkGLvwLm8ocs9BNxCQYIeRGx5QL6XWAcDe8YhEDK2Yu9nZ149YCZv/biYDsKoVsIvgzdFp19mlQ61pdsP8MR0LwzquFJvsKIQW+MHJL5ryg0HYCtBGN43+pMgUOWDVT8HiDNw2h/VfrG5+0ULFWq+lYDNnPA52X8UaMBxcCiFv/xHklITcZIoJEo+OscwQUZnm4FtDGkPaxHQkS9IBUZEnZuLp6tSeUgnR9ezVYzH3ruTZRZH2Bwaq9uo3+JQS1naneZz873iMDsGpV/OTpeEXHKaKNSMagm33hFgk5rpRqhte9PR8l8NLIPS/k/YrfuhyKKeRhCxdd7upIy3BlQPgJW8E2jeo4HwYGtJ+Pjb1sl/1JAqsPcdDjeSE3yrLJNzkkai3b9o7ItijuD+pE1LYXUTkSOI72d9hY1ziXqigxddzTVjqdveLmrdhziGgYWFXw4grulXI1ccVZv+xjv7Pa0oRgeqVHidhJ/Ns7jSNdsqzZzxrkYoEIsmrRsvAh9ZhXTbc7I4/i6Sta+8zYahEFdXg6r7kfGic4OCTPLtDmUKsGWiYVfIaoPCRA8m0Qs0NbQUbvJbAH4HlcbHtC9jhGLl0JOlvvc+12+JDNFGTy9bSr6qcOp56WAr8oAmfWQWhKw4ty/IRw/2tCpB5GF5KJ55K6uE=
SigningPrivateExponent=UVwkZqtrAKT9sXz5d7zw+te3nOoOVihav3PetXD4BgX0fgztR0avSm45Q7OtN7ZhvAy2QnhDgTngSE59gC/ADJLFZ9OGRscnTX4hCPdyFxIP2Zb+rJPP/fV6b7VYzDR19bVb9rR/flcpBt7Fwrsz61v/o8Rp8AB7Z5k0jrbXknveJUx8ZkjcIfBdqKgy2SXGlEXSsk/7HixenBqSUPPRMfbbSxpKpHiLnmHkD+VXvElJzzS1NMECATzEjodb3J8oLEm6k6nL9fWp2pNkEpl0MJcrkUyisq1eMIJA43EYazswRT6N0Jvuu+1ViacPsDtXorQoXlUtcAzO6zERFrJHLC0piPhpRTOY8Wt5/Dm4DuzWuGmkClIlnnyI31JbjR34NP8DvnpOkGi+spFAvlr6QdpgTvkOjyS4N9UUCnt+KuStLNY4JhUlKpve+mq9uM8JbdIPNcc4XWEQfWM3le+XY13TGt2nrvbhK+MweB17a7mvjVko1Qj5TPXMud6E+ODQtsgtkbA8xZozDhnI8DiDArHf3QSiyK/oy/g6S8GPaiKw3+De6pIKZxfLbgvy/nrIdrUYa4iz+jIW62qb3VM7ImiTOD5GyU9Qs4wHjwIjsdhfviunMphkr/RMSkwBCGaFWGOVpjY+rQBkpLHMw2gb52O1zQSmUxlrOGJ83qytg88=
bEnablePakSigning=True


6 changes: 6 additions & 0 deletions Config/DefaultDeviceProfiles.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[iPhone5S DeviceProfile]
+CVars=r.MobileContentScaleFactor=2

[iPadAir DeviceProfile]
+CVars=r.MobileContentScaleFactor=2

17 changes: 17 additions & 0 deletions Config/DefaultEditor.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[AllMaps]
+Map=/Game/Maps/ShooterEntry
+Map=/Game/Maps/Sanctuary
+Map=/Game/Maps/Highrise

[AlwaysCookMaps]
+Map=/Game/Maps/ShooterEntry

[UI]
+ContentDirectories=/Game/Sounds/InterfaceAudio


[EditoronlyBP]
bAllowClassAndBlueprintPinMatching=true
bReplaceBlueprintWithClass=true
bDontLoadBlueprintOutsideEditor=true
bBlueprintIsNotBlueprintType=true
Loading

0 comments on commit aec9a17

Please sign in to comment.