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:
parent
d2fd692041
commit
117ddeee5c
4 changed files with 19 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue