Skip to content

Latest commit

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

gtax.dev: GTA V and FiveM modding tools online

gtax.dev: GTA V and FiveM Modding Tools Online

gtax.dev is a browser-based toolkit for GTA V, FiveM, and RDR2 modding. Preview and convert game files, build clothing and props, paint vehicle liveries, author animations, and package everything into ready-to-use dlc.rpf outputs. No install, free to start, everything runs right in your browser.

Under the hood: a C++ core compiled to WebAssembly, Go services, and a Next.js web app.

What you can do

  • Open, browse, and extract RPF archives, or build new ones from DLC templates
  • Decode GTA V formats (YDR, YDD, YTD, YFT, YTYP, YMAP, YCD, YMT) into editable XML
  • Preview models, textures, maps, fragments, and animations in 3D
  • Convert GLB models into game-ready props and peds for FiveM
  • Edit clothing textures, create tattoos, and package freemode clothes into dlc.rpf
  • Paint vehicle liveries with manual or AI tools, edit sirens, tuning parts, and vehicle animations
  • Author ped animations by keyframing or straight from webcam motion capture
  • Optimize YTD textures, generate YDD LODs, and tune YFT fragments, one file or in bulk
  • Convert assets between Legacy and Enhanced (gen9) formats
  • Open RDR2 metadata and drawable files in the browser

Tools

Preview GTA V files online

ToolURLDescription
Format Preview Hubgtax.dev/previewDrop any GTA V file and jump to the right preview tool.
YDR Previewgtax.dev/preview/ydrDecode .ydr files to XML and preview them in 3D.
YDD Previewgtax.dev/preview/yddInspect drawable dictionaries and preview contained drawables.
YFT Previewgtax.dev/preview/yftPreview fragment files in 3D and inspect UV layout details.
YTD Previewgtax.dev/preview/ytdDecode texture dictionaries and extract DDS textures.
YTYP Previewgtax.dev/preview/ytypDecode encrypted .ytyp files into XML.
YMAP Previewgtax.dev/preview/ymapInspect map data such as entities and car generators.
YCD Previewgtax.dev/preview/ycdDecode animation clip dictionaries into XML.
YMT Previewgtax.dev/preview/ymtInspect ped variation metadata in XML form.
Animation Previewgtax.dev/preview/animPlay decoded animations on a ped model in the browser.
Vehicle Browsergtax.dev/browser/vehiclesBrowse GTA V vehicles and preview their models in 3D.

RDR2 tools

ToolURLDescription
RDR2 YMT Previewgtax.dev/preview/rdr2/ymtOpen Red Dead Redemption 2 .ymt metadata files in the browser.
RDR2 Drawable Previewgtax.dev/preview/rdr2/drawablePreview RDR2 YDR, YDD, and YTD files in 3D.

Converters and builders

ToolURLDescription
GLB to YDRgtax.dev/tools/glb-to-ydrConvert GLB or glTF models into game-ready YDR, YTYP, and YTD outputs.
GLB to Pedgtax.dev/tools/glb-to-pedConvert a GLB model into a GTA V ped for FiveM.
Prop to YTYPgtax.dev/tools/prop-to-ytypGenerate archetype definitions from drawable assets.
Shell Creatorgtax.dev/tools/shell-creatorBuild walkable interior shells from modular pieces, add sounds, and export.
Scene Composergtax.dev/tools/sandboxCompose prop scenes and grab coordinates and offsets for scripts.
Legacy to Enhancedgtax.dev/tools/legacy-to-enhancedBatch-convert assets between Legacy and Enhanced gen9 formats.

Clothing and ped tools

ToolURLDescription
Customize Clothgtax.dev/tools/customize-clothEdit and preview clothing textures, then export the final files.
Build Clothesgtax.dev/tools/build-clothesPackage a freemode cloth component into a ready-to-use dlc.rpf.
Ped Tattoo Creatorgtax.dev/tools/ped-tattooPlace imported or AI-generated tattoo art on freemode peds and export packages.
Ped Attachments Editorgtax.dev/tools/ped-attachments-editorAttach and position props on freemode ped bones, then export the package.
YMT Creatorgtax.dev/tools/ymt-creatorAssemble clothing metadata from multiple drawable dictionaries.

Vehicle tools

ToolURLDescription
Create Vehicle Liverygtax.dev/tools/vehicle/liveryPaint vehicle liveries with manual or AI tools, preview in 3D, and export PNG, YTD, or dlc.rpf.
Vehicle Pack Validatorgtax.dev/tools/vehicle/validatorCheck vehicle metadata links, stream assets, kits, sirens, and liveries.
Vehicle Sirensgtax.dev/tools/vehicle/sirensEdit siren settings, emitters, and bone placements with live preview.
Vehicle Animationgtax.dev/tools/vehicle/animationKeyframe roof, door, and hood bones into a vehicle YCD animation.
Vehicle Tuninggtax.dev/tools/vehicle/tunePlace a rigid YFT tuning part on a vehicle with a 3D gizmo, then export a FiveM resource or dlc.rpf.
FiveM Folder to dlc.rpfgtax.dev/tools/vehicle/fivem-struct-to-dlc-rpfConvert a FiveM vehicle resource folder into an addon dlc.rpf.

Animation and motion capture

ToolURLDescription
Create Ped Animationgtax.dev/tools/create-ped-animAuthor ped clips with keyframes and live rig preview.
Anim Clip Buildergtax.dev/tools/anim-clip-builderRename, move, delete, and re-export YCD animation clips.
YDR Animation Makergtax.dev/tools/ydr-animationKeyframe skeleton bones on a YDR prop, preview in 3D, and export a YCD or prop package.

Audio tools

ToolURLDescription
Audio Listenergtax.dev/tools/audio/listenInspect and play AWC audio content in the browser.
Audio Writergtax.dev/tools/audio/writeTurn MP3 files into script sound effects and export a ready dlc.rpf.
Audio Doorsgtax.dev/tools/audio/doorsConfigure dat151 door audio settings and export .dat151.rel.xml.

Optimization

ToolURLDescription
YTD Optimizationgtax.dev/optimization/ytdResize, reformat, and rebuild mipmaps for texture dictionaries.
YTD Bulk Optimizationgtax.dev/optimization/ytd/bulkBatch-optimize multiple texture dictionaries at once.
YDD Optimizationgtax.dev/optimization/yddGenerate missing LODs for drawable dictionaries.
YDD Bulk Optimizationgtax.dev/optimization/ydd/bulkRun LOD generation on many drawable dictionaries at once.
YFT Optimizationgtax.dev/optimization/yftTune fragment assets for runtime efficiency.
YFT Bulk Optimizationgtax.dev/optimization/yft/bulkBatch-optimize multiple fragment packages at once.

RPF archives

ToolURLDescription
RPF Readergtax.dev/rpf/readBrowse archive contents, inspect files, and extract entries.
RPF Writergtax.dev/rpf/writeBuild archives from files and start from DLC templates.

API and CLI

Links

About

Browser-first GTA V modding toolkit for reading RPF archives, decoding asset formats, previewing models and animations, optimizing YTD/YDD files, and exporting DLC-ready outputs through WebAssembly, Go, and web tools on gtax.dev.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors