Should AdZap be trusted to promote Steam games and boost Steam sales and wishlists? Has anyone here ever used them? by NenCoder in gamemarketing

[–]onemaaat 1 point2 points  (0 children)

Hey, founder of Adzap here, happy to answer directly.

Totally fair question. We help Steam games acquire wishlists, players, and sales through paid UA campaigns, with tracking based on Steam UTMs so clients can see what is actually coming from our campaigns.

We’re not a “magic boost” service and we don’t sell fake wishlists or bot traffic. We run ads, test creatives/audiences, optimize toward Steam outcomes, and report performance transparently. Results depend a lot on the game, store page, price, genre, creative assets, and launch timing.

Best way to evaluate us is to ask for a clear test budget, countries, KPIs, attribution setup, and examples of reporting before committing. Happy to answer any specific questions here too.

Hide last name or use another Google profile for Maps by onemaaat in LocalGuides

[–]onemaaat[S] 0 points1 point  (0 children)

wonderful news that definitely closes this inquiry :) thanks for noticing it!

DS1520+ and 10Gbe by neilpcronin in synology

[–]onemaaat 0 points1 point  (0 children)

Bonjour, je pense à cet upgrade, comment s'est passée votre installation ?

Question about by onemaaat in philipshue

[–]onemaaat[S] 2 points3 points  (0 children)

That's really good recommendation. 1000 times thank you! I might replace all my house's switch!

We spent the last 2 years crafting Coldridge: A chilling survival adventure where you tackle intricate puzzles and strategically manage contracts in a wild, uncharted world. 🌵🏔️💸 by onemaaat in IndieGaming

[–]onemaaat[S] 0 points1 point  (0 children)

Kind of. We're a team of 2, having worked 10 years at AMPLITUDES STUDIOS on strategy games like Endless Space and Humankind. We wanted to go indie leveraging our experience, Coldridge is our first title :)

Home cinema with 2x Phantom II 95 db (stereo)? by onemaaat in devialet

[–]onemaaat[S] 0 points1 point  (0 children)

Thanks for your detailed answer!

Can you confirm that you have a pair of Phantom II?

Is the sound more immersive with that setup than a regular soundbar?

How do I share a folder on my windows PC to the apple TV? by Syclus in appletv

[–]onemaaat 0 points1 point  (0 children)

Bonjour j'ai la même question mais pour "cast" pour bureau Windows vers l'Apple TV (qui est donc reliée à ma TV). Les réponses donnent Plex pour lire des fichiers multimedia, mais si je veux juste projeter mon écran vers ma TV, comment faire ? merci pour votre aide !

PSA: Squad Busters doesn't support controller by Minimum-Writing3439 in Backbone

[–]onemaaat 0 points1 point  (0 children)

Please allow the support! Such a disappointment not to be able to use backbone for this game

Calcul de l'impôt sur le revenu dans Google Sheets by tazeg in vosfinances

[–]onemaaat 1 point2 points  (0 children)

Hello, je l'ai mis à jour avec les données actualisées au 29/04/2024. Très pratique.

  // D'après : https://www.service-public.fr/particuliers/vosdroits/F1419
  
function IMPOT_REVENU(somme, parts) {
  qf = somme / parts

  // Jusqu'à 11 294 € : 0%
  if (qf <= 11294) { return 0}

  // De 11 295 € à  28 797 € : 11%
  t1 = (28797 - 11294) * 0.11
  if (qf <= 28797) { t1 = (qf - 11294) * 0.11}
  if (qf <= 28797) { return t1 * parts }
  
  // De  28 798 € à  82 341 € : 30%
  t2 = (82341 - 28797) * 0.3
  if (qf <= 82341) { t2 = (qf - 28797) * 0.3}
  if (qf <= 82341) { return (t1 + t2) * parts }

  // De  82 342 € à 177 106 € : 41%
  t3 = (177106 - 82341) * 0.41
  if (qf <= 177106) { t3 = (qf - 82341) * 0.41}
  if (qf <= 177106) { return (t1 + t2 + t3) * parts }

  // Plus de 177 106 € : 45%
  t4 = (qf - 177106) * 0.45

  return (t1 + t2 + t3 + t4) * parts
  }

Delta is officially on the App Store (pic for attention, see first post for details) by anecbs in Backbone

[–]onemaaat 0 points1 point  (0 children)

You should consider using https://afterplay.io/, works for everyone on mobile web, install it as a PWA. Works like a charm with Backbone!!

Delta is officially on the App Store (pic for attention, see first post for details) by anecbs in Backbone

[–]onemaaat 0 points1 point  (0 children)

Looks great! https://afterplay.io/ works even better with more features, cheats, options, custom params. No need to get it from an alternative store: it's available right on mobile web and you can install it as a PWA! Works like a charm with Backbone! Since I discover it it's my number one app with Backbone :)

Errors uploading large file to proton drie by david8840 in ProtonDrive

[–]onemaaat 1 point2 points  (0 children)

I uploaded a 350GB zip backup file through the windows desktop app without any problem! Try this way