Skip to content

Commit

Permalink
First 1.0 (exp) compatibility
Browse files Browse the repository at this point in the history
- Bumped unity version to 2022.3.29f1
  • Loading branch information
mgreter committed Jun 25, 2024
1 parent 3eb8214 commit c544f09
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:

steps:
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Call 7D2D compiler action
uses: OCB7D2D/OcbModCompiler@master
with:
v7d2d: 'V1.0'
name: "OcbAutoExposure"
version: "${{ github.ref_name }}"
token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion ModInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<Description value="Better dynamic auto exposure." />
<Website value="https://github.com/OCB7D2D/OcbAutoExposure" />
<Author value="ocbMaurice" />
<Version value="0.0.2" />
<Version value="0.1.0" />
</xml>
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OCB Better Auto Exposure Mod - 7 Days to Die (A21) Addon
# OCB Better Auto Exposure Mod - 7 Days to Die (V1.0 exp) Addon

A small harmony mod adjusting the default auto exposure.

Expand Down Expand Up @@ -61,7 +61,7 @@ scenes will become a little brighter, but only to a certain extent.

## Download and Install

[Download from GitHub releases][2] and extract into your A21 Mods folder!
[Download from GitHub releases][2] and extract into your Mods folder!
Ensure you don't have double nested folders and ModInfo.xml is at right place!

## Changelog
Expand All @@ -74,10 +74,6 @@ Ensure you don't have double nested folders and ModInfo.xml is at right place!

- Initial version

## Compatibility

I've developed and tested this Mod against version a21.2b30.

[1]: https://github.com/OCB7D2D/OcbAutoExposure
[2]: https://github.com/OCB7D2D/OcbAutoExposure/releases
[3]: https://github.com/OCB7D2D/OcbAutoExposure/actions/workflows/ci.yml
Expand Down
Binary file modified Resources/AutoExposure.unity3d
Binary file not shown.

0 comments on commit c544f09

Please sign in to comment.