Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
The way the Event system is coded, the RNG nature of when they appear, the outcomes is hardcoded and it is the probablity of which outcome happens that is calculated by random. Also the Event outcome being coded the way they are, the colony's current resources state is never polled.
So the Event system has no idea of how many corn or potato or peanut or whatever crop you have.
If the starting seed(s) are also part of the RNG system, then the events like Wandering merchant and others that take something away by offering some other resource would always get disabled.
And the chance of devs re-designing the Event system at this stage is slim to none...
Look at the <resource_list> under <list_data> at https://sta.paradoxwikis.com/Modding:_Events
Do you see how there's a min-max range for <resource type>?
Those values are hardcoded in that event XML.
And there's no where in that code that checks what resources the game session has, nor in the game code that is un-moddable. That's why some of the options on these Events get disabled, because those items are not available and cannot be substituted with something else that we do have.
So if the Devs randomize the starting seeds per new game, you guys are ok that you cannot exchange items with the Merchants like Big Business or Wandering Merchants who always asks for corn and/or potatoes to exchange for the things that we need like Parts and Fiber, because you started off with Wheat or Flax by chance and have not traded or get the event to get the corn/potato seed from another gate event?
To ask for the seeds to be randomize, means we're asking Devs to revamp this whole Event system that drive the gate events, the catastrophes and disasters. And even if say they are willing to do that, means they'd have to sacrifice putting in manpower, time, effort and money into taking out another feature scheduled to be worked on instead. And bug fixing.
Everything is a juggling act.
And on the HUD - I do agree, the interface has to tell us what seeds we have already acquired, what seeds are still out there, the different seed details and values so we can decide if we even want to trade for them. And we should not have to build a single field, greenhouse or insect farm to have this information at out fingertips.