mirror of
https://github.com/glest/glest-source.git
synced 2025-08-29 02:40:17 +02:00
- last minute changes for a better mega-glestfirst impression:
- updated linux instaler image - changed default network username to bewbie - updated main startup screen logo to actually say Mega-Glest
This commit is contained in:
@@ -47,7 +47,7 @@ MaxLights=3
|
||||
;MasterServerExternalPortList=80,143,587,21,110,25,443,993,995
|
||||
Masterserver=http://megaglest.pepper.freeit.org/masterserver/
|
||||
MasterServerExternalPortList=61357,80,143,587,21,110,25,443,993,995
|
||||
NetPlayerName=unknown
|
||||
NetPlayerName=newbie
|
||||
NetworkConsistencyChecks=true
|
||||
PhotoMode=false
|
||||
RefreshFrequency=75
|
||||
|
@@ -149,8 +149,8 @@ if [ $REPACKONLY -eq 0 ]; then
|
||||
|
||||
find configuration.xml -exec cp -p --parents "{}" $INSTALLDATADIR ';'
|
||||
find megaglest.ico -exec cp -p --parents "{}" $INSTALLDATADIR ';'
|
||||
find g3dviewer.ico -exec cp -p --parents "{}" ${INSTALLDATADIR}bin ';'
|
||||
find editor.ico -exec cp -p --parents "{}" ${INSTALLDATADIR}bin ';'
|
||||
find g3dviewer.ico -exec cp -p --parents "{}" ${INSTALLDATADIR} ';'
|
||||
find editor.ico -exec cp -p --parents "{}" ${INSTALLDATADIR} ';'
|
||||
find data/ \( -name "*.*" \) -exec cp -p --parents "{}" $INSTALLDATADIR ';'
|
||||
find docs/ \( -name "*.*" \) -exec cp -p --parents "{}" $INSTALLDATADIR ';'
|
||||
find maps/ \( -name "*.*" \) -exec cp -p --parents "{}" $INSTALLDATADIR ';'
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 475 KiB After Width: | Height: | Size: 475 KiB |
Reference in New Issue
Block a user