Changes between Initial Version and Version 1 of Ticket #13741, comment 1


Ignore:
Timestamp:
10/12/22 19:28:43 (18 months ago)
Author:
criezy

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13741, comment 1

    initial v1  
    88}}}
    99
     10Note that it counts also the two header lines that preceded the list of games, so you need to remove 2 from the result. Alternatively with recent ScummVM versions you can use grep ':' to remove lines that do not have a colon characters (all game lines have one and the header lines don't):
     11{{{
     12scummvm --list-games | grep ':' | wc -l
     13}}}
     14
    1015Since I was curious and I have various ScummVM versions on my computer I ran it and got:
    1116||         ||= Number of engines =||= Detected games =||
    12 ||= 1.8.1 =||      ||  153 ||
    13 ||= 1.9.0 =||      ||  159 ||
    14 ||= 2.0.0 =||      ||  164 ||
    15 ||= 2.1.2 =||      ||  177 ||
    16 ||= 2.2.0 =||  64  || 1927 ||
    17 ||= 2.5.1 =||  74  || 5715 ||
    18 ||= 2.6.0 =||  78  || 6705 ||
     17||= 1.8.1 =||      ||  151 ||
     18||= 1.9.0 =||      ||  157 ||
     19||= 2.0.0 =||      ||  162 ||
     20||= 2.1.2 =||      ||  175 ||
     21||= 2.2.0 =||  62  || 1925 ||
     22||= 2.5.1 =||  72  || 5713 ||
     23||= 2.6.0 =||  76  || 6703 ||
    1924
    2025Some notes: