Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fesily committed Jan 29, 2025
2 parents feeba86 + 03eab92 commit 1d35c7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Mod/modmain.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_G = GLOBAL

do
if not _G.TheNet:IsDedicated() then
local fp = _G.io.open("luajit_config.json", "w");
if fp then
local config = {
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export LD_PRELOAD=./lib64/libInjector.so
</plist>
```

- `sudo codesign -d --entitlements . /my.xml . /dontstarve_steam.app`
- `sudo codesign -d --entitlements ./my.xml ./dontstarve_steam.app`
- Copy all `bin64/osx` files to the `MacOS` folder in the game directory.
- Rename the original game executable, `dontstarve_steam`, to `dontstarve_steam_1`.
- Create a new file with the contents of `dontstarve_steam`:
Expand Down Expand Up @@ -294,4 +294,4 @@ end

### force enable the mod

1. add process arg `-disable_check_luajit_mod`
1. add process arg `-disable_check_luajit_mod`
2 changes: 1 addition & 1 deletion vcpkg
Submodule vcpkg updated 4294 files

0 comments on commit 1d35c7a

Please sign in to comment.