I’m sure old-timers have their eyes wide open, knowing my past strict, NK-grade secrecy about WIP, and that I openly gives a dev diary on my major WIP, the one whose has also contents more amenable in EU than US (of course, I reserve to open a parallel diary in the appropriate debate…)
Currently I’m slowly proceeding, even by my standards, because of a very woung meower needing constant watching (and cleansing the mess from her playing around…) but aside the story research, I have already given many interesting TADS3 trickery.
(of course, in due proceedings, there WILL be spoilers, so you’re forewarned !)
[site technical note, blur spoilers seems incompatible with preformatted text… the admins can be look on this serious issue ? ]
On story research proper, I’m assessing the title itself; I have some serious doubts on naming an IF after a genre; this can be easily seen as REALLY preposterous, because the very first IF gives its name to a genre… opinions ?
On trickery, I should give out this snippet, whose is a very useful debug item:
(SPOILERS BELOW; see the site technical note above)
// an "instrument panel" for monitoring vars
// of course, to be removed in the released game, after converting the
// output in "analog format" for usage in X myself (spiritual)
knoscroll: Thing 'Scroll of Knowledge; knowledge; scroll' @etuye
"this is not a mere scroll: is the Scroll of Knowledge, an impish tool for
monitoring the state of your progress in knowledge & lore"
// hope that with tabs, lines remain <78... and that works under a3lite...
readDesc = "\t\t<b>State of Knowledge variables and flags:</b>\n
\t\t\tVARIABLES:\n
level of wondering about yourself: <<etuye.wonder>>\t
knowledge about this new body: <<etuye.bodykno>>\n
(for testers: if these two vars changes, please X YOURSELF)\n
knowledge about your personal life: <<etuye.perskno>>\t
level of recovered literacy: <<etuye.alfakno>>\n
(if the literacy level raise, please try to read again readables...)\n
level of realisation of your feelings toward Azuj & Miyai: <<etuye.luvkno>>\n
level of, ehm... your audacity toward your new body: <<etuye.audax>>\b
\t\t\tFLAGS: (T = True, N = Nil)\n
Discovered infravision: <<etuye.infrakno? "T" : "N">>\t
Discovered sound gamut: <<etuye.gamutkno? "T" : "N">>\n
Discovered sharp vision: <<etuye.sharpkno? "T" : "N">>\n
Discovered the marriage: <<etuye.relkno? "T" : "N">>\t
Discovered being a Magi: <<etuye.magikno? "T" : "N">>\n
";
whose usefulness as debug tool is very obvious…
Best regards from Italy,
dott. Piergiorgio.