ItsBranK's Developer Tools
A collection of features and tools free to use for developers and organizations (BakkesMod Plugin).
All information exported/dumped from this plugin can be found in the bakkesmod\data\DeveloperTools directory in either json, csv, or plain text format.
Issues & Feedback
If you found a bug, problem, or want to suggest a feature; please do so by creating a new issue here.
Table of Contents
-
- brank_dump_functions
- brank_dump_textures
- brank_dump_errors
- brank_dump_slots
- brank_dump_products
- brank_dump_inventory
- brank_dump_paints
- brank_dump_certifications
- brank_dump_specialeditions
- brank_dump_titles
- brank_dump_teameditions
- brank_dump_playlists
- brank_dump_maps
- brank_dump_esports
- brank_dump_population
- brank_dump_tournaments
Settings
> brank_thumbnail_scale
Description: The resolution scale to use when drawing product thumbnails, for example; 256 256 will render thumbnails at 256x256 resolution. Setting to -1 disables scaling entirely, and products will be drawn using their default scaling (usually its 256 or 512).
Usage: brank_thumbnail_scale <width> <height>
Example Usage: brank_thumbnail_scale 1024 1024
> brank_disable_replays
Description: When set to true, this will disable the advertisements around the stadium when viewing replays; this will only work for replay files and not any other offline or online mode.
Usage: brank_disable_replays <0-1>
Example Usage: brank_disable_replays 1
Texture Commands
> brank_draw_texture
Description: This command draws a texture to the screen based on its name.
Usage: brank_draw_texture <texture-name>
Example Usage: brank_draw_texture Noise_Fire
Example Output:
> brank_draw_thumbnail
Description: This command draws a product thumbnail to the screen based on its product id.
Usage: brank_draw_thumbnail <product-id>
Example Usage: brank_draw_thumbnail 32
Example Output:
> brank_export_thumbnail
Description: This command renders a product thumbnail with optional paint, and exports it to an imagine file. This is an experimental command as of right now, so the thumbnails it can export are exclusive to the body, wheel, antenna, topper, and paint finish product slots. Optional image file formats are [JPG], [PNG], [TGA], [BMP]. There is also an extra optional argument called [NOWRITE] which disables overwriting existing image files.
Usage: brank_export_thumbnail <product-id> <paint-id-optional> <format-optional>
Example Usage: brank_export_thumbnail 23 2 [PNG]
Example Output:
> brank_export_thumbnail_slot
Description: This command acts as an automation bridge for the brank_export_thumbnail command above. It takes in the same arguments, only instead of a product id a slot index is used.
Usage: brank_export_thumbnail_slot <slot-index> <paint-id-optional> <format-optional>
Example Usage: brank_export_thumbnail_slot 0 [JPG]
Example Output:



