Dummy Script Compiler: Difference between revisions

From Sierra Wiki
Jump to navigationJump to search
Andrew Branscom (talk | contribs)
No edit summary
Andrew Branscom (talk | contribs)
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div align="center"><span style="font-size: 22pt">Dummy Script Compiler</span><br />''Version UnknownVer''<br />''Author: [[Jeremiah Nellis]]''<br />''Developer: N/ A<br />''2012-01-07''</div>
<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}}


Line 7: Line 7:
| Version = 1.0
| Version = 1.0
| ReleaseDate = {{2012}}-01-07<ref>From the program's Source file</ref>
| ReleaseDate = {{2012}}-01-07<ref>From the program's Source file</ref>
| Company = {{N/A}}
| Company = {{NAToolCo}}
| DevStatus = {{StableDev}}
| DevStatus = {{StableDev}}
| Published = {{Published}}
| Published = {{Published}}
| Developers = {{JeremiahNellisToolDev}}
| Developers = {{JeremiahNellisToolDev}}
| Interface = {{CLI}}
| Interface = {{CLI}}
| ProgLanguage = {{Python}}
| ProgLanguage = {{Perl}}
| OpenSource = {{OpenSRC}}
| OpenSource = {{OpenSRC}}
| Source = {{SourceSW}}[[#Download|Yes]] (included in Download)
| Source = {{SourceSW}}[[#Download|Yes]] (The Python script is the source)
| License = {{Freeware}}
| License = {{Freeware}}
| Type = {{FanSCICompilationUtil}} {{SCICompilationUtil}}
| Type = {{FanSCICompilationUtil}}
| Engine = {{SCI0Tool}}
| Engine = {{SCI0Tool}}
| Platform = {{WinTool}}
| Platform = {{WinTool}}
Line 27: Line 27:


<blockquote>
<blockquote>
Utility to workaround initial compilation of scripts that contain circular dependencies (via 'use' inclusion).  
Jeremiah Nellis's Dummy Script Compiler Utility to workaround initial compilation of scripts that contain circular dependencies (via 'use' inclusion).


{{TechToDo}}
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)
</blockquote>
</blockquote>


==<br /> Features ==
==<br /> Features ==


* <!-- Add feature list here -->
<blockquote>
<!-- Add feature list here -->
</blockquote>
 
==<br /> Requirements ==
 
<blockquote>
<!-- Add requirements here -->
</blockquote>


==<br /> Version History ==
==<br /> Version History ==


<blockquote>
<blockquote>
&nbsp;<!-- Place version history here
<!-- Place version history here -->
<span class="Inactive">N/A</span> -->
</blockquote>
</blockquote>


Line 46: Line 53:


<blockquote>
<blockquote>
Unmaintained
The current Dummy Script Compiler is a stable release version.
</blockquote>
 
==<br /> Usage ==
 
<blockquote>
perl dummyScriptCompiler.pl
</blockquote>
</blockquote>


Line 52: Line 65:


<blockquote>
<blockquote>
# &nbsp;
<!-- Add options here -->
</blockquote>
</blockquote>


<div id="DL">
==<br /> Download ==
==<br /> Download ==


Line 69: Line 83:


* [[Jeremiah Nellis]]
* [[Jeremiah Nellis]]
==<br /> 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


==<br /> References ==
==<br /> References ==


<references />
<references /><!-- Do not edit this section. It is autopopulated by <ref></ref> tags -->


==<br /> Also See ==
==<br /> Also See ==


 
* [[Script Resource (SCI)]]
* &nbsp;
* [[SCI Specifications: Chapter 1 - Introduction#SCRIPT|SCRIPT in the SCI Specifications]]
&nbsp;
* [[:Category:SCI Script Resource Pages|SCI Script Resource Articles]]
* [[:Category:SCI Compilation Utilities|SCI Compilation Utilities]]
* [https://sciprogramming.com/community/index.php?topic=384.msg3036#msg3036 sciprogramming.com Message]
&nbsp;
&nbsp;
<!--[[Category:]]-->
[[Category:Technical Info]]
[[Category:SCI Technical Info]]
[[Category:Development]]
[[Category:SCI Development]]
[[Category:Development Tools]]
[[Category:SCI Development Tools]]
[[Category:SCI Script Resource Pages]]

Latest revision as of 09:18, 16 August 2025

Dummy Script Compiler
Version UnknownVer
Author: Jeremiah Nellis
2012-01-07
  This article is a tool stub page. You can
help the Sierra Wiki by expanding it.
Dummy Script Compiler
Command Line Tool
Latest Version:  1.0
Release Date:  2012-01-07[1]
Company: N/A
Development Status:  Stable
Publication Status:  Published
Developer(s): Jeremiah Nellis
Interface: CLI
Language: Perl
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:


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

  1. From the program's Source file


Also See