Dearg An upcoming game for the PC, PS5, and XBox. Images shown are a work in progress and subject to change

Needs more fire!
12/03/2022

Needs more fire!

Apparently our scheduled post didn't go out, so here's our late addition for
11/30/2022

Apparently our scheduled post didn't go out, so here's our late addition for

And the last of the main characters. Third sister
11/19/2022

And the last of the main characters. Third sister

Welcome to the game Second Sister.
11/16/2022

Welcome to the game Second Sister.

11/16/2022

Welcome 2 Scotland.

11/10/2022

Prototyping . Determining what's real or not will be a challenge in game.

Continuing our character intros: Here's a WIP of Catriona
11/10/2022

Continuing our character intros: Here's a WIP of Catriona

Amelia's little sister: Alanna.
11/07/2022

Amelia's little sister: Alanna.

As seen in our header; a gameplay screenshot of the beginning for                                                       ...
11/05/2022

As seen in our header; a gameplay screenshot of the beginning for

As seen in our profile pic, the main character of Dearg - Amelia Ferguson. More characters to follow over the next few d...
11/05/2022

As seen in our profile pic, the main character of Dearg - Amelia Ferguson. More characters to follow over the next few days.

11/05/2022

Have to start posting sometime. The official Facbook for Dearg is here. News and updates for Dearg will be here.

Address

Austin, TX

Website

Alerts

Be the first to know and let us send you an email when Dearg posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share

Category

//iconSize: [32, 32], //html: '' }) .bindTooltip(name, { //permanent: true, direction: 'bottom', //offset: L.point(12, 25), //opacity: 0.88, interactive: true }) .bindPopup(name); markersLayer.addLayer(marker); } function getMore() { if (gettingMore) { return; } gettingMore = true; var center = map.getCenter(); $.ajax({ url: "/vicinitysearch", data: { lat: center.lat, lng: center.lng, country: "UNITED STATES" } }) .done(function(data) { var added = 0; data.forEach(function(loc) { if (!locationIds.includes(loc.id)) { var mapLoc = {id:loc.id,lat:loc.latitude,lng:loc.longitude,title:trunc20(loc.name),popupHtml:loc.popupHtml,urlPath:loc.urlPath,pictureUrl:loc.pictureUrl}; locations.push(mapLoc); locationIds.push(loc.id); map._addMarker(mapLoc); added++; } }); }) .always(function() { gettingMore = false; }); } map._clearMarkers = function() { markersLayer.clearLayers(); } }); }, 4000); });