Skip to content

Commit b20ef6a

Browse files
committed
Fixing some goofy audio
1 parent e974735 commit b20ef6a

File tree

8 files changed

+10
-6
lines changed

8 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 1.2.1
2+
- Changed the static audio played by manifesting to not suck.
13
# 1.2.0
24
- Made it so that ghosts can now play sounds with the 'V' key
35
- The sounds can be changed by changing the contents of the 'sounds' folder. See the readme for more info.

LethalCompanyTemplate/Poltergeist.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class Poltergeist : BaseUnityPlugin
1313
//Plugin info
1414
public const string MOD_GUID = "coderCleric.Poltergeist";
1515
public const string MOD_NAME = "Poltergeist";
16-
public const string MOD_VERSION = "1.2.0";
16+
public const string MOD_VERSION = "1.2.1";
1717

1818
//Prefabs
1919
public static GameObject propInteractibleObject;

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Poltergeist",
3-
"version_number": "1.2.0",
3+
"version_number": "1.2.1",
44
"website_url": "https://github.com/coderCleric/Poltergeist",
55
"description": "Lets players freecam on death as a ghost and do various interactions.",
66
"dependencies": [ "BepInEx-BepInExPack-5.4.2100", "Rune580-LethalCompany_InputUtils-0.7.7", "Sigurd-CSync-5.0.1" ]
0 Bytes
Binary file not shown.
-61 KB
Binary file not shown.

poltergeist_release/BepInEx/plugins/bundles/poltergeist.manifest

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
ManifestFileVersion: 0
2-
CRC: 3546072293
2+
CRC: 1170951453
33
Hashes:
44
AssetFileHash:
55
serializedVersion: 2
6-
Hash: eb9acb5727aed4e4abe8ab5a6ada15b9
6+
Hash: b39f21e58288093141deda28a321c832
77
TypeTreeHash:
88
serializedVersion: 2
99
Hash: 3aa4d2e465632171ad7fbfb8f837ee3f
1010
IncrementalBuildHash:
1111
serializedVersion: 2
12-
Hash: eb9acb5727aed4e4abe8ab5a6ada15b9
12+
Hash: b39f21e58288093141deda28a321c832
1313
HashAppended: 0
1414
ClassTypes:
1515
- Class: 1

poltergeist_release/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 1.2.1
2+
- Changed the static audio played by manifesting to not suck.
13
# 1.2.0
24
- Made it so that ghosts can now play sounds with the 'V' key
35
- The sounds can be changed by changing the contents of the 'sounds' folder. See the readme for more info.

poltergeist_release/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Poltergeist",
3-
"version_number": "1.2.0",
3+
"version_number": "1.2.1",
44
"website_url": "https://github.com/coderCleric/Poltergeist",
55
"description": "Lets players freecam on death as a ghost and do various interactions.",
66
"dependencies": [ "BepInEx-BepInExPack-5.4.2100", "Rune580-LethalCompany_InputUtils-0.7.7", "Sigurd-CSync-5.0.1" ]

0 commit comments

Comments
 (0)