All Projects → WolvenKit → WolvenKit

WolvenKit / WolvenKit

Licence: GPL-3.0 license
Mod editor/creator for RED Engine games. The point is to have an all in one tool for creating mods for the games made with the engine.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to WolvenKit

inCyberPunk2022
👾 https://cybersocial.herokuapp.com/   C̵̡̡͓̪̺̲̺̳̭̱̩͖͔̽̈́͜y̵̢̺̮̥̠̲̼̫͗b̴̲͇̟̭̹͆͒̈́̒͋̃̌̇̈̆̚͠͠ȅ̷̡̢̩̺̏r̴̢̛̹̲̜͙͉̩̩̣͉̺͂̀́̈́̇͛͋̊̉̈́̇P̵̡͊̚ų̵̙̣͓̤̼̭̤̥̯̻̯̒ͅň̸̛̯͕̦̦͓̙̋͐̈́́̉ͅḱ̷̡̪͚͉̟̘̳̯̳͉̈́͐͂̇̾͑̕̕͝ͅ
Stars: ✭ 28 (-93.47%)
Mutual labels:  cyberpunk2077
MassEffectModder
Mass Effect Modder (MEM)
Stars: ✭ 64 (-85.08%)
Mutual labels:  modding-tools
gust tools
A set of utilities for dealing with Gust (Koei Tecmo) PC games files
Stars: ✭ 117 (-72.73%)
Mutual labels:  modding-tools
Cyberpunk-2077-theme-css
This is a theme in CSS3 to simulate the interfaxes of the game CyberPunk 2077.
Stars: ✭ 118 (-72.49%)
Mutual labels:  cyberpunk2077
wc3libs
Java library for reading and modifying Warcraft III maps and game files
Stars: ✭ 21 (-95.1%)
Mutual labels:  modding-tools
ThunderKit
Mod Project Development Environment for Unity and Unity Games
Stars: ✭ 64 (-85.08%)
Mutual labels:  modding-tools
dog-scepter
A work-in-progress modding tool geared toward UNDERTALE/DELTARUNE
Stars: ✭ 32 (-92.54%)
Mutual labels:  modding-tools
ModBuddy
Mod buddy is a mod manager created with extensibility in mind
Stars: ✭ 30 (-93.01%)
Mutual labels:  modding-tools
Centrifuge
Cross-platform runtime mod loader and API for any Unity-based game. Supports Unity 5 and up!
Stars: ✭ 27 (-93.71%)
Mutual labels:  modding-tools
botw-editor
The Legend of Zelda: Breath of the Wild - Editor
Stars: ✭ 27 (-93.71%)
Mutual labels:  modding-tools
R3ditor
An open-source project created to reverse-engineering some Resident Evil 3 files
Stars: ✭ 19 (-95.57%)
Mutual labels:  modding-tools
deepstory
Deepstory turns a text/generated text into a video where the character is animated to speak your story using his/her voice.
Stars: ✭ 61 (-85.78%)
Mutual labels:  witcher-3
botw-modding
The Legend of Zelda: Breath of the Wild - Modding Documentation and Tools
Stars: ✭ 51 (-88.11%)
Mutual labels:  modding-tools
RAGE-StringsDatabase
This repository contains known string lines and file names for RAGE based games (GTA IV, GTA V, RDR 2)
Stars: ✭ 26 (-93.94%)
Mutual labels:  modding-tools
cyberpunk2077-hacking-solver
Online Cyberpunk 2077 hacking minigame solver.
Stars: ✭ 21 (-95.1%)
Mutual labels:  cyberpunk2077
sarc
Nintendo SARC archive reader and writer
Stars: ✭ 16 (-96.27%)
Mutual labels:  modding-tools
ModdingDiablo2Resurrected
This repository contains some tools and guides on modding Diablo 2 Resurrected.
Stars: ✭ 75 (-82.52%)
Mutual labels:  modding-tools
FFXIV Modding Tool
FFXIV Modding Tool is the Cross-platform Commandline interface alternative for TexTools
Stars: ✭ 39 (-90.91%)
Mutual labels:  modding-tools
maps4cim
maps4cim - a real world map generator for CiM 2
Stars: ✭ 21 (-95.1%)
Mutual labels:  modding-tools
vscode-witcherscript
Witcher Script for Visual Studio Code.
Stars: ✭ 22 (-94.87%)
Mutual labels:  witcher-3



This repository was created to demonstrate how CDPR's proprietary REDEngine reads and writes file formats. And to experiment with the working of games running on this engine i.e. The Witcher 3: The Wild Hunt and Cyberpunk 2077. This toolkit is being made solely for research and educational purposes, and the dev team is in no way responsible for any malfunctions that occur from its use. Its completely open source, licensed under the GPL v3.0, and in no way is it made to generate revenue. An ancestor to this tool was W3Edit, initially developed by Sarcen in 2015, around the time The Witcher 3 first came out. After Sarcen stopped working on it, a few of us picked it up and continued from there.

Currently, WolvenKit allows reading and writing nearly every REDEngine file format to some extent. It can also be used to create file modifications to the assets of the game, though this is currently beign actively worked upon, so do make sure to check it regularly. Our primary focus at the moment is progressing with support for the new game, Cyberpunk 2077.


InstallationUsageContributingScreenshotsCreditsLicense

Become-a-patron-button Pngtree-file-download-icon-4719240

Installation

Download either the latest stable version or the current nightly (beta) version from here:

Package Latest Release Checks
WolvenKit Nightly GitHub release (latest by date) GitHub Workflow Status
WolvenKit GitHub release (latest by date) GitHub branch checks state

Installer

  1. Install the NET 6 Runtime: https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-6.0.1-windows-x64-installer
  2. Double click on the .exe to start the installation procedure and the program will take care of the rest.

Portable

  1. Install the NET 6 Runtime: https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-6.0.1-windows-x64-installer
  2. Download Wolvenkit.zip
  3. Run WolvenKit.exe

Usage

📑 Check out the wiki: https://wiki.redmodding.org/wolvenkit

Build instructions

  1. Download and install Visual Studio 2022 Community Edition or a higher version.
  2. Clone this repository.
  3. Clone the dependencies (git submodule update --init --recursive).
  4. Open the solution (All.sln)
  5. Build the projects.

Contributing

Do you want to contribute? Community feedback and contributions are highly appreciated! It's a good idea to create an issue when implementing a feature so people don't work on the same feature/issue in an asynchronous manner.

For general rules and guidelines see CONTRIBUTING.md.

For any questions:

Developer Role Email
Traderain Project Lead / Core Development Email
Rfuzzo Project Lead / Core Development Email

Screenshots

screenshot

screenshot

Credits

WolvenKit is a direct result of the hard work and continuous support, financial and otherwise, of the many researchers, programmers, artists, contributors, and companies that have helped with this project. Without their outstanding work and generous support, we never would have been able to create WolvenKit for Cyberpunk 2077. A very special thank you goes out to...

License

Copyright Disclaimer: Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use.. This project is solely made for research and in no way made to generate any revenue.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].