Ver Fonte

added unity3d support

Daniel Gibbs há 11 anos atrás
pai
commit
030bcc6af7
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      functions/fn_loginstall

+ 3 - 0
functions/fn_loginstall

@@ -26,4 +26,7 @@ fi
 if [ "${engine}" == "unreal2" ]||[ "${engine}" == "unity3d" ]; then
 if [ "${engine}" == "unreal2" ]||[ "${engine}" == "unity3d" ]; then
 	mkdir -pv ${gamelogdir}
 	mkdir -pv ${gamelogdir}
 fi
 fi
+if [ "${engine}" == "unity3d" ]; then
+	ln -sv "${filesdir}/7DaysToDie_Data/output_log.txt" "${gamelogdir}/output_log.txt"
+fi
 sleep 1
 sleep 1