It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
avatar
TheCleaner517: Yea but literally a few minutes after he posted this and stated there was a discount, I checked and there was no discount. It wasn't discounted then changed back to regular price. It was never discounted to begin with.
From time to time GOG make a mistake and then correct it. It's very likely Ciemnogrodzianin caught it when it was listed and posted here while GOG had already made the correction. ¯\_(ツ)_/¯
high rated
20211217 | Binding Of Isaac And Cave Story

• $3.74 • -75% • Cave Story+
• $7.49 • -50% • The Binding of Isaac: Rebirth

avatar
TheCleaner517: Yea but literally a few minutes after he posted this and stated there was a discount, I checked and there was no discount. It wasn't discounted then changed back to regular price. It was never discounted to begin with.
avatar
InkPanther: From time to time GOG make a mistake and then correct it. It's very likely Ciemnogrodzianin caught it when it was listed and posted here while GOG had already made the correction. ¯\_(ツ)_/¯
Exactly. And, please, note how it works during a big sale:
1. I usually start my script shortly after a sale starts.
2. After 5-10 minutes I've got all the data.
3. I start publishing lists, but posting is limited – I need to cut the list and I cannot post more often than once a 10 minutes.

For big sale it means that I need several hours of posting; when I cannot make it asap (every 10 minutes), it sometimes it takes me even 1 day to post all the data (that's this Winter Sale case). In consequence sometimes the deals posted at the end are already corrected (this specific case). My rule is to post every offer as it was released and then start checking any changes.

PS. I cannot see any simple solution for the problem. Perhaps I could simply share a full list elsewhere, outside the GOG forum, for those who want to scan the list asap. As a list is ready a few minutes after a sale's launch, it is possible. Let me know if you have any ideas how/where to do that.
Post edited December 20, 2021 by ciemnogrodzianin
high rated
20211220 | 2021 Winter Sale – additions/changes

• $1.49 • -85% • GoNNER BlEBERRY EdiTION
• $2.99 • -80% • Machinarium Collector's Edition
• $3.99 • -90% • Shadow Tactics: Blades of the Shogun
• $4.99 • -75% • Firewatch
• $12.49 • -50% • Thea 2: The Shattering
• $17.49 • -30% • Dawn of Man
avatar
ciemnogrodzianin: PS. I cannot see any simple solution for the problem. Perhaps I could simply share a full list elsewhere, outside the GOG forum, for those who want to scan the list asap. As a list is ready a few minutes after a sale's launch, it is possible. Let me know if you have any ideas how/where to do that.
The problem is actually quite simple to solve once you understand what the problem actually is.

The problem results from two properties of the forum software:

1) Posts have a maximum size.
2) When a user posts twice in succession within a short amount of time (10 minutes) the forum doesn't create a second post. Instead it edits the first post and appends the content of the second post to it.

When you post twice within 10 minutes 2) will happen but since your lists are close to the max size already 2) will fail because of 1).

There are two solutions:

The first is obviously to wait 10 minutes between posts so that the forum will create a new post.

The other one is just as obvious: Don't post twice in succession. Or in other words: Create a second account for posting your list and when posting the list alternate between the two accounts. Account A will post part 1, account B will post part 2, A will post part 3, B will post part 4, and so on. That way you can post everything without waiting.
avatar
Geralt_of_Rivia: ...
Oh, thanks, however I'm quite aware how it works. Long time ago I saw how people make exactly the last solution, but I'm a One Person Army ;) and I also simply don't want to switch between accounts myself. I'm just keeping my PC open and post from time to time, trying to be as close to 10-minutes interval as possible. 99% of year it's fine; the problem is only during big sales and only in their day one. I think we can simply live with that ;)

Oh, I've asked GOG to give me a special permission to post without time limit :D, but – guess what – it's impossible. The same as almost everything here (fixing old bugs, removing misleading "GOG Connect" link, fixing purple dot bug, well, everything is impossible for today's GOG).
avatar
Geralt_of_Rivia: ...
avatar
ciemnogrodzianin: Oh, thanks, however I'm quite aware how it works. Long time ago I saw how people make exactly the last solution, but I'm a One Person Army ;) and I also simply don't want to switch between accounts myself. I'm just keeping my PC open and post from time to time, trying to be as close to 10-minutes interval as possible. 99% of year it's fine; the problem is only during big sales and only in their day one. I think we can simply live with that ;)

Oh, I've asked GOG to give me a special permission to post without time limit :D, but – guess what – it's impossible. The same as almost everything here (fixing old bugs, removing misleading "GOG Connect" link, fixing purple dot bug, well, everything is impossible for today's GOG).
The forum software is so old that it is essentially one big Jenga tower. ;-)

But if you know your way around programming (which I guess you do since you wrote scripts to automate the sale crawling) you could easily automate the posting.
avatar
ciemnogrodzianin: PS. I cannot see any simple solution for the problem. Perhaps I could simply share a full list elsewhere, outside the GOG forum, for those who want to scan the list asap. As a list is ready a few minutes after a sale's launch, it is possible. Let me know if you have any ideas how/where to do that.
How about Pastebin.com? From what I understand the site doesn't require user registration so everyone can view it freely (still need to log in to edit what you have pasted though). Perhaps it can be a workaround for some long lists from big sales.
high rated
20211221 | 2021 Winter Sale – additions/changes

• $4.99 • -50% • Papers, Please
• $14.94 • -35% • Dice Legacy Deluxe Edition
• $14.99 • -25% • Return of the Obra Dinn
• $24.99 • -50% • Horizon Zero Dawn Complete Edition


avatar
自在猫: How about Pastebin.com?
I've considered this one. Especially that I've already used the tool to exchange some data with users here. Some problem may be that there's also some formatting in here and hiperlinks. The raw list is less useful, I suppose.

avatar
Geralt_of_Rivia: But if you know your way around programming (which I guess you do since you wrote scripts to automate the sale crawling) you could easily automate the posting.
Scraping and parsing is much easier than interacting with web page, especially when you consider how specific is the forum interface (with pop-up window for responses etc.). I've considered that, but never decided to make the effort.
avatar
Geralt_of_Rivia: But if you know your way around programming (which I guess you do since you wrote scripts to automate the sale crawling) you could easily automate the posting.
avatar
ciemnogrodzianin: Scraping and parsing is much easier than interacting with web page, especially when you consider how specific is the forum interface (with pop-up window for responses etc.). I've considered that, but never decided to make the effort.
I was assuming that the pop-up does nothing but a simple post but it seems it uses javascript to post the form which is downloaded in minified files so it isn't that easy to understand and replicate.

But at the end of the day you could always remote control a browser via code. That has been made possible to automate tests.

Look up Selenium Webdriver/ChromeDriver if you are using a Chromium based browser or Marionette for Firefox.
avatar
ciemnogrodzianin: I've considered this one. Especially that I've already used the tool to exchange some data with users here. Some problem may be that there's also some formatting in here and hiperlinks. The raw list is less useful, I suppose.
Maybe use something like GitHub or GitLab, since they support markdown formatting and also don't require accounts for people to see?
avatar
_Auster_: Maybe use something like GitHub or GitLab, since they support markdown formatting and also don't require accounts for people to see?
This! Sounds like the easiest solution and addresses all the needs. Thank you!

avatar
Geralt_of_Rivia: ...
Yup, I'm aware Selenium is there, but usually it caused some various problems for me, so I avoid using it. Perhaps I should reconsider this approach. One-time effort to develop may be easier than constant effort to publish all the lists. Thanks.
high rated
20211222 | 2021 Winter Sale – additions/changes

• $1.39 • -80% • Masters of Anima
• $1.49 • -70% • Arx Fatalis
• $1.49 • -70% • Call of Cthulhu: Dark Corners of the Earth
• $1.49 • -70% • HeXen II
• $1.49 • -70% • HeXen: Beyond Heretic
• $1.49 • -70% • HeXen: Deathkings of the Dark Citadel
• $1.49 • -70% • Heretic: Shadow of the Serpent Riders
• $1.79 • -70% • Return to Castle Wolfenstein
• $1.99 • -60% • Mars: War Logs
• $1.99 • -80% • Overlord II
• $1.99 • -60% • Runaway 2: The Dream of the Turtle
• $1.99 • -60% • Runaway 3: A Twist of Fate
• $1.99 • -60% • Runaway: A Road Adventure
• $1.99 • -80% • Silverfall: Complete
• $1.99 • -60% • Space Run: Fast and Safe Delivery
• $1.99 • -60% • The Next BIG Thing
• $1.99 • -60% • Yesterday
• $2.09 • -70% • Bound By Flame
• $2.39 • -60% • The Ultimate DOOM
• $2.49 • -75% • Seasons after Fall
• $2.49 • -75% • The Technomancer
• $2.99 • -70% • DOOM II + Final DOOM
• $2.99 • -70% • Fallout
• $2.99 • -70% • Fallout 2
• $2.99 • -70% • Fallout Tactics
• $2.99 • -70% • Heretic + Hexen Collection
• $3.14 • -65% • OPUS: The Day We Found Earth
• $3.19 • -60% • Wolfenstein 3D + Spear of Destiny
• $3.74 • -75% • Battlefleet Gothic: Armada
• $3.74 • -75% • Machinarium Collector's Edition
• $3.99 • -60% • Quake II: Quad Damage
• $3.99 • -60% • Quake: The Offering
• $3.99 • -80% • The Evil Within
• $3.99 • -60% • The Evil Within: Season Pass
• $4.04 • -55% • OPUS: Rocket of Whispers
• $4.49 • -70% • The Elder Scrolls III: Morrowind GOTY Edition
• $4.94 • -67% • The Surge
• $4.99 • -75% • Styx: Shards of Darkness
• $4.99 • -80% • The Evil Within Bundle
• $4.99 • -50% • The Surge 2 - Season Pass
• $4.99 • -75% • Wolfenstein: The New Order
• $4.99 • -75% • Wolfenstein: The Old Blood
• $5.99 • -70% • Dishonored - Definitive Edition
• $5.99 • -80% • Dishonored: Death of the Outsider
• $5.99 • -70% • Doom 3: BFG Edition
• $5.99 • -70% • Fallout 3: Game of the Year Edition
• $5.99 • -70% • Fallout: New Vegas Ultimate Edition
• $5.99 • -60% • Quake 4
• $5.99 • -60% • Quake III: Gold
• $5.99 • -80% • Space Hulk: Deathwing - Enhanced Edition
• $5.99 • -60% • The Council
• $5.99 • -70% • The Elder Scrolls IV: Oblivion - Game of the Year Edition Deluxe
• $6.99 • -65% • Battlefleet Gothic: Armada 2
• $6.99 • -65% • Call of Cthulhu
• $7.49 • -75% • Prey
• $7.49 • -70% • The Surge - Augmented Edition
• $7.49 • -75% • Wolfenstein: The Two Pack
• $7.99 • -80% • Dishonored 2
• $7.99 • -80% • The Evil Within 2
• $7.99 • -80% • Wolfenstein II: The New Colossus
• $9.74 • -35% • Dr Livingstone, I Presume?
• $9.89 • -67% • The Surge 2
• $9.99 • -75% • A Plague Tale: Innocence
• $9.99 • -50% • Hob
• $9.99 • -75% • Vampyr
• $9.99 • -60% • Wolfenstein II: The Freedom Chronicles - Season Pass
high rated
• $10.25 • -70% • Space Hulk: Deathwing - Enhanced Edition - Deluxe
• $11.68 • -35% • Dr Livingstone, I Presume? Digital Deluxe Edition
• $11.84 • -55% • Battlefleet Gothic: Armada - Complete Edition
• $11.99 • -40% • Curse of the Dead Gods
• $11.99 • -70% • Prey: Digital Deluxe Edition
• $11.99 • -40% • The Life and Suffering of Sir Brante
• $11.99 • -70% • The Surge 2 - Premium Edition
• $11.99 • -80% • Wolfenstein II: The New Colossus Digital Deluxe Edition
• $13.19 • -67% • The Surge 1 and 2 - Dual Pack
• $13.49 • -25% • OPUS: Echo of Starsong
• $13.49 • -55% • Othercide
• $13.74 • -45% • Thea 2: The Shattering
• $13.99 • -60% • GreedFall
• $14.52 • -55% • Battlefleet Gothic: Armada 2 - Complete Edition
• $14.99 • -40% • The Life and Suffering of Sir Brante - Digital Content Bundle
• $15.99 • -80% • Dishonored: Complete Collection
• $17.99 • -55% • GreedFall Gold Edition
• $23.88 • -40% • Othercide + OST + Artbook Bundle
• $23.99 • -20% • The Riftbreaker
• $27.99 • -30% • Necromunda: Hired Gun
• $35.99 • -20% • Sherlock Holmes Chapter One
• $36.54 • -25% • Necromunda: Hired Gun Bundle
• $47.99 • -20% • Sherlock Holmes Chapter One Deluxe Edition
high rated
20211223 | 2021 Winter Sale – additions/changes

• $1.19 • -80% • Hitman: Codename 47
• $1.79 • -80% • Hitman 2: Silent Assassin
• $1.79 • -80% • Hitman 3: Contracts
• $1.99 • -80% • Hitman: Blood Money
• $3.99 • -80% • Hitman: Absolution
• $4.49 • -50% • The House of Da Vinci Soundtrack Bundle
• $4.99 • -75% • The House of Da Vinci
• $5.99 • -60% • Freedom Fighters
• $9.99 • -50% • The House of Da Vinci 2

20211223 | Launch Promo Forthright

• $4.79 • -20% • Demon's Winter
• $4.79 • -20% • Shard of Spring
high rated
20211225 | 2021 Winter Sale – additions/changes

• $1.19 • -80% • Pizza Connection
• $1.19 • -80% • Pizza Connection 2
• $3.99 • -80% • Pizza Connection 3
• $4.37 • -80% • Pizza Connection 3 Soundtrack Edition
• $4.59 • -77% • Close To The Sun
• $5.74 • -77% • Close to the Sun Digital Deluxe
• $6.24 • -75% • Quern - Undying Thoughts
• $7.49 • -70% • ENCODYA
• $10.04 • -33% • Project Zomboid
• $14.99 • -25% • Sam and Max Save the World
• $16.99 • -15% • A Little Golf Journey
• $19.99 • -20% • Demon Turf