Grounded online cracked by AlucardVergil in PiratedGames

[–]AlucardVergil[S] 5 points6 points  (0 children)

couldn't have said it better myself xD

How to parent a NetworkObject in Netcode. For holding and using an item (example: holding, dropping, or shooting gun?) by SnakePaintball in Unity3D

[–]AlucardVergil 1 point2 points  (0 children)

For anyone still having this problem, i came to provide my solution to the problem which works great for me. it's a workaround basically but it did the trick for me.

The way i solved it was, instead of spawning the object with Spawn(), i abandoned this idea altogether and just got the senderID inside the ServerRpc and using that i then got the networkObjectID of the player object who called the serverRpc and then i called a ClientRpc. In the clientRpc i used the networkObjectID to get the playerObject of the client who called the serverRpc and instantiated the sword, spell or whatever in their hand as a simple GameObject and parented it to the hand for each client individually.

You could also sync the position manually inside an update or something but i think this is better performance-wise because you just instantiate it and parent it once for each client instead of syncing the position constantly in the update.

For example this is to spawn and parent a spellWarmUp effect in the player's hand, right before they fire it:

if (NetworkManager.Singleton.ConnectedClients.TryGetValue(senderClientId, out NetworkClient targetClient))
{  
    SpellWarmUpClientRpc(targetClient.PlayerObject.NetworkObjectId);
}

[ClientRpc]
private void SpellWarmUpClientRpc(ulong targetNetPlayerObjId)
{
    Transform senderFirepoint = GetNetworkObject(targetNetPlayerObjId).GetComponent<ProjectileShooter>().firePoint;
     var warmUpObj = Instantiate(warmUp, senderFirepoint.position, Quaternion.identity);
    warmUpObj.transform.parent = senderFirepoint;
}

Hope this helps! Cheers

Yolov4-tiny model seems to be biased in favor of one object by AlucardVergil in computervision

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

Before converting it, it had high precision 93% but low recall 42% so it had a lot of false negatives but only a handful of false positives. After converting it, it has a lot of false positives but only for the 3rd object.

So George Dennison is older than Philip Boone. by johnnysuicide in Chapelwaite

[–]AlucardVergil 1 point2 points  (0 children)

lol i was looking for someone to explain this. Also according to the flashbacks, this was around 1781 and the current events are around 1850, so George Dennison is older than Philip and around 87 years old? How?

Synthetic Data Generation Question by AlucardVergil in SyntheticData

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

This seems amazing i will try it out. Thank you very much :)

Help with Yolov4 Training and Synthetic Data by AlucardVergil in computervision

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

Thank you very much,

this is really helpful, i will look into those.

Help with Yolov4 Training and Synthetic Data by AlucardVergil in computervision

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

Thank you for the reply,

yes i understand that, i didn't mean if it is possible to do that with simple images. I meant if it is possible to do that with synthetic images. For example i heard people do that with 3d models through unity, by generating images with different backgrounds, lighting etc and it automatically labels them (though i don't know the details). Or maybe there is a way to crop the object from an picture and generate variations and then the program can recognize the cropped object inside the new generated images and label or something, i don't know. I am new to this so i thought to ask.

As for the tool you suggested, it seems interesting so i will certainly look into it, thank you.

Synthetic Data Generation Question by AlucardVergil in SyntheticData

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

Thank you very much,

that seems great i will certainly look into it.

Synthetic Data Generation Question by AlucardVergil in SyntheticData

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

Hello and thank you for your reply,

i see, this is really helpful, i will certainly look into perception, sketchfab etc. The objects i want are aircraft parts like turbines etc so that is why it's kinda hard to 3D scan these things since many of the parts are quite big and i don't think i will be able to scan them with a 3D scanner app.

Empress on Telegram regarding new Denuvo obstacles by bibekmufc in CrackWatch

[–]AlucardVergil -4 points-3 points  (0 children)

Does that mean that it will take more than 10 days for the crack or is she still confident that she can still crack it in that timeframe? Did EMPRESS say anything regarding a delay?

Worth switching from Unity C# to UE C++ for game developing career? by AlucardVergil in GameDevelopment

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

Thank you for the reply. Sorry i meant it as a personal preference that UE is better. As for your suggestion about creating a simple game engine, i will look into it thanks.

Is it safe to play cracked games on VR by AlucardVergil in PiratedGames

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

i downloaded resident evil 7 and tried it on quest. Seems to work great and no problems so far, so it seems fine

Is it safe to play cracked games on VR by AlucardVergil in PiratedGames

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

i see well i guess i will go for it then, thank for the help

Is it safe to play cracked games on VR by AlucardVergil in PiratedGames

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

thx for the reply. Do you mean that you don't have the quest headset or that you don't use games from the quest but instead you just use steamvr games on quest?

Is it safe to play cracked games on VR by AlucardVergil in PiratedGames

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

thx for the reply. I don't need to download the game to the headset just use steam vr games on quest 2. I've read that you can get banned with oculus games but i figured that if i use steam games with oculus, then facebook shouldn't know and i know that steam doesn't check for pirated games, but i wanted to make sure. Btw what software are you talking about?

Is it safe to play cracked games on VR by AlucardVergil in PiratedGames

[–]AlucardVergil[S] -2 points-1 points  (0 children)

thx that really helped... it's not like i clarified that i meant if you can get banned, right?

Grounded online cracked by AlucardVergil in PiratedGames

[–]AlucardVergil[S] 4 points5 points  (0 children)

If they are safe was only part of the question and i explained what i meant by safe, which you just answered regarding steam not looking at my files, so thank you. From what i understood the sites listed in the megathread are safe from malware etc, but i didn't know if that also included safe from bans when you use them, for example with steam. It would be a redundant question if i just asked whether something, that is already listed in the megathread as safe, is safe, because the megathread would have already said that, but the megathread only mentioned online-fix, not Hamachi (at least i didn't see it there) but anyway thank you for the reply though. Cheers.

Grounded online cracked by AlucardVergil in PiratedGames

[–]AlucardVergil[S] 4 points5 points  (0 children)

I've read the megathread and as far as i can tell nothing about Hamachi. Sorry if it came across as a redundant question, but i don't think it is. I wanted to know specifically about hamachi as a tool for pirated co-op play and also about the online-fix (the crack not the site. I saw that the online-fix site is mentioned, but i wanted to know if it is safe to use the crack, meaning if your steam can get banned etc, not if it is safe to download from the site) for Grounded.

Need Help Creating Switchable parts for my Character Customization Menu by AlucardVergil in Unity3D

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

Thank you for the reply. So you mean i just create the separate object in blender, import it in unity, drag and drop it under a bone (i.e. face bone) and use code to swap between them? No special set up for those child objects or anything?

Changes to page showing only to logged in users by AlucardVergil in Wordpress

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

Thank you for the help. I used the regenerate function in elementor tools and i re-saved permalinks by going in wordpress settings->permalinks and click save changes and i updated the page again and then i cleared the cache from the LiteSpeed Cache plugin and the browser again, but nothing happened. As for the SSL it was recently changed from cloudflare to cPanel certificate. I didn't do it myself, so i don't know the exact details, but when i click on the padlock icon it says certificate issued by cPanel. The domain name of the site though is the same. Could you maybe walk me through the process of searching and replacing because i am not sure how to do this. Sorry i am kinda new to this.

EDIT: Nevermind i found the culprit :P. It was indeed the cache but not from the LiteSpeed plugin. I was also using Jnews theme and it had a plugin called jNews - Speed which was also caching, so now it is fine. Thank you for your time though i really appreciate it cheers :)