.com.unity Forums

.com.unity Forums (http://forum.shrapnelgames.com/index.php)
-   WinSPWW2 (http://forum.shrapnelgames.com/forumdisplay.php?f=139)
-   -   Next turn (http://forum.shrapnelgames.com/showthread.php?t=37293)

Charlie007 January 1st, 2008 01:32 PM

Next turn
 
Any way of advancing to the next turn without using the keyboard(Y or N)?

Very anoying to have to use the key board.

Thanks

DRG January 1st, 2008 03:41 PM

Re: Next turn
 
No. It's there as a safety net in case the end turn button is hit by mistake. Consider for a second how annoying ending the turn by accident would be if we hadn't included this safety feature and it will make more sense why we added the Y/N safety.

Don

Charlie007 January 1st, 2008 10:52 PM

Re: Next turn
 
Ok..are there any mods avaialable to take it out? It's killimg me,all games today are primarly point and click using the mouse.

they were clicking the mouse key by accident?, if there is a confirmation, should not be a problem.

evan January 2nd, 2008 06:48 PM

Re: Next turn
 
yeah right; having wiped a game by mistake just leave it as it is.

happy new year all
Evan

Mobhack January 2nd, 2008 08:08 PM

Re: Next turn
 
Quote:

evan said:
yeah right; having wiped a game by mistake just leave it as it is.

happy new year all
Evan

The original SSI games as I recall, had no Y/N confirmation, so a mis-click on the end turn button could cause problems.

AFAIR - the Y/N confirmation was one of the first things we put in when we got hold of the SSI source, as a much-requested item from the end users.

As far as the original poster's request for a "mouse click" item, then the entire game would need to be redesigned, since it is based on the keyboard interface (it was a DOS 1990's game after all). One could use the SP3 type of interface with a message box slap in the centre of the screen - but near everyone detested that!. And it would need 999 different bits of code revisited and recoded and retested, where most folks are happy to simply poke the "Y" key..

I already have a message box dialogue in the code, however, it uses the Windows MessageBox - so in full screen mode that gets the palette borked since full screen rewrites all the colours in the video controller, including the 15 low order colours that Windows expects to be untouched, even in 256 colour mode. Would therefore only be useful in a windowed mode only game, as the 256 colours are then mapped by the WinVFX library to 5-5-5 RGB colours, and also one can default buttons if using that widget, so enter would do for the keyboard junkies. However, back in the day, the end user community wanted full-screen mode. I much prefer running in windowed mode (but sized to take the desktop) these days - It leaves the windows task bar (with clock, and email notification visible), and saves problems with those apps that seem to screw about with the Windows full screen palette should you alt-tab - mainly Microsoft Office 97, and Excel in particular. If I am using EXCEL when doing pick list mods (the picks source are in spreadsheets), then I really have to remember to change to windowed mode, to avoid any "psychedelic" mode happening in full-screen mode when testing the mods!.


Cheers
Andy

Charlie007 January 3rd, 2008 08:13 PM

Re: Next turn
 
Quote:

Mobhack said:
Quote:

evan said:
yeah right; having wiped a game by mistake just leave it as it is.

happy new year all
Evan

The original SSI games as I recall, had no Y/N confirmation, so a mis-click on the end turn button could cause problems.

AFAIR - the Y/N confirmation was one of the first things we put in when we got hold of the SSI source, as a much-requested item from the end users.

As far as the original poster's request for a "mouse click" item, then the entire game would need to be redesigned, since it is based on the keyboard interface (it was a DOS 1990's game after all). One could use the SP3 type of interface with a message box slap in the centre of the screen - but near everyone detested that!. And it would need 999 different bits of code revisited and recoded and retested, where most folks are happy to simply poke the "Y" key..

I already have a message box dialogue in the code, however, it uses the Windows MessageBox - so in full screen mode that gets the palette borked since full screen rewrites all the colours in the video controller, including the 15 low order colours that Windows expects to be untouched, even in 256 colour mode. Would therefore only be useful in a windowed mode only game, as the 256 colours are then mapped by the WinVFX library to 5-5-5 RGB colours, and also one can default buttons if using that widget, so enter would do for the keyboard junkies. However, back in the day, the end user community wanted full-screen mode. I much prefer running in windowed mode (but sized to take the desktop) these days - It leaves the windows task bar (with clock, and email notification visible), and saves problems with those apps that seem to screw about with the Windows full screen palette should you alt-tab - mainly Microsoft Office 97, and Excel in particular. If I am using EXCEL when doing pick list mods (the picks source are in spreadsheets), then I really have to remember to change to windowed mode, to avoid any "psychedelic" mode happening in full-screen mode when testing the mods!.


Cheers
Andy


I only play in windows mode, so can I have the message box dialogue box?


All times are GMT -4. The time now is 02:13 AM.

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