Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zeozeozeo/rpf7

Rockstar Pack File 7 implementation in Rust.
https://github.com/zeozeozeo/rpf7

grand-theft-auto grand-theft-auto-v gta gta5 rockstar rockstar-pack-file rockstargames rpf rpf7 rust

Last synced: 19 days ago
JSON representation

Rockstar Pack File 7 implementation in Rust.

Awesome Lists containing this project

README

        

# Rockstar Pack File 7

This project aims to be a complete implementation of RPF version 7 (the version used in Grand Theft Auto V) in Rust.

# References

* [gta-toolkit](https://github.com/gizzdev/gta-toolkit)
* [rpf7-docs](https://github.com/Bobrokus/rpf7-docs)
* [CodeWalker](https://github.com/dexyfex/CodeWalker), [RpfFile](https://github.com/dexyfex/CodeWalker/blob/master/CodeWalker.Core/GameFiles/RpfFile.cs)
* [OpenIV](https://openiv.com/)
* [GTAMods](https://gtamods.com/wiki/Category:GTA_5)