Skip to content

A fivem script that takes screenshots of every gta clothing

License

Notifications You must be signed in to change notification settings

Swellington-Soares/fivem-greenscreener

 
 

Repository files navigation

fivem-greenscreener

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

Features

  • 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)

Planned

  • Maybe add it for vehicles too

Installation

Dependencies

Step 1

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

Usage

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}

Examples

Support

Discord ben.001

About

A fivem script that takes screenshots of every gta clothing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.4%
  • HTML 2.8%
  • CSS 2.4%
  • Lua 1.4%