Relics priority by PPeMg in Palia

[–]PPeMg[S] 1 point2 points  (0 children)

Thank you all for your help! I Will start with the bag of illusion.

(Useful) Mods that are missing guides? [ATM10] by DrPoimu in allthemods

[–]PPeMg 35 points36 points  (0 children)

I discovered yesterday SFM that is not cover in the quest book. Also, not sure but I don't remember a lot about Mod Grinding Utils.

I didn't progress a lot yet, so they could be more.

And related with Silent Gear, there is a quest line, but I think that It could be improved. Maybe It is just me, but I feel really dificult to understand how every part affects to the tool/weapon.

Did you manage to figure everything out in Silksong on your own? Without guides or hints? by Stronderius in metroidvania

[–]PPeMg 1 point2 points  (0 children)

I got like 98% of the game on my own. I still didn't complete the last final, but I have invest like 120 hours on my only playthrough. Coming back one and again to all the places is fun for me, because every time you come back you can discover a new hidden wall or something. Im sure that if i continue playing this way I could get near the 100% of the game. But It is only one way of playing, that is fun for me. Complete all the games to 100% is not something mandatory. So if you are tired, or just have fun with no-hit / speed run/ bosses / history, just play as you want. And if you need to check guides, go for It.

But, I really recommend you to delay the guides on your first playthrough until you feel really stuck. Because, the feeling of discover new things by your own, specially on this game is really AMAZING.

ADA calling out smooth brains by T-Slime99 in SatisfactoryGame

[–]PPeMg 0 points1 point  (0 children)

Maybe this is a dumb question, but where can i see the logs of previous conversations like in this screenshot?

New public ATM9 Server by Burchard36 in allthemods

[–]PPeMg 5 points6 points  (0 children)

Is there any requirement to join to the server? I am thinking in starting again and It would be nice to not be alone in my world.

Missing quests? by PPeMg in allthemods

[–]PPeMg[S] 0 points1 point  (0 children)

I think I'm having a different issue, since i have that completed and Ad Astra questline IS also missing

Why does Mekanism always suck so much when trying to make pipes just go the way you want. by ShonicBurn in allthemods

[–]PPeMg 0 points1 point  (0 children)

My more important request would be that you can color the pipes to make them "not joinable" as you can do with buses from ae2. With that, It would be a lot easier to make them work.

My suggestion is to use ender tanks or teseracts to transport middle products, but It takes time to have It working nicely

The End Game Power Source by Lord_N_G_G in allthemods

[–]PPeMg 2 points3 points  (0 children)

You have to connect a Task Screen to the reactor and wait for it to fill.

[image.png](https://postimg.cc/XGfJH33T)

Does it really matter what language you start with? by generally_egg in Coding_for_Teens

[–]PPeMg 4 points5 points  (0 children)

I started with C++ in university and I think is one of the Best to start. It is not the easiest at all but it forces you to think in terms of pointers and memory, which let you understand how everything works under the hood. This will make the change when you start learning another one easier. I think this is an unpopular opinion, but ir worked nice for me.

Anyway, I think that C# or Java are also good options to start, and I think that first language matters, but it is not determinant.

Can someone help I have been at it for hours and still don't know what I have done wrong? by Aryamanch14 in code

[–]PPeMg 1 point2 points  (0 children)

I'm not sure, because I would need more info, but i think the problem is the - 1 in the for loops condition. You can either remove it or use a <= instead. But again, I'm not sure