Community
SCI Programming => SCI Syntax Help => Topic started by: cosmicr on August 30, 2020, 11:32:19 PM
-
There's broken links everywhere!
I've trawled through and found some older documentation from SCI Studio, but I'm using SCI Companion and Sierra Script for SCI0. Is there a source for that documentation? (I'm aware it's just syntax but it's the convenience I'm after).
Or is there a definitive place to find all documentation that doesn't have broken links?
Thanks in advance.
PS My first post in probably 7 or 8 years haha. Some of you may remember me from MegaTokyo Forum days (and even before that!)
-
SCI Companion has very good documentation:
http://scicompanion.com/Documentation/index.html
-
Thanks but unfortunately it also has a broken link to the SCI0 stuff I need.
http://scicompanion.com/Documentation/legacy.html
I think I've found what I want now anyway at http://sciwiki.sierrahelp.com//index.php?title=SCI_Kernel_Documentation assuming it's compatible.
-
You're right. This part was removed from SCI Companion's documenatation.
You can view its latest snapshot here:
https://htmlpreview.github.io/?https://github.com/icefallgames/SCICompanion/blob/2b0553c61a04def0f35d378579dc87b5e272f6ac/SCICompanion/Help/Legacy/index.html (https://htmlpreview.github.io/?https://github.com/icefallgames/SCICompanion/blob/2b0553c61a04def0f35d378579dc87b5e272f6ac/SCICompanion/Help/Legacy/index.html)
However, this is just SCI Studio's documentation which can be also found here:
http://sci.sierrahelp.com/SCIStudio3Help/SCC/Index.html (http://sci.sierrahelp.com/SCIStudio3Help/SCC/Index.html)
-
Great thanks.
This should be enough to keep me going. It's all coming together :)
I may end up writing a tutorial if I can get far enough. Even with my experience it has taken a bit of head scratching to get my head around it all. I think another perspective may help some people.
-
Great thanks.
This should be enough to keep me going. It's all coming together :)
I may end up writing a tutorial if I can get far enough. Even with my experience it has taken a bit of head scratching to get my head around it all. I think another perspective may help some people.
I'll be quite interested in what you come up with/what you're working on.
I'm also working on SCI0 game using sierra script!