Arbolito is an experimental mapping tool designed to manipulate Grand Theft Auto V map files, it was created to make tedious tasks easier, so you can spend more time creating and less time doing boring and repetitive tasks.
- YMAP Splitter
- YMAP Merger
- Train Tracks mover
- YNV to ONV converter
- Prop Replacer
- CodeWalker R30 dev44 or greater
Splits YMAP files' entities either using a text file or YTYP, it creates new YMAP files with splitted entities and delete them from the base file which also can be found in the output folder.
You can set all fields by clicking ...
buttons or copying and pasting paths directly on the text boxes.
Upon YMAP folder selection, the program will notify the user how many YMAPs were detected in the red label on the right-hand side
Splitting can be done using YTYP files or using text file with the following format (One entity per line):
prop1_helloworld
prop2_helloworld
prop3_helloworld
Merges YMAP files (supports EntityDefs
and CarGens
), it creates a new YMAP with the given name which can be found in the output folder.
You can set all fields by clicking ...
buttons or copying and pasting paths directly on the text boxes.
Upon YMAP folder selection, the program will notify the user how many YMAPs were detected in the red label on the top.
Output YMAP name sets the output ymap filename
Moves train tracks files Examples: trains1.dat, trains2.dat, trains3.dat
along XYZ axis given an offset.
You can set all fields by clicking ...
buttons or copying and pasting paths directly on the text boxes.
Upon Train Tracks folder selection, the program will notify the user how many Train Tracks were detected in the red label on the top.
Set offset by writting numbers in XYZ fields, it supports decimals and negatives numbers.
Anyone can contribute to the project, feel free to open an issue to request a certain feature, or PR anything you think could be done better
-
Complete UI rework using Avalonia framework (currently being worked, planned for 0.7 release).
-
.NET 7 Migration
-
Switch to CodeX API when it comes out.
Arbolito is licenced under the MIT License