2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-04-21 10:58:44 +00:00

docs: update vs version in README from 2022 to 2026

This commit is contained in:
Jan Laupetin
2026-04-20 21:19:00 +01:00
parent 6627d39711
commit eeca5bf728

View File

@@ -1,12 +1,10 @@
![OpenAssetTools Logo](repo/logo_64_64.png) OpenAssetTools # ![OpenAssetTools Logo](repo/logo_64_64.png) OpenAssetTools
============
[![GitHub Release](https://img.shields.io/github/v/release/laupetin/openassettools)](https://github.com/Laupetin/OpenAssetTools/releases/latest) [![GitHub Release](https://img.shields.io/github/v/release/laupetin/openassettools)](https://github.com/Laupetin/OpenAssetTools/releases/latest)
[![GitHub commits since latest release](https://img.shields.io/github/commits-since/laupetin/openassettools/latest)](https://github.com/Laupetin/OpenAssetTools/releases/latest) [![GitHub commits since latest release](https://img.shields.io/github/commits-since/laupetin/openassettools/latest)](https://github.com/Laupetin/OpenAssetTools/releases/latest)
[![GitHub branch check runs](https://img.shields.io/github/check-runs/laupetin/openassettools/main)](https://github.com/Laupetin/OpenAssetTools/actions) [![GitHub branch check runs](https://img.shields.io/github/check-runs/laupetin/openassettools/main)](https://github.com/Laupetin/OpenAssetTools/actions)
[![GitHub License](https://img.shields.io/github/license/laupetin/openassettools)](https://github.com/Laupetin/OpenAssetTools/blob/main/LICENSE) [![GitHub License](https://img.shields.io/github/license/laupetin/openassettools)](https://github.com/Laupetin/OpenAssetTools/blob/main/LICENSE)
OpenAssetTools (OAT) is a work in progress project aiming to create a modding tools suite for older Call Of Duty titles. OpenAssetTools (OAT) is a work in progress project aiming to create a modding tools suite for older Call Of Duty titles.
It is not a reimplementation of existing modding tools or related to them but aims to be as compatible as possible in terms of formats and add support for previously unsupported titles. It is not a reimplementation of existing modding tools or related to them but aims to be as compatible as possible in terms of formats and add support for previously unsupported titles.
@@ -70,17 +68,17 @@ It is hosted on Github Pages and its source can be found in the [OAT Docs Reposi
For examples of mods that can be built with OAT, you can either look into the [docs folder](docs/example) for some (currently very barebones) examples For examples of mods that can be built with OAT, you can either look into the [docs folder](docs/example) for some (currently very barebones) examples
or check out one of the following projects that are using OAT: or check out one of the following projects that are using OAT:
* [OpenAssetTools/Examples](https://github.com/OpenAssetTools/Examples) - [OpenAssetTools/Examples](https://github.com/OpenAssetTools/Examples)
* [JezuzLizard/t6-fastfile-mods](https://github.com/JezuzLizard/t6-fastfile-mods) - [JezuzLizard/t6-fastfile-mods](https://github.com/JezuzLizard/t6-fastfile-mods)
* [Jbleezy/BO2-Reimagined](https://github.com/Jbleezy/BO2-Reimagined) - [Jbleezy/BO2-Reimagined](https://github.com/Jbleezy/BO2-Reimagined)
* [diamante0018/PlutoIW5Arena](https://github.com/diamante0018/PlutoIW5Arena) (Includes a GitHub action pipeline for building the mod) - [diamante0018/PlutoIW5Arena](https://github.com/diamante0018/PlutoIW5Arena) (Includes a GitHub action pipeline for building the mod)
* [SadSlothXL/t6-ports](https://github.com/SadSlothXL/t6-ports) - [SadSlothXL/t6-ports](https://github.com/SadSlothXL/t6-ports)
If you have a mod that you believe would be a perfect fit here, don't hesitate to open a pull request to include it. If you have a mod that you believe would be a perfect fit here, don't hesitate to open a pull request to include it.
### Windows ### Windows
When building on Windows you will need to have Visual Studio 2022 installed. When building on Windows you will need to have Visual Studio 2026 installed.
It is also possible to use other compilers, however, due to the memory layout of structs being important you might It is also possible to use other compilers, however, due to the memory layout of structs being important you might
run into crashes or invalid data so no guarantees can be given. run into crashes or invalid data so no guarantees can be given.