From 030bcc6af7c64c9a10706c5aab5ac69150fcdc9d Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 21 Dec 2014 13:39:02 +0000 Subject: [PATCH] added unity3d support --- functions/fn_loginstall | 3 +++ 1 file changed, 3 insertions(+) diff --git a/functions/fn_loginstall b/functions/fn_loginstall index 1dfb6da38..5eb22d7d9 100644 --- a/functions/fn_loginstall +++ b/functions/fn_loginstall @@ -26,4 +26,7 @@ fi if [ "${engine}" == "unreal2" ]||[ "${engine}" == "unity3d" ]; then mkdir -pv ${gamelogdir} fi +if [ "${engine}" == "unity3d" ]; then + ln -sv "${filesdir}/7DaysToDie_Data/output_log.txt" "${gamelogdir}/output_log.txt" +fi sleep 1 \ No newline at end of file