Stellaris

Stellaris

Plentiful Traditions 4.x
mark-20 2 Feb, 2023 @ 10:20am
"Requires an empty Tradition tree slot" Message "Bug" „Benötigt einen freien Platz im Traditionsbaum“ Meldung „Bug“
"Requires an empty Tradition tree slot" Message "Bug"

Ascension perk = The Flesh is Weak
Ascension perk = Mind over Matter
Ascension perk = Synthetic Evolution
Ascension perk = Engineered Evolution

Stellaris\common\ascension_perks 00_ascension_paths.txt

There is a section in "00_ascension_paths.txt" that states that there can be no more than 7 "tradition tree".

custom_tooltip = {
fail_text = "requires_free_tradition_tree"
num_tradition_categories < 7
}

If the number 7 that is there is replaced with a number that is larger than the number of existing tradition_trees then you can use the ascension perks again. For example 20

custom_tooltip = {
fail_text = "requires_free_tradition_tree"
num_tradition_categories < 20
}

Of course you have to do this for all places in the txt file where "num_tradition_categories < 7" is written and then save the changes in the txt file.

I did that in my game and then I was able to choose the Ascension perks again.

I hope it helps. Until a solution is found for the mod that solves the problem.


A warning, since this solution involves modifying a game file, it may be that the txt file will be reset with the next game update.
So it's only a temporary solution



Deutsch

„Benötigt einen freien Platz im Traditionsbaum“ Meldung „Bug“


Aufstiegsbonus = Das Fleisch ist schwach
Aufstiegsbonus = Verstand über Materie
Aufstiegsbonus = Synthetische Evolution
Aufstiegsbonus = organisierte Evolution

Stellaris\common\ascension_perks 00_ascension_paths.txt

Es gibt einen Abschnitt in „00_ascension_paths.txt“, der besagt, dass es nicht mehr als 7 „Traditionsbäume“ geben darf.

custom_tooltip = {
fail_text = "requires_free_tradition_tree"
num_tradition_categories < 7
}

Wenn die dortige Zahl 7 durch eine Zahl ersetzt wird, die größer ist als die Anzahl der vorhandenen Traditionsbäume, dann können Sie die Aufstiegsvorteile erneut nutzen. Zum Beispiel 20

custom_tooltip = {
fail_text = "requires_free_tradition_tree"
num_tradition_categories < 20
}

Das muss man natürlich für alle Stellen in der txt-Datei machen wo "num_tradition_categories < 7" steht und dann die Änderungen in der txt-Datei speichern.

Ich habe das in meinem Spiel gemacht und konnte dann die Ascension-Perks erneut auswählen.

Ich hoffe, es hilft. Bis eine Lösung für den Mod gefunden wird, der das Problem löst.


Eine Warnung, da diese Lösung das Ändern einer Spieldatei beinhaltet, kann es sein, dass die txt-Datei mit dem nächsten Spielupdate zurückgesetzt wird.
Es ist also nur eine Übergangslösung
Last edited by mark-20; 6 Feb, 2023 @ 12:01pm
< >
Showing 1-13 of 13 comments
mark-20 6 Feb, 2023 @ 12:35pm 
Besides that, I believe the issue was caused by a game update (change).
Namely when they introduced that there is an Ascension perk, which also inserts a tradition tree.
Because I can't remember that there used to be a "00_ascension_paths.txt" file.
And with that file they built in a limit, probably to prevent that a tradition is inserted even though there is no more space left.
If I'm right, then all mods that change the number of possible traditions, also need too adapt this file and enter a number that corresponds to the new maximum possible traditions.

Deutsch

Außer dem glaube ich, das Problem wurde durch einen Spielupdate (Veränderung) ausgelöst.
Und zwar als sie eingeführt haben das es Ascension perk gibt, die auch einen Traditionsbaum einfügen.
Denn ich kann mich nicht daran, dass es früher die Datei "00_ascension_paths.txt" gegeben hat.
Und mit dieser Datei haben sie eine Begrenzung ein gebaut, wahrscheinlich um zu verhindern, dass eine Tradition eingefügt wird, obwohl es keinen Platz frei mehr gibt.
Wenn ich recht habe, dann müssen alle Mods, die die Anzahl der möglichen Traditionen verändern, auch diese Datei anpassen und eine Zahl eintragen, die denn neuen maximal möglichen Traditionen entspricht.
Gwemily 7 Feb, 2023 @ 9:06am 
i am having the same issue thought it was just me was doing a mod check run lol ty for posting
Ash 27 Feb, 2023 @ 9:05pm 
still having the same issue after many trials
oldschool 2 Apr, 2023 @ 2:48am 
go into console
activate_ascension_perk ap_(whatever perk you want)
if you use it when you have perk available it will use that slot
Atari 6 May, 2023 @ 6:20pm 
Can you give me the exact syntax for activating galactic wonders? I must be missing something.

Thx
Atari 6 May, 2023 @ 6:58pm 
NM, found it elsewhere.

activate_ascension_perk ap_galactic_wonders_utopia_and_megacorp
LivewareProblem 8 Jun, 2023 @ 5:01pm 
I am also facing this issue. I modified the Stellaris\common\ascension_perks 00_ascension_paths.txt file so that the num_tradition_categories < 7 now reads num_tradition_categories < 60, however this did not resolve the problem for me.

Can anyone help other than using console commands?
Syhrill 16 Aug, 2023 @ 1:00am 
they are in august and the problem is always here
Originally posted by Atari:
NM, found it elsewhere.

activate_ascension_perk ap_galactic_wonders_utopia_and_megacorp

Had the same sort of error, had 13 empty tradition slots and the ascension perks said I need to have a free one. Tried the solution of changing `num_traditions_categories < 7` to `< 20` for all of them but it still wouldn't let me use them. Had to resort to the console solution-- but then the tradition tree wasn't unlocked. Now I'm going to have to figure out how to manually add the tradition tree... Mod author please make this a priority #1 fix whenever you update the mod, thanks!
The Senate 29 Sep, 2023 @ 11:33pm 
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2821711162 This file should solve any issues. Load it after this mod.
nyanya 15 Jun, 2024 @ 10:52am 
new fix I just found for current version

go to the folder

Stellaris\common\scripted_variables

then open the file "07_scripted_variables_machine_age.txt"

change "@max_tradition_trees = 7"

to "@max_tradition_trees = (num of tradition slots your mod adds)"

e.g. im using UI Overhaul Dynamic - More Tradition Slots (80)
so I changed it to
"@max_tradition_trees = 80"

it changed because in the original fix it says "< 7"
but in the new version of the game it says "> 1" but it cites the variable "@max_tradition_trees" which is defined in the file "07_scripted_variables_machine_age.txt" so you have to change that instead of what's actually in the "00_ascension_paths.txt" file
Last edited by nyanya; 15 Jun, 2024 @ 10:53am
JaydubbWlr 26 Jun, 2024 @ 9:53am 
What's the ap code for Expanding of Lebensraum
Abominus [GER]  [developer] 18 Nov, 2024 @ 1:53pm 
BTW: Changed it in this version.
< >
Showing 1-13 of 13 comments
Per page: 1530 50