diff --git a/CSTM-RESOURCE-GENERATOR-0.5.0.vsix b/CSTM-RESOURCE-GENERATOR-0.5.0.vsix deleted file mode 100644 index cc4ac5e..0000000 Binary files a/CSTM-RESOURCE-GENERATOR-0.5.0.vsix and /dev/null differ diff --git a/CSTM-RESOURCE-GENERATOR-0.6.0.vsix b/CSTM-RESOURCE-GENERATOR-0.6.0.vsix new file mode 100644 index 0000000..a6ca3fa Binary files /dev/null and b/CSTM-RESOURCE-GENERATOR-0.6.0.vsix differ diff --git a/package.json b/package.json index d2bcb05..b80b1de 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "CSTM-RESOURCE-GENERATOR", "displayName": "CSTM Five Alive Resource Generator", "description": "This is an internal tool to help you in creating a new basic lua resource for FiveAlive", - "version": "0.5.0", + "version": "0.6.0", "engines": { "vscode": "^1.59.0" }, @@ -15,10 +15,10 @@ }, "repository": { "type": "git", - "url": "https://github.com/Custommuscle2/GTAVAlive" + "url": "https://git.cstmgames.dev/cstmgames/CSTM-RESOURCE-GENERATOR" }, "icon": "preview/fivem.png", - "homepage": "https://github.com/Custommuscle2/GTAVAlive", + "homepage": "https://git.cstmgames.dev/cstmgames", "license": "GPLv3", "keywords": [ "fivem", diff --git a/preview/fivem.png b/preview/fivem.png index 2a5f556..a0c6ddb 100644 Binary files a/preview/fivem.png and b/preview/fivem.png differ diff --git a/template/fxmanifest.lua b/template/fxmanifest.lua index 1712ed5..079d9ea 100644 --- a/template/fxmanifest.lua +++ b/template/fxmanifest.lua @@ -1,19 +1,19 @@ fx_version 'adamant' game 'gta5' -name "${resourceName}" -description "${description}" -author "CSTMChristina & KJ4LXC" -version "0.0.1" +name '${resourceName}' +description '${description}' +author 'CSTMChristina & KJ4LXC' +version '0.0.1' -resource_code "${resourceCode}" +resource_code '${resourceCode}' log_level '4' bucket_prefix '9' SPLASH_IMG 'https://images.cstm.games/imgstor/splashscreens/defaultsplash.png' dependencies { - "SLF", - "SCF" + 'SLF', + 'SCF' } files { @@ -26,19 +26,17 @@ files { 'client/html/reset.css' } -ui_page "client/html/loadsplash.html" +ui_page 'client/html/loadsplash.html' -- shared_scripts { -- 'shared/*.lua' -- } client_scripts { - '@MODELS/*.lua', 'client/*.lua', 'menus/*.lua' } server_scripts { - '@MODELS/*.lua', 'server/*.lua' } \ No newline at end of file