https://github.com/aetopia/halo-infinite-settings-editor-net
A tool to edit & view Halo Infinite's settings file (SpecControlSettings.json).
https://github.com/aetopia/halo-infinite-settings-editor-net
csharp dotnet-framework game halo-infinite settings-editor settings-viewer
Last synced: 10 months ago
JSON representation
A tool to edit & view Halo Infinite's settings file (SpecControlSettings.json).
- Host: GitHub
- URL: https://github.com/aetopia/halo-infinite-settings-editor-net
- Owner: Aetopia
- License: mit
- Created: 2023-06-07T05:39:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-30T13:42:32.000Z (almost 3 years ago)
- Last Synced: 2025-06-11T14:44:36.480Z (12 months ago)
- Topics: csharp, dotnet-framework, game, halo-infinite, settings-editor, settings-viewer
- Language: C#
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Halo Infinite Settings Editor .NET
Recreation of [Halo Infinite Settings Editor](https://github.com/aetopia/halo-infinite-settings-editor) but in the **`.NET Framework`**.
# Usage
|Action|Operation|
|-|-|
|Editing Values|Double click the cell, you want to edit.|
|Saving Settings|Click the `Save` button to save the edited settings.|
|Refreshing Settings|You can reset any edited values but to default by clicking the `Refresh` button.|
|Common/Multiplayer Settings|Hitting the `Common/Multiplayer` button will load common/multiplayer settings. The button text displays the currently loaded settings.|
|Key Navigation|You may use the dropdown to navigate to a specific key.|
# Build
1. Download and install the .NET SDK and .NET Framework 4.8.1 Developer Pack from:
https://dotnet.microsoft.com/en-us/download/visual-studio-sdks
2. Run the following command:
```cmd
dotnet build Halo-Infinite-Settings-Editor-NET\Halo-Infinite-Settings-Editor-NET.csproj --configuration Release
```