Skip to content

Releases: IgiCodes/igicore-queue-standalone

v1.5.1

16 Sep 04:51
Compare
Choose a tag to compare

Changelog

  • Added the 'status' command to the queue help
  • Updated README with project discontinuation info

Installation

Extract this zip into your FiveM Server "Resources" folder.

Remove the following from your server.cfg if it's there:

start hardcap

Add the following to your server.cfg:

set igi_queue_config "resources/[IgiCore]/igicore-queue/queueSettings.yml"  # Path to the config file relative to where you launch the server
start igicore-queue # THIS MUST BE AFTER THE ABOVE LINE!

Read the README for extra information and configuration.

v1.5.0

16 Sep 04:39
Compare
Choose a tag to compare

Changelog

  • Fixed the deferrals to work with the latest FiveM
  • Added timeout checks to better handle timed out sessions

Installation

Extract this zip into your FiveM Server "Resources" folder.

Remove the following from your server.cfg if it's there:

start hardcap

Add the following to your server.cfg:

set igi_queue_config "resources/[IgiCore]/igicore-queue/queueSettings.yml"  # Path to the config file relative to where you launch the server
start igicore-queue # THIS MUST BE AFTER THE ABOVE LINE!

Read the README for extra information and configuration.

1.4.1

07 May 02:52
Compare
Choose a tag to compare

Changelog

  • Added DeferralDelay setting to the config to allow adjustment of how frequently the server will send deferral messages to the client. Try adding this setting and tweaking the number if you're noticing issues with the queue freezing.
  • Decided to not increase version number by 0.1 every time otherwise I'm going to end up running out...

Installation

Extract this zip into your FiveM Server "Resources" folder.

Remove the following from your server.cfg if it's there:

start hardcap

Add the following to your server.cfg:

set igi_queue_config "resources/[IgiCore]/igicore-queue/queueSettings.yml"  # Path to the config file relative to where you launch the server
start igicore-queue # THIS MUST BE AFTER THE ABOVE LINE!

Read the README for extra information and configuration.

1.4.0

27 Apr 00:31
Compare
Choose a tag to compare

Extract this zip into your FiveM Server "Resources" folder.

Remove the following from your server.cfg if it's there:

start hardcap

Add the following to your server.cfg:

set igi_queue_config "resources/[IgiCore]/igicore-queue/queueSettings.yml"  # Path to the config file relative to where you launch the server
start igicore-queue # THIS MUST BE AFTER THE ABOVE LINE!

Read the README for extra information and configuration.

1.3.0

23 Apr 20:36
Compare
Choose a tag to compare

Extract this zip into your FiveM Server "Resources" folder.

Remove the following from your server.cfg if it's there:

start hardcap

Add the following to your server.cfg:

set igi_queue_config "resources/[IgiCore]/igicore-queue/queueSettings.yml"  # Path to the config file relative to where you launch the server
start igicore-queue

Read the README for extra information and configuration.

V1.2.0

31 Mar 00:26
Compare
Choose a tag to compare

Extract this zip into your FiveM Server "Resources" folder.

Remove the following from your server.cfg if it's there:

start hardcap

Add the following to your server.cfg:

set igi_queue_config "resources/[IgiCore]/igicore-queue/queueSettings.yml"  # Path to the config file relative to where you launch the server
start igicore-queue

Read the README for extra information and configuration.

V1.1.0

31 Mar 00:01
Compare
Choose a tag to compare

Extract this zip into your FiveM Server "Resources" folder.

Remove the following from your server.cfg if it's there:

start hardcap

Add the following to your server.cfg:

set igi_queue_config "resources/[IgiCore]/igicore-queue/queueSettings.yml"  # Path to the config file relative to where you launch the server
start igicore-queue

Read the README for extra information and configuration.

Initial Release V1.0

29 Mar 01:50
Compare
Choose a tag to compare

Extract this zip into your FiveM Server "Resources" folder.

Remove the following from your server.cfg if it's there:

start hardcap

Add the following to your server.cfg:

start igicore-queue

Read the README for extra information and configuration.