@RBurk10
If I'm not mistaken, the value that the camera would display after "total shoot" is
param nr 1 (i.e. not the first, the second).
To display it, locate "debug data display" in the CHDK menu, set it to "params", and set "paramsdata page" below to 0. After exiting the menu, you'll find the value in the second row, after "1:".
It's worth to note that this value can get cleared during repair in a Canon service center.
And a fun fact:
The extended camera information which used to appear on older cameras would still be available via an event procedure, but Canon decided to disable it. For this reason the following Lua script (only available on a build with
native calls enabled) only prints basic information into Firminfo.txt on the card:
call_event_proc("UI.Create")
call_event_proc("UIFS_WriteFirmInfoToFile",0)