Add some testing/QA/debugging related options to run the game (commented out)

This commit is contained in:
Tom Reynolds 2012-02-11 17:29:59 +00:00
parent d025c26115
commit 598d8e6713
1 changed files with 10 additions and 6 deletions

View File

@ -1,5 +1,8 @@
#!/bin/sh
# If you want to have core files generated (for debugging purposes):
#ulimit -c unlimited
findMissingSO () {
LDCONFIG="$1"
@ -257,10 +260,11 @@ findMissingSO "$LDCONFIG" "$GAMEDIR/$LIBDIR/${FTGL_LINKEDLIBNAME}" "$FTGL_LIBLOO
findMissingSO "$LDCONFIG" "$GAMEDIR/$LIBDIR/${IRC_LINKEDLIBNAME}" "$IRC_LIBLOOKUP1" "$IRC_LIBLOOKUP2"
findMissingSO "$LDCONFIG" "$GAMEDIR/$LIBDIR/${DL_LINKEDLIBNAME}" "$DL_LIBLOOKUP1" "$DL_LIBLOOKUP2"
#if [ -d techs/megapack/factions/norsemen/upgrades/training_field ]; then
# removed as of 3.3.5.1 beta1
# rm -r techs/megapack/factions/norsemen/upgrades/training_field
#fi
./megaglest $@
# ./megaglest $@ 2>&1 | tee -a /tmp/`date +"%F_%k-%M-%S"`.glest.log 2>&1
# Other ways to start MegaGlest (for testing purposes)
# Copy output (stout+stderr) both to the screen and to a gzip compressed file
#./megaglest $@ --verbose 2>&1 | tee - | gzip > ~/.megaglest/verbose.log.gz
#
# Create a new date/time indexed log file for every MG run and keep it
#./megaglest $@ 2>&1 | tee -a /tmp/`date +"%F_%k-%M-%S"`.glest.log 2>&1