Jump to content

Earl Hickey

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About Earl Hickey

  • Rank
    Newbie
  1. Yea, this is still a thing. I use a delayed function within watchdog to grab it. nohup </dev/null >/dev/null $0 pidfetch & echo `date +%s` >${STIMEFILE} ${SERVER} >>${LOGFILE} 2>&1 -config=${CONFIG} -cfg=${CFG} -port=${PORT} -name=${NAME} -pid=${PIDFILE} -servermod=${SERVERMODS} -bepath=${BEPATH} ${OTHERPARAMS} pidfetch) sleep 15s echo `pgrep ${SERVEREXE}` >${PIDFILE} ;;
  2. I have been spawning items at server start VIA script, as it is easier to edit than within the mission file. This is the code: All objects have static positions yet the z position seems to vary after server restart.
×