Recent Posts

Pages: 1 [2] 3 4 ... 10
11
Forum Games / Re: The Bumpy Thread
« Last post by Betaray on January 09, 2026, 01:51:13 AM »
HAPPY NEW BUMP!!!
12
Forum Games / Re: The Bumpy Thread
« Last post by Sirbomber on January 08, 2026, 10:44:09 PM »
It's 2026 so I'll bump this thread and offer this warning:
13
Outpost 2 Programming & Development / Mine Yield Formula
« Last post by TechCor on December 30, 2025, 10:10:23 AM »
I couldn't find this anywhere, so I discovered this with SCIENCE!



There is a hardcoded maximum yield for each ore type:

Common Ore MaxYield = 1000
Rare Ore MaxYield = 500


Using the data from the mine yield sheet, we calculate the initial, peak, and minimum yields:

Code: [Select]
InitialYield = MaxYield * InitialYield% / 100
PeakYield = MaxYield * PeakYield% / 100
MinYield = MaxYield * MinYield% / 100

The yield formula is as follows where TrucksLoaded is the number of trucks already loaded prior to loading the current truck:

Code: [Select]
if (TrucksLoaded > MinTruck)
Yield = MinYield
else if (TrucksLoaded > PeakTruck)
Yield = PeakYield - (TrucksLoaded - PeakTruck) * (PeakYield - MinYield) / (MinTruck - PeakTruck)
else
Yield = InitialYield + TrucksLoaded * (PeakYield - InitialYield) / PeakTruck
Yield rounds down due to int truncation.


Bonuses from research are applied after calculating the yield.

Code: [Select]
Yield = Yield + Yield * Bonus% / 100

Metallogeny
20% bonus to yield for Common Ore.

Rare ore extraction
20% bonus to yield for Rare Ore.

Magma Vents do not use the mine yield sheet. Instead, the building sheet sets the production capacity.
There is no formula for Magma yield based on trucks loaded.

From the building sheet: Magma Yield = 100

Magma Purity Control
Set to 150 production capacity by the research topic found in the tech sheet.
14
Outpost 2 Add On Missions / Re: Dosmastr's Scout Challenge!
« Last post by Earthquake on December 21, 2025, 04:12:39 AM »
Nice little mission here, but i have the same oppinion as Leviathan on the hard mode.
When i approch the CC from any angle the guardpost shoots and destroyes the CC ( the Comandcenter has like 1 Hp ).
I had some ideas how to do this and all of them failed.
First i tryed with to dock on the CC so that only the splash of the Stickyfoam would hit the scout. I maneged to do that but when a vehicle has foam on top of it, it does not perform its special task. it just stands next to the CC but does not scan it.
Second try was to get close to the Stickfoam, see if it would destroy it self with the splashdamage. I maneged to do that but it appers the guardpost has the same Hp as usual ( only the CC has not the amount of hitpoints as usual ).
Third try i waited until Mark 1000, see if maybe a disaster hits the base. As maybe a meteor crashes on the guardpost and destroyes it or maybe the powerreactors get hit with a earthquake or get infected with the blight so the turrets are shut down. Nothing happend.
I even tryed to scan all the other structures to see if it triggers something like a second vehicle comes in that you can use to distract the guardpost.
I also appers as if the Stickyfoam has the same range as a Thorshammer it shoots even when you try do dock on the CC on the furthest position as possible.
What am i missing here? Are you sure this mission can be won on hard mode? Maybe if the scout had the speedupgrade it might be able to doge the shot and scan the CC before the guardpost shoots again?
15
Outpost 2 Add On Missions / Re: Dosmastr's Scout Challenge!
« Last post by Leviathan on November 16, 2025, 08:58:10 AM »
Great work but it does not feel like it can be completed on hard!

16
Outpost 2 Add On Missions / Re: Post-Release Eden Demo (Fixed)
« Last post by Leviathan on November 16, 2025, 08:52:00 AM »
Great work Sirbomber!
17
Outpost 2 Add On Missions / Re: Post-Release Eden Demo (Fixed)
« Last post by Earthquake on November 15, 2025, 07:01:37 AM »
Well at least its worth telling. As said the Ai building a base was never the problem i guess the creator of this mission made sure that Plymouth would not mess up by accident. But you can take the base now for yourself with the fixed version. Just make sure to not build/bulldoze this 3 exact locations and it should be fine. My fought on takeing the base was there is a 3bar-beacon so why would you not take it. The Ai will also leave the south area alone since your starting base is closer to theirs. And since you cant make a robo-cc building a spaceport down there looked to me also more practical. That is how ifound out this problem.
The oversight is probably because this is the only base-build mission in the entire game where you have to locate a wreckage. All the other missions ( the campaigns ) you cant build anything so there was most likely never a need to think what happens if i build something on top of the wreckage location. So as long as you dont do anything to this 3 locations the white flag should apper when you are tasked to scout the wreckage. It is probably easyer anyway to let other people know at least they can avoid it to make the mission impossible to finish.
18
Outpost 2 Add On Missions / Re: Post-Release Eden Demo (Fixed)
« Last post by Sirbomber on November 14, 2025, 07:56:17 AM »
That's an oversight in the mission's design that can't easily be fixed.  As a workaround I'd like to edit the terrain to make it impossible to build a structure over the wreckage spawn locations but that wouldn't prevent someone from bulldozing it or building a wall or tube over it, and I think the AI builds a structure pretty close to one of the possible spawn locations and I don't want to risk breaking the AI script.  Unfortunately the answer to this issue is probably just to not take the southern base until after the wreckage has been recovered, though by that point the mission is already pretty much over anyways.
19
Outpost 2 Add On Missions / Re: Post-Release Eden Demo (Fixed)
« Last post by Earthquake on November 14, 2025, 05:04:30 AM »
Hi Sirbomber
Tanks for fixing this colonygame. I can confirm that the problem is solved now.
Be advised that there was also a second issue with the same mission. Now as you know Plymouth will set up a second Base where the wreckage is to be found. So you have to attack Plymouth at some point. I usually level the base to the ground so i can get wreckage in peace. The thing is that one time i set up my own Base in the same location and this is where the issue comes to play. When the Spaceport is build and active the next objective is to use a scout to locate the wreckage. If you have Structures of your own there and then drive the scout to the koordinates than the white flag will not apper. The savant computer will say "new mission objective" and tells you to collect the wreckage with a truck, but since the mark does not apper and you cant load the cargo up.
I tryed the same thing now with the fixed version and it looks like the second issue is also solved for the most part, you can now set up your own base there. I have no idea if this is a bug or what exactly causes this, but i did some tests if this still happens and found out that there is still a chance for the mark not appering. There are 3 possible koordinates where the wreckage can be. they are "78,111" "61,118" and "51,116". If you place a Structure on one of these tiles or if you bulldoze the koordinates then the white flag will not apper and you cant colllect the wreckage. The game can not be finished. And of course i tryed to put a truck on the tile to se if it still picks something up. But not anything there. As mentiond i have no idea if this is a bug and if this can be fixed as well, but if not then for all the other playeres simply leave this koordinates as they are and you should be fine. The Ai is also not building anything on them but Plymouth setting up a Base was no problem to begin with and lucky that the Ai does not know how to use a bulldozer. Imagine the Ai would do and you cant finish the game anymore beacuse it plains the tiles.
20
Outpost 2 Add On Missions / Dosmastr's Scout Challenge!
« Last post by Sirbomber on November 13, 2025, 11:19:52 AM »
Dosmastr called me out on Discord for making maps that are too hard!  So I threw this special challenge mission together, which should accommodate players of all skill levels.  The concept is simple: you have one Scout, and must use it to scan the enemy Command Center.  You fail the mission if either of these units are destroyed.  Good luck, and watch out for that StickyFoam if you're playing on hard!

Installation instructions: Extract the contents of the zip to your OPU\maps\ directory.
Pages: 1 [2] 3 4 ... 10