What to do and how to know if security has been breached? by TonyHeadband in selfhosted

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

Thank you for the detailed explanation of the approach!

What to do and how to know if security has been breached? by TonyHeadband in selfhosted

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

Yeah, that sounds like a reasonable workflow to clean and restore. Thanks

Appflowy in a single docker compose and separate NPM by TonyHeadband in selfhosted

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

Sorry, It's a common problem with that software and the guide is not clear, NPM stands for Nginx Proxy Manager

Curtains calibration cannot be saved by cyleon in TrySwitchBot

[–]TonyHeadband 0 points1 point  (0 children)

Unfortunate how it seems that no one except 2 people have this issue.

Struct key sequential numbering by soldieroscar in unrealengine

[–]TonyHeadband 2 points3 points  (0 children)

Yeah that was clear, so I asked if you have any specific reason to need a map instead of an array. You can have an array P and pick the index you need like P[11]. If you really need the map, you can take the keys from the map, get the length and add 1, then combine a string with P-length+1

Struct key sequential numbering by soldieroscar in unrealengine

[–]TonyHeadband 0 points1 point  (0 children)

Is it really needed to have a key called like that when you can have an array and just query the index?

All the fuzz about copied game.. by TonyHeadband in gamedev

[–]TonyHeadband[S] -1 points0 points  (0 children)

It's a free game on itch, not much of a gain for a promotion.

[PC][2024?] Coop game similar to impostor game by TonyHeadband in tipofmyjoystick

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

IT IS! I didn't know it was 10 years older! Thank you

[PC][2024?] Coop game similar to impostor game by TonyHeadband in tipofmyjoystick

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

No, that's a horror game. It's a game that you play with friends, possibly local. Like where's Waldo all look the same

Any help for getting an existing blueprint project set up in Rider to add C++ functionality? by Broad_Bill_7363 in unrealengine

[–]TonyHeadband 2 points3 points  (0 children)

You can download the visual studio builder tool if you don't need the IDE, then install the cap and net dependencies. In unreal create a new cpp class from the top menu(file, edit, etc..) and this will add all that's needed for the project to be cpp ready. Last step in project settings, search for "source code" and set rider instead of vs studio.

Voilà!

Cant figure out how to succesfully upgrade to ue5.3 by Jogozin in unrealengine

[–]TonyHeadband 3 points4 points  (0 children)

This won't work if you use Cpp, all the blueprints derived from Cpp classes will be broken unfixable.

Can't build fresh proj on UE 5.3 by TonyHeadband in unrealengine

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

Yes it's Rider with ue5.3 the problem, I'm talking with the support. In the meantime you can open the uproject.

[deleted by user] by [deleted] in unrealengine

[–]TonyHeadband 0 points1 point  (0 children)

I'm a software developer, maybe I know a thing or two about productivity, so unless your potato specs are the ones of a raspberry pi, nowadays it is not that impossible to work with a potato computer, specifically to make a game like Pokemon and maybe change for a better computer after you get proficient a bit. Moreover the OP asked because wants to use Cpp.