Config: Add 'preloadScript' entry to run raw scripts before the game scripts

Useful to insert common code, wrappers etc. without touching Scripts.rxdata.
This commit is contained in:
Jonas Kulla 2014-08-24 07:27:36 +02:00
parent d2fd692041
commit 117ddeee5c
4 changed files with 19 additions and 2 deletions

View file

@ -100,6 +100,14 @@
# customScript=/path/to/script.rb
# Define raw scripts to be executed before the
# actual Scripts.rxdata execution starts
# (default: none)
#
# preloadScript=my_win32_wrapper.rb
# preloadScript=ruby18_fixes.rb
# Index all accesible assets via their lower case path
# (emulates windows case insensitivity)
# (default: enabled)