A.Stahl on 4/8/2019 at 07:45
Trying to get working "Shadows in Our Blood" FM.
I have some basic questions:
1) Do we need to edit some configs or is it enough just to put *.osm in the Thief2 directory?
2) This FM has a check if *.osm is loaded but calling it NVS.osm and not NVScript.osm.
So at this moment I've added NVScript.osm to Thief directory and also has copy of this *.osm but with NVS.osm name. (Yes, I've tried to add osm to FM directory)
I've read the thread about renaming Thef2.exe and some windows stuff but it's not applicable to me because I use Linux+wine (Yes, I've tried to configure Wine to pretend different versions of Windows).
What else can I do to debug the problem?
Unna Oertdottir on 4/8/2019 at 08:04
Delete NVShadows.osm in the FM folder and use this dml
Code:
DML1
//Load NVScript//miss20.mis.dml
#script "nvscript"
A.Stahl on 4/8/2019 at 08:12
>and use this dml
What is "dml"? I don't see anything similar in the FM's directory...
Unna Oertdottir on 4/8/2019 at 08:31
I posted the dml code
Create a txt file in the FM folder, copy+paste the code, save it and rename it to "miss20.mis.dml". Restart mission.
A.Stahl on 4/8/2019 at 08:46
Quote Posted by Unna Oertdottir
rename it to "miss20.mis.dml"
Thank you. Now it looks like everything is good.
That is a pity that some missions need manual updates which are nonobvious for the player. It would be nice to update these missions at their repositories...
Well, thanks once more.
fortuni on 4/8/2019 at 09:05
Quote Posted by A.Stahl
That is a pity that some missions need manual updates which are nonobvious for the player. It would be nice to update these missions at their repositories...
It's happening atm. We can't update missions at their repositories, but we can do the next best thing :thumb:
So far we have fixed 99% of missions up to and including 2005 (
https://www.ttlg.com/forums/showthread.php?t=149949) NewDark Thief 2 FM Fixes but I'm afraid you'll need to wait some time before we get to 2012.
A.Stahl on 4/8/2019 at 09:15
Karras rejoices watching your work!
A.Stahl on 4/8/2019 at 09:37
>so install T2fix if you didn't.
Installed right now. And now everything is too dark and any attempt to change brightness leads to black screen. I see image only on default brightness.
Unna Oertdottir on 4/8/2019 at 09:45
Probably windowed mode again. Edit cam_ext.cfg
look for this line
;force_windowed
remove ";" and save it.