As Steam/Valve changed their pricing model recently with the introduction of LATAM and MENA region it would be easier and less prone to mistakes if those regions would be included as default choices in the region restrictions menu during giveaway creation.

My last winner lives in Brazil and I was under the impression this country belongs to Latin America and I wouldn't be able to gift him the game but obviously it isn't part of Steam's LATAM region.

So please spare users the detective work to find out which countries belong to those regions and support moderators by reducing possible re-roll or deletion requests.

Personally, I think Steam's newest pricing is absurd if a game costs over 10% more in those regions than in Europe.

obligator? giveawa? https://www.steamgifts.com/giveaway/t5?eH/scp-secret-files Level 3+, ends in 2 days

2 months ago*

Comment has been collapsed.

If you had a choice between cucumbers and potatoes which would you choose?

View Results
Cucumbers
Potatoes

I like eating water.

Edit- Also wait. Brazil isn't LATAM? Huh. The things you learn.

2 months ago
Permalink

Comment has been collapsed.

According to Steam these are the only countries in LATAM :)
Belize
El Salvador
Guatemala
Honduras
Nicaragua
Panama
Argentina
Bolivia
Ecuador
Guyana
Paraguay
Suriname
Venezuela

2 months ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 2 months ago.

2 months ago
Permalink

Comment has been collapsed.

I am from Idaho so by law I have to choose Potatoes from you poll.
Bump

2 months ago
Permalink

Comment has been collapsed.

perfectly comprehensible 🥔

2 months ago
Permalink

Comment has been collapsed.

Here is a userscript that adds a new LATAM+MENA preset to the region selector:

// ==UserScript==
// @name        SteamGifts - LATAM/MENA region preset
// @namespace   https://www.steamgifts.com/user/ormax3
// @author      ormax3
// @match       https://www.steamgifts.com/giveaways/new
// @icon        https://cdn.steamgifts.com/img/favicon.ico
// ==/UserScript==

let container = document.querySelector('select');
if (!container) return;

let el = document.createElement('option');
el.value = '3,10,17,22,26,67,68,69,94,98,101,108,117,125,128,154,165,174,178,179,182,220,221,237,238,256,261';
el.append('LATAM + MENA (DZ,AR,BH,BZ,BO,EC,EG,SV,GT,GY,HN,IQ,JO,LB,LY,MA,NI,OM,PS,PA,PY,SD,SR,TN,TR,VE,YE)');
container.append(el);

The list of countries was taken from this page:

ID Country
3 Algeria (DZ)
10 Argentina (AR)
17 Bahrain (BH)
22 Belize (BZ)
26 Bolivia (BO)
67 Ecuador (EC)
68 Egypt (EG)
69 El Salvador (SV)
94 Guatemala (GT)
98 Guyana (GY)
101 Honduras (HN)
108 Iraq (IQ)
117 Jordan (JO)
125 Lebanon (LB)
128 Libya (LY)
154 Morocco (MA)
165 Nicaragua (NI)
174 Oman (OM)
178 Palestine (PS)
179 Panama (PA)
182 Paraguay (PY)
220 Sudan (SD)
221 Suriname (SR)
237 Tunisia (TN)
238 Turkey (TR)
256 Venezuela (VE)
261 Yemen (YE)
View attached image.
2 months ago*
Permalink

Comment has been collapsed.

That looks good. Would you mind to tell your admirers how to integrate the script into SG?

This said I'm still dissatisfied as SG shouldn't be a distorted mirror image of Bethesda Softworks relying on third party contributions to fix their code deficiencies.

Cg, do your bloody homework already.

2 months ago
Permalink

Comment has been collapsed.

how to integrate the script into SG?

It should be straightforward for SG to include a new preset option for LATAM/MENA natively.

In the mean time, anyone can install this using their preferred userscript manager extension for their browser (e.g: violentmonkey, greasemonkey, tampermonkey, ... 🐒), look for them in your browser's addon store.

2 months ago
Permalink

Comment has been collapsed.

Sign in through Steam to add a comment.