mirror of
https://github.com/glest/glest-source.git
synced 2025-09-08 23:10:42 +02:00
Code Restructuring to make mega-glest more standard
This commit is contained in:
1
mk/linux/data
Symbolic link
1
mk/linux/data
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/softcoder/Code/glest/megaglest/data/glest_game/data
|
@@ -1,4 +1,4 @@
|
||||
; === Properties File ===
|
||||
; === propertyMap File ===
|
||||
|
||||
AiLog=0
|
||||
AiRedir=0
|
||||
@@ -24,13 +24,13 @@ FontConsole=-*-*-*-*-*-*-12-*-*-*-*-*-*-*
|
||||
FontDisplay=-*-*-*-*-*-*-12-*-*-*-*-*-*-*
|
||||
FontMenu=-*-*-*-*-*-*-12-*-*-*-*-*-*-*
|
||||
Lang=english
|
||||
MaxLights=1
|
||||
NetworkConsistencyChecks=1
|
||||
MaxLights=3
|
||||
NetworkConsistencyChecks=0
|
||||
PhotoMode=0
|
||||
RefreshFrequency=75
|
||||
ScreenHeight=768
|
||||
ScreenWidth=1024
|
||||
ServerIp=192.168.1.102
|
||||
ScreenHeight=984
|
||||
ScreenWidth=1680
|
||||
ServerIp=200.200.200.200
|
||||
ServerPort=6666
|
||||
ShadowAlpha=0.2
|
||||
ShadowFrameSkip=2
|
||||
@@ -38,10 +38,10 @@ ShadowTextureSize=512
|
||||
Shadows=Projected
|
||||
SoundStaticBuffers=16
|
||||
SoundStreamingBuffers=4
|
||||
SoundVolumeAmbient=80
|
||||
SoundVolumeFx=80
|
||||
SoundVolumeMusic=90
|
||||
SoundVolumeAmbient=90
|
||||
SoundVolumeFx=100
|
||||
SoundVolumeMusic=0
|
||||
StencilBits=0
|
||||
Textures3D=1
|
||||
UnitParticles=1
|
||||
Windowed=0
|
||||
Windowed=1
|
||||
|
1
mk/linux/glest_game
Symbolic link
1
mk/linux/glest_game
Symbolic link
@@ -0,0 +1 @@
|
||||
../../source/glest_game
|
1
mk/linux/glest_map_editor
Symbolic link
1
mk/linux/glest_map_editor
Symbolic link
@@ -0,0 +1 @@
|
||||
../../source/glest_map_editor
|
1
mk/linux/maps
Symbolic link
1
mk/linux/maps
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/softcoder/Code/glest/megaglest/data/glest_game/maps
|
1
mk/linux/scenarios
Symbolic link
1
mk/linux/scenarios
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/softcoder/Code/glest/megaglest/data/glest_game/scenarios
|
1
mk/linux/screenshots
Symbolic link
1
mk/linux/screenshots
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/softcoder/Code/glest/megaglest/data/glest_game/screenshots
|
3
mk/linux/servers.ini
Normal file
3
mk/linux/servers.ini
Normal file
@@ -0,0 +1,3 @@
|
||||
; === propertyMap File ===
|
||||
|
||||
Martino=192.168.1.100
|
1
mk/linux/shared_lib
Symbolic link
1
mk/linux/shared_lib
Symbolic link
@@ -0,0 +1 @@
|
||||
../../source/shared_lib
|
1
mk/linux/techs
Symbolic link
1
mk/linux/techs
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/softcoder/Code/glest/megaglest/data/glest_game/techs
|
1
mk/linux/tilesets
Symbolic link
1
mk/linux/tilesets
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/softcoder/Code/glest/megaglest/data/glest_game/tilesets
|
1
mk/linux/tutorials
Symbolic link
1
mk/linux/tutorials
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/softcoder/Code/glest/megaglest/data/glest_game/tutorials
|
Reference in New Issue
Block a user