- 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:
Mark Vejvoda
2010-07-03 23:28:06 +00:00
parent d9e1bc8869
commit 035ea8f00a
3 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ MaxLights=3
;MasterServerExternalPortList=80,143,587,21,110,25,443,993,995 ;MasterServerExternalPortList=80,143,587,21,110,25,443,993,995
Masterserver=http://megaglest.pepper.freeit.org/masterserver/ Masterserver=http://megaglest.pepper.freeit.org/masterserver/
MasterServerExternalPortList=61357,80,143,587,21,110,25,443,993,995 MasterServerExternalPortList=61357,80,143,587,21,110,25,443,993,995
NetPlayerName=unknown NetPlayerName=newbie
NetworkConsistencyChecks=true NetworkConsistencyChecks=true
PhotoMode=false PhotoMode=false
RefreshFrequency=75 RefreshFrequency=75

View File

@@ -149,8 +149,8 @@ if [ $REPACKONLY -eq 0 ]; then
find configuration.xml -exec cp -p --parents "{}" $INSTALLDATADIR ';' find configuration.xml -exec cp -p --parents "{}" $INSTALLDATADIR ';'
find megaglest.ico -exec cp -p --parents "{}" $INSTALLDATADIR ';' find megaglest.ico -exec cp -p --parents "{}" $INSTALLDATADIR ';'
find g3dviewer.ico -exec cp -p --parents "{}" ${INSTALLDATADIR}bin ';' find g3dviewer.ico -exec cp -p --parents "{}" ${INSTALLDATADIR} ';'
find editor.ico -exec cp -p --parents "{}" ${INSTALLDATADIR}bin ';' find editor.ico -exec cp -p --parents "{}" ${INSTALLDATADIR} ';'
find data/ \( -name "*.*" \) -exec cp -p --parents "{}" $INSTALLDATADIR ';' find data/ \( -name "*.*" \) -exec cp -p --parents "{}" $INSTALLDATADIR ';'
find docs/ \( -name "*.*" \) -exec cp -p --parents "{}" $INSTALLDATADIR ';' find docs/ \( -name "*.*" \) -exec cp -p --parents "{}" $INSTALLDATADIR ';'
find maps/ \( -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