Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
Version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JKAnderson committed May 12, 2018
1 parent 38105eb commit 650f8a8
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 41 deletions.
4 changes: 2 additions & 2 deletions DS Gadget/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1")]
[assembly: AssemblyVersion("2.2.0.0")]
[assembly: AssemblyFileVersion("2.2")]
45 changes: 29 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,36 @@ A multi-purpose testing tool for Dark Souls 1. Compatible with both the Steam an
Requires [.NET 4.6.2](https://www.microsoft.com/net/download/thank-you/net462) and [VC Redist 2012 x86](https://my.visualstudio.com/Downloads?pid=1452)
You probably already have both.

# Credits
[Fasm.NET](https://github.com/ZenLulz/Fasm.NET) by Jämes Ménétrey

[LowLevelHooking](https://github.com/jnm2/LowLevelHooking) by Joseph N. Musser II

[Octokit](https://github.com/octokit/octokit.net) by GitHub

[Semver](https://github.com/maxhauser/semver) by Max Hauser

# Special Thanks
**Wulf2k**, for writing Gizmo and memlocs.ods, without which I would be nothing.

**AndrovT**, for figuring out how the heck event flags work.

**Meowmaritus**, for MeowDSIO, which was used to build the item lists.

**Pav**, for spoonfeeding me so many function pointers.

And all of the other wonderful people in the SpeedSouls discord.

# Changelog
### 2.2
* Added a button to warp to last bonfire (like a bone, but a button)
* Options will only be reapplied when they're not in the default state (so if you leave them off, they won't conflict with Debug)
* Item spawner improvements
* Spawned items now go straight into your inventory
* You can spawn upgraded pyromancy flames
* You can no longer infuse shields and crossbows with infusions they can't be infused with
* Removed some items that didn't actually exist

### 2.1
* Added a button to unlock all gestures to Misc tab
* Added a very awkwardly-placed button to reset your hair slot to Internals tab, because flexing permanently hecks it up
Expand Down Expand Up @@ -57,19 +86,3 @@ You probably already have both.
* Reorganized and expanded cheats
* Added phantom and team type
* Added missing Painted World respawn

# Credits
[Fasm.NET](https://github.com/ZenLulz/Fasm.NET) by Jämes Ménétrey

[LowLevelHooking](https://github.com/jnm2/LowLevelHooking) by Joseph N. Musser II

[Octokit](https://github.com/octokit/octokit.net) by GitHub

[Semver](https://github.com/maxhauser/semver) by Max Hauser

# Special Thanks
**Wulf2k**, for writing Gizmo and memlocs.ods, without which I would be nothing.

**AndrovT**, for figuring out how the heck event flags work.

And all of the wonderful people in the SpeedSouls discord, for putting up with me.
62 changes: 39 additions & 23 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,52 @@

--| DS Gadget 2.1
--| DS Gadget 2.2
--| https://github.com/JKAnderson/DS-Gadget

A multi-purpose testing tool for Dark Souls 1. Compatible with both the Steam and debug versions.
Requires .NET 4.6.2: https://www.microsoft.com/net/download/thank-you/net462
and VC Redist 2012 x86: https://my.visualstudio.com/Downloads?pid=1452
You probably already have both.


--| Credits

Fasm.NET by Jämes Ménétrey
https://github.com/ZenLulz/Fasm.NET

LowLevelHooking by Joseph N. Musser II
https://github.com/jnm2/LowLevelHooking

Octokit by GitHub
https://github.com/octokit/octokit.net

Semver by Max Hauser
https://github.com/maxhauser/semver


--| Special Thanks

Wulf2k, for writing Gizmo and memlocs.ods, without which I would be nothing.

AndrovT, for figuring out how the heck event flags work.

Meowmaritus, for MeowDSIO, which was used to build the item lists.

Pav, for spoonfeeding me so many function pointers.

And all of the other wonderful people in the SpeedSouls discord.


--| Changelog

2.2
Added a button to warp to last bonfire (like a bone, but a button)
Options will only be reapplied when they're not in the default state (so if you leave them off, they won't conflict with Debug)
Item spawner improvements
Spawned items now go straight into your inventory
You can spawn upgraded pyromancy flames
You can no longer infuse shields and crossbows with infusions they can't be infused with
Removed some items that didn't actually exist

2.1
Added a button to unlock all gestures to Misc tab
Added a very awkwardly-placed button to reset your hair slot to Internals tab, because flexing permanently hecks it up
Expand Down Expand Up @@ -61,25 +99,3 @@ You probably already have both.
Reorganized and expanded cheats
Added phantom and team type
Added missing Painted World respawn

--| Credits

Fasm.NET by Jämes Ménétrey
https://github.com/ZenLulz/Fasm.NET

LowLevelHooking by Joseph N. Musser II
https://github.com/jnm2/LowLevelHooking

Octokit by GitHub
https://github.com/octokit/octokit.net

Semver by Max Hauser
https://github.com/maxhauser/semver

--| Special Thanks

Wulf2k, for writing Gizmo and memlocs.ods, without which I would be nothing.

AndrovT, for figuring out how the heck event flags work.

And all of the wonderful people in the SpeedSouls discord, for putting up with me.

0 comments on commit 650f8a8

Please sign in to comment.