Add dofile() to Lua
This lets PK3 files (not WAD and other formats) decide of the order in which to load their Lua scripts, by creating a Init.lua
entry at the root (actual root, not the Lua
folder) and then calling dofile("Path/To/Some/Script.lua")
to load individual scripts (inside the Lua
folder this time).
Edited by LJ Sonic
Merge request reports
Activity
Filter activity
added 27 commits
-
1dbb7557...04c7eeb6 - 26 commits from branch
next
- 6895d7df - Merge branch 'next' into 'dofile'
-
1dbb7557...04c7eeb6 - 26 commits from branch
mentioned in commit 23226444
Please register or sign in to reply