- moved duplicate files in mk/shared and adjusted various scripts and references
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 20 B |
1
mk/linux/editor.ico
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../shared/editor.ico
|
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 20 B |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 23 B |
1
mk/linux/g3dviewer.ico
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../shared/g3dviewer.ico
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 23 B |
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 19 B |
1
mk/linux/glest.ico
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../shared/glest.ico
|
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 19 B |
@@ -1,56 +0,0 @@
|
|||||||
; === propertyMap File ===
|
|
||||||
|
|
||||||
RenderInGamePerformance=`
|
|
||||||
RenderNetworkStatus=N
|
|
||||||
ShowFullConsole=M
|
|
||||||
Screenshot=E
|
|
||||||
FreeCameraMode=F
|
|
||||||
ResetCameraMode=space
|
|
||||||
CameraModeLeft=left
|
|
||||||
CameraModeRight=right
|
|
||||||
CameraModeUp=up
|
|
||||||
CameraModeDown=down
|
|
||||||
PauseGame=P
|
|
||||||
ChangeFontColor=C
|
|
||||||
GameSpeedIncrease='+'
|
|
||||||
GameSpeedDecrease='-'
|
|
||||||
ExitKey=escape
|
|
||||||
ExtraTeamColorMarker='*'
|
|
||||||
GroupUnitsKey1='0'
|
|
||||||
GroupUnitsKey2='1'
|
|
||||||
GroupUnitsKey3='2'
|
|
||||||
GroupUnitsKey4='3'
|
|
||||||
GroupUnitsKey5='4'
|
|
||||||
GroupUnitsKey6='5'
|
|
||||||
GroupUnitsKey7='6'
|
|
||||||
GroupUnitsKey8='7'
|
|
||||||
GroupUnitsKey9='8'
|
|
||||||
GroupUnitsKey10='9'
|
|
||||||
CameraRotateLeft=A
|
|
||||||
CameraRotateRight=D
|
|
||||||
CameraRotateUp=S
|
|
||||||
CameraRotateDown=W
|
|
||||||
HotKeyCenterCameraOnSelection=G
|
|
||||||
HotKeySelectIdleHarvesterUnit=I
|
|
||||||
HotKeySelectBuiltBuilding=B
|
|
||||||
HotKeyShowDebug=?
|
|
||||||
HotKeyDumpWorldToLog=\
|
|
||||||
HotKeyRotateUnitDuringPlacement=R
|
|
||||||
HotKeySelectDamagedUnit=D
|
|
||||||
HotKeySelectStoreUnit=T
|
|
||||||
HotKeySelectedUnitsAttack=A
|
|
||||||
HotKeySelectedUnitsStop=S
|
|
||||||
HotKeyToggleOSMouseEnabled=/
|
|
||||||
ChatTeamMode=H
|
|
||||||
ToggleMusic=K
|
|
||||||
SaveGUILayout=f10
|
|
||||||
SetMarker=X
|
|
||||||
ReloadINI=f5
|
|
||||||
TogglePhotoMode=f8
|
|
||||||
SwitchLanguage=L
|
|
||||||
SaveGame=f11
|
|
||||||
BookmarkAdd=f2
|
|
||||||
BookmarkRemove=f3
|
|
||||||
CameraFollowSelectedUnit=f4
|
|
||||||
; === propertyMap File ===
|
|
||||||
|
|
1
mk/linux/glestkeys.ini
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../shared/glestkeys.ini
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 23 B |
1
mk/linux/megaglest.ico
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../shared/megaglest.ico
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 23 B |
@@ -1,6 +0,0 @@
|
|||||||
; === propertyMap File ===
|
|
||||||
|
|
||||||
Engineer1=78.47.225.60
|
|
||||||
Engineer2=78.47.225.60:61457
|
|
||||||
Summoner1=124.109.2.127
|
|
||||||
This computer=127.0.0.1
|
|
1
mk/linux/servers.ini
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../shared/servers.ini
|
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
5
mk/windoze/CopySharedBinarySetup.bat
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
@echo off
|
||||||
|
|
||||||
|
copy ..\shared\*.* ..\..\data\glest_game\
|
||||||
|
|
||||||
|
if not "%1" == "nopause" pause
|