Oli G on 27/2/2005 at 13:22
I can't manage to get the editor to work. I've reinstalled Thief 3, patched it, copied it into a new folder, extracted the editor into this new folder, renamed and deleted the relevant files and correctly used dracflamlocs launcher to make the damned thing work. Nothing happens however, although Thief 3 itself launches without any difficulty from this program. Where have I gone wrong?
New Horizon on 27/2/2005 at 13:44
Quote Posted by Oli G
I can't manage to get the editor to work. I've reinstalled Thief 3, patched it, copied it into a new folder, extracted the editor into this new folder, renamed and deleted the relevant files and correctly used dracflamlocs launcher to make the damned thing work. Nothing happens however, although Thief 3 itself launches without any difficulty from this program. Where have I gone wrong?
No error windows popping up?
Mortal Monkey on 27/2/2005 at 14:29
Nj00 and eemproved:
Code:
@ECHO OFF
REM RunT3.bat:
SET exec=NONE
IF NOT EXIST Thief3 GOTO err1
IF EXIST T3edit GOTO isGame
IF EXIST T3game GOTO isEdit
GOTO err2
:isGame
SET is=T3game
SET other=T3edit
GOTO checkp
:isEdit
SET is=T3edit
SET other=T3game
GOTO checkp
:checkp
IF ".%1"==".-swap" GOTO swap
IF ".%1"==".-edit" GOTO doEdit
IF ".%1"==".-game" GOTO doGame
GOTO halp
:halp
ECHO.
ECHO RunT3 [-game^|-edit^|-swap]
ECHO.
ECHO -game: Launches Thief: Deadly Shadows
ECHO -edit: Launches T:DS Editor
ECHO -swap: Swaps directories only.
ECHO.
ECHO Note: Parameters are case-sensitive.
ECHO.
GOTO pEnd
:doEdit
SET target=T3edit
SET exec=T3.exe -editor
GOTO compare
:doGame
SET target=T3game
SET exec=T3.exe
GOTO compare
:compare
IF ".%is%"==".%target%" GOTO launch
GOTO swap
:swap
REN Thief3 %is%
REN %other% Thief3
ECHO Swapped to %other%.
GOTO launch
:launch
IF ".%exec%"==".NONE" GOTO pEnd
START /DThief3\System Thief3\System\%exec%
GOTO end
:err1
ECHO Error: No directory called "Thief3".
GOTO pEnd
:err2
ECHO Error: No directory called "t3edit" or "t3game".
GOTO pEnd
:pEnd
PAUSE
GOTO end
:end
ECHO.
ECHO Batch script ended.
Just make two shortcuts to it, one with "-edit" and one with "-game".
Oli G on 27/2/2005 at 16:55
Quote Posted by New Horizon
No error windows popping up?
Nothing. The little red light on my computer flashes a bit as if something might happen but in the end selecting the editor in the launcher has no effect.
David on 27/2/2005 at 16:57
Check the process in the Task Manager. Do either of the following show up: T3.exe, T3ed.exe?
Oli G on 27/2/2005 at 17:04
There are two processes called T3.exe.
David on 27/2/2005 at 17:11
Kill them both and try again.
If a t3.exe is already running when you launch the editor I have found that you get one of two things happen: a) nothing, b) a message telling you that you cannot start t3ed.exe directly.
Oli G on 27/2/2005 at 17:22
Ok I've done that but launching the edtior just creates another T3.exe and again nothing happens...
SneaksieDave on 27/2/2005 at 18:06
Quote Posted by dracflamloc
Well, whatever suits you best. Personally, i think 1.5-2gb extra is a small price to pay in these days of 100-200GB hard drives.
So, if you build a FleshLoader type of thing, does that mean you won't be supporting single folder install? It would be extra nice if you did. :)