Matrix Games Forums

Forums  Register  Login  Photo Gallery  Member List  Search  Calendars  FAQ 

My Profile  Inbox  Address Book  My Subscription  My Forums  Log Out

RE: Bacon Mod

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [New Releases from Matrix Games] >> Distant Worlds 1 Series >> Design and Modding >> RE: Bacon Mod Page: <<   < prev  43 44 45 [46] 47   next >   >>
Login
Message << Older Topic   Newer Topic >>
RE: Bacon Mod - 3/18/2021 10:52:58 AM   
Noyyau

 

Posts: 13
Joined: 1/13/2021
Status: offline
Try having at least a couple of state freighters on repeating cargo missions from the closest fuel gas mining stations outside your capital system. Gas clouds work well for me if they're nearby, as they generate only one type of gas each and the ai doesn't seem to pick up much cargo from there.
Otherwise, use the !cargos command to force the freighters to pick up only the fuel you need from a mixed gas mining station.
To fix temporary shortages, ordering mining missions to gas mining ships is also useful (though not being repeatable, you'll have to reissue the order to private gas miners after they finish, or queue a bunch of missions manually to state gas miners).

< Message edited by Noyyau -- 3/18/2021 10:56:31 AM >

(in reply to LordMM)
Post #: 1351
RE: Bacon Mod - 4/5/2021 12:36:15 AM   
snickelb

 

Posts: 1
Joined: 1/26/2020
Status: offline
I'm running the latest version of windows. Do I still need the Windows 2004 file that was in the 1.81 release? Is the 1.82 version updated to be as compatible as possible with the latest Windows or am I better off sticking with the 1.81 special exe?

< Message edited by snickelb -- 4/5/2021 12:40:02 AM >

(in reply to Noyyau)
Post #: 1352
RE: Bacon Mod - 4/18/2021 8:58:19 PM   
Noyyau

 

Posts: 13
Joined: 1/13/2021
Status: offline
Questions about the science explorer values in the baconsettings.txt

quote:

// Exploration ships with science labs generate this much research toward a random researchable project every month
// set this to zero to disable it.
researchPerLab=1000

This means that an explorer with a lab will generate 1k worth of research, every month. So a tech with a cost of e.g. 100k will require 100 months if only that explorer is set to research it. Correct?

quote:

// These values determine how much scientific data a science ship will receive for discovering a resource or a ruin that contains a discovery. Ruins that contain nothing will give no data.
scientificDataForResourceSurvey=3
scientificDataForRuins=90

Is "scientificData" in the same scale as "researchPerLab" ? So to research that same 100k tech, an explorer would need to survey 33334 new resources?

Finally, how, if at all, is the science obtained from explorers scaled with difficulty? Or is it a flat number added towards whatever its target tech is?

I'm trying to understand if it's possible to setup a game where most of the research is done via science explorers rather than static standard labs.


Edit:
Does the !science [all] command affect only currently existing explorers, or those build later as well? Is it saved in the savefile somehow, or would I need to repeat the command at each loading?


< Message edited by Noyyau -- 4/18/2021 9:04:55 PM >

(in reply to snickelb)
Post #: 1353
RE: Bacon Mod - 4/19/2021 2:38:50 PM   
RogerBacon

 

Posts: 724
Joined: 5/17/2000
From: Miami, Florida, U.S.A.
Status: offline

quote:

ORIGINAL: Noyyau

This means that an explorer with a lab will generate 1k worth of research, every month. So a tech with a cost of e.g. 100k will require 100 months if only that explorer is set to research it. Correct?



Correct.



quote:


Is "scientificData" in the same scale as "researchPerLab" ? So to research that same 100k tech, an explorer would need to survey 33334 new resources?


No. A ship will use one point of science research per month for each of the three types of research components it might have. So a ship with weapons research component will use one scientific data a month.
This might be a good time to point out that a ship does not bebefit from having more than one of each type of lab component for this system.
You can see how much scientific data your empire has in surplus by examining your home planet (ctrl-enter)

quote:



Finally, how, if at all, is the science obtained from explorers scaled with difficulty? Or is it a flat number added towards whatever its target tech is?



It isn't directly by this system. However, research in general is scaled with difficulty and that scaling is applied to research from everywhere, including this research.

quote:



I'm trying to understand if it's possible to setup a game where most of the research is done via science explorers rather than static standard labs.


Yes, I've done that and it works well. Of course this system was designed to let ships conduct independent research so if you have 30 explorers doing research and you want to micro-manage them to all work together it will be a bit of a pain. Better to let them pick their own techs to research I feel.

quote:



Edit:
Does the !science [all] command affect only currently existing explorers, or those build later as well? Is it saved in the savefile somehow, or would I need to repeat the command at each loading?



That command adds one of each lab type to each explorer in the game AND to each explorer design so future explorers built will have the labs as well. The command does not need to be run again even after loading a saved game.


_____________________________

BTC 14UURmC4rD762RStsufKmaUjfXQrBvahU1
ETH 0x7c65139BC82A0BDC5b11F92001D5c5a112219f08

(in reply to Noyyau)
Post #: 1354
RE: Bacon Mod - 4/19/2021 6:11:44 PM   
Noyyau

 

Posts: 13
Joined: 1/13/2021
Status: offline

quote:

ORIGINAL: RogerBacon
quote:


Is "scientificData" in the same scale as "researchPerLab" ? So to research that same 100k tech, an explorer would need to survey 33334 new resources?

No. A ship will use one point of science research per month for each of the three types of research components it might have. So a ship with weapons research component will use one scientific data a month.
This might be a good time to point out that a ship does not bebefit from having more than one of each type of lab component for this system.
You can see how much scientific data your empire has in surplus by examining your home planet (ctrl-enter)

So the flowchart is:
Explorer has at least 1 lab (per type, more do not stack) -> Explorer surveys resources and/or ruins -> Explorer accumulates N points of "scientific data" -> Each month, 1 point per lab type on that explorer is converted into 1000 research (or however much the value is for researchPerLab in baconsettings.txt)

So an explorer could accumulate potentially thousands of "scientific data" points (e.g. exploring an entire sector alone) and then it could sit still for years going through those accumulated points?
The more explorers out exploring at the same time the better, then.

And what happens to the accumulated research points if an explorer is destroyed?

quote:

ORIGINAL: RogerBacon
quote:


Finally, how, if at all, is the science obtained from explorers scaled with difficulty? Or is it a flat number added towards whatever its target tech is?

It isn't directly by this system. However, research in general is scaled with difficulty and that scaling is applied to research from everywhere, including this research.


I guess the difficulty divisor is applied to the researchPerLab value when a "scientific data" point is converted into actual research?
E.g. with researchPerLab=1000 and Extreme difficulty (divisor: 2) , at each month's end I'd actually get 500 research points added to whatever tech is researched by that explorer?

So setting a custom difficulty with a research divisor of 10 (to make static lab research almost irrelevant) would also require setting an appropriately higher researchPerLab value.


As always, thanks for the explanations!

(in reply to RogerBacon)
Post #: 1355
RE: Bacon Mod - 4/20/2021 1:03:16 PM   
RogerBacon

 

Posts: 724
Joined: 5/17/2000
From: Miami, Florida, U.S.A.
Status: offline

quote:

ORIGINAL: Noyyau


So the flowchart is:
Explorer has at least 1 lab (per type, more do not stack) -> Explorer surveys resources and/or ruins -> Explorer accumulates N points of "scientific data" -> Each month, 1 point per lab type on that explorer is converted into 1000 research (or however much the value is for researchPerLab in baconsettings.txt)

So an explorer could accumulate potentially thousands of "scientific data" points (e.g. exploring an entire sector alone) and then it could sit still for years going through those accumulated points?
The more explorers out exploring at the same time the better, then.

And what happens to the accumulated research points if an explorer is destroyed?



That is correct.
In earlier version of the Bacon mod science ships kept all of their scientific data onboard the ship and it was all lost when it was destroyed. Since I keep my science ships on AI control this happened a lot. So now science ships will send their excess scientific data (anything over about 100 points) back to the home planet once a month. Also, other science ships that are below 100 scientific data will be able to draw on the home planet's stockpile once a month as well.

_____________________________

BTC 14UURmC4rD762RStsufKmaUjfXQrBvahU1
ETH 0x7c65139BC82A0BDC5b11F92001D5c5a112219f08

(in reply to Noyyau)
Post #: 1356
RE: Bacon Mod - 4/21/2021 8:40:47 AM   
Noyyau

 

Posts: 13
Joined: 1/13/2021
Status: offline
Sorry to keep pestering you RogerBacon, I've only these last three questions to fully understand explorer research.

1) Is the difficulty divisor applied to the researchPerLab value when a "scientific data" point is converted into actual research?
E.g. with researchPerLab=1000 and Extreme difficulty (divisor: 2) , at each month's end I'd actually get 500 research points added to whatever tech is researched by that explorer?

2) Is the research provided by explorers not limited by the total empire research potential (as seen in the research screen)?
E.g. TERP is 500k, I build 20 explorers, each with 1 lab per each type and researchPerLab=1000 -> each explorer gives, each month, 3k total research (1k per branch)-> 36k /year -> 20 explorers give 720k research /year
Therefore the more explorers I build (with labs, obviously), the more I can increase research speed, uncapped. Correct?

3) Are the research bonuses (e.g. from locations and scientists, the +20% from Ultra Genius scientist trait, race/government modifiers, wonders, ruins) applied to explorer research as well? Or only to static lab research?

(in reply to RogerBacon)
Post #: 1357
RE: Bacon Mod - 4/21/2021 11:50:10 AM   
RogerBacon

 

Posts: 724
Joined: 5/17/2000
From: Miami, Florida, U.S.A.
Status: offline

quote:

ORIGINAL: Noyyau

Sorry to keep pestering you RogerBacon, I've only these last three questions to fully understand explorer research.

1) Is the difficulty divisor applied to the researchPerLab value when a "scientific data" point is converted into actual research?
E.g. with researchPerLab=1000 and Extreme difficulty (divisor: 2) , at each month's end I'd actually get 500 research points added to whatever tech is researched by that explorer?


So, I'm not actually scaling research with difficulty. That's the main game doing that. I believe what is really happening is that the total cost to research a tech is being changed, not individual research points that are generated. So, if you want to think of it in terms of a multiplier or divisor then science ship research points are being affected the same as other research points.

quote:



2) Is the research provided by explorers not limited by the total empire research potential (as seen in the research screen)?


Correct.

quote:



3) Are the research bonuses (e.g. from locations and scientists, the +20% from Ultra Genius scientist trait, race/government modifiers, wonders, ruins) applied to explorer research as well? Or only to static lab research?


I'm pretty sure this is the case.


_____________________________

BTC 14UURmC4rD762RStsufKmaUjfXQrBvahU1
ETH 0x7c65139BC82A0BDC5b11F92001D5c5a112219f08

(in reply to Noyyau)
Post #: 1358
RE: Bacon Mod - 4/21/2021 1:29:23 PM   
Noyyau

 

Posts: 13
Joined: 1/13/2021
Status: offline

quote:

ORIGINAL: RogerBacon

So, I'm not actually scaling research with difficulty. That's the main game doing that. I believe what is really happening is that the total cost to research a tech is being changed, not individual research points that are generated. So, if you want to think of it in terms of a multiplier or divisor then science ship research points are being affected the same as other research points.



As far as I understand how research and difficulty work, the cost to research a tech is : techcost = value set at game setup * techlevel.
A few techs have an extra multiplier to increase the cost further (Warp Precursors comes to mind).
This I gathered by checking what I input at game setup and the costs displayed in the research screens, and I've always found it consistent across games and difficulties.

While the difficulty affects only the player (which you know better than me) and reduces the amount of research points generated (the Total Empire Research Potential displayed in the 4th research screen). Also consistent across games, same start settings, changing only difficulty (from Normal to Extreme for ease of calculations) and the TERP about halves.

So what I'm trying to understand is whether the research generated by the explorers is also divided by the difficulty factor, or not.
E.g. wanting to setup a game for explorer-only research, I was thinking about using a custom difficulty with a research divisor of 10.
If explorer research is affected by the difficulty, I'd need to increase researchPerLab in baconsettings.
Of course the best way to be sure would be to setup some kind of empirical test with both settings. I was hoping to avoid that step (not much free time available unfortunately).


(in reply to RogerBacon)
Post #: 1359
RE: Bacon Mod - 4/22/2021 8:57:52 AM   
Noyyau

 

Posts: 13
Joined: 1/13/2021
Status: offline
So I did set up a small test after all, and what I discovered what that, while research from explorers works as intended, the !setdifficulty command does not.
It does indeed use the custom parameters, but about at most a game-month later (sometimes as soon as a week) everything reverts to the original difficulty.
I also saved the game while the custom difficulty was active and reloaded this new savegame: it did start with the custom difficulty active, and about two weeks in it reverted to the original difficulty.
I did check and no, "difficulty scales up" was not selected at game creation.

(in reply to Noyyau)
Post #: 1360
RE: Bacon Mod - 4/22/2021 12:51:34 PM   
RogerBacon

 

Posts: 724
Joined: 5/17/2000
From: Miami, Florida, U.S.A.
Status: offline

quote:

ORIGINAL: Noyyau

So I did set up a small test after all, and what I discovered what that, while research from explorers works as intended, the !setdifficulty command does not.
It does indeed use the custom parameters, but about at most a game-month later (sometimes as soon as a week) everything reverts to the original difficulty.
I also saved the game while the custom difficulty was active and reloaded this new savegame: it did start with the custom difficulty active, and about two weeks in it reverted to the original difficulty.
I did check and no, "difficulty scales up" was not selected at game creation.


Well that sucks. There most be some code that reverts the difficulty that I didn't notice. I rarely get the time to actually playtest my changes for very long these days. The next time I look at the code maybe I can find it.

_____________________________

BTC 14UURmC4rD762RStsufKmaUjfXQrBvahU1
ETH 0x7c65139BC82A0BDC5b11F92001D5c5a112219f08

(in reply to Noyyau)
Post #: 1361
RE: Bacon Mod - 4/22/2021 2:41:17 PM   
Noyyau

 

Posts: 13
Joined: 1/13/2021
Status: offline

quote:

ORIGINAL: RogerBacon
Well that sucks. There most be some code that reverts the difficulty that I didn't notice. I rarely get the time to actually playtest my changes for very long these days. The next time I look at the code maybe I can find it.


I hope you do manage to at least find some time to just enjoy the game!

In the meantime, I can confirm that explorer research is not affected by the difficulty level: I tested 2 same setting new games, prewarp start (to have nothing that would interfere), only difference was the difficulty, from Normal to Extreme.
In each game, I placed 10 science explorers (the same design, saved), manually set them all to research the same initial tech in each category: Enhanced Beam Weapons (standard tech cost), Adv Fission Reactors (x2 cost), and Colonization (x8 cost).
Also, in the research screens no techs were selected to research "normally", so that any research would be done by the explorers only.

In both tests, the techs were completed in almost the same month, with a +/- 1 month difference due to, I think, the time needed to gather the initial scientific data points for each explorer.

(in reply to RogerBacon)
Post #: 1362
RE: Bacon Mod - 5/2/2021 9:29:36 AM   
Magura

 

Posts: 3
Joined: 5/2/2021
Status: offline
Hey sorry if this has been answered before already, where do I put the text files if I want to run Beyond Extended Universe Alpha with Bacon mod? I put the text files in the customization>Beyond Extended Universe Alpha folder. I hope that's the right spot

(in reply to Noyyau)
Post #: 1363
RE: Bacon Mod - 5/2/2021 2:09:29 PM   
RogerBacon

 

Posts: 724
Joined: 5/17/2000
From: Miami, Florida, U.S.A.
Status: offline
quote:

ORIGINAL: Magura

Hey sorry if this has been answered before already, where do I put the text files if I want to run Beyond Extended Universe Alpha with Bacon mod? I put the text files in the customization>Beyond Extended Universe Alpha folder. I hope that's the right spot



Yes, that's correct except for the BaconSettings.txt file which goes in the main directory with the exe.

_____________________________

BTC 14UURmC4rD762RStsufKmaUjfXQrBvahU1
ETH 0x7c65139BC82A0BDC5b11F92001D5c5a112219f08

(in reply to Magura)
Post #: 1364
RE: Bacon Mod - 5/2/2021 6:07:30 PM   
Magura

 

Posts: 3
Joined: 5/2/2021
Status: offline

quote:

ORIGINAL: RogerBacon

quote:

ORIGINAL: Magura

Hey sorry if this has been answered before already, where do I put the text files if I want to run Beyond Extended Universe Alpha with Bacon mod? I put the text files in the customization>Beyond Extended Universe Alpha folder. I hope that's the right spot



Yes, that's correct except for the BaconSettings.txt file which goes in the main directory with the exe.



Cool, appreciate it! Fantastic work by the way, thanks for making this.

(in reply to RogerBacon)
Post #: 1365
RE: Bacon Mod - 5/26/2021 9:04:33 PM   
Leej

 

Posts: 4
Joined: 8/28/2012
Status: offline
Having some issues getting science ships working. Using the Bacon Mod + Retreat UE + DasBlue UI combo.

I design a science ship with one of each lab and they fly around exploring a bit. I select one and hit cntrl-enter and either nothing happens or a dialog saying that the ship isn't a science ship pops up. The cntrl-alt-right-click menu only ever shows the hold position option.

What am I missing?

(in reply to Magura)
Post #: 1366
RE: Bacon Mod - 6/6/2021 1:51:40 PM   
RogerBacon

 

Posts: 724
Joined: 5/17/2000
From: Miami, Florida, U.S.A.
Status: offline

quote:

ORIGINAL: Leej

Having some issues getting science ships working. Using the Bacon Mod + Retreat UE + DasBlue UI combo.

I design a science ship with one of each lab and they fly around exploring a bit. I select one and hit cntrl-enter and either nothing happens or a dialog saying that the ship isn't a science ship pops up. The cntrl-alt-right-click menu only ever shows the hold position option.

What am I missing?


Not sure but a couple of things come to mind. If you started the game without the Bacon mod then I believe the repeating timed trigger that checks for Science ship progress is not set. Another thing is that it takes up to one month for the science ship settings to show for any given ship once it's created.



_____________________________

BTC 14UURmC4rD762RStsufKmaUjfXQrBvahU1
ETH 0x7c65139BC82A0BDC5b11F92001D5c5a112219f08

(in reply to Leej)
Post #: 1367
RE: Bacon Mod - 6/8/2021 8:51:20 PM   
Ludoal

 

Posts: 1
Joined: 6/8/2021
Status: offline
Hi, the Dropbox download links are not working.
Any way I can download the latest version of Bacon Mod ?
Thanks !

(in reply to RogerBacon)
Post #: 1368
RE: Bacon Mod - 6/9/2021 6:43:00 AM   
LordMM


Posts: 574
Joined: 5/29/2016
Status: offline
Yeh, was gonna say the same thing. Links are down.

(in reply to Ludoal)
Post #: 1369
RE: Bacon Mod - 6/19/2021 3:47:59 AM   
happypsion

 

Posts: 3
Joined: 6/18/2021
Status: offline
I clicked the Reanalyze button at VirusTotal on the BaconMod181r file. (SHA256 ebe79c38...)

Miraculously, there are ten fewer companies, Avast and BitDefender among them, who think it is no longer malicious now despite it being the exact same file. Down to 27 others. Microsoft still thinks it's bad, but that's Microsoft. My guess is the links are down because of this false positive.

< Message edited by happypsion -- 6/19/2021 3:48:33 AM >

(in reply to LordMM)
Post #: 1370
RE: Bacon Mod - 6/19/2021 1:35:33 PM   
RogerBacon

 

Posts: 724
Joined: 5/17/2000
From: Miami, Florida, U.S.A.
Status: offline

quote:

ORIGINAL: happypsion

I clicked the Reanalyze button at VirusTotal on the BaconMod181r file. (SHA256 ebe79c38...)

Miraculously, there are ten fewer companies, Avast and BitDefender among them, who think it is no longer malicious now despite it being the exact same file. Down to 27 others. Microsoft still thinks it's bad, but that's Microsoft. My guess is the links are down because of this false positive.


Yes, I talked to BitDefender about it and that's why they removed it from their list. That was driving me crazy since that's my AV and every time I compiled it would delete it.
Maybe I can contact Dropbox and find out what is going on.

_____________________________

BTC 14UURmC4rD762RStsufKmaUjfXQrBvahU1
ETH 0x7c65139BC82A0BDC5b11F92001D5c5a112219f08

(in reply to happypsion)
Post #: 1371
RE: Bacon Mod - 6/19/2021 1:42:57 PM   
Suikostinger

 

Posts: 4
Joined: 12/10/2012
Status: offline
Oh man, I was coming on here to play some distant worlds again to dl some mods and bacon mod is down :(

(in reply to RogerBacon)
Post #: 1372
RE: Bacon Mod - 6/20/2021 11:22:46 PM   
RogerBacon

 

Posts: 724
Joined: 5/17/2000
From: Miami, Florida, U.S.A.
Status: offline
I've added another link, this time using One Drive.
https://1drv.ms/u/s!ApjhgGW40zIJhV09L5hB3CyU_EZw?e=xoeTnk


_____________________________

BTC 14UURmC4rD762RStsufKmaUjfXQrBvahU1
ETH 0x7c65139BC82A0BDC5b11F92001D5c5a112219f08

(in reply to Suikostinger)
Post #: 1373
RE: Bacon Mod - 6/22/2021 6:42:05 PM   
Irbis

 

Posts: 2
Joined: 6/22/2021
Status: offline
quote:

I've added another link, this time using One Drive.


Thank you for the link Roger. I was able to download the file, but Avast still complains that it contains a virus. I might try to send the file to them, so they exclude it from the checks, but is there any other option to make this Avast friendly?

Update: Fixed this temporarily allowing the exception on the AV side.

BTW, can confirm that 1.82 works with Windows 2004 update.


< Message edited by Irbis -- 6/23/2021 6:56:34 PM >

(in reply to RogerBacon)
Post #: 1374
RE: Bacon Mod - 8/6/2021 11:42:28 AM   
QuantumAnubis

 

Posts: 3
Joined: 8/6/2021
Status: offline
Hi, love the mod and been playing with the Beyond Extended Universe Alpha mod and everything seems to be working correctly but I can't figure out how to get my intelligence agents back when they get ransomed.
Appreciate any help, thanks.

(in reply to Irbis)
Post #: 1375
RE: Bacon Mod - 8/6/2021 1:18:27 PM   
RogerBacon

 

Posts: 724
Joined: 5/17/2000
From: Miami, Florida, U.S.A.
Status: offline

quote:

ORIGINAL: QuantumAnubis

Hi, love the mod and been playing with the Beyond Extended Universe Alpha mod and everything seems to be working correctly but I can't figure out how to get my intelligence agents back when they get ransomed.
Appreciate any help, thanks.


Control-P opens the prison form to see who is available for ransoming. Prisoners taken by the AI will not show up right way. They might hold them for awhile before offering a ransom to see if they can turn them. They have the same options you do in that regard.

_____________________________

BTC 14UURmC4rD762RStsufKmaUjfXQrBvahU1
ETH 0x7c65139BC82A0BDC5b11F92001D5c5a112219f08

(in reply to QuantumAnubis)
Post #: 1376
RE: Bacon Mod - 8/13/2021 1:06:16 PM   
RogerBacon

 

Posts: 724
Joined: 5/17/2000
From: Miami, Florida, U.S.A.
Status: offline
A question was asked about how !filterresource works.
!filterresource [resource name or no parameter to clear]
This will filter the mining stations or potential mining stations list on the lefthand side menus. Once you have applied a filter you have to move your mouse over it before it refreshes. Then it will only show locations that have that resource.

_____________________________

BTC 14UURmC4rD762RStsufKmaUjfXQrBvahU1
ETH 0x7c65139BC82A0BDC5b11F92001D5c5a112219f08

(in reply to RogerBacon)
Post #: 1377
RE: Bacon Mod - 8/13/2021 7:06:34 PM   
Fiore76

 

Posts: 7
Joined: 8/5/2021
Status: offline
Strange it doesn't work for me...
You mean over the menu?

(in reply to RogerBacon)
Post #: 1378
RE: Bacon Mod - 9/28/2021 10:42:41 AM   
Takttiger

 

Posts: 1
Joined: 9/28/2021
Status: offline
Hey guys,

I started playing Distant Worlds again, am using Bacon+RetreatUE+Das Chrome and some custom modifications in facilities and research.txt, additionally I have patched the .exe file with NTCores 4GB patch to use more RAM.

I have had a repeating crash in 3 different games some 50 years in game on medium maps, all this error log (its partly translated from german sorry for that):


An error has occurred. Distant Worlds will now exit.

Details of the error are below:

Error Code: GxHab

System.ARgumentException: target array not long enough. Check destIndex, length and lower limit of array.

at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destination Array, Int32 destinationIndex, Int32 length, Boolean reliable)

at System.Collections.Generic.List`1.CopyTo(To array, Int32 arrayIndex)

at System.Collections.Generic.List`1.InsertRAnge(Int32 index, IEnumerable`1 items)

at DistantWorlds.Types.SyncList`1.AddRange(IEnumerable`1 items)

at DistantWorlds.Types.Empire.CountResourceSupplyLocations(Byte resourceId, Boolean includeIndependentColonies)

at BaconDistantWorlds.BaconHabitat.CalculateResourcePriceEnvironmentalFactors(Habitat planet, Int32 resourceID)

at BaconDistantWorlds.BaconHabitat.UpdatePlanetResourcePrices(Habitat planet)

at BaconDistantWorlds.BaconHabitat.HugeProcessingSspanActions(Habitat planet)

at DistantWorlds.Types.Habitat.DoTasks(DateTime time)

at DistantWorlds.Main.method_86(DateTime dateTime_7, Int64 long_1, BuiltObjectList builtObjectList_1, Boolean bool_28)

at DistantWorlds.Main.ProgramLoop()


I am wondering if it is connected to the Asteroid Habitats the AI is establishing, which are added by the BaconMod. Will try disabling them, but in the meantime I wanted to ask here, if somebody has experienced this error in the past.


(in reply to Fiore76)
Post #: 1379
RE: Bacon Mod - 10/8/2021 8:43:35 AM   
Noyyau

 

Posts: 13
Joined: 1/13/2021
Status: offline
quote:

ORIGINAL: Noyyau
5) The "guess strategy" minigame for ground invasions
quote:


I don't think I've ever invaded a pirate world. I'll have to look into that. At least your post gives confirmation that someone actually uses the invasion mini-game. How do you like it? Too easy? Too hard? Too boring?

Tested some more and I couldn't reproduce my own problem, so I guess that was a momentary interface problem or something.
Minigame opens up during any ground combat it seems, invade standard empires, invade pirate-owned planet, even during clearing of pirate facilities on a planet I own.
Took me a number of attempts to understand how it works. The bar at the top is how many attempts are available (filling up as I use them, though green is kinda unintuitive for that), gold star is correct guess in correct place, silver star is correct guess in wrong place.
My main problem now is purely graphical: the background image makes it somewhat difficult to comfortably read the text past the first few attempts, dark text on dark image.
As far as difficulty goes, now that I understand the concept it isn't too difficult, though I'll try it some more and see how it averages out.


Currently playing a pirate game and the invasion "guess strategy" minigame is fantastic for pirate raids against planets!
Also there seems to be no limit to how many times it can be replayed on the same ongoing ground combat, even immediately after the preceding attempt, no matter if the previous one was successful or not.
Did a test and after several successful "guesses" my few pirate raiders overwhelmed several infantry troops!
Now it's just a matter of self-control to use only one attempt per raid/invasion.

(in reply to Noyyau)
Post #: 1380
Page:   <<   < prev  43 44 45 [46] 47   next >   >>
All Forums >> [New Releases from Matrix Games] >> Distant Worlds 1 Series >> Design and Modding >> RE: Bacon Mod Page: <<   < prev  43 44 45 [46] 47   next >   >>
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

1.781