View Single Post
Old 09-02-09, 02:10 PM   #1
h.sie
Admiral
 
Join Date: Jul 2008
Posts: 2,192
Downloads: 131
Uploads: 0


Default Using Sh3MissionEditor together with ResolutionFix

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
__________________
My Mediafire page: http://www.mediafire.com/hsie

Last edited by h.sie; 09-03-09 at 02:27 AM.
h.sie is offline   Reply With Quote