There’s a phrase to say the complete list of extension credits
.
My Supercredits extension demonstrates manipulating the results; just excluding yourself would be easier than what it’s doing.
Iif you look at auto.inf, you’ll see that there’s a very straightforward ShowFullExtensionVersions routine with the hard-coded print statements used for that say phrase.
v10 example, but it doesn’t matter much:
[ ShowFullExtensionVersions;
print "Basic Inform version 1 by Graham Nelson^";
print "English Language version 1 by Graham Nelson^";
print "Standard Rules version 6 by Graham Nelson^";
];
…so you could delete the lines mentioning yourself and then run inform6 manually to produce your game file. It’s probably a terrible idea 'cause it’d be so easy to forget, but it’s possible!
Supercredits includes Text Loops, the predecessor of Strange Loopiness for convenience so the loops can be written as, e.g., repeat for line in lines of complete-ext-credits with index i begin;
. But what it really should explicitly include is 6M62 Patches. It blows up real good without @drpeterbatesuk 's TEXT_TY_BlobAccess
patch. You’re on 6L38, right? I don’t know whether that bug exists there.