Well anyways, befor i reformatted, i had the shard on E: and ecompile was literally instant on everything... givng errors, or compileing scripts... now its taking between 2 and 3 minutes to check and ecompile any scripts i've added.. is this normal or what?
ecompile...
ecompile...
Well this may sound stupid, but hey don't all my questions? 
Well anyways, befor i reformatted, i had the shard on E: and ecompile was literally instant on everything... givng errors, or compileing scripts... now its taking between 2 and 3 minutes to check and ecompile any scripts i've added.. is this normal or what?
Well anyways, befor i reformatted, i had the shard on E: and ecompile was literally instant on everything... givng errors, or compileing scripts... now its taking between 2 and 3 minutes to check and ecompile any scripts i've added.. is this normal or what?
Any idea why this is doing this? My configs are correct:
ecompile.cfg
ecompile.cfg
Code: Select all
##
## ecompile.cfg: must be in the same directory as ecompile.exe
##
#
# ModuleDirectory: Location of *.em files
#
ModuleDirectory c:\pol\scripts
#
# IncludeDirectory: Location of *.inc files, if not found relative
# or with a specified package
#
IncludeDirectory c:\pol\scripts
#
# PolScriptRoot: Location of "::file" includes
#
PolScriptRoot c:\pol\scripts
#
# PackageRoot: root directories where packages are stored
# This can be specified multiple times.
#
PackageRoot c:\pol\pkg
PackageRoot c:\pol\devpkg
#
# Default ecompile options
#
GenerateListing 1
GenerateDebugInfo 1
GenerateDebugTextInfo 0
DisplayWarnings 1
CompileAspPages 1
AutoCompileByDefault 1
UpdateOnlyOnAutoCompile 1
OnlyCompileUpdatedScripts 1
DisplaySummary 1
GenerateDependencyInfo 1
DisplayUpToDateScripts 0