Hi,
When I build the web page package, I get the following output:
=============================================
Tip: you can go to the source location of a compile error
by double-clicking on the error message in this window
----- begin build: Fri Sep 25 19:26:29 2020 -----
t3make -Fy “C:\Users\Mike\AppData\Local\Temp\tad2886.tmp” -Fo …
t3res -create “C:\IF\Chaos\Chaos–Web.3r0” -add
zip “C:\IF\Chaos\Chaos – Web.zip” “C:\IF\Chaos\Chaos–Web.t3” “readme.txt”
. adding Chaos–Web.t3
. adding readme.txt
t3make “-f” “C:\Program Files (x86)\TADS 3\mkwebfiles\mkweb.t3m”
TADS Compiler 3.1.3 Copyright 1999, 2012 Michael J. Roberts
t3run “-plain” “-s0” “-d” “C:\IF\Chaos” “C:\Program Files (x86)\TADS 3\mkwebfiles\mkweb” “tadsver=3” “out=C:\IF\Chaos\web” “info=GameInfo.txt” “zipfile=C:\IF\Chaos\Chaos – Web.zip” “coverart=webuires\EdgeOfChaos04.jpg”
>"C:\IF\Chaos\web\index.htm"
open: error code 3
rmdir /s “C:\Users\Mike\AppData\Local\Temp\tad2886.tmp”
===================================
I changed mkweb to create index.html instead of index.htm since that’s what the IF Comp requires. But where does the index.htm command get called from? It’s not a huge deal, but it would be nice for it to point to the file I created and not the default .htm version.
Thanks for any assistance!
– Mike