[ scummvm-Patches-2674880 ] FOA: unique filename for IQ-points file

SourceForge.net noreply at sourceforge.net
Mon Mar 9 12:46:09 CET 2009


Patches item #2674880, was opened at 2009-03-09 12:46
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=2674880&group_id=37116

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: tobigun (tobigun)
Assigned to: Nobody/Anonymous (nobody)
Summary: FOA: unique filename for IQ-points file

Initial Comment:
Quote from fingolfin (tracker item 1687041):
* Right now, we use the filename "iq-points" (or "iq-punkte" in the german
* version, and probably others in other languages) verbatim, as given to use
* by the engine. We really should internally translate this to
* TARGET-iq-points instead. So far, it wasn't so important since the IQ point
* system didn't work properly. But as soon as we fix it, we should take care
* of that, too.

This patch simply checks if the filename in o5_roomOps SO_LOAD_STRING/SO_SAVE_STRING starts with "iq-". If so, the filename "[_targetName].iq" is used. As Indy3 already uses the ".iq" file-ending this might be more consistent.

This works with the English and German version of FOA but might fail with the Kanji version.

As the episode IQ is stored in a savegame and the series IQ is calculated whenever a savegame is loaded, the full series IQ should be available by repeating the following procedure for each savegame:
1. load savegame
2. press 'i' (adds current episode to series IQ)



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=2674880&group_id=37116




More information about the Scummvm-tracker mailing list