Home » PLAYER'S HQ 1.13 » JA2 Complete Mods & Sequels » Stracciatella Project (Platform Independent JA2) » [Patch] allow quickload during enemy turns
[Patch] allow quickload during enemy turns[message #252451] Thu, 27 May 2010 23:14 Go to next message
bbun is currently offline bbun

 
Messages:74
Registered:April 2004
Location: Amsterdam
Simply add this code
// always allow quickload?
if ( (InputEvent.usEvent == KEY_DOWN )
	&& ( InputEvent.usParam == 'l')
	&& ( InputEvent.usKeyState & ALT_DOWN ))
{
	LeaveTacticalScreen(GAME_SCREEN);
	DoQuickLoad();
}

right below the comment
// FIRST DO KEYS THAT ARE USED EVERYWHERE!

in "Build/Tactical/Turn_Based_Input.cc".

It may not be the cleanest solution, but it works perfectly.

Report message to a moderator

Corporal
Re: [Patch] allow quickload during enemy turns[message #252456] Thu, 27 May 2010 23:36 Go to previous messageGo to next message
Luchs14 is currently offline Luchs14

 
Messages:14
Registered:July 2002
Location: Vienna
yea, that works perfectly, thanks Smile

Report message to a moderator

Private
Re: [Patch] allow quickload during enemy turns[message #253368] Tue, 08 June 2010 22:42 Go to previous message
LovingWolf is currently offline LovingWolf

 
Messages:6
Registered:May 2010
Location: Russia
Worked, thanks!

Report message to a moderator

Private
Previous Topic: Which version shall I use?
Next Topic: not getting resolution change
Goto Forum:
  


Current Time: Fri Apr 26 03:45:00 GMT+3 2024

Total time taken to generate the page: 0.00914 seconds