How to replace it
You can use a Jobs Creator module if you want to use your own progress bar.1
Navigate to the modules folder
Go to the
jobs_creator/_modules folder.2
Find the progressbar module type
Look for the existing progressbar-type module to use as a template.
3
Duplicate the module
Copy the existing progressbar module and paste it in the same folder.
4
Rename the copy
Rename the pasted copy to match your integration (e.g.
my_progressbar.lua).5
Open the file
Open the newly renamed file.
6
Modify the events
Edit the file’s content so it calls the events/exports of your own progress bar script instead of the default one.
7
Select the module in-game
Open the
/jobscreator menu, go to settings, and choose your new module for the job.