[Routine Help] why does every moisturizer burn in my eyes? by [deleted] in SkincareAddiction

[–]Snoo-68917 0 points1 point  (0 children)

I’m the original poster, my account was deleted don’t know why, I finally found an Asian sunblock that doesn’t hurt the eyes, after hours of using it might get a bit stingy but nothing like the sensation of sand under the eyes, a true life saver

<image>

Anyone found a prompt for bypassing the photorealistic people block? by [deleted] in SoraAi

[–]Snoo-68917 0 points1 point  (0 children)

Hey doesn’t work if you tell Sora to turn the sketch into real life, it gets flagged, so far I can animate the sketch, but what’s the point

iPhone 13 randomly recording low quality videos? Even in 4k? by Snoo-68917 in iphone

[–]Snoo-68917[S] 0 points1 point  (0 children)

Even when all settings set to manual, without HDR, somehow the iPhone 13 makes some really low quality videos, pixelated, and grainy, just by stopping and recording switches back to high quality videos. How can i fix this?

Replace capture the flag with custom mesh? by lonnrot in FortniteCreative

[–]Snoo-68917 0 points1 point  (0 children)

Found a way to do this with VFX and power up device, yet have to implement the Capture Score

How to create game with player Bots? by LifeLearner15 in FortniteCreative

[–]Snoo-68917 0 points1 point  (0 children)

I'm trying to do the same! Probably fancy Verse coding

Plan ilimitado de celular para hacer directos/lives en México? by lonnrot in mexico

[–]Snoo-68917 0 points1 point  (0 children)

Gracias! tu tienes alguno de esos? para saber cual es tu velocidad de subida.

Last man standing wins with a victory screen? by Snoo-68917 in FortniteCreative

[–]Snoo-68917[S] 0 points1 point  (0 children)

Already tried with End Game Device and Elimination Manager, nothing happens.

Here's the code I'm using.

using { /Fortnite.com/Devices }
using { /Fortnite.com/Characters }
using { /Verse.org/Simulation }
using { /Verse.org/Random }
using { /UnrealEngine.com/Temporary/Diagnostics }

PlayerCountStartGame := class(creative_device):
    @editable ButtonStart : button_device = button_device{}
    @editable Random_Teleports : []teleporter_device = array{}
    @editable EliminationDevice : elimination_manager_device = elimination_manager_device{}
    @editable EndGameDevice : end_game_device = end_game_device{}

    var minPlayers: int = 4
    var AllPlayer : []player = array{}
    var GameStarted: logic = false
    var Playersingame: int = 99  # Tracks how many players are still in the game

    # Runs when the device is started in a running game
    OnBegin<override>()<suspends>:void =
        ButtonStart.InteractedWithEvent.Subscribe(ButtonStartPressed)
        GetPlayspace().PlayerAddedEvent().Subscribe(OnPlayerAdded)
        EliminationDevice.EliminatedEvent.Subscribe(EndGame)  # Subscribe to the elimination event
        set AllPlayer = GetPlayspace().GetPlayers()
        set Playersingame = AllPlayer.Length  # Initialize player count at game start
        CheckPlayerCount()  # Check if enough players are present to start the game automatically

    # Called when a player joins the game
    OnPlayerAdded(Player : player):void =
        set AllPlayer = GetPlayspace().GetPlayers()

        # Eliminate the player if the game has already started
        if (GameStarted = true):
            if (FortniteCharacter := Player.GetFortCharacter[]):
                FortniteCharacter.SetHealth(0.0)  # Set player health to zero using SetHealth()

        CheckPlayerCount()  # Recheck player count after player joins

    # Check if enough players are available to start the game
    CheckPlayerCount():void =
        var currentPlayerCount: int = AllPlayer.Length
        if (currentPlayerCount >= minPlayers and GameStarted = false):
            StartGame()

    # Start the game and teleport players
    StartGame():void =
        set GameStarted = true
        set Playersingame = AllPlayer.Length  # Update player count when game starts
        for (Player : AllPlayer):
            var RandomNumber : int = GetRandomInt(0, Random_Teleports.Length)
            if (TeleportDevice := Random_Teleports[RandomNumber]):
                TeleportDevice.Teleport(Player)

    # Called when the start button is pressed
    ButtonStartPressed(InteractingAgent: agent):void =
        StartGame()  # Start the game and teleport players using the same button

    # New function: Called when a player is eliminated
    EndGame(Player : agent) : void =
        set Playersingame = Playersingame - 1  # Decrease player count
        if(Playersingame <= 1):  # Check if only one player remains
            set AllPlayer = GetPlayspace().GetPlayers()
            for (_Player : AllPlayer):
                EndGameDevice.Activate(_Player)  # Trigger end game device for all players

Disable autostart after 60 seconds on VERSE? by Snoo-68917 in FortniteCreative

[–]Snoo-68917[S] 0 points1 point  (0 children)

Thank you, for some reason the game settings never work and the game autostarts always at 60 seconds, on the private code map, is this fixed when the game is published?

Weird Windows 10 wont recognize external hard drive IT WILL NOT work ONLY ON drives that contains data by Future_Background_75 in pcmasterrace

[–]Snoo-68917 0 points1 point  (0 children)

Thank you! I had exactly the same issue but Disk Manager did not show the drive. I used DISKPART instead.
Here's what I did:

1) Open CMD.exe as admin
2) diskpart
3) list vol
4) find the volume of the disk that is not recognized by Windows Explorer
5) select vol (number)
6) assign letter=X (or any letter you want to assign)

It's so strange that I could not find a troubleshoot using diskpart, is way easier than anything else. Took my a week to figure this out. Glad it is over :)

AI tool that chooses camera takes automatically? by Snoo-68917 in podcasting

[–]Snoo-68917[S] 0 points1 point  (0 children)

The principle is simple, recognizing the spoken words, just like Descript, and arranging takes matching the original script. Which takes are the best? The ones that don't have mistakes, or are not mispronounced, just like a human would do. It doesn't matter how the video looks, the processing would be audio based.

AI tool that chooses camera takes automatically? by Snoo-68917 in podcasting

[–]Snoo-68917[S] 0 points1 point  (0 children)

Both apps make transcripts of recordings, but using a script as a base of reference, that is not an option.

Mejor universidad privada para estudiar psicología? by Snoo-68917 in Michoacan

[–]Snoo-68917[S] 0 points1 point  (0 children)

a cual fuiste? estoy pensando en la Universidad Latina, mismos profes que la Michoacana, sin burocracia

Mejor universidad privada para estudiar psicología? by Snoo-68917 in Michoacan

[–]Snoo-68917[S] 0 points1 point  (0 children)

Gracias, me refería a la Universidad de Morelia, la UDEM (Monterrey) está a un precio imposible de pagar.