mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-04-21 10:58:44 +00:00
Merge pull request #748 from Laupetin/docs/readme-vs-version
docs: update vs version in README from 2022 to 2026
This commit is contained in:
16
README.md
16
README.md
@@ -1,12 +1,10 @@
|
||||
 OpenAssetTools
|
||||
============
|
||||
#  OpenAssetTools
|
||||
|
||||
[](https://github.com/Laupetin/OpenAssetTools/releases/latest)
|
||||
[](https://github.com/Laupetin/OpenAssetTools/releases/latest)
|
||||
[](https://github.com/Laupetin/OpenAssetTools/actions)
|
||||
[](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.
|
||||
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
|
||||
or check out one of the following projects that are using OAT:
|
||||
|
||||
* [OpenAssetTools/Examples](https://github.com/OpenAssetTools/Examples)
|
||||
* [JezuzLizard/t6-fastfile-mods](https://github.com/JezuzLizard/t6-fastfile-mods)
|
||||
* [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)
|
||||
* [SadSlothXL/t6-ports](https://github.com/SadSlothXL/t6-ports)
|
||||
- [OpenAssetTools/Examples](https://github.com/OpenAssetTools/Examples)
|
||||
- [JezuzLizard/t6-fastfile-mods](https://github.com/JezuzLizard/t6-fastfile-mods)
|
||||
- [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)
|
||||
- [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.
|
||||
|
||||
### 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
|
||||
run into crashes or invalid data so no guarantees can be given.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user