From 87f7e5dfaaa355d43cc47b49cb3cb6834e324358 Mon Sep 17 00:00:00 2001 From: Arif Hendika Rios Date: Wed, 9 Oct 2024 01:37:04 +0700 Subject: [PATCH 1/7] Create README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3c8ceca --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Build +- Edit GamePath in `PVZ Hyper Fusion.csproj` to game folder path +- then build + + +# Translation +- you can edit translation string in `Mods\PVZ_Hyper_Fusion\Strings\translation_strings.json` and `Mods\PVZ_Hyper_Fusion\Strings\translation_regexs.json` +- you can replace texture by put textures to `Mods\PVZ_Hyper_Fusion\Textures` + + +# Mod Features +- [F1] Unlimited Sun +- [F2] No Cooldown (also glove and hammer) +- [F3] Plant Not Take Damage (there is bug when using this feature) +- [F4] Plant Column +- [F5] Developer Mode (Unlimited Sun+No Cooldown+Unlock All Plant+Travel Plant can Fusion in any stage) +- [Insert] Show Features From 4c0f0fe67f02176a398975b661c263211a5a5a63 Mon Sep 17 00:00:00 2001 From: Arif Hendika Rios Date: Wed, 9 Oct 2024 01:40:32 +0700 Subject: [PATCH 2/7] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3c8ceca..b215da2 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ # Translation - you can edit translation string in `Mods\PVZ_Hyper_Fusion\Strings\translation_strings.json` and `Mods\PVZ_Hyper_Fusion\Strings\translation_regexs.json` - you can replace texture by put textures to `Mods\PVZ_Hyper_Fusion\Textures` +- you can translate Almanac Plant by copy `Mods\PVZ_Hyper_Fusion\Dump\LawnStrings.json` to `Mods\PVZ_Hyper_Fusion\LawnStringsTranslate.json` and edit it +- you can translate Almanac Plant by copy `Mods\PVZ_Hyper_Fusion\Dump\ZombieStrings.json` to `Mods\PVZ_Hyper_Fusion\ZombieStringsTranslate.json` and edit it # Mod Features From 47bde16e8750546f7130b8bbbccd960c47765506 Mon Sep 17 00:00:00 2001 From: Arif Hendika Rios Date: Wed, 9 Oct 2024 01:46:14 +0700 Subject: [PATCH 3/7] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index b215da2..d6b348f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# Instalation +- Install [MelonLoader](https://melonwiki.xyz/#/modders/quickstart) to game +- extract mod into game folder path + # Build - Edit GamePath in `PVZ Hyper Fusion.csproj` to game folder path - then build @@ -17,3 +21,11 @@ - [F4] Plant Column - [F5] Developer Mode (Unlimited Sun+No Cooldown+Unlock All Plant+Travel Plant can Fusion in any stage) - [Insert] Show Features + + +# SS +![image](https://github.com/user-attachments/assets/7c3ecd9e-0feb-462e-b218-1108147a6726) +![image](https://github.com/user-attachments/assets/10db56cd-151c-4cf6-beed-ec705dbd7666) +![image](https://github.com/user-attachments/assets/a9c2d9db-76ba-47fa-82a0-d21d297e3cb3) + + From 0876a58ca0dcbfe57249fb5eeaad0ddbdf614be1 Mon Sep 17 00:00:00 2001 From: Arif Hendika Rios Date: Wed, 9 Oct 2024 01:48:19 +0700 Subject: [PATCH 4/7] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d6b348f..5678a2b 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ - [F5] Developer Mode (Unlimited Sun+No Cooldown+Unlock All Plant+Travel Plant can Fusion in any stage) - [Insert] Show Features +# Credit +- [蓝飘飘fly](https://space.bilibili.com/3546619314178489) - Developer Game # SS ![image](https://github.com/user-attachments/assets/7c3ecd9e-0feb-462e-b218-1108147a6726) From 2bafa78206257d4047395e70374e92c7bb78f6bc Mon Sep 17 00:00:00 2001 From: Arif Hendika Rios Date: Wed, 9 Oct 2024 01:48:47 +0700 Subject: [PATCH 5/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5678a2b..618c68f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ - you can edit translation string in `Mods\PVZ_Hyper_Fusion\Strings\translation_strings.json` and `Mods\PVZ_Hyper_Fusion\Strings\translation_regexs.json` - you can replace texture by put textures to `Mods\PVZ_Hyper_Fusion\Textures` - you can translate Almanac Plant by copy `Mods\PVZ_Hyper_Fusion\Dump\LawnStrings.json` to `Mods\PVZ_Hyper_Fusion\LawnStringsTranslate.json` and edit it -- you can translate Almanac Plant by copy `Mods\PVZ_Hyper_Fusion\Dump\ZombieStrings.json` to `Mods\PVZ_Hyper_Fusion\ZombieStringsTranslate.json` and edit it +- you can translate Almanac Zombie by copy `Mods\PVZ_Hyper_Fusion\Dump\ZombieStrings.json` to `Mods\PVZ_Hyper_Fusion\ZombieStringsTranslate.json` and edit it # Mod Features From 832ef9d5ec9ed972fbcef04c723e5a5858396c0f Mon Sep 17 00:00:00 2001 From: Arif Hendika Rios Date: Wed, 9 Oct 2024 01:51:44 +0700 Subject: [PATCH 6/7] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 618c68f..963a363 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +# Support Version +- ~~v2.0.4~~ +- ~~v2.1.2~~ +- v2.1.3 + # Instalation - Install [MelonLoader](https://melonwiki.xyz/#/modders/quickstart) to game - extract mod into game folder path From 1d6a767873432f65ac18f1e12642ed81cf862e9e Mon Sep 17 00:00:00 2001 From: Arif Hendika Rios Date: Wed, 9 Oct 2024 02:09:10 +0700 Subject: [PATCH 7/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 963a363..5084c78 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # Instalation - Install [MelonLoader](https://melonwiki.xyz/#/modders/quickstart) to game -- extract mod into game folder path +- [Download](https://github.com/ArifRios1st/PVZ-Hyper-Fusion-Mod/releases/latest) and extract mod into game folder path # Build - Edit GamePath in `PVZ Hyper Fusion.csproj` to game folder path