Per Aspera

Per Aspera

50 beoordelingen
Infinite Deep Mines
   
Prijs
Toevoegen aan favorieten
Toegevoegd aan favorieten
Verwijderen uit favorieten
Bestandsgrootte
Geplaatst op
Bijgewerkt op
169.609 KB
2 nov 2021 om 14:21
7 feb 2023 om 7:52
4 wijzigingsnotities (weergeven)

Abonneren om te downloaden
Infinite Deep Mines

Omschrijving
This mod contains an implementation of infinite mines for Per Aspera v.1.5 up to at least 1.8.1, which do not need to be placed on resource nodes.
They do have a somewhat prohibitive cost though.

The mines get unlocked by a new T5 Engineering Research Branch and will show up in a new Building category. Both the category and the new buildings have custom matching icons (I might eventually make the Icon in the research view match as well).

The mod is localized in English and German. If you use another language, you will see the translation keys instead, which might be unreadable. If you are interested in adding a translation to the mod, please post a message - I can either add the translation to the mod directly or we can try and create an addon mod with the translation.

Blue Mars building variants that can be placed on water will be added with an addon mod, so this mod stays without a Blue Mars dependency.
53 opmerkingen
叫我太极就好 8 sep om 20:10 
1.8.2了 大佬更新一下
Shad0wlife  [auteur] 8 apr om 10:22 
@Victor Maybe, but definitely not via the steam workshop. I did a quick google search, but didn't find anything.
Per Aspera 7 apr om 5:37 
Is it possible to create a mod that allows achievements to be earned while mods are active?
ArtificerThall 7 dec 2023 om 5:50 
I've simply added the .png file extensions and it's all working right now. So at least if people do encounter it they can use the workaround solution :)

I'm currently on linux, emulating Win11
Shad0wlife  [auteur] 5 dec 2023 om 6:29 
Nah, hide known filetypes is one of the first things I disable on any windows install, so that's not it :D. Maybe it actually is win11. Maybe how it interacts with Unity somehow or something. Thanks a lot for your research though. I'm currently not really playing Per Aspera, but If I get to it again, maybe I remember just testing if adding the file type doesn't break anything, and then add it to this online version.

It's kinda janky though that there even is any undefined behaviour with file paths at all :D
ArtificerThall 4 dec 2023 om 22:58 
It's an easy enough fix luckily. It might just be as simple as windows 11 or that "Hide known file types" is turned off on my setup.
Shad0wlife  [auteur] 2 dec 2023 om 7:03 
Huh, interesting. I'm personally only using Win10 and also can't really test on anything else.
ArtificerThall 1 dec 2023 om 11:27 
I found the issue, it's a small bug due to the Yaml files and file system explicitness:
player.log entries
[20:19:32 ERROR ResourcesLoader] Sprite at path Icons/Icon_ChemicalPlant_Deep couldn't be found^M
>>>>>>> :<b>LoadResourceWithSettings</b>() (at E:/PA-MAIN2/Unity/Assets/Code/Frontend/ResourcesLoader.cs:142)^M

it does this for ALL icons in the mod.
Solution
Modify the icon paths in buildingCategory.yaml and building.yaml
to include their extensions. *.png

For example:
category_deepMines:
name: TXT_BuildPanel_DeepMines
iconName: Icons/Icon_Category_DeepMines.png
factionCountStatId: DeepMine

Did this and it now all works fine again.
kinngrimm 28 nov 2023 om 15:12 
thanks for checking and taking the time
Shad0wlife  [auteur] 28 nov 2023 om 9:27 
I just tested with the game version 1.8.2 and blue mars also enabled and it worked fine. I could unlock it as intended in the research tree, and the menu showed up as intended. I could also build the mine, and it worked as intended as well.

So no update is needed after all. Maybe it's a mod/tech tree conflict you guys have?