[Temp Fix] Alternative Plume ESX for Fivem

So the ESX github has been made private instead of archived, so the links are not readable and thus using the PlumeESX Template is not avaliable. The alternative steps will allow you to install this until it gets fixed shortly.

I’m not going to write out all the steps, however use this recipe to get the PlumeESX install, note when setting up the server you want to choose “Custom Template” instead of the normal “Popular Template” and obviously have your SQL running so it can write DB stuff.

$engine: 3
name: PlumeESXLegacy
version: 3.0.0
author: Tabarra, Hamy & Chip
description: A full featured and highly configurable yet lightweight ESX Legacy base that can be easily extended. 

tasks:
  # Download default CFX resources
  - action: download_github
    src: https://github.com/citizenfx/cfx-server-data
    ref: 0169fdddaa9511558cfa17bcf80a832f56c359ff
    subpath: resources
    dest: ./resources
  
  # Download and prepare server.cfg / loadingscreen / database
  - action: download_github
    src: https://github.com/hamy-os/PlumeESX-recipe
    ref: main
    dest: ./tmp/plume_esx

  - action: move_path
    src: ./tmp/plume_esx/server.cfg
    dest: ./server.cfg

  - action: move_path
    src: ./tmp/plume_esx/loadingscreen
    dest: ./resources/loadingscreen

  - action: connect_database
  - action: query_database
    file: ./tmp/plume_esx/plume.sql



  # Download basic resources and ESX dependencies

  - action: download_github
    src: https://github.com/esx-framework/esx-legacy
    ref: 5a6984f0c92f21a68b278d0b629d97f3130d644b
    dest: ./resources/[legacy]


  - action: download_github
    src: https://github.com/tabarra/simpledrift
    ref: 2ed57c224ae70549fbcfccc957a00ff496b78c77
    dest: ./resources/simpledrift

  - action: download_github
    src: https://github.com/Bob74/bob74_ipl
    ref: 1f4cec0b41f90762994191d06ad6eb9c038e9ff5
    dest: ./resources/bob74_ipl
  

  - action: download_github
    src: https://github.com/Hamy-os/plumehello
    ref: 7518ba43d7f310afd571a407c1f5f2e9862a7d65
    dest: ./resources/plumehello

  - action: download_github
    src: https://github.com/brouznouf/fivem-mysql-async
    ref: c5fa317a65acfe2eef453257e19e3b4fde137089
    dest: ./resources/mysql-async

  ## KL HUD v2
  - action: download_github
    src: https://github.com/Kilichi/Kl_HudV2
    ref: ac8a321ff335706509bdc6122a2984a80082e669
    dest: ./resources/[hud]/Kl_HudV2

  - action: replace_string
    file: ./resources/[hud]/Kl_HudV2/client/client.lua
    search: 'esx_status:onTick'
    replace: 'Kl_Hud:onTick'

  ## GCPhone stuff
  - action: download_file
    url: https://github.com/Re-Ignited-Development/Re-Ignited-Phone/releases/download/V1.5/resources-1.2.zip
    path: ./tmp/gcphone.zip
  - action: unzip
    src: ./tmp/gcphone.zip
    dest: ./tmp
  - action: move_path
    src: ./tmp/resources-1.2/gcphone
    dest: ./resources/gcphone


  ## Final touches
  - action: replace_string
    mode: all_vars
    file: ./resources/loadingscreen/config.js
    
  - action: remove_path
    path: ./tmp

  - action: remove_path
    path: ./resources/esx_example

  - action: remove_path
    path: ./resources/server.cfg

This will get you to where you need to be.

Massive shoutout to SaltySea and whoever else is running this alternative, you saved a few peoples stress im sure!

2 Likes

Really Usefull

1 Like

you welcome

Thanks. It worked

just realised there is a typo use this one instead (please update your post)

$engine: 3
name: PlumeESXLegacy
version: 3.0.0
author: Tabarra, Hamy & Chip
description: A full featured and highly configurable yet lightweight ESX Legacy base that can be easily extended. 

tasks:
  # Download default CFX resources
  - action: download_github
    src: https://github.com/citizenfx/cfx-server-data
    ref: 0169fdddaa9511558cfa17bcf80a832f56c359ff
    subpath: resources
    dest: ./resources
  
  # Download and prepare server.cfg / loadingscreen / database
  - action: download_github
    src: https://github.com/hamy-os/PlumeESX-recipe
    ref: main
    dest: ./tmp/plume_esx

  - action: move_path
    src: ./tmp/plume_esx/server.cfg
    dest: ./server.cfg

  - action: move_path
    src: ./tmp/plume_esx/loadingscreen
    dest: ./resources/loadingscreen

  - action: connect_database
  - action: query_database
    file: ./tmp/plume_esx/plume.sql



  # Download basic resources and ESX dependencies

  - action: download_github
    src: https://github.com/esx-framework/esx-legacy
    ref: 5a6984f0c92f21a68b278d0b629d97f3130d644b
    dest: ./resources/[legacy]


  - action: download_github
    src: https://github.com/tabarra/simpledrift
    ref: 2ed57c224ae70549fbcfccc957a00ff496b78c77
    dest: ./resources/simpledrift

  - action: download_github
    src: https://github.com/Bob74/bob74_ipl
    ref: 1f4cec0b41f90762994191d06ad6eb9c038e9ff5
    dest: ./resources/bob74_ipl
  

  - action: download_github
    src: https://github.com/Hamy-os/plumehello
    ref: 7518ba43d7f310afd571a407c1f5f2e9862a7d65
    dest: ./resources/plumehello

  - action: download_github
    src: https://github.com/brouznouf/fivem-mysql-async
    ref: c5fa317a65acfe2eef453257e19e3b4fde137089
    dest: ./resources/mysql-async

  ## KL HUD v2
  - action: download_github
    src: https://github.com/Kilichi/Kl_HudV2
    ref: ac8a321ff335706509bdc6122a2984a80082e669
    dest: ./resources/[hud]/Kl_HudV2

  - action: replace_string
    file: ./resources/[hud]/Kl_HudV2/client/client.lua
    search: 'esx_status:onTick'
    replace: 'Kl_Hud:onTick'

  ## GCPhone stuff
  - action: download_file
    url: https://github.com/Re-Ignited-Development/Re-Ignited-Phone/releases/download/V1.5/resources-1.2.zip
    path: ./tmp/gcphone.zip
  - action: unzip
    src: ./tmp/gcphone.zip
    dest: ./tmp
  - action: move_path
    src: ./tmp/resources-1.2/gcphone
    dest: ./resources/gcphone


  ## Final touches
  - action: replace_string
    mode: all_vars
    file: ./resources/loadingscreen/config.js
    
  - action: remove_path
    path: ./tmp

  - action: remove_path
    path: ./resources/esx_example

  - action: remove_path
    path: ./resources/server.cfg```

Updated OP Thanks!

1 Like

no problem :grinning_face_with_smiling_eyes:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.