.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

Air Command 3.0- Save $12.00
War Plan Pacific- Save $7.00

   







Go Back   .com.unity Forums > The Camo Workshop > WinSPMBT
Notices


Closed Thread
 
Thread Tools Display Modes
  #1  
Old December 11th, 2010, 08:36 PM
DRG's Avatar

DRG DRG is offline
Shrapnel Fanatic
 
Join Date: Mar 2005
Location: GWN
Posts: 12,670
Thanks: 4,103
Thanked 5,879 Times in 2,899 Posts
DRG will become famous soon enough
Exclamation Re: Windows 7 "Beta Testers" needed

I need a few people who are running the game using Win7 in fullscreen mode to act as beta testers for us

The attachment contains a new GameOptions.exe and a .cmd file that will emulate what NCrawler did with his fix but will allow players to start the game from GameOptions.

I would ask that anyone who takes the time to DL this please take the time to report back on how it worked for you.

You will need to do the following

1/ Ensure you have SHOW INTRODUCTION already set to NO with your existing GameOptions. That's the first line on the first page when it loads.


2/ Go to wherever you have your game installed and rename your existing GameOptions.EXE to XXGameOptions.EXE to ensure if this does not work you still have a copy of GameOptions that works.


3/ Extract the attached ZIP file to where ever you have the game installed. It needs to be extracted to the main winSPMBT folder that your existing GameOptions.exe is already in.


4/ Start up GameOptions then press PLAY WINSPMBT. If you are running the game fullscreen and the NCrawler fix solved your palette issues with fullscreen mode this should work as well. If not, let us know



Thanks

Don
Attached Files
File Type: zip WIN7possiblefix.zip (319.3 KB, 223 views)
  #2  
Old December 12th, 2010, 03:02 AM

2ndLt_Fjun 2ndLt_Fjun is offline
Private
 
Join Date: Nov 2009
Posts: 22
Thanks: 0
Thanked 1 Time in 1 Post
2ndLt_Fjun is on a distinguished road
Default Re: Windows 7 *GUARANTEED* fix

Downloaded the zip..

1. Changed my exisiting file to not show introduction.
2. Renamed the exisiting to something else, extracted the new one into the folder
3. Started the game intro
4. Changed parameters to 'full screen mode'
5. Clicked "play WinSPMBT"

Got the following error:
SAL error: IpDD-->SetDisplayMode() failed, code 80004001
DirectDraw could not be initialized! Error code 80004001
Then the game crashed.
  #3  
Old February 8th, 2011, 08:52 PM
Mobhack's Avatar

Mobhack Mobhack is offline
National Security Advisor
 
Join Date: Mar 2005
Location: Dundee
Posts: 5,996
Thanks: 490
Thanked 1,928 Times in 1,254 Posts
Mobhack is on a distinguished road
Default Re: Windows 7 "Beta Testers" needed

Quote:
Originally Posted by DRG View Post
I need a few people who are running the game using Win7 in fullscreen mode to act as beta testers for us

The attachment contains a new GameOptions.exe and a .cmd file that will emulate what NCrawler did with his fix but will allow players to start the game from GameOptions.

I would ask that anyone who takes the time to DL this please take the time to report back on how it worked for you.

You will need to do the following

1/ Ensure you have SHOW INTRODUCTION already set to NO with your existing GameOptions. That's the first line on the first page when it loads.


2/ Go to wherever you have your game installed and rename your existing GameOptions.EXE to XXGameOptions.EXE to ensure if this does not work you still have a copy of GameOptions that works.


3/ Extract the attached ZIP file to where ever you have the game installed. It needs to be extracted to the main winSPMBT folder that your existing GameOptions.exe is already in.


4/ Start up GameOptions then press PLAY WINSPMBT. If you are running the game fullscreen and the NCrawler fix solved your palette issues with fullscreen mode this should work as well. If not, let us know



Thanks

Don
Unfortunately, now that I have a Windows 7 development machine, this fix does not work due to some quirks in Windows batch file handling.

To cut a long story short

the line:

start explorer.exe

Works completely differently if a CMD file is called from the desktop level (ie double clicking on it in Windows Explorer) and when it is called from a program via the Shellexecute command (as done with the modified GameOptions beta included in the quoted post).

-If called from the desktop level, it restores explorer.exe and your desktop.

-If called from inside a programme (via the shellexecute command), it merely opens a Windows Explorer window on your desktop. It does not restore the desktop!.



Cheers
Andy

NB - if you get left on a bare Windows 7 desktop:
CTRL+ALT+ESC launches Windows Task Mananger
On the Applications tab select "new Task" button
Type in explorer.exe to the dialogue and accept
Job done, close Windows Task Mananger

Last edited by DRG; February 9th, 2011 at 09:03 AM..
The Following User Says Thank You to Mobhack For This Useful Post:
  #4  
Old February 9th, 2011, 12:37 AM
Mobhack's Avatar

Mobhack Mobhack is offline
National Security Advisor
 
Join Date: Mar 2005
Location: Dundee
Posts: 5,996
Thanks: 490
Thanked 1,928 Times in 1,254 Posts
Mobhack is on a distinguished road
Default Re: Windows 7 "Beta Testers" needed

Quote:
Originally Posted by Mobhack View Post
Quote:
Originally Posted by DRG View Post
I need a few people who are running the game using Win7 in fullscreen mode to act as beta testers for us

The attachment contains a new GameOptions.exe and a .cmd file that will emulate what NCrawler did with his fix but will allow players to start the game from GameOptions.

I would ask that anyone who takes the time to DL this please take the time to report back on how it worked for you.

You will need to do the following

1/ Ensure you have SHOW INTRODUCTION already set to NO with your existing GameOptions. That's the first line on the first page when it loads.


2/ Go to wherever you have your game installed and rename your existing GameOptions.EXE to XXGameOptions.EXE to ensure if this does not work you still have a copy of GameOptions that works.


3/ Extract the attached ZIP file to where ever you have the game installed. It needs to be extracted to the main winSPMBT folder that your existing GameOptions.exe is already in.


4/ Start up GameOptions then press PLAY WINSPMBT. If you are running the game fullscreen and the NCrawler fix solved your palette issues with fullscreen mode this should work as well. If not, let us know



Thanks

Don
Unfortunately, now that I have a Windows 7 development machine, this fix does not work due to some quirks in Windows batch file handling.

To cut a long story short


OK - A final rewrite of the CMD batch file seems to solve the problem when run from an external programme. (GameOptions in our case)

- If your Windows 7 or Vista machine is not English then you may well have to edit the line
cd c:\windows to whatever your national language calls the Windows directory, if it differs.

I stumbled on this purely by accident just now - explorer.exe does have entirely differing behaviour if started in the windows directory - an entirely undocumented feature...

Cheers
Andy
Attached Files
File Type: zip Win7SPMBT09Feb2011.zip (193 Bytes, 312 views)
The Following User Says Thank You to Mobhack For This Useful Post:
Closed Thread

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 02:12 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.