From 9b1e71b699a99f8a170ee99fcbababcd89941f74 Mon Sep 17 00:00:00 2001 From: rfuzzo <37657287+rfuzzo@users.noreply.github.com> Date: Mon, 11 Jan 2021 20:43:55 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 646ce149d..8ff945bc2 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,36 @@ # CP77Tools -Modding tools for the cyberpunk 2077 game. -- requires NET5.0. +[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/) [![Discord](https://img.shields.io/discord/717692382849663036.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/Epkq79kd96) + +Modding tools for the CDPR Cyberpunk 2077 video game. + +- requires NET5.0. (https://dotnet.microsoft.com/download/dotnet/5.0) **The cp77 tools require the oo2ext_7_win64.dll to work. Copy and paste the dll into the cp77Tools folder.** +It can be found here: +`Cyberpunk 2077\bin\x64\oo2ext_7_win64.dll` + + +------------- + If you are building from source, the dll needs to be in the same folder as the build .exe, e.g. C:\cpmod\CP77Tools\CP77Tools\bin\Debug\net5.0\oo2ext_7_win64.dll -It can be found here: -`Cyberpunk 2077\bin\x64\oo2ext_7_win64.dll` + CP77 Tools discord: https://discord.gg/Epkq79kd96 -CDPR modding community discord: https://discord.gg/USZwxxFrKa -## Latest Release + +## Latest Stable Release https://github.com/WolvenKit/CP77Tools/releases +## Latest Beta Release +https://github.com/WolvenKit/CP77Tools/releases/tag/nightly-build + + ## Usage: * displays the general help: list all commands `--help` From ef4cfb27f7cd1fd89a2a27d3f99647890fff6967 Mon Sep 17 00:00:00 2001 From: rfuzzo <37657287+rfuzzo@users.noreply.github.com> Date: Mon, 11 Jan 2021 21:02:29 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ff945bc2..10928675c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CP77Tools -[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/) [![Discord](https://img.shields.io/discord/717692382849663036.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/Epkq79kd96) +[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/) [![Discord](https://img.shields.io/discord/717692382849663036.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/Epkq79kd96) ![GitHub all releases](https://img.shields.io/github/downloads/rfuzzo/cp77tools/total) ![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/rfuzzo/cp77tools?include_prereleases) Modding tools for the CDPR Cyberpunk 2077 video game. From ae5be90e9d892895d3b023899ef49f28dd7d415b Mon Sep 17 00:00:00 2001 From: rfuzzo <37657287+rfuzzo@users.noreply.github.com> Date: Tue, 12 Jan 2021 14:21:42 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10928675c..93852ad45 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CP77Tools -[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/) [![Discord](https://img.shields.io/discord/717692382849663036.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/Epkq79kd96) ![GitHub all releases](https://img.shields.io/github/downloads/rfuzzo/cp77tools/total) ![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/rfuzzo/cp77tools?include_prereleases) +[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/) [![Discord](https://img.shields.io/discord/717692382849663036.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/Epkq79kd96) [![CodeFactor](https://www.codefactor.io/repository/github/wolvenkit/cp77tools/badge)](https://www.codefactor.io/repository/github/wolvenkit/cp77tools) ![GitHub all releases](https://img.shields.io/github/downloads/rfuzzo/cp77tools/total) ![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/rfuzzo/cp77tools?include_prereleases) Modding tools for the CDPR Cyberpunk 2077 video game. From c23c7dca586a14645128f50f5dbe5e829673fb3e Mon Sep 17 00:00:00 2001 From: rfuzzo <37657287+rfuzzo@users.noreply.github.com> Date: Tue, 12 Jan 2021 14:35:51 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93852ad45..83e007bda 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # CP77Tools -[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/) [![Discord](https://img.shields.io/discord/717692382849663036.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/Epkq79kd96) [![CodeFactor](https://www.codefactor.io/repository/github/wolvenkit/cp77tools/badge)](https://www.codefactor.io/repository/github/wolvenkit/cp77tools) ![GitHub all releases](https://img.shields.io/github/downloads/rfuzzo/cp77tools/total) ![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/rfuzzo/cp77tools?include_prereleases) +[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/) +[![Discord](https://img.shields.io/discord/717692382849663036.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/Epkq79kd96) +[![CodeFactor](https://www.codefactor.io/repository/github/wolvenkit/cp77tools/badge)](https://www.codefactor.io/repository/github/wolvenkit/cp77tools) +![GitHub all releases](https://img.shields.io/github/downloads/rfuzzo/cp77tools/total) +[![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/rfuzzo/cp77tools?include_prereleases)](https://github.com/WolvenKit/CP77Tools/releases/tag/nightly-build) Modding tools for the CDPR Cyberpunk 2077 video game.