A small script that allows you to take screenshots of every gta clothing infront of a greenscreen. You can use them for example in your inventory or a clothing shop.
Greenscreen map from this repository.
You are not allowed to sell images generated by that script! Open source projects that use them are welcome :) Would be nice if you credit me.
If you want to support me use ko-fi❤️.
For some money I will generate the pictures for you (you can send me also your modded clothes) and convert them to a format you decide (recommend .webp).
Contact me for that on Discord ben.001
- Take screenshots of every gta clothing (addon clothing included)
- Comprehensible naming of the screenshots for implementing it in your scripts
- Small progress ui
- Almost completely invisible ped
- Config for customizing the camera positions
- Config for enabling cycle through textrue variations
- Greenscreen gets removed automatically (Thanks to @hakanesnn)
- Maybe add it for vehicles too
Dependencies
- screenshot-basic
- yarn
Rename the resource from "main-fivem-greenscreener" to "fivem-greenscreener" and put it into your main resources folder.
Don't use a subfolder like resources/[scripts]
otherwise the script won't work
Turn off your weather and time script.
Use the command /screenshot
and the process will start.
It will take some time and better don't touch your pc while the script runs.
You can also use the command /customscreenshot
, that allows you to screenshot a specific item with optional specific camera settings (format has to be the same as in the config.json).
/customscreenshot [component] [drawable/all] [props/clothing] [male/female/both] [camerasettings(optional)]
/customscreenshot 11 17 clothing male {"fov": 55, "rotation": { "x": 0, "y": 0, "z": 15}, "zPos": 0.26}
/customscreenshot 11 all clothing male {"fov": 55, "rotation": { "x": 0, "y": 0, "z": 15}, "zPos": 0.26}
Discord ben.001