Skip to content

Commit

Permalink
Release v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inuNorii committed Jan 12, 2023
1 parent c826b30 commit d490833
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 34 deletions.
63 changes: 33 additions & 30 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]

## [v3.2.1] - 2023-01-12
### Changed
- Supported version to v1.15.2
- Commented out linux check
Expand All @@ -8,7 +10,7 @@
- Removed cut content without param data from MassItemGib as it can't be spawned
- Last Spell Highlighted

## [3.2.0] - 2022-11-04
## [v3.2.0] - 2022-11-04
### Added
- "printProgress" config option for future use
- by [Dasaav](https://github.com/Dasaav-dsv):
Expand Down Expand Up @@ -66,19 +68,19 @@
- by [Dasaav](https://github.com/Dasaav-dsv):
- runOnce function due to issues overwriting table file

## [3.1.2] - 2022-09-13
## [v3.1.2] - 2022-09-13
### Fixed
- by [Dasaav](https://github.com/Dasaav-dsv):
- Bullet Spawn
- Debug Add Items
- ItemGib+MassItemGib

## [3.1.1] - 2022-09-10
## [v3.1.1] - 2022-09-10
### Fixed
- ReinforceLv in Session Info
- MassItemGib fix for real this time

## [3.1.0] - 2022-09-10
## [v3.1.0] - 2022-09-10
### Added
- by [sfix](https://github.com/garyttierney):
- NetworkParam param class
Expand Down Expand Up @@ -107,7 +109,7 @@
### Removed
- Duplicate CSTrophy finder

## [3.0.0] - 2022-08-27
## [v3.0.0] - 2022-08-27
### Added
- Added world flags for several more npcs at Firelink
- Version checks for Cheat Engine, Dark Souls III, and cheat table
Expand All @@ -121,16 +123,16 @@
### Removed
- Compatibility with old base names; Check comments in Open script to update your code if needed

## [2.3.2] - 2022-04-13
## [v2.3.2] - 2022-04-13
### Fixed
- Fixes more issues

## [2.3.1] - 2022-04-10
## [v2.3.1] - 2022-04-10
### Fixed
- Fix issues caused by merging badly
- Fix EquipParamWeapon class

## [2.3.0] - 2022-04-10
## [v2.3.0] - 2022-04-10
### Added
- Z.Z: Anri and Horace flags
- SuperArmor and partial Toughness info added
Expand All @@ -145,13 +147,13 @@
- Npc Spawn fix
- Misc fixes

## [2.2.1] - 2021-08-05
## [v2.2.1] - 2021-08-05
### Changed
- DS2 Lifegem update by Boblord
### Fixed
- Revert Kill All Mobs improvement due to issues

## [2.2] - 2021-07-31
## [v2.2] - 2021-07-31
### Added
- Mass ItemGib > Select weapons by Phil25
- Reinforce Estus Flask in Npc Menus
Expand All @@ -173,13 +175,13 @@
- Missing items added to ItemGib
- Last Spell Highlighted actually works again

## 2.1.1 - 2020-07-27
## v2.1.1 - 2020-07-27
### Changed
- Mass ItemGib scripts rewritten with more options included
### Fixed
- Fixed Item Namer

## 2.1 - 2020-07-24
## v2.1 - 2020-07-24
### Added
- Npc Menus header has been expanded to include all shops found in the game
- Access all Bonfires (requires Firelink Shrine) in Scripts > Npc Menus > Bonfire
Expand Down Expand Up @@ -207,17 +209,17 @@
- Session Info Equipment data actually fixed
- Reinforce Weapon npc menu script fixed, no longer prevents pressing start to close menus

## 2.0.2 - 2020-06-25
## v2.0.2 - 2020-06-25
### Fixed
- Fixed (float) in ASM scripts referencing table entries named Float
- Fixed Custom Type issue preventing ItemNamer from working

## 2.0.1 - 2020-05-15
## v2.0.1 - 2020-05-15
### Fixed
- Open script was expanded without having to be enabled, this is fixed now
- Added some missing entries to mass itemgib, thanks to Chang

## 2.0 - 2020-05-06
## v2.0 - 2020-05-06
### Added
- Npc menus to use anywhere
- LockCamParam Helper
Expand Down Expand Up @@ -259,7 +261,7 @@
- Example scripts that were previously under the Param Patcher header are now in Param > Param Scripting
- improved ItemGib to limit weapon upgrades to your character's max

## 1.2.2 - 2019-08-30
## v1.2.2 - 2019-08-30
### Added
- Scroll to memrec, a search for table entries
- New no cost level up solution
Expand All @@ -275,7 +277,7 @@
- Entity Control Helper dropdown functionality restored
- Fixed a spelling mistake in Open script

## 1.2.0 - 2019-07-01
## v1.2.0 - 2019-07-01
### Added
- Added Compact View Mode button by mgr.inz.Player
- First time run function, opens Table Info (FAQ) the first time you open the table
Expand All @@ -290,7 +292,7 @@
### Fixed
- Fixed issue in SpEffectParam class: pve damage multipliers were named incorrectly

## 1.1.9-fix - 2019-05-05
## v1.1.9-fix - 2019-05-05
### Added
- ApplyEffect added to Helpers
- Discardable items script in Param Patcher v2.0.5 > Goods lets you discard gestures, key items and Storm Ruler from your inventory
Expand Down Expand Up @@ -325,7 +327,7 @@
- some fixes to EquipParamProtector class in Param Patcher
- a bunch of minor stuff

## 1.1.8-fix - 2018-08-17
## v1.1.8-fix - 2018-08-17
### Added
- Helper offsets expanded
- Last Spell Highlighted restored
Expand All @@ -345,14 +347,15 @@
### Removed
- Unnecesssary extra chrasms removed

[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
[3.0.0]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v2.3.2...v3.0.0
[2.3.2]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v2.3.1...v2.3.2
[2.3.1]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v2.2.1...v2.3.0
[2.2.1]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v2.2...v2.2.1
[2.2]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v2.1.1...v2.2
[unreleased]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v3.2.1...dev
[v3.2.1]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v3.2.0...v3.2.1
[v3.2.0]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v3.1.2...v3.2.0
[v3.1.2]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v3.1.1...v3.1.2
[v3.1.1]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v3.1.0...v3.1.1
[v3.1.0]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v3.0.0...v3.1.0
[v3.0.0]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v2.3.2...v3.0.0
[v2.3.2]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v2.3.1...v2.3.2
[v2.3.1]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v2.3.0...v2.3.1
[v2.3.0]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v2.2.1...v2.3.0
[v2.2.1]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v2.2...v2.2.1
[v2.2]: https://github.com/inunorii/Dark-Souls-III-CT-TGA/compare/v2.1.1...v2.2
4 changes: 2 additions & 2 deletions DS3_The-Grand-Archives.CT
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<CheatEntries>
<CheatEntry>
<ID>249</ID>
<Description>"Open - Table v3.2.0 - Game v1.15.2"</Description>
<Description>"Open - Table v3.2.1 - Game v1.15.2"</Description>
<Options moHideChildren="1"/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>{$lua}
Expand All @@ -17,7 +17,7 @@ if syntaxcheck then return end
--Attach to game
OpenProcess("DarkSoulsIII.exe")

--local table_ver = 3.020
local table_ver = 3.021
local game_ver = "1.15.2"
local ce_ver = 7.2
local version_url = "https://raw.githubusercontent.com/The-Grand-Archives/Dark-Souls-III-CT-TGA/main/VERSION"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Our community, make sure to read the rules carefully
[Changelog](/CHANGELOG.md)
### Requirements
Cheat Engine: [7.2 or newer](https://github.com/cheat-engine/cheat-engine/releases)
Game: App ver. 1.15.1
Game: App ver. 1.15.2

## How to use
### Info
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.020
3.021

0 comments on commit d490833

Please sign in to comment.