[PC Script] Expedition and Job Progress Bars

5 months ago

BACCY

81 Total Respect

BACCY

81 Respect

5 months ago

This script adds progress bars for your job and expeditions. This latest version should work fine on PC and mobile with the new UI, tested with Tampermonkey on PC and Kiwibrowser + Violentmonkey on android. Title is stuck as PC only, but you can use it on most devices.

Update 2: Added two variables called earliestExpeditionOnly and lastExpeditionOnly. Changing one of these from false to true will make the script only display one expedition progress bar. This can be helpful for saving room on your screen on mobile. I recommend also changing the variable in the update note below to true if you're using one of these options.

Update: Added a variable called progressBarsFirst which is in the settings section at the top of the script. If you play on mobile or with a small window on PC and prefer the progress bars above rep, money and points bars, you can change that variable from false to true. The screenshots below are with it set to true.

You can customize the colors at the top of the script. You can also change if a decimal is shown and how many numbers. Entering a color for the variable 'flashColorOn100Percent' will make a bar flash between it and the fill color when progress is at 100%. As explained above, changing the variable 'progressBarsFirst' from false to true will change the placement to what is shown in these screenshots.

On PC, you can hover over the bars to see the location and finish time.

Script Link - Greasy Fork

Update 3: Moved settings from the script itself to a Cartel Empire settings tab. This is so that settings will be stored to the userscript manager storage instead of written to the script itself, and so future updates will not cause this to be overwritten. To edit settings, open the Cartel Empire settings and navigate to the 'Baccy's Userscripts' tab. Make sure to click save and then refresh for settings to take effect.

Last Edited 16/04/2025, 21:12:43

Responses

5 months ago

DAVEOGIS

2 Total Respect

DAVEOGIS

2 Respect

5 months ago

This is a good one

5 months ago

OLUMAN001

3 Total Respect

OLUMAN001

3 Respect

5 months ago

Nice one๐Ÿ‘

5 months ago

CESTBON

-140 Total Respect

CESTBON

-140 Respect

5 months ago

Nice one๐Ÿ‘

Last Edited 11/11/2024, 05:53:22

5 months ago

HUSKYSGT

1 Total Respect

HUSKYSGT

1 Respect

5 months ago

Nice script. But seems to be a bit buggy. It is showing a lot more texts than it should. And idk the cause.

Last Edited 11/11/2024, 06:10:37

5 months ago

HUSKYSGT

1 Total Respect

HUSKYSGT

1 Respect

5 months ago

Nice script. But seems to be a bit buggy. It is showing a lot more texts than it should. And idk the cause.

HUSKYSGT - 11/11/2024, 06:07:37

Welp, seems like the issue is related to perference setting. After I disabled help box and refreshed a few times it is normal.

5 months ago

PUREVIRGINPULP

8 Total Respect

PUREVIRGINPULP

8 Respect

5 months ago

I love this! :)

5 months ago

ANGEL

-3 Total Respect

ANGEL

-3 Respect

5 months ago

Hey, suggest Job can short to 1 word, because it would fancy for mobile view

5 months ago

BACCY

81 Total Respect

BACCY

81 Respect

5 months ago

Hey, suggest Job can short to 1 word, because it would fancy for mobile view

ANGEL - 13/11/2024, 05:49:05

Sorry, but since it's not designed for mobile, I'm going to leave it as it is since I'm busy working on something else at the moment. You can change displayJobType and/or displayExpeditionLocation to false within the options in the top of the script and it will make it so that it doesn't display the names, but just "Job" and "Expedition" instead.

You could also go into the addJobProgressBar function and look for the code below and change 'Job' to another word or leave it as '', which will display only the bar. The same would work for the addExpeditionProgressBar function.

if (!displayJobType) { 
    locationText2 = 'Job';
}

I might look at making it more suitable for mobile later on if no one else does, but I've quite a lot other stuff to work on.

5 months ago

OPADRINHO

2 Total Respect

OPADRINHO

2 Respect

5 months ago

Looks amazing on both pc and android (Ms edge browser). Thanks for the effort ๐Ÿ’ช

 

5 months ago

BACCY

81 Total Respect

BACCY

81 Respect

5 months ago

Hey, suggest Job can short to 1 word, because it would fancy for mobile view

ANGEL - 13/11/2024, 05:49:05

It's mostly untested, but I added a mobile version to the top of the post.