durty-cloth-tool icon indicating copy to clipboard operation
durty-cloth-tool copied to clipboard

Suggestion - FiveM Output Template

Open TayMcKenzieNZ opened this issue 2 months ago • 0 comments

Upon creating a pack for FiveM, allow users to enter a short description and a version number in text fields.

Also what would be neat, is if you could add a text field that said Author, this would then be put under the -- Generated with DurtyClothTool section.

A checkbox could also be added, so that the creator can simply check a box or leave it unchecked. Checking the box would add a statement about how the content is not to be reuploaded or sold without their consent.

This would result in the fxmanifest.lua having the following information:

-- Generated with DurtyClothTool
-- Created by Your Name Here
-- This clothing pack is not to be reuploaded or sold without my consent.

fx_version 'cerulean'
game { 'gta5' }
author 'John Doe'
description 'Example Resource'
version '1.0.0'

files {
  'mp_m_freemode_01_mp_m_myclothpack.meta',
  'mp_f_freemode_01_mp_f_myclothpack.meta',
  'stream/pedalternatevariations.meta'
}

data_file 'SHOP_PED_APPAREL_META_FILE' 'mp_m_freemode_01_mp_m_myclothpack.meta'
data_file 'SHOP_PED_APPAREL_META_FILE' 'mp_f_freemode_01_mp_f_myclothpackmeta'
data_file 'ALTERNATE_VARIATIONS_FILE' 'stream/pedalternatevariations.meta'

fxmanifest

TayMcKenzieNZ avatar Apr 17 '24 07:04 TayMcKenzieNZ