Skip to content

TarekJor/Wolven-kit

 
 

Repository files navigation

WolvenKit

A community mod editor for CDPR games made on variants of REDEngine.

Screenshot Screenshot

WolvenKit-Nightly GitHub issues GitHub forks GitHub stars GitHub license GitHub downloads Discord

This repository was created to demonstrate how the proprietary game engine of CDPR, REDEngine, reads and writes file formats, and experiment with how their games running on this engine (The Witcher 3: The Wild Hunt and Cyberpunk 2077 currently) work. This tool suite is being made fully for research and educational purposes, and the dev team is in no way responsible of a hypothetical malfunction regarding the game or PC of the end user. It's completely open source, licensed under GPL v3.0, and in no way is it made to generate revenue. The precursor to this tool, W3EDit, was 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, it allows reading and writing nearly every REDEngine file format to some extent. It can be used to create file modifications to the assets of the game. This is heavy WIP, so do make sure to check on it regularly. Our primary focus at the moment is progressing with support for the new game, Cyberpunk 2077.

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.

Team:

Project lead: Traderain
Core development team:

  • Traderain (project management, core development etc.)
  • rfuzzo (core development)
  • michaelpolakatwork (rendering)
  • Maxzor (development)

Special thanks to:

  • kote2ster
  • George Tziotis
  • Murzinio
  • vonLeebpl
  • ali-alidoust
  • Lim3zer0
  • sw3dg1n
  • robymontyz
  • philippTheCat
  • mattstates
  • dnandha
  • carlosproiete
  • Strahlemann83
  • Jicksaw
  • Anras573
  • rmemr
  • CAPA
  • DJ_Kovrik
  • KNG
  • SkacikPL
  • Mezziaz
  • The Witcher 3 Modding Discord Server (https://discord.gg/tdSUQQe)
  • The Cyberpunk 2077 Modding Server (https://discord.gg/cp77modding)

Credits:

Building:

Visual Studio 2019 required. All the required files are either nuget packages, which will be automatically downloaded once you press Build, or included in the package in the Libs directory. If, for some reason, the LFS quota is depleted, the renderer prerequisite libs can be acquired here: https://outwa.it/lib.zip

Contributing:

Please do! Fork the project and please commit your changes in small incremental steps with descriptive messages. Code quality is not the biggest concern but refrain from stupid mistakes that may lead to the denial of the pull request. It's a good idea create an issue when implementing a feature so people don't work on the same feature/issue in an asynchronous manner.

For any questions:

About

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.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 58.4%
  • C++ 24.0%
  • C 14.5%
  • Shell 1.1%
  • Roff 1.0%
  • Rich Text Format 0.3%
  • Other 0.7%