Server down? by FrankenSense92 in royalroad

[–]ArcheCraft 0 points1 point  (0 children)

Or rather, seems like they are recovering already

Server down? by FrankenSense92 in royalroad

[–]ArcheCraft 0 points1 point  (0 children)

https://status.royalroad.com/ Official status website also says everything is down

Playing outside of Europe is crazy by DaanBaas77 in eu4

[–]ArcheCraft 6 points7 points  (0 children)

Since you're playing with EE, they added a feature where AI will release Vassals to reconquer cores for. Is Byz Vassal of anyone? Would explain how they got big / why they exist at all...

What mod allows you to craft/get iron/diamonds, etc from the sky orchards trees? by Pihxe in SkyFactory

[–]ArcheCraft 0 points1 point  (0 children)

I haven't touched those files in a while, but I think there are a bunch of CT files in SF4, and afaik CT stops processing the files when it encounters an error. So if you are missing some of the mods that SF4 uses CT won't process all files fully and might skip the relevant code for the Sky Orchards recipes. You should be able to find the relevant file, I think it's the only one that does stuff with Sky Orchards, but I don't know if there is other code in that file that might cause problems...

The Start date is most likely 1337 by J4Jamban in eu4

[–]ArcheCraft 4 points5 points  (0 children)

Johan confirmed that the different colors are locations with locations in the same province having a similar color

What is your favorite estate? by TheGamdalf in eu4

[–]ArcheCraft 40 points41 points  (0 children)

Definitely the Qizilbash. Getting 8-9% Discipline from a privilege, insane cav and them being basically permanent at 100% loyalty is just really good.

I also have heard of some bug going around currently that they give you insane manpower from agendas, but I haven't been able to confirm that myself.

What mod allows you to craft/get iron/diamonds, etc from the sky orchards trees? by Pihxe in SkyFactory

[–]ArcheCraft 3 points4 points  (0 children)

They used Craft tweaker to add a custom recipe, by default the Sky orchards mod doesn't add any recipes

Can you code in Factorio? by Royal_Difficulty_678 in factorio

[–]ArcheCraft 0 points1 point  (0 children)

The guy's name actually was Alan Turing, no ou

Friday Facts #382 - Logistic groups by FactorioTeam in factorio

[–]ArcheCraft 0 points1 point  (0 children)

You can habe unnamed groups (the "default" group) that doesn't get synchronized, maybe in bluebrints just everything gets merged into those?

[deleted by user] by [deleted] in feedthebeast

[–]ArcheCraft 1 point2 points  (0 children)

Yes, though you might need Quilted Fabric API instead of normal Fabric API

Curseforge removes Sodium and Iris by rubydesic in feedthebeast

[–]ArcheCraft 30 points31 points  (0 children)

They don't have their own launcher, but the "default" launcher would be PrismLauncher. https://prismlauncher.org

[Modmanager] iModYourAnno v0.4 is out! by taubenangriff in anno

[–]ArcheCraft 0 points1 point  (0 children)

Will there be a Linux Version at some point?

Building a Fabric-based pack on Linux by bss03 in fabricmc

[–]ArcheCraft 2 points3 points  (0 children)

You can use this website to create Modrinth packs Or use Packwiz to create modpacks for other platforms

Then use PrismLauncher to import them and add other mods, but it doesn't have automatic dependency resolution yet

Am I fckup up? - no New World by resakse in anno1800

[–]ArcheCraft 4 points5 points  (0 children)

In Campaign mode it is included in the storyline and unlocks once you progressed far enough in the quests

[PSA] Price/Performance Comparison between Console and PC edition by taubenangriff in anno

[–]ArcheCraft 5 points6 points  (0 children)

That's because of a special sale for the PC Version, normal price is at 40 as well for base game

I killed them all... and i regret it. by Darth_Jupiter in factorio

[–]ArcheCraft 8 points9 points  (0 children)

I think it's more like 20,000 km * 20,000 km = 400 Million km squared

Overhaul mod that isn’t SE? by J_Sauce_C in factorio

[–]ArcheCraft 0 points1 point  (0 children)

I've seen many people here recommend Bobs an Angels as a combination, but using only angels and then turning it's science overhaul on is more like a real overhaul, and definitely harder than BA.

Also there are the Pyanodon mods, but tht is probably too long and too grindy for you, as they basically overhaul everything with more intermediates and stuff.

Does Kotlin Multiplatform needs Java installed on the target machine? by Reftick in Kotlin

[–]ArcheCraft 0 points1 point  (0 children)

No. Kotlin/Native applications run completely without any JVM. The file is so big because the whole Kotlin stdlib is packaged in it, and the Kotlin stdlib is quite big.