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
It looks like a combination - the federation toggle isn't working, and I've not been able to work out why, so for now I'm removing that option until I can do a proper investigation. I started a new game with the UV/Chosen both option selected, and both did spawn in, so it may be that another mod is overriding your selection.
Hope that helps!
I'll check that those tweaks are functioning correctly to make sure it's not a bug in the mod :)
I assume other mods are overriding the affected files at startup :-/
To fix it:
Run powershell as admin (you do this by searching for powershell in windows search, then then righting and run as admin)
Now, windows 11 has scripts disabled by default , but you are the owner and an admin and can change this. To do so, run the command:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
Details on the command here https://stackoverflow.com/questions/64633727/how-to-fix-running-scripts-is-disabled-on-this-system
Now you can navigate to the script within powershell.
(DOS command "cd" followed by the path of the mod, example for me below, where D is my Stellaris install drive)
cd D:\Games\Steam\steamapps\workshop\content\281990\2976945096
Now you can run the script.
(If you just paste the file name, windows flips out again, so you need to allow powershell to run the script with the .\ prefix, like so)
.\zol-stellaris-tweaks-v1.8.0.ps1
Worked for me from here on.
PS C:\Program Files (x86)\Steam\steamapps\workshop\content\281990\2976945096> C:\Program Files (x86)\Steam\steamapps\workshop\content\281990\2976945096\zol-stellaris-tweaks-v1.6.2.ps1
File C:\Program Files (x86)\Steam\steamapps\workshop\content\281990\2976945096\zol-stellaris-tweaks-v1.6.2.ps1 cannot be loaded because running
scripts is disabled on this system. For more information, see about_Execution_Policies at https://go.microsoft.com/fwlink/?LinkID=135170 .
+ CategoryInfo : SecurityError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnauthorizedAccess