Environment variables
This page documents the environment variables that affect EDuke32's or Mapster32's execution. They're likely to be only of interest to users of Unix-like OSes.
- BUILD_LOGSTDOUT: if set to "TRUE", write standard output and error streams to stdout.txt.
- SDL_VIDEO_WINDOW_POS: can be "center" for starting with a screen-centered window.
- EDUKE32_MUSIC_CMD: an external command to play back MIDI music. It should accept a MIDI file after the command. For example, with an SB Live, you would do asfxload <some soundfont> and could set the variable to "pmidi -p17:0".