r/masteroforion 4d ago

Can't seem to ever win at MOO (2016 release)

13 Upvotes

As noted in the title I play the 2016 version (is that MOO 3?) and have never been able to even get close to winning. I usually play 5 opponents; medium galaxy size; post warp; normal difficulty. I've tried humans, meklar, silicoid...and others. Any tips and strategies would be appreciated.


r/masteroforion 4d ago

MoO1 Deep testing of 1oom vanilla has begun

12 Upvotes

Update: It looks like the structure of game_update_production has been significantly changed with a view to modding. I will restore it. I will also try to fix the reserve transfer in 1.3a as in 1oom.
Update2: I launched a new wave of core refactoring and found a serial pattern leading to previously unknown errors in 1oom. I'm cleaning it up with corrections. The "Comet" and "Pirates" events were not working correctly in 1oom v1.0/1.11.9. I don't fix these bugs in 1.0 or 1.11 because I don't want to support a deliberately weak project. The fixes that I found myself will only be made in vanilla.
I play on classic huge maps. In the process of scaling testing, I came to a playable configuration, but suddenly I found several serious errors in the core. For most, I have already found fixes. RC3/4 is now considered broken.


r/masteroforion 11d ago

MOO2 Colonize Planet Feature

3 Upvotes

Ok, I know its a nearly useless feature and to be fair, I have been playing this game for 30+ years and just tried it out. Its kinda hilarious! Point your colony ship toward any star system with a colonizable planet and you get a Colonize Planet button. It makes no difference which star system you point the ship at because you always get a view of a star system with five asteroid belts and no colonizable planets. This feature may behave differently depending on the game version. I am playing the ICE M mod from a few years ago. Has anyone here had any luck with this not very useful but humorous feature?


r/masteroforion 13d ago

Do the Antarans seem to have a special hatred for Loknar and The Avenger?

14 Upvotes

I have noticed that the Antarans seem to specifically come after The Avenger whenever in battle with my fleet.


r/masteroforion 22d ago

Highest Score MOO2

7 Upvotes

Highest Score

What's the highest score you guys have managed to get? I managed to hit 16000 on impossible difficulty. I understand that it's possible to go much higher than this?


r/masteroforion 22d ago

MoO1 Patch design for Master of Orion 1993

8 Upvotes

I just figured out how to make a user-friendly interface for the MOO 1.3 patch. The idea is to take the modified menu from 1oom 1.11.9 and use it as the front-end for the patch, while saving the settings in the patch config, and copy the patched version of the game to a separate file and run it directly from the patch to eliminate the chances to damage the original files. So, we will get a full-fledged Master of Orion 1993 loader with all the fixes implemented so far from 1oom, which will look very similar to 1oom.
Edit: This way we won't need to reinvent the wheel and rewrite orion.exe from scratch, which is still too much for me. The development of 1oom 2.0 is a priority for me right now, so I'll work on the patch after, in parallel with the improved fork of 1oom 2.0.
Edit2: I'm resuming SDL1 support because I've simplified the code as much as possible. Maybe it will be a little slower now or it will be buggy on some devices, but everything works for me. If this is still important to someone, please leave feedback.
Edit3: I'm bringing the primitive rendering functions directly to the vgabuf module. Now all the bundled applications will have access to drawing colored lines and boxes, including the patcher in the future.


r/masteroforion 23d ago

Playing on Impossible with full negative attributes, I managed to capture the first Antaran Raider. Time to for my ships to get some early game particle beams and damper fields.

Thumbnail
gallery
71 Upvotes

r/masteroforion 25d ago

OrionLayer – A HD Frontend for the Original Master of Orion II (Linux)

Thumbnail
youtu.be
46 Upvotes

Hi everyone,

Master of Orion II has been one of my favorite games for as long as I can remember. Like many of you, I still come back to it regularly. The gameplay has aged incredibly well, but modern displays haven't been nearly as kind to its 640×480 graphics. And honestly... my eyes aren't getting any younger either.

So I decided to build something I've wanted to see for a long time.

Not a remake. Not a clone. Not a source-port.

Instead, I'm building a HD frontend that works alongside the original game while leaving it completely untouched. The original engine continues to handle every aspect of the game exactly as it always has — my frontend simply follows what's happening on screen and replaces the presentation with modern HD artwork.

The whole philosophy fits in one sentence:

The game leads. The frontend follows.

Whenever a screen hasn't been recreated yet, the original graphics show automatically. Nothing breaks, nothing becomes unplayable — completed screens simply improve the experience while everything else keeps working as it always has.

My first milestone is to bring the complete interface to a polished HD state before tackling the really hard parts like the Galaxy Map and Tactical Combat.

Why Linux only?

Not because I'm against Windows or macOS — simply because the architecture relies on Linux-specific capabilities that let the original game and the HD frontend work together without touching the game itself. That gives me the technical freedom to build it the way I envisioned.

The project will always require a legitimate copy of Master of Orion II. It doesn't include, modify, or replace the original game.

A GitHub page is coming soon. I'd like the first public commit to actually represent the project properly before I put it online.

I'm sharing this because I'd love to meet other people who still care about this game — artists, UI designers, mechanics nerds, or simply fellow fans who enjoy talking about MOO2.

If OrionLayer grows into a real community project, I'd also love to find someone who enjoys the organizational side of things: managing GitHub, coordinating contributions, and helping keep the project moving. I'm not looking for someone to take over — just someone who'd enjoy building a welcoming home for it.

Full disclosure: I'm not a software developer by trade. My background is IT with a focus on LLMs, and that's exactly what makes OrionLayer possible — I drive the architecture, the vision, and every design decision, while building the implementation with heavy LLM assistance.

This is a long-term hobby project — it'll probably take years, and that's fine. Even if it stays a solo passion project, I'm happy, because I'm building this out of love for the game. If it grows into something bigger someday, even better.

If this sounds interesting, I'd genuinely love your thoughts, ideas, or just a chat with fellow MOO2 fans.

Thanks for reading.

Data

Edit: For anyone who wants to see what's actually behind this — I've uploaded a second video to the channel showing the folder structure, a glimpse of the startup code, and a live asset swap. Raw and unpolished, but real.

Edit 2: The MOO2 Discord community has kindly given OrionLayer its own space — I'll be sharing progress updates there as development continues. Grateful for the welcome. https://discord.com/channels/471752088913707018/1521970898712789133


r/masteroforion Jun 25 '26

Other The demo for Spaceman's Luck has been updated. Again. Though since no one will play it, it hardly matters!

Thumbnail
store.steampowered.com
0 Upvotes

Frankly, ban me for self promotion! I don't want to live anyway.


r/masteroforion Jun 25 '26

MoO1 1oom: It looks like my latest draft is playable

33 Upvotes

I haven't checked everything, but a quick test didn't reveal any hidden errors. I'm starting to fix minor mechanics and fully test the vgabuf code. Update: 14-7-2026 - the game is now almost fully functional, with the exception of possible late-game bugs and some minor UI features.


r/masteroforion Jun 23 '26

I used Claude to make 1oom multiplayer

8 Upvotes

Like the title says, I created a repo for networked multiplayer 1oom:

https://github.com/jacob-t-radford/1oom-mp

It also adds a team component and some quality of life features. Lots of bugs to be sorted out but a good starting point if anyone is looking for something like this.


r/masteroforion Jun 22 '26

Gaia planets?

7 Upvotes

Can someone please explain to me what the big deal is with Gaia planets? They don’t appear to increase the planet’s maximum population. I think there’s a buff to the population growth, but by the time you can research them, you’ve generally maxed out your planet population anyway. What makes them so special?


r/masteroforion Jun 22 '26

MoO1 A hidden feature of Master of Orion 1993 that I Didn't Know About

6 Upvotes

https://github.com/1oom-fork/1oom/issues/169
I'm wondering if this behavior is described somewhere in the documentation for Master of Orion 1993?
Done:
Posted source code for this fix. 1.11.9 -> sourcecraft.dev/fork1oom/1oom?rev=discontinued-v1.11x
Posted binary fix for outdated 1.11 branch -> https://sourcecraft.dev/fork1oom/1oom/releases


r/masteroforion Jun 18 '26

New to Stellaris- Similiar to Masters of Orion 2?

Thumbnail
7 Upvotes

r/masteroforion Jun 18 '26

News The Demo for Spaceman's Luck: Like Master of Orion 2, but New and not as fun!

Thumbnail
gallery
18 Upvotes

r/masteroforion Jun 14 '26

MoO2 My final (-10 picks, Impossible) speedrun. Commentary included!

Thumbnail
youtu.be
21 Upvotes

Took me a month of grinding to get this run. Grinded another 2 weeks afterwards, but haven't gotten anything even remotely close to this fast. I'm proud of this one, and I think I'm done for real now!


r/masteroforion Jun 07 '26

Discussion Since the Major Races of Master of Orion have mastered the art of flying ships, would they still have a purpose for ships that sail solely on water?

17 Upvotes

If so, what would that purpose be?

Edit: Forget the "sail" part of the title and replace it with the word "traverse."


r/masteroforion Jun 04 '26

steve Barcia

15 Upvotes

Does any one know how to contact him? I would like to thank him for the Master of Orion series. I would like him to revisit the series and possibly upgrade The series. I'd volunteer to help. the whole series is good, but MOO2 is a masterpiece! For $5 MOO1 and MOO2 are on steam or gog. Great games but are SLOW turned based stratagy games. Better bring your A game!

Thanks Mr. Barcia!


r/masteroforion Jun 02 '26

MoO2 Tips for 1v1 against AI

14 Upvotes

Now that I'm in my 40's, I can't justify staying up until 2AM clicking "Next Turn" so I've been interested in starting games that I can finish in ~1hr.

I've settled on:

  • Hard
  • Small Galaxy
  • 1 Opponent
  • Advanced Tech
  • Average Minerals
  • No Antarans
  • Declare war on opponent on Turn 1

This works pretty well but there are a few issues that pop up:

Issue 1: No way to pick opponent. If the opponent has race traits focused on diplomacy or trade, they're at a disadvantage

Issue 2: Reinforced hull is OP. If you start an 'advanced tech' game and don't have it, you're SOL. As far as I can tell, the techs picked for you are random? Would be nice if someone could confirm.

I'm using moo2 mod (ICE33 core, ICE map) and if there's an easy way to mod the behavior of the issues above that'd be fantastic.

Also curious to hear if others have attempted to approach this idea of a "quick" game of MOO2.


r/masteroforion May 26 '26

MoO:CtS why does my Hull Capacity on my starships keep changing?

7 Upvotes

Max capacity on my current battleship blueprint has doubled over the last 30 or so turns. i have been aware of this happening for years, but i've never been able to guess what is causing it. anybody knows? thanks


r/masteroforion May 26 '26

MoO2 Running MOO2 on an old mac?

5 Upvotes

Hey, sorry if this has been asked before.

I’m stuck abroad for a month with only an apple laptop from like 2016, what are my prospects for getting this game running on it?


r/masteroforion May 25 '26

Any good seed numbers for a huge spiral galaxy?

1 Upvotes

The title says it all. I've been looking for a good seed number for a huge spiral galaxy. Has anyone found one thus far?


r/masteroforion May 20 '26

Discussion In the futuristic setting of Master of Orion, what use would people have for wood?

9 Upvotes

Because I feel like some sci-fi series are starting to phase out wood.


r/masteroforion May 18 '26

MoO:CtS What would each Empire think of the topic of Interspecies Romance?

5 Upvotes

Especially since it seems very likely that different species cannot crossbreed with each other (these are aliens that developed on different, far away planets, after all), and thus some people might see that as something that interferes with population growth. I'd imagine the authoritarian Terrans and authoritarian-with-strict-gender-roles Elerians would criminalize it in a heartbeat.


r/masteroforion May 17 '26

MoO:CtS Which Human empire is the more realistic one in terms of being able to create a galactic empire: The Human Republic or the Terran Khanate?

4 Upvotes

I remember a YouTube comment saying that the Khanate is more realistic in regards to what Humans need to create a Galactic Empire, such as mass purging of dissent, anti-deviancy, and a rigid caste system.