Skip to content

Commit b4a774e

Browse files
authored
Merge pull request #37 from darkdks/feature150
VERSION 1.5.0
2 parents e2d98de + 9429c9f commit b4a774e

File tree

8 files changed

+132
-70
lines changed

8 files changed

+132
-70
lines changed

code/KF2ServerTool.dproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
7373
<BT_BuildType>Debug</BT_BuildType>
7474
<Manifest_File>(None)</Manifest_File>
75-
<Debugger_RunParams>-config KF2ServerTool_blank.ini -newserver</Debugger_RunParams>
7675
</PropertyGroup>
7776
<ItemGroup>
7877
<DelphiCompile Include="$(MainSource)">
@@ -203,10 +202,10 @@
203202
<Platform value="Win64">False</Platform>
204203
</Platforms>
205204
<Deployment Version="3">
206-
<DeployFile LocalName="$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png" Configuration="Release" Class="UWP_DelphiLogo150">
205+
<DeployFile LocalName="$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png" Configuration="Release" Class="UWP_DelphiLogo44">
207206
<Platform Name="Win32">
208207
<RemoteDir>Assets\</RemoteDir>
209-
<RemoteName>Logo150x150.png</RemoteName>
208+
<RemoteName>Logo44x44.png</RemoteName>
210209
<Overwrite>true</Overwrite>
211210
</Platform>
212211
</DeployFile>
@@ -222,10 +221,10 @@
222221
<Overwrite>true</Overwrite>
223222
</Platform>
224223
</DeployFile>
225-
<DeployFile LocalName="$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png" Configuration="Release" Class="UWP_DelphiLogo44">
224+
<DeployFile LocalName="$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png" Configuration="Release" Class="UWP_DelphiLogo150">
226225
<Platform Name="Win32">
227226
<RemoteDir>Assets\</RemoteDir>
228-
<RemoteName>Logo44x44.png</RemoteName>
227+
<RemoteName>Logo150x150.png</RemoteName>
229228
<Overwrite>true</Overwrite>
230229
</Platform>
231230
</DeployFile>

code/KF2ServerTool.exe

1.5 KB
Binary file not shown.

code/KF2ServerTool.lc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
# darkdks - English (Global)
3535
# cesar-rgon - Spanish
3636
# Mat(wookiefriseur) - German
37+
# Leslie Cheung - Chinese
38+
# pat4005 - Russian
3739

3840
["English", "EN"]
3941
" as a game mode will cause the server to ignore\nthe custom game that you specified in Additional parameters box."=" as a game mode will cause the server to ignore\nthe custom game that you specified in Additional parameters box."

code/KF2ServerToolCMD.exe

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)