Skip to content

Commit

Permalink
Merge pull request #24 from pyoidzzz/main
Browse files Browse the repository at this point in the history
Update MODS.md
  • Loading branch information
NotNite authored Nov 11, 2024
2 parents 6be5c14 + 8457eaa commit d956838
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions MODS.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,16 +156,24 @@ You can use [GDRETools](https://github.com/bruvzg/gdsdecomp) to decompile the ga

[GodotSteam](https://godotsteam.com/) is a fork of Godot that adds Steamworks support. Most Godot games published on Steam use GodotSteam. If you are working with a game compiled with GodotSteam, use the GodotSteam editor for the appropriate engine version.
### Environment variables
### Environment Variables

You can set multiple environment variables for debugging information:

- `GDWEAVE_DEBUG` logs more debug information to the log file.
- `GDWEAVE_CONSOLE` opens a console window.
- You can also start the game from the command line, but this console includes GDWeave output.
- `GDWEAVE_DUMP_GDSC` will output game scripts to a `gdc` folder in the game install. You can [disassemble these scripts](#disassembling-scripts).
- `GDWEAVE_FOLDER_OVERRIDE` overrides the default GDWeave folder location.
- By default, GDWeave loads from `<game_directory>/GDWeave`
- Set this to change where GDWeave looks for its files
- Example: `GDWEAVE_FOLDER_OVERRIDE=C:\CustomPath\GDWeave`

Set these environment variables to any value (e.g. `GDWEAVE_DEBUG=1`) to enable them.
To enable these options, excluding `GDWEAVE_FOLDER_OVERRIDE`, set the environment variable to any value (e.g. `GDWEAVE_DEBUG=1`).

### Launch Arguments

- `--gdweave-disable` will completely disable GDWeave.

### Disassembling scripts

Expand Down

0 comments on commit d956838

Please sign in to comment.