4 Commits

Author SHA1 Message Date
1368d97ba3 update build tools 2022-09-13 04:52:46 +03:00
3c14093748 update build tools 2022-09-02 16:20:54 +03:00
7e3cc9071e update build tools 2022-09-02 13:45:37 +03:00
374cba508a add .gitignore 2022-09-02 13:02:01 +03:00
5 changed files with 15 additions and 4 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.psd
/ignore

View File

@ -54,7 +54,7 @@ public function NotifyLogout(Controller C)
Super.NotifyLogout(C);
}
DefaultProperties
defaultproperties
{
}

View File

@ -68,7 +68,7 @@ private static function bool IsUID(String ID, E_LogLevel LogLevel)
{
`Log_TraceStatic();
return (Locs(Left(ID, 2)) ~= "0x");
return (Left(ID, 2) ~= "0x");
}
private static function bool AnyToUID(OnlineSubsystem OS, String ID, out UniqueNetId UID, E_LogLevel LogLevel)

View File

@ -11,6 +11,15 @@ StripSource="True"
PackageBuildOrder="AAL"
### Brew parameters ###
# Packages you want to brew using @peelz's patched KFEditor.
# Useful for cases where regular brew doesn't put *.upk inside the package.
# Specify them with a space as a separator,
# The order doesn't matter
PackagePeelzBrew=""
### Steam Workshop upload parameters ###
# Mutators that will be uploaded to the workshop
@ -30,7 +39,7 @@ Map="KF-Nuked"
# Endless: KFGameContent.KFGameInfo_Endless
# Objective: KFGameContent.KFGameInfo_Objective
# Versus: KFGameContent.KFGameInfo_VersusSurvival
Game="AAL.restore KFEditor.ini from backup"
Game="KFGameContent.KFGameInfo_Survival"
# Difficulty:
# Normal: 0

2
tools

Submodule tools updated: 2f173aad7a...88b35bd7eb