GAMERS LAIR

syleox

Well-known member
Messages
3,593
Points
113
First time I hear about that movie! Will have to look. I was more confident that most people were more likely watched HBO's Chernobyl. It had some strange excesses, like miners without underpants, but in general everything is shown well, and the changes are made in order to look more dramatic and dynamic.
Chernobyl Diaries is not really a good movie, it don"t even have the charm of some really bad ones. I'm very tolerant with bad movies but this one don't pass my test
yes HBO's Chernobyl is stunning
 

AquaMusingsDancing

Well-known member
Messages
231
Points
93
Hamster wheel, rabbit wheel, cat wheel. And now we have this wheel for humans! 🤣
Normal folks 2 chances this round, 3 chances for active folks!
**Active folks are those whose page 1 of search on this thread doesn't consist of more than 70% game asks (thanks included)**​

Draw A (2 games on 1 wheel)
World of Bärn/Earth 2150 Trilogy by (syleox)
A1. loco x2
A2. valeyvonne x3
A3.

DrawB
Iron Sky: Invasion by (vic-viper)
B1. slurredprey87 x3
B2. eox1 x3
B3. Marky Marshmallow x2

Draw C
Skully by (Blitz)
C1. luucas x3
C2. Lewitas x3
C3. tryyear x3
C4. Ortega10 x3
C5. PurpleGreenTremors x3
C6. gusitoguay x3

Accepting entries until 21 January 2022 1300 UTC! Join Away! 😝
I'd like to join draw A with 2 tickets if possible. Thanks for giveaway.
 

Bum8ara5h

Well-known member
Messages
1,053
Points
113
Hamster wheel, rabbit wheel, cat wheel. And now we have this wheel for humans! 🤣
Normal folks 2 chances this round, 3 chances for active folks!
**Active folks are those whose page 1 of search on this thread doesn't consist of more than 70% game asks (thanks included)**​

Draw A (2 games on 1 wheel)
World of Bärn/Earth 2150 Trilogy by (syleox)
A1. loco x2
A2. valeyvonne x3
A3.

DrawB
Iron Sky: Invasion by (vic-viper)
B1. slurredprey87 x3
B2. eox1 x3
B3. Marky Marshmallow x2

Draw C
Skully by (Blitz)
C1. luucas x3
C2. Lewitas x3
C3. tryyear x3
C4. Ortega10 x3
C5. PurpleGreenTremors x3
C6. gusitoguay x3

Accepting entries until 21 January 2022 1300 UTC! Join Away! 😝
I`ll put my chances on Draw B. Should be fun to play. Thanks anyway!
 

KaWa

Well-known member
Messages
140
Points
93
Hamster wheel, rabbit wheel, cat wheel. And now we have this wheel for humans! 🤣
Normal folks 2 chances this round, 3 chances for active folks!
**Active folks are those whose page 1 of search on this thread doesn't consist of more than 70% game asks (thanks included)**​

Draw A (2 games on 1 wheel)
World of Bärn/Earth 2150 Trilogy by (syleox)
A1. loco x2
A2. valeyvonne x3
A3.

DrawB
Iron Sky: Invasion by (vic-viper)
B1. slurredprey87 x3
B2. eox1 x3
B3. Marky Marshmallow x2

Draw C
Skully by (Blitz)
C1. luucas x3
C2. Lewitas x3
C3. tryyear x3
C4. Ortega10 x3
C5. PurpleGreenTremors x3
C6. gusitoguay x3

Accepting entries until 21 January 2022 1300 UTC! Join Away! 😝
May i join draw A with all please
 

Kid Kidding

Well-known member
Messages
5,548
Points
113
 

slurredprey

Well-known member
Messages
780
Points
93
Ok quick PSA. If you didn't know already, if you have a copy of Afterfall InSanity - https://steamdb.info/app/224420/ (which you can win in the challenges) you can add a free DLC, Dirty Arena - https://steamdb.info/sub/25845/

The problem is both of them are removed from the store so you would have to download the SteamDB extension -
Chrome - SteamDB
Edge - Microsoft Edge Addons
Firefox - SteamDB – Get this Extension for 🦊 Firefox (en-US)

Then go to the package page of the DLC (https://steamdb.info/sub/25845/) which I linked above and click on "Add Free License" and you'll get the DLC.
To note the obvious, you need the game first to add the DLC to your account.

OR: Use the instructions given below in gareppa's post.

There's also a standalone version of Dirty Arena, which is also delisted and unavailable - https://steamdb.info/app/238170/info/
It has the same content as the DLC, so the only thing you're missing out on the sequel.

The game is an atmospheric horror-shooter and the DLC is a horde mode including two maps, with mini-boss and boss battles, a staple these days for games of the genre.
 
Last edited:

gareppa

Well-known member
Messages
417
Points
93
Ok quick PSA. If you didn't know already, if you have a copy of Afterfall InSanity - https://steamdb.info/app/224420/ (which you can win in the challenges) you can add a free DLC, Dirty Arena - https://steamdb.info/sub/25845/

The problem is both of them are removed from the store so you have to download the SteamDB extension -
Chrome - SteamDB
Edge - Microsoft Edge Addons
Firefox - SteamDB – Get this Extension for 🦊 Firefox (en-US)

Then go to the package page of the DLC (https://steamdb.info/sub/25845/) which I linked above and click on "Add Free License" and you'll get the DLC.
To note the obvious, you need the game first to add the DLC to your account.

There's also a standalone version of Dirty Arena, which is also delisted and unavailable - https://steamdb.info/app/238170/info/
It has the same content as the DLC, so the only thing you're missing out on the sequel.

The game is an atmospheric horror-shooter and the DLC is a horde mode including two maps, with mini-boss and boss battles, a staple these days for games of the genre.
Thank you, but technically you don't need an extension.
1) Go to Sign In , or any page on the steampowered domain,
2) on steam db, search for the subid of the package to add ( steamdb->packages->SUBID), it's a 6 or less digit number. It obviously works just with free stuff. Look for "No Cost" or "Free On Demand" packages. If there are multiple free packages, try them all, often they are regional packages.
3) open a browser console (F12 on PC, go to the console tab)
4) in the browser console, paste and run with enter:

JavaScript:
jQuery.post('//store.steampowered.com/checkout/addfreelicense',{action:'add_to_cart',sessionid:g_sessionID,subid:SUBID_FROM_STEAMDB});
alternate method:
JavaScript:
AddFreeLicense(SUBID_FROM_STEAMDB, 'game')
In alternative to step 3 and 4, you can also use a bookmarklet like:
JavaScript:
javascript:var e="", r=""; /expression evaluate the result/do{/display expression and result and ask for a new expression/e=prompt("Enter game SubID:"+e+"\n"+r+"\n", e);try{r="Result:"+jQuery.post('//store.steampowered.com/checkout/addfreelicense',{action:'add_to_cart',sessionid:g_sessionID,subide)});} /try to evaluate the expression/catch(ex){r=ex;}} while(e); /continue until no expression entered or cancel clicked/void 0;
(just create a new bookmark and add this as address)
 

BurningPixels

Well-known member
Messages
4,191
Points
113
Ok quick PSA. If you didn't know already, if you have a copy of Afterfall InSanity - https://steamdb.info/app/224420/ (which you can win in the challenges) you can add a free DLC, Dirty Arena - https://steamdb.info/sub/25845/

The problem is both of them are removed from the store so you have to download the SteamDB extension -
Chrome - SteamDB
Edge - Microsoft Edge Addons
Firefox - SteamDB – Get this Extension for 🦊 Firefox (en-US)

Then go to the package page of the DLC (https://steamdb.info/sub/25845/) which I linked above and click on "Add Free License" and you'll get the DLC.
To note the obvious, you need the game first to add the DLC to your account.

OR: Use the instructions given below in gareppa's post.

There's also a standalone version of Dirty Arena, which is also delisted and unavailable - https://steamdb.info/app/238170/info/
It has the same content as the DLC, so the only thing you're missing out on the sequel.

The game is an atmospheric horror-shooter and the DLC is a horde mode including two maps, with mini-boss and boss battles, a staple these days for games of the genre.
Thank you, but technically you don't need an extension.
1) Go to Sign In , or any page on the steampowered domain,
2) on steam db, search for the subid of the package to add ( steamdb->packages->SUBID), it's a 6 or less digit number. It obviously works just with free stuff. Look for "No Cost" or "Free On Demand" packages. If there are multiple free packages, try them all, often they are regional packages.
3) open a browser console (F12 on PC, go to the console tab)
4) in the browser console, paste and run with enter:

JavaScript:
jQuery.post('//store.steampowered.com/checkout/addfreelicense',{action:'add_to_cart',sessionid:g_sessionID,subid:SUBID_FROM_STEAMDB});
alternate method:
JavaScript:
AddFreeLicense(SUBID_FROM_STEAMDB, 'game')
In alternative to step 3 and 4, you can also use a bookmarklet like:
JavaScript:
javascript:var e="", r=""; /expression evaluate the result/do{/display expression and result and ask for a new expression/e=prompt("Enter game SubID:"+e+"\n"+r+"\n", e);try{r="Result:"+jQuery.post('//store.steampowered.com/checkout/addfreelicense',{action:'add_to_cart',sessionid:g_sessionID,subide)});} /try to evaluate the expression/catch(ex){r=ex;}} while(e); /continue until no expression entered or cancel clicked/void 0;
(just create a new bookmark and add this as address)
Thank you both @slurredprey87 and @gareppa I prefer to don't install browser extensions, so I tried alternated method AddFreeLicense(SUBID_FROM_STEAMDB, 'game') , it works great! :)
 

Legolas

Well-known member
Messages
5,520
Points
113
Damn , I just noticed that you have collected all the games on your wishlist , congratulations (y)
EDIT: Ups I just noticed Desperados :ROFLMAO:
Thanks but the Congratulations must go to the kind and generous members here who basically wiped my wishlist clean (y)😁❤️. I was gonna make another wishlist in the community wishlist place but the adding of new keys in Feudalife gave me some of them too 😍, until Feudalife started glitching out recently. Hopefully, it gets back to normal soon (y).
 

Kid Kidding

Well-known member
Messages
5,548
Points
113
 
Top