Skip to content

Commit

Permalink
Release v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inuNorii committed Nov 4, 2022
1 parent 02403da commit 371d5df
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]

## [3.2.0] - 2022-11-04
### Added
- "printProgress" config option for future use
- by [Dasaav](https://github.com/Dasaav-dsv):
Expand Down Expand Up @@ -336,7 +338,8 @@
### Removed
- Unnecesssary extra chrasms removed

[unreleased]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v3.1.2...dev
[unreleased]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v3.2.0...dev
[3.2.0]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v3.1.2...v3.2.0
[3.1.2]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v3.1.1...v3.1.2
[3.1.1]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v3.1.0...v3.1.1
[3.1.0]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v3.0.0...v3.1.0
Expand Down
7 changes: 3 additions & 4 deletions DS3_The-Grand-Archives.CT
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,19 @@
<CheatEntries>
<CheatEntry>
<ID>249</ID>
<Description>"Open - Table v3.1.2 WIP - Game v1.15.1"</Description>
<Description>"Open - Table v3.2.0 - Game v1.15.1"</Description>
<Options moHideChildren="1"/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>{$lua}
if syntaxcheck then return end

[ENABLE]
--Attach to game
OpenProcess("DarkSoulsIII.exe")

--local table_ver = 3.012
--local table_ver = 3.020
local game_ver = "1.15.1"
local ce_ver = 7.2
local version_url = "https://raw.githubusercontent.com/inunorii/Dark-Souls-III-CT-TGA/main/VERSION"
local version_url = "https://raw.githubusercontent.com/The-Grand-Archives/Dark-Souls-III-CT-TGA/main/VERSION"

local pL = getProcessList()
for _,name in pairs(pL) do
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Unfairest's document about softbans:
[Some Madman's Guide to DS3 CE](https://docs.google.com/document/d/1AaQiu5axxinl633IUZuWhggrQOHog-3WxMWnuus8-LU)

## Latest Release
Table: [v3.1.2](https://github.com/The-Grand-Archives/Dark-Souls-III-CT-TGA/releases/latest) | [Changelog](/CHANGELOG.md)
Table: [v3.2.0](https://github.com/The-Grand-Archives/Dark-Souls-III-CT-TGA/releases/latest) | [Changelog](/CHANGELOG.md)
Cheat Engine: [7.2 or newer](https://github.com/cheat-engine/cheat-engine/releases)
Game: App ver. 1.15.1 | Regulation ver. 1.35

Expand Down Expand Up @@ -56,7 +56,7 @@ Grish | Mass ItemGib
[sfix](https://github.com/garyttierney) | Table contribution
Z.Z | Table contribution
heliodesic | Table contribution
[Dasaav](https://github.com/Dasaav-dsv) | Function fixes
[Dasaav](https://github.com/Dasaav-dsv) | Functionality reworks and additions

Reverse Souls | Reason
------------- | ---------------------
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.012
3.020

0 comments on commit 371d5df

Please sign in to comment.