![]() |
SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997 |
![]() |
#1 |
Admiral
![]() |
![]()
Normally the Sh3MissionEditor cannot be used together with the resolution-fix. Until now I always had to rename d3d9.dll before starting Sh3MissionEditor.exe and rename it back after closing the Editor. My Batch Sh3MissionEditor.bat does this automatically. It must be placed in the same folder as sh3.exe, d3d9.dll and Sh3MissionEditor.exe. Now just start this batch instead of the MissionEditor.
The batch first renames d3d9.dll to tmp.dll, so that MissionEditor.exe will work fine. Then it starts MissionEditor.exe in the background. Then it waits about 10 seconds to make sure that MissionEditor has completely started. Then it renames tmp.dll back to d3d9.dll. --------------------------------------------------------- ren d3d9.dll tmp.dll start Sh3MissionEditor.exe ping localhost -n 11 > NUL ren tmp.dll d3d9.dll --------------------------------------------------------- Can be found on my MediaFire page h.sie Last edited by h.sie; 09-03-09 at 02:27 AM. |
![]() |
![]() |
|
|