From dae56cfb39e4fc02bfe6d9e05072eaded3d6e38b Mon Sep 17 00:00:00 2001 From: Connor Bren <39774593+Wild-W@users.noreply.github.com> Date: Sat, 29 Jun 2024 01:23:00 -0300 Subject: [PATCH 1/3] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8711c4d..f0e4236 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CivilizationVI_CommunityExtension -This mod is currently in beta. Report bugs on the [issue tracker](https://github.com/Wild-W/CivilizationVI_CommunityExtension/issues). You can also contact me directly or on the steam workshop page. I prefer if you do it on the repo though. +This mod is currently in beta. Report bugs on the [issue tracker](https://github.com/Wild-W/CivilizationVI_CommunityExtension/issues). You can also contact me directly or on the steam workshop page. I prefer if you do it on the issue tracker though. [Visit the wiki!](https://github.com/Wild-W/CivilizationVI_CommunityExtension/wiki) @@ -9,7 +9,11 @@ This mod is currently in beta. Report bugs on the [issue tracker](https://github ### What does this mod do? This mod exposes new tools for modders to use by editing Civ VI's base code. -### +### How does this mod edit the base code? +By using techniques in binary exploitation. In essence, the game will load a custom dll, which then in turn loads the GameCore DLL and makes changes to it. If you want to learn more, join the [Civilization VI Modding Helpline](https://discord.gg/jSVhyBYvZR) and ask me there. (My username is wildw) + +### Can you implement X feature? +Probably. Open a feature request on the [issue tracker](https://github.com/Wild-W/CivilizationVI_CommunityExtension/issues). The more precise you are with your request the more likely I'll be able to implement it. ## License This project is distributed under AGPL 3.0. That means that **all** derivative works of this project **must be open source** and **distributed under the same AGPL 3.0 license**. This is to protect the modding community from bad actors and encourage collaboration. The only way this community can grow is if we work together. From 54d475faf056864e360c3d60bf7cba1a5b48c5b5 Mon Sep 17 00:00:00 2001 From: Connor Bren <39774593+Wild-W@users.noreply.github.com> Date: Sat, 29 Jun 2024 10:43:31 -0300 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0e4236..e224426 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CivilizationVI_CommunityExtension +# Civilization VI: Community Extension This mod is currently in beta. Report bugs on the [issue tracker](https://github.com/Wild-W/CivilizationVI_CommunityExtension/issues). You can also contact me directly or on the steam workshop page. I prefer if you do it on the issue tracker though. From 5e7f30712ddeaff13d3ac1785844986765d908cb Mon Sep 17 00:00:00 2001 From: Connor Bren <39774593+Wild-W@users.noreply.github.com> Date: Sat, 29 Jun 2024 11:36:34 -0300 Subject: [PATCH 3/3] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e224426..ce73daf 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,8 @@ Probably. Open a feature request on the [issue tracker](https://github.com/Wild- ## License This project is distributed under AGPL 3.0. That means that **all** derivative works of this project **must be open source** and **distributed under the same AGPL 3.0 license**. This is to protect the modding community from bad actors and encourage collaboration. The only way this community can grow is if we work together. + +## Support + + +