Wayward
Wayward Mods
Make a new creature! Make a new item! Make a troposphere! Your imagination is the only limit with Wayward Mods on Steam Workshop.
了解更多
 此主题已被置顶,因此可能具有重要性
Drathy  [开发者] 10 2016 年 4 月 13 日 下午 5:18
Modding Guide
Everything you need to get started for making mods is located here:
https://github.com/WaywardGame/types/wiki

You can view the code documentation here:
https://waywardgame.github.io/

You can also check out the source code for some of the mods already available on the Steam Workshop from us here:
https://github.com/WaywardGame/
最后由 Drathy 编辑于; 2020 年 8 月 10 日 下午 10:56
< >
正在显示第 1 - 2 条,共 2 条留言
Mauno 1 2021 年 5 月 9 日 下午 3:13 
Followed the guide and when I got to the part that said
If you're using VSCode, you should be able to compile this basic mod with Ctrl + Shift + B.
I tried it and got an error
> Executing task: tsc -p 'c:\Program Files (x86)\Steam\steamapps\common\Wayward\mods\ExampleMod\tsconfig.json' < File C:\Users\Unentokku\AppData\Roaming\npm\tsc.ps1 cannot be loaded because the execution of scripts is disabled on this system. Please see "get-help about_signing" for more details. At line:1 char:4 + tsc <<<< -p 'c:\Program Files (x86)\Steam\steamapps\common\Wayward\mods\ExampleMod\tsconfig.json' + CategoryInfo : NotSpecified: (:) [], PSSecurityException + FullyQualifiedErrorId : RuntimeException The terminal process "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -Command tsc -p 'c:\Program Files (x86)\Steam\steamapps\common\Wayward\mods\ExampleMod\tsconfig.json'" terminated with exit code: 1.
Which(after some googling) I fixed by entering
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
to the terminal.

Another thing worth mentioning is that on windows 7 latest version of Node.js you can install is v13.14.0 LTS[nodejs.org](I hope that won't cause issues).
Also prerequisites[github.com] page should mention if installing Chocolatey, Python and VS Build Tools is necessary when the option is given by the node.js installer. I installed them just in case but it took a while.
最后由 Mauno 编辑于; 2021 年 5 月 9 日 下午 3:15
Drathy  [开发者] 10 2021 年 6 月 16 日 下午 10:17 
Thanks for that! I have updated the guide with your findings.
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50