Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zeozeozeo/rpf7
- Owner: zeozeozeo
- Created: 2024-04-17T21:19:21.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-04-17T21:19:24.000Z (8 months ago)
- Last Synced: 2024-04-17T22:29:41.014Z (8 months ago)
- Topics: grand-theft-auto, grand-theft-auto-v, gta, gta5, rockstar, rockstar-pack-file, rockstargames, rpf, rpf7, rust
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)