Looks nice! Would buy if it was on GoG or Itch. Do you plan to release the game outside of Steam?
Show HN: A friend and I spent 6 years making a simulation game, finally released
161–170 of 289 posts
Re: Show HN: A friend and I spent 6 years making a simulation game, finally released
#162Hey! Nice game, I Will buy it after work!! Congrats! Now, some question about steam: How they fix the price based on each country (here I can see the price at u$ 3.5). how is the deal with them?, that is the price for all the countries or you fix a global price and they make the cut? I'm asking because I'm moving to USA and I'm staking games here in Argentina because the prices are, sometimes, 10 times cheaper.
Note that not all publishers have the same discounts. Check SteamDB for a price overview: https://steamdb.info/app/1594320/
Re: Show HN: A friend and I spent 6 years making a simulation game, finally released
#163Is there nuclear power?
If you don't supply water to the operational reactor, it overheats, and you know what that means... Just kidding, no explosions (yet), it just gets damaged and you loose all loaded fuel.
Re: Show HN: A friend and I spent 6 years making a simulation game, finally released
#164Re: Show HN: A friend and I spent 6 years making a simulation game, finally released
#165Earlier quoted context omitted.
Is this a joke? Apple with M1 and iterations is changing the industry.
In the industry I'm in (just fintech SAAS), the only "change" I've been noticing is that all of our Mac user devs have even worse local development performance than before: inability to run some Docker containers, and very slow local server runtime. I may be straying away from M1-related issues now, but I've also been seeing widespread Linux-style "why can't I share my screen?"-type problems. Not to mention fear of i…
(+) Impressive performance while staying literally quiet and cool all the time. My MBP's fans kicked in only once—when using ffmpeg. This in itself has pushed the industry forward. We shall see what Intel and AMD have to offer soon.
(-) Apple is obviously, well, Apple. They broke some things that used to work perfectly (or things for which there used to be a workaround). Apple is pushing a vision for user experience, which tbh, is not always ideal, but I get that. For this vision, they sacrifice so many things along the way (see this for example: https://medium.com/@parttimeben/mac-it-just-works-horribly-c...).
Docker has been working well for me. But I agree that some changes (esp. M1) have made macOS feel a bit like Linux.
Re: Show HN: A friend and I spent 6 years making a simulation game, finally released
#166Earlier quoted context omitted.
And Apple is no longer the cool company it used to be. Their decline in hardware and software quality was what made me stopped buying Macs after being a fan for the longest time.
I didn’t say Apple was cool. I said Mac users were. In fact, I’d posit anyone using a Unix based operating system is inherently cool.
Re: Show HN: A friend and I spent 6 years making a simulation game, finally released
#167Re: Show HN: A friend and I spent 6 years making a simulation game, finally released
#168Just noting that I have interest in multiplayer support similar to Factorio or Satisfactory where players work towards a common goal, and also have purchased with that not being a feature per the road map. These types of games make for good time passers while conversating with distant friends.
Multiplayer is a big topic and it is obviously on our minds. The big questions is what type of multiplayer would be the best for this kind of game? Would it be coop where each player would start on their corner of the map? Or would it be shared factory? Of maybe each player with its own island + trading? Also, it is technically very challenging, since the entire simulation must be perfectly deterministic. We actually…
Just place the players in the same game world.
With regards to trickiness of determinism and what not, just make it so there's an authoritative server running the simulation, and the other players/clients just get their source of truth from the server.
The server could be an actual dedicated server program that has no frontend, or it could be one of the clients in the game.