Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Dispatch Information

Warning
titleCurrent CG Systems and other events
  • Gandii (Combat CGs)

  • Colonia (Colonia Expansion CG)

  • LHS 3447 (Colonia Expansion CG)

Reminder for new dispatchers: consider using a private group (PG) when rescuing a client in these systems.

Starport closure information: Starport Status

Permit locked Systems and Regions: Permit-systems

Info
titleFuel Rats Dispatch Board
Horizons 4.0 Update

Changes are being made to SOP for the upcoming Horizons 4.0 game version.

Elite Live and Legacy mode SOP changes


Info
titleWhen to clear or md a case

Not sure when to !md or !clear a case, check this out: How to File Cases / When to !md, !invalid and !delete cases

When an invalid case happens, just use "!clear <case>"! REMEMBER: Always ensure there is an inject or a note explaining the situation of the case!


The beta branch has new features ready for testing!
Please use the beta board so we can find possible bugs.
Report issues by pressing the "Report a Problem" button in the bottom left of the webpage.

Beta Version: https://dispatch.fuelr.at/beta/

http://dispatch.fuelrats.com/

Info
titleDebriefs in Other Languages

If a client is using a E:D version that doesn't support Latin characters or needs a debrief translated by another Rat, the #debrief channel can be used in those cases. Please /part the channel after the debrief is completed.

Info
titleCalculating Supercruise Times

See this guide that Masterloon put together on calculating SC travel times for long distances

We also have some dispatch and debrief manuals:

Russian

German


Info
titleUse of MechaSqueak in IRC

Please check on the status of cases or get case information in PM with Mecha, whenever possible. Using !list or !quote in our public channels spams the channels with information that doesn't need to be there and can give anyone watching information about cases. Remember that Rats aren't necessarily the only ones who are in our channels.

Mecha can be accessed via PM by typing: /msg query MechaSqueak[BOT] , followed by the appropriate command such as list -i or quote <case>or double clicking its name.

Commands that are helpful to multiple Rats such as !search should be used in #ratchat for all to see. It also would be good experience to learn common system names, naming conventions and common client errors so that !search doesn't even need to be used.


Other News and Information

Info
title2.3 The Commanders Release

Changelog

Statistics

Our Stats are back!  Click here


Info
titleFuel Rat's Squadrons

To join the Fuel Rats squadron you must both apply in-game (FUEL) and fill out the form at https://t.fuelr.at/squadronapply using your Fuel Rats account. Please read the terms of squadron membership carefully.

Warning
titleREAD - Xbox Multicrew Known Issue - READ

Xbox Unable to Load Game 


Info
titleFuel Rats ' Ship Registry

You can now reserve your own Fuel Rats' Ship ID Registery. Simply log in to your API account on the website and look at Ships under your IRC Nicknames. Click the "Add" button to add a ship and get your ID #. Note: More features (including editing) are coming soon(tm).

Ship Registry

Ship Statistics

 

Image Removed

Courtesy of CMDR Uvelius Sång

 

Decals

If you are eligible you can claim your decal code by logging into your rat account on our pages and punch in the button for it (but be gentle and punch it only once). Then reddeem the decal using the link below.

http://t.fuelr.at/decals

Code Redemption: https://user.frontierstore.net/code/redeem


Info
titleTraining

This unofficial training Training can be especially useful for Ratlings before their drill, but in no way should make them feel pressured to complete their drill before they're ready.  As always, this  This training is 100% optional and voluntary. This training is not required in order to rat or dispatch.

We have our own Pastebin: https://paste.fuelrats.com/

 

Be sure to save the file and change the extension to .txt before sharing.Training Opportunities

Info
titleFuel Rats' Pastebin






Info
title
Have an idea you want to share?

Check this out: http://t.fuelr.at/idea 

If your idea isn't on that page, submit a request for a new feature to Mecha, Website, or anywhere: Feature Request 

You'll need a JIRA account to submit a new feature: https://jira.fuelrats.com/login.jsp

Info
titleInformation to FDev on Wing Instancing Issues

FDev is investigating issues with wing insancing and has request verbose netlogs for any rescues where we experience issues. This will apply to PC, Xbox and PS4 rescues. Please follow these steps to support this effort:

  1. Follow the guide here: Instance Problem Reporting
  2. Report any instancing issues with clients using the procedure outlined in the guide, and submit an issue here
Info
titleVolunteers and Help Wanted

Comment on the SOP: SOP Information

Help with the Background Simulation: BGS Information

Info
titleGeneral Information

Fuel Rats' IRC Terms of Service

Fuel Rats' IRC Code of Conduct

MechaSqueak ChangeLog: github.com/FuelRats/pipsqueak/releases

Connect

with us

With Us on Social Media

The Fuel Rats use Twitter for communication with the public and when in need of rats.  Follow @FuelRats and @FuelRatAlerts if you want to stay up to date.  Make sure to turn on mobile notifications for @FuelRatsAlerts if you want to be notified when rats are needed or if an LRR is in progress.

 The Fuel Rats also have a Discord server that is bridged to our IRC server, so anyone can communicate in #ratchat.  None of our other public channels are available via Discord.  http://t.fuelr.at/discord 

The Fuel Rats maintain an ongoing thread of the official Forums, that follows our history and events from the very beginning: Forums

We also have two subreddits r/fuelrats and r/fuelratdiscussion.  r/fuelrats is open to the public and gives the public a venue to communicate with us on Reddit.  r/fuelratdiscussion is an internal, Fuel Rats only subreddit for discussing topics that affect the Mischief.  Subscribe and contact any of the subreddit moderators for access.

See Fuel Rats in the Media and Read Our History (works in progress)

Fuel Rats in the Media

History

Image Removed

Chart
3Dtrue
stackedtrue
width800
titleCases by Platform
typebar

SQL Query
dataSourceAPI
select COALESCE(sum(CASE WHEN platform = 'pc' then 1 else 0 end),0) as "PC Cases", COALESCE(sum(CASE WHEN platform = 'pc' then 1 else 0 end),0) as "PC Cases", COALESCE(sum(CASE WHEN platform = 'pc' and "successful"=true then 1 else 0 end),0) as "PC Rescues" from "Rescues" where "deletedAt" IS NULL and position(': false' in "data"::json#>>'{markedForDeletion}')>0 and "createdAt" between LOCALTIMESTAMP - INTERVAL '7 days' and LOCALTIMESTAMP;
 
select COALESCE(sum(CASE WHEN platform = 'xb' then 1 else 0 end),0) as "XB Cases", COALESCE(sum(CASE WHEN platform = 'xb' then 1 else 0 end),0) as "XB Cases", COALESCE(sum(CASE WHEN platform = 'xb' and "successful"=true then 1 else 0 end),0) as "XB Rescues" from "Rescues" where "deletedAt" IS NULL and position(': false' in "data"::json#>>'{markedForDeletion}')>0 and "createdAt" between LOCALTIMESTAMP - INTERVAL '7 days' and LOCALTIMESTAMP;

select COALESCE(sum(CASE WHEN platform = 'ps' then 1 else 0 end),0) as "PS Cases", COALESCE(sum(CASE WHEN platform = 'ps' then 1 else 0 end),0) as "PS Cases", COALESCE(sum(CASE WHEN platform = 'ps' and "successful"=true then 1 else 0 end),0) as "PS Rescues" from "Rescues" where "deletedAt" IS NULL and position(': false' in "data"::json#>>'{markedForDeletion}')>0 and "createdAt" between LOCALTIMESTAMP - INTERVAL '7 days' and LOCALTIMESTAMP;
 
select COALESCE(sum(CASE WHEN platform = 'unknown' then 1 else 0 end),0) as "Unknown Cases", COALESCE(sum(CASE WHEN platform = 'unknown' then 1 else 0 end),0) as "Unknown Cases", COALESCE(sum(CASE WHEN platform = 'unknown' and "successful"=true then 1 else 0 end),0) as "Unknown Rescues" from "Rescues" where "deletedAt" IS NULL and position(': false' in "data"::json#>>'{markedForDeletion}')>0 and "createdAt" between LOCALTIMESTAMP - INTERVAL '7 days' and LOCALTIMESTAMP;

SQL
rowOrientationhorizontal
dataSourceAPI
SELECT
	sq."Total Cases (Last 7 days)",
	sq."Rescues (Last 7 days)",
	sq."Success % (Last 7 days)",
	sq."Total Cases (Last 24 hours)",
	sq."Rescues (Last 24 hours)",
	sq."Success % (Last 24 hours)"
FROM
	(
		SELECT
			COALESCE(sum(CASE WHEN "createdAt" BETWEEN LOCALTIMESTAMP - INTERVAL '7 days' AND LOCALTIMESTAMP THEN 1 ELSE 0 END),0) as "Total Cases (Last 7 days)",
			COALESCE(sum(CASE WHEN "successful" and "createdAt" BETWEEN LOCALTIMESTAMP - INTERVAL '7 days' AND LOCALTIMESTAMP THEN 1 ELSE 0 END),0) as "Rescues (Last 7 days)",
			ROUND(CAST(COALESCE(sum(CASE WHEN "successful" and "createdAt" BETWEEN LOCALTIMESTAMP - INTERVAL '7 days' AND LOCALTIMESTAMP THEN 1 ELSE 0 END),0) as decimal)/COALESCE(sum(CASE WHEN "createdAt" BETWEEN LOCALTIMESTAMP - INTERVAL '7 days' AND LOCALTIMESTAMP THEN 1 ELSE 0 END),0) *100,2) as "Success % (Last 7 days)",
COALESCE(sum(CASE WHEN "createdAt" BETWEEN LOCALTIMESTAMP - INTERVAL '24 hours' AND LOCALTIMESTAMP THEN 1 ELSE 0 END),0) as "Total Cases (Last 24 hours)",
			COALESCE(sum(CASE WHEN "successful" and "createdAt" BETWEEN LOCALTIMESTAMP - INTERVAL '24 hours' AND LOCALTIMESTAMP THEN 1 ELSE 0 END),0) as "Rescues (Last 24 hours)",
			ROUND(CAST(COALESCE(sum(CASE WHEN "successful" and "createdAt" BETWEEN LOCALTIMESTAMP - INTERVAL '24 hours' AND LOCALTIMESTAMP THEN 1 ELSE 0 END),0) as decimal)/COALESCE(sum(CASE WHEN "createdAt" BETWEEN LOCALTIMESTAMP - INTERVAL '24 hours' AND LOCALTIMESTAMP THEN 1 ELSE 0 END),0) *100,2) as "Success % (Last 24 hours)"
		FROM
			public."Rescues" 
		WHERE
			"deletedAt" IS NULL and "platform" != 'unknown' and position(': false' in "data"::json#>>'{markedForDeletion}')>0 
	) sq;
 
SELECT
	sq."Total CR Cases (Last 7 days)",
	sq."CR Rescues (Last 7 days)",
	sq."CR Success % (Last 7 days)",
	sq."Total CR Cases (Last 24 hours)",
	sq."CR Rescues (Last 24 hours)",
	sq."CR Success % (Last 24 hours)"
FROM
	(
		SELECT
			COALESCE(sum(CASE WHEN "createdAt" BETWEEN LOCALTIMESTAMP - INTERVAL '7 days' AND LOCALTIMESTAMP THEN 1 ELSE 0 END),0) as "Total CR Cases (Last 7 days)",
			COALESCE(sum(CASE WHEN "successful" and "createdAt" BETWEEN LOCALTIMESTAMP - INTERVAL '7 days' AND LOCALTIMESTAMP THEN 1 ELSE 0 END),0) as "CR Rescues (Last 7 days)",
			ROUND(CAST(COALESCE(sum(CASE WHEN "successful" and "createdAt" BETWEEN LOCALTIMESTAMP - INTERVAL '7 days' AND LOCALTIMESTAMP THEN 1 ELSE 0 END),0) as decimal)/COALESCE(sum(CASE WHEN "createdAt" BETWEEN LOCALTIMESTAMP - INTERVAL '7 days' AND LOCALTIMESTAMP THEN 1 ELSE 0 END),0) *100,2) as "CR Success % (Last 7 days)",
			COALESCE(sum(CASE WHEN "createdAt" BETWEEN LOCALTIMESTAMP - INTERVAL '24 hours' AND LOCALTIMESTAMP THEN 1 ELSE 0 END),0) as "Total CR Cases (Last 24 hours)",
			COALESCE(sum(CASE WHEN "successful" and "createdAt" BETWEEN LOCALTIMESTAMP - INTERVAL '24 hours' AND LOCALTIMESTAMP THEN 1 ELSE 0 END),0) as "CR Rescues (Last 24 hours)",
			ROUND(CAST(COALESCE(sum(CASE WHEN "successful" and "createdAt" BETWEEN LOCALTIMESTAMP - INTERVAL '24 hours' AND LOCALTIMESTAMP THEN 1 ELSE 0 END),0) as decimal)/COALESCE(sum(CASE WHEN "createdAt" BETWEEN LOCALTIMESTAMP - INTERVAL '24 hours' AND LOCALTIMESTAMP THEN 1 ELSE 0 END),0) *100,2) as "CR Success % (Last 24 hours)"
		FROM
			public."Rescues" 
		WHERE
			"codeRed" = TRUE and "deletedAt" IS NULL and "platform" != 'unknown' and position(': false' in "data"::json#>>'{markedForDeletion}')>0 
	) sq;	
 
SELECT
	sq."Total PC Cases (Last 7 days)",
	sq."Total PC Cases (Last 24 hours)"
FROM
	(
		SELECT
			COALESCE(sum(CASE WHEN "createdAt" BETWEEN LOCALTIMESTAMP - INTERVAL '7 days' AND LOCALTIMESTAMP THEN 1 ELSE 0 END),0) as "Total PC Cases (Last 7 days)",
			COALESCE(sum(CASE WHEN "createdAt" BETWEEN LOCALTIMESTAMP - INTERVAL '24 hours' AND LOCALTIMESTAMP THEN 1 ELSE 0 END),0) as "Total PC Cases (Last 24 hours)"
		FROM
			public."Rescues" 
		WHERE
			"platform" = 'pc' and "deletedAt" IS NULL and "platform" != 'unknown' and position(': false' in "data"::json#>>'{markedForDeletion}')>0 
	) sq;	
 
SELECT
	sq."Total XB Cases (Last 7 days)",
	sq."Total XB Cases (Last 24 hours)"
FROM
	(
		SELECT
			COALESCE(sum(CASE WHEN "createdAt" BETWEEN LOCALTIMESTAMP - INTERVAL '7 days' AND LOCALTIMESTAMP THEN 1 ELSE 0 END),0) as "Total XB Cases (Last 7 days)",
			COALESCE(sum(CASE WHEN "createdAt" BETWEEN LOCALTIMESTAMP - INTERVAL '24 hours' AND LOCALTIMESTAMP THEN 1 ELSE 0 END),0) as "Total XB Cases (Last 24 hours)"
		FROM
			public."Rescues" 
		WHERE
			"platform" = 'xb' and "deletedAt" IS NULL and "platform" != 'unknown' and position(': false' in "data"::json#>>'{markedForDeletion}')>0 
	) sq;	
select count(distinct("firstLimpetId")) as "Rats with a First Limpet (Last 7 Days)" from "Rescues" where "createdAt" between LOCALTIMESTAMP - INTERVAL '7 days' and LOCALTIMESTAMP;

select count(distinct("firstLimpetId")) as "Rats with a First Limpet (Last 24 hours)" from "Rescues" where "createdAt" between LOCALTIMESTAMP - INTERVAL '24 hours' and LOCALTIMESTAMP;

5 most common systems for rescues over the past week:

SQL
dataSourceAPI
SELECT system as "System", COUNT(system) as "# of Rescues" FROM "Rescues" WHERE position(': false' in "data"::json#>>'{markedForDeletion}')>0 and "createdAt" BETWEEN LOCALTIMESTAMP - INTERVAL '7 days' AND LOCALTIMESTAMP GROUP BY system ORDER BY count(system) DESC LIMIT 5;

Chart
orientationvertical
columns1,4
rangeAxisTickUnit0.005
rangeAxisLowerBound0.85
dataOrientationvertical
titleSuccess rate by week
typeline
yLabelSuccess rate
timeSeriestrue
timePeriodWeek
width800
rangeAxisUpperBound1.0
xLabelWeek number
height600

SQL Query
dataSourceAPI
SELECT
  sq.Week_Start,
  sq.Success,
  (sq.Total - sq.Success) as Failed,
  (sq.Success::float / sq.Total) as Success_Rate
FROM
  (
    SELECT
      extract(week from t."createdAt") as Week_Start,
      count(t.id) as Total,
      count(case when t.successful = TRUE then 1 else null end) as Success
    FROM
      public."Rescues" t
    WHERE
      t."deletedAt" IS NULL AND EXTRACT(year from t."createdAt")=2017
    GROUP BY
      Week_Start
  ) sq
ORDER BY
  Week_Start ASC

Chart
3Dtrue
timeSeriestrue
orientationhorizontal
subTitleTimes in CEST (UTC+2)
timePeriodHour
width600
dataOrientationvertical
titleRescues by platform
typebar
yLabelPlatform
xLabelRescues
height600
HourPC

Xbox

00:0060523301:0062016602:0052214803:0051316804:0052212805:0084913706:0082914707:0033011708:003018509:002287210:002856011:003035912:003375613:002915414:003477215:003788516:0044311317:0052012218:0059012619:0058914320:0062317221:0068315922:0075419323:00719189   
Chart
3Dtrue
dataDisplayafter
typebar

SQL Query
dataSourceAPI
select "data"::json#>>'{langID}' as "Language", count("data"::json#>>'{langID}') as "Cases" from "Rescues" where position(': false' in "data"::json#>>'{markedForDeletion}')>0 group by "data"::json#>>'{langID}' order by count("data"::json#>>'{langID}') desc;

and Be Alerted

Include Page
Connect With Us on Social Media and Be Alerted
Connect With Us on Social Media and Be Alerted

Chart
width600
dataOrientationvertical
titleRescues by weekday
typebar
height600
DayPCXboxSunday2886427Monday2395383Tuesday2122306Wednesday2135282Thursday2167276Friday2251337Saturday2927375

 

 





Browse by topic

Labels List
excludedLabelskb-how-to-article,kb-troubleshooting-article

Recently updated articles

Recently Updated
typespage,blogpost
hideHeadingtrue