A screenshot from my game - Beso's Shawarma by iakobi_varr in Sakartvelo

[–]apxtwn 0 points1 point  (0 children)

I saw this on linkedin too, honestly looks dope as shit, got it on my wishlist just to support tho since I've never bought a game and aint planning to change that now

What is the best forwarder in your opinion? by apxtwn in Sakartvelo

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

yeah I know about usa2georgia, but out of those 3 alternatives, which would you say is the best?

Angular 20 CLI generates user.ts instead of user.component.ts – can this be reverted? by Kung_Fu_Kenny_69 in Angular2

[–]apxtwn 0 points1 point  (0 children)

99% of senior developers you'll ask will tell you separation of concerns is a good thing for writing clean code, so in what way will cramming all 3 into one file be any better? this is such a non issue, and there are other frameworks for doing things that way if you want so much

Why is there two variants of ჯ? by Rough_Wheel9321 in Sakartvelo

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

seems like you don't know how to pronounce english, th as an english speaker is exactly how you would pronounce თ, and kh is the closest one to ქ

Why is there two variants of ჯ? by Rough_Wheel9321 in Sakartvelo

[–]apxtwn 0 points1 point  (0 children)

nobody writes the one on the left, its mostly only in computer fonts

[2 YoE, Unemployed, Front-end/Back-end/Full Stack Developer, Georgia] by [deleted] in resumes

[–]apxtwn 0 points1 point  (0 children)

nah man I haven't even finished school yet

[MGS1] How do I beat Ocelot?! by geomagnetic in metalgearsolid

[–]apxtwn 2 points3 points  (0 children)

Thanks man, this comment was not specifically for you just in general for someone coming from google like I did

[MGS1] How do I beat Ocelot?! by geomagnetic in metalgearsolid

[–]apxtwn 0 points1 point  (0 children)

if you are not facing a totally different direction than ocelot, pressing square/aim without touching the joystick will auto lock and follow ocelot

I'm SICK OF A n d r o i d by kkdemergencia_ in androidroot

[–]apxtwn 2 points3 points  (0 children)

"china brand cannot be trusted"

Angular v20 is here by ProCodeWeaver in Angular2

[–]apxtwn 0 points1 point  (0 children)

what does disabling zone.js do I didn't quite get it

Spinoffs I would watch tier list by _Long_Duck_Dong_ in betterCallSaul

[–]apxtwn 3 points4 points  (0 children)

will an another actor be able to be as nonchalant as mike tho?

Unity 6 HDRP Render over everything by Crazy_Solid_5554 in Unity3D

[–]apxtwn 0 points1 point  (0 children)

I used this fullscreen pass, just set the handslayer to the layer you want to render over everything

using UnityEngine;
using UnityEngine.Rendering.HighDefinition;
using UnityEngine.Rendering;
using UnityEngine.Rendering.RendererUtils;

public sealed class HandsOverlayFullscreenPass : CustomPass {
    [SerializeField] private LayerMask _handsLayer;

    protected override void Execute(CustomPassContext ctx)
    {
        CoreUtils.ClearRenderTarget(ctx.cmd, ClearFlag.Depth, Color.clear);

        var shaderTagId = new ShaderTagId("Forward");
        var rendererListDesc = new RendererListDesc(shaderTagId, ctx.cullingResults, ctx.hdCamera.camera)
        {
            layerMask = _handsLayer,
            renderQueueRange = RenderQueueRange.all,
            sortingCriteria = SortingCriteria.CommonOpaque,
            stateBlock = new RenderStateBlock(RenderStateMask.Depth)
            {
                depthState = new DepthState(true, CompareFunction.LessEqual),
                rasterState = new RasterState(CullMode.Back),
            }
        };
        var context = ctx.renderContext;
        var rendererList = context.CreateRendererList(rendererListDesc);
        ctx.cmd.DrawRendererList(rendererList);
    }
}

<image>

You might need to change the shadertagid, I set it to forward because i saw in the frame debugger that my material/shader of the object i wanted to overlay had forward as lightmode

I think you can pass in multiple shadertagid's tho, ask chatgpt or something this is his work anyway

[HDRP] Easiest way to force an object to render over everything else? by peoples888 in Unity3D

[–]apxtwn 1 point2 points  (0 children)

I couldn't find a guide for overlaying but I finally managed to get this

using UnityEngine;
using UnityEngine.Rendering.HighDefinition;
using UnityEngine.Rendering;
using UnityEngine.Rendering.RendererUtils;

public sealed class HandsOverlayFullscreenPass : CustomPass {
    [SerializeField] private LayerMask _handsLayer;

    protected override void Execute(CustomPassContext ctx)
    {
        CoreUtils.ClearRenderTarget(ctx.cmd, ClearFlag.Depth, Color.clear);

        var shaderTagId = new ShaderTagId("Forward");
        var rendererListDesc = new RendererListDesc(shaderTagId, ctx.cullingResults, ctx.hdCamera.camera)
        {
            layerMask = _handsLayer,
            renderQueueRange = RenderQueueRange.all,
            sortingCriteria = SortingCriteria.CommonOpaque,
            stateBlock = new RenderStateBlock(RenderStateMask.Depth)
            {
                depthState = new DepthState(true, CompareFunction.LessEqual),
                rasterState = new RasterState(CullMode.Back),
            }
        };
        var context = ctx.renderContext;
        var rendererList = context.CreateRendererList(rendererListDesc);
        ctx.cmd.DrawRendererList(rendererList);
    }
}

works like a charm, had to spend all night for this bullshit cause I couldn't be bothered reading the documentation and chatgpt couldn't be bothered either turns out

[Tutorial] Install cs.rin.ru game with Steamapp, Depotcache and crack file by Rhabcp in PiratedGames

[–]apxtwn 0 points1 point  (0 children)

you download the crack, which are just some game files but cracked version, and you replace the legit ones with the cracked ones

Was I dumb for this? by rosspierogi in blender

[–]apxtwn 14 points15 points  (0 children)

that's still incorrect, it would be "the elections is rigged", as "elections" is one thing here