8000 Propose: Allow custom scripts to be loaded from a JSON file. by SaintWish · Pull Request #99 · TES3MP/CoreScripts · GitHub
[go: up one dir, main page]

Skip to content

Propose: Allow custom scripts to be loaded from a JSON file. #99

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: 0.8.0
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
renamed scripts.json to customScripts.json
  • Loading branch information
SaintWish committed Feb 20, 2022
commit 03d3bec74c97f582322a695e75e8f4e80610b415
2 changes: 1 addition & 1 deletion scripts/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,6 @@ config.recordstoreKeyOrder = { "general", "permanentRecords", "generatedRecords"
config.worldKeyOrder = { "general", "time", "topics", "kills", "journal", "customVariables", "type",
"index", "quest", "actorRefId", "year", "month", "day", "hour", "daysPassed", "timeScale" }

config.customScriptsPath = "scripts.json"
config.customScriptsPath = "customScripts.json"

return config
0