Dummy Script Compiler: Difference between revisions
From Sierra Wiki
Jump to navigationJump to search
No edit summary |
|||
| Line 1: | Line 1: | ||
<div align="center"><span style="font-size: 22pt">Dummy Script Compiler</span><br />''Version UnknownVer''<br />''Author: [[Jeremiah Nellis]]'' | <div align="center"><span style="font-size: 22pt">Dummy Script Compiler</span><br />''Version UnknownVer''<br />''Author: [[Jeremiah Nellis]]''<br />''2012-01-07''</div> | ||
{{TechToolStub}} | {{TechToolStub}} | ||
Revision as of 17:58, 11 August 2025
| This article is a tool stub page. You can help the Sierra Wiki by expanding it. |
| Latest Version: | 1.0 | ||
|---|---|---|---|
| Release Date: | 2012-01-07[1] | ||
| Company: | Template:N/A | ||
| Development Status: | Stable | ||
| Publication Status: | Published | ||
| Developer(s): | Jeremiah Nellis | ||
| Interface: | CLI | ||
| Language: | Python | ||
| Open Source: | Open | ||
| Source Availability: | Yes (The Python script is the source) | ||
| License: | Freeware | ||
| Type: | Compilation Utility | ||
| Relevant Engine: | SCI0 | ||
| Platform: | Windows | ||
| Localization: | English | ||
| Website: | N/A | ||
Description
Jeremiah Nellis's Dummy Script Compiler Utility to workaround initial compilation of scripts that contain circular dependencies (via 'use' inclusion).
Takes a game.ini file & creates dummy compiled scripts (.sco files) for each script file (in a given range). The purpose of which is to avoid problems with initial compiling of scripts that are dependent upon one another (via 'use' statements)
Features
Requirements
Version History
Development Status
The current Dummy Script Compiler is a stable release version.
Usage
perl dummyScriptCompiler.pl
Options
Download
Download from here:
File:DummyScriptCompiler.zip (ZIP file) [1.54 KB] (includes source)
Known issues
- None
Credits
Legal
Dummy Script Compiler is distributed as Freeware. Do whatever you want with this file, except remove my name. Jeremiah Nellis, nellisjp@hotmail.com Version 1.0 - Jan 7th 2012
References
- ↑ From the program's Source file
Also See
- Script Resource (SCI)
- SCRIPT in the SCI Specifications
- SCI Script Resource Articles
- SCI Compilation Utilities
- sciprogramming.com Message