All options are read at the time of use, so changing them takes effect immediately for subsequent calls.
Details
texanshootR.animationsLogical. Enable terminal animations and ANSI cursor effects. Default:
TRUE. Forced off in non-interactive sessions and when the terminal lacks ANSI support.texanshootR.output_dirCharacter or
NULL. Default directory for output files.NULLfalls back totempdir().texanshootR.save_enabledLogical. Enable persistent career data.
FALSEruns entirely in memory. Default:TRUE.texanshootR.quietLogical. Suppress status prints from output functions. Default:
FALSE.texanshootR.event_rateNumeric in
[0, 1]. Per-run probability of a life-event encounter. Default:1/6.texanshootR.life_eventsLogical. Enable life-event encounters during runs. Default:
TRUE.texanshootR.ui_modeOptional character override for the TUI rendering mode. One of
"ansi","dynamic","plain". Unset (the default) means auto-detect. Use this if auto-detect picks the wrong mode for your terminal (e.g., a remote RStudio session that does not report.Platform$GUI == "RStudio").