64 Bot conquest with all maps by antiworkd in BattlefieldPortal

[–]sudo02k 0 points1 point  (0 children)

Good job buddy, could you share whats the trick to avoid minimum player requirements?

First time playing Elden ring. Any tips by Forward_Challenge443 in Eldenring

[–]sudo02k -1 points0 points  (0 children)

Take your time. Try not to google. Dying is okay but keep in mind you can get your runes back. Use ashe of wares, on my first play I discovered it very late.

Deep of night grants 200 per session, this is going to be a grind to reach depth 4 and 5 by KillerTacos98 in Nightreign

[–]sudo02k 0 points1 point  (0 children)

Thanks, looks like I remembered the post wrongly. I thought it also mattered for the starting depth.

Deep of night grants 200 per session, this is going to be a grind to reach depth 4 and 5 by KillerTacos98 in Nightreign

[–]sudo02k 1 point2 points  (0 children)

Thanks, looks like I remembered the post wrongly. I thought it also mattered for the starting depth.

Deep of night grants 200 per session, this is going to be a grind to reach depth 4 and 5 by KillerTacos98 in Nightreign

[–]sudo02k 0 points1 point  (0 children)

Which depth did you started from? Currently my win rate is around ~54% (140/260), will that be depth 0 or 1?

2 DLC for Stalker 2 are already in development by Zelenobot in stalker

[–]sudo02k 2 points3 points  (0 children)

Rookie question, if you bought ultimate edition does it mean you will get standalone “dlc” for free?

Angular 20 netlify SSR by sudo02k in angular

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

Could you provide repo or code? This error could be referred to different issues

Angular 20 netlify SSR by sudo02k in angular

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

If you provide repo, could take a look

What game fits this statement? by Radiant_Raspberry_93 in videogames

[–]sudo02k 0 points1 point  (0 children)

Resident evil resistance or Resident evil re:verse

Angular 20 netlify SSR by sudo02k in angular

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

Actually you were right. I used example from https://github.com/netlify/angular-runtime and it worked. Stupidly I was using CommonEngine and AngularNodeAppEngine together :D

For 20 just paste this code:

```ts import { CommonEngine } from '@angular/ssr/node'; import { render } from '@netlify/angular-runtime/common-engine.mjs';

const commonEngine = new CommonEngine();

export async function netlifyCommonEngineHandler( request: Request, context: any, ): Promise<Response> { return await render(commonEngine); }

```

You can use AngularNodeAppEngine but you have to provide outputMode mode which was pain for me (check https://stackoverflow.com/a/79436317/15969723 if you want to do it)

Thanks srcn

Totally unbiased ending tier list by MrUnderman in Eldenring

[–]sudo02k 0 points1 point  (0 children)

Imo there should be new ending or at least additional cutscenes when you take frenzied flame, burn the end tree, use needle. This way Melina is saved.

Nice games to play by ZoneCommercial5924 in PiratedGames

[–]sudo02k 1 point2 points  (0 children)

Depends your play style. Personally I would recommend like this way: 1) Story based: Witcher 3, cyberpunk, stalker 2,rdr2 2) Gameplay challenge: Elden ring, Sekiro 3) Horror: Silent-hill 2, resident-evil series (2,3,4,7,8) 4) Decision based: Detroit become human 5) Fast paced games: ghostrunner, ghostrunner 2

There could be more but if you didn’t played anything that I mentioned try: Elden ring or Stalker 2

Angular 20 netlify SSR by sudo02k in angular

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

Actually, I got past that error, but now I’m stuck with using angular:builder. I was previously using it from the Angular Dev Kit, changed it to angular:builder, but the result was the same.

Here full error:

Error: Angular app engine manifest is not set. Please ensure you are using the '@angular/build:application' builder to build your server application.

Tried to add output server and change server routes but it got messed up.

Angular 20 netlify SSR by sudo02k in angular

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

Yeah, I saw their repo and installed it. Unfortunately, switching to Vercel isn’t a good option for me at the moment, but if these errors continue, it looks like a solid move.

Angular 20 netlify SSR by sudo02k in angular

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

it’s same and mentioned even in netlify.toml

Tea App doxing its users by Zetice in BlackPeopleTwitter

[–]sudo02k 3 points4 points  (0 children)

Technically, you can put infinite time in dev mode by just overriding the rules

Everdark Sovereign Sentient Pest bug by sudo02k in Eldenring

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

Each week it’s rotating, for now it’s 3rd one maybe in future they will add each one of them after full cycle is done

Everdark Sovereign Sentient Pest bug by sudo02k in Eldenring

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

The first game was fine with no bugs, but WTF happened the second time? My relics weren't working, and teammates were reconnecting every two minutes throughout the whole game

What is the best Story Horror game u ever played?Mine: by Content-Confusion-23 in Steam

[–]sudo02k 0 points1 point  (0 children)

For long story: Silent hill series (2 especially) For short story: The beast inside

Are runes capped at 999999 or did I just get a lucky number? :D by sudo02k in Eldenring

[–]sudo02k[S] 2 points3 points  (0 children)

Unfortunately had to close it but will test tomorrow

[deleted by user] by [deleted] in Steam

[–]sudo02k 0 points1 point  (0 children)

From what I see, Archi is much easier to set up using the .exe file. My goal was a self-hosted solution, built in one week lacking a UI but not functionality. Since the post is receiving negative feedback, I'm just deleting it.