Skip to content

Instantly share code, notes, and snippets.

View BrettNordin's full-sized avatar

Brett Nordin BrettNordin

View GitHub Profile
[Default]
Version = 1
Strip Chars = "\/\|;{}<>\'"
Strip Chars Mode = 0
Input SQF Parser = false
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Account related queries
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
17:09:29 Exile_Car_Octavius_White: indicatoroil - unknown animation source oiltemp
17:09:29 Exile_Car_Octavius_White: fuel - unknown animation source fuel_1
17:09:30 Warning Message: Cannot open object exile_psycho_lada\lada_lm.p3d
17:09:30 Render target memory points m1p & m1d not found.
17:09:30 Render target memory points m2p & m2d not found.
17:09:30 Render target memory points m3p & m3d not found.
17:09:31 Warning Message: Cannot open object exile_psycho_lada\lada_lm.p3d
17:09:31 Render target memory points m1p & m1d not found.
17:09:31 Render target memory points m2p & m2d not found.
17:09:31 Render target memory points m3p & m3d not found.
@BrettNordin
BrettNordin / ExtDb3 Automated Installer.bat
Created December 22, 2017 05:32
This was removed from my github, as per the request from Torndeco. It is still available here..
@echo off
title ExtDB3 Automatic Installer
echo Welcome, This cmdline applet will automaticaly download and install the ExtDB3 upgrade for exile.
echo Welcome, This DOES NOT update your mission file, that must be done by you.
pause
set mypath=%cd%
mkdir @ExileServer\sql_custom\
mkdir @ExileServer\logs\
powershell -command "& { iwr https://bitbucket.org/torndeco/extdb3/downloads/extDB3-1028.7z -OutFile tmp.7z }"
7z x tmp.7z -o*
/**
* ExileServer_system_database_connect
*
* Exile Mod
* www.exilemod.com
* © 2015 Exile Mod Team
*
* This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
* To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/.
*/