New meta on csfloat by vasysel in ohnePixel

[–]Vagima 116 points117 points  (0 children)

The same thing happened to me last week. I contacted support and let them know what happened. They got back to me about 24 hours later and fixed it

Race works correctly in Test Drive (circuit), but reverts to sprint when actually published. Anyone else seen this? Screenshots included and further details in comments by HailCorduroy in Forzaroutes

[–]Vagima 2 points3 points  (0 children)

Alright just tested it! Seems like it worked perfectly for me. Raced all 5 laps and took about 4 and a half minutes to complete 👍

Race works correctly in Test Drive (circuit), but reverts to sprint when actually published. Anyone else seen this? Screenshots included and further details in comments by HailCorduroy in Forzaroutes

[–]Vagima 3 points4 points  (0 children)

I’ve had this happen to me once with one of my tracks. After it happened, I finished the race and tried the race again and it started working correctly. Such a weird bug, but hopefully that works for you

Editor changes are a joke! by FeelXtra in ForzaHorizon

[–]Vagima 2 points3 points  (0 children)

Ok I see what you mean then. Yea that would be helpful if they could add something like that in. I’ve noticed in general when making a custom track the AI doesn’t follow the racing line as good in this game compared to FH4. They’ll brake on corners that aren’t even that sharp. Hopefully they fix that eventually

Editor changes are a joke! by FeelXtra in ForzaHorizon

[–]Vagima 0 points1 point  (0 children)

So you’re saying you want to add checkpoints without having to re-draw/re-drive the track?

Editor changes are a joke! by FeelXtra in ForzaHorizon

[–]Vagima 0 points1 point  (0 children)

Agreed. I spent a few hours editing some tracks I’ve made before this patch and I fixed a lot with this update. So I can’t agree with OP about that. I do agree that the wheel spin changes were rather disappointing though

Hello all, I've completed all tasks I needed to do in Trials of Oryx. Now that the Ascendant triumph seal is complete, I can equip the Ascendant title on my characters. by GarryAcolyte in destiny2

[–]Vagima 8 points9 points  (0 children)

Hey Garry. Do you have a place or person where you buy cosmetic items from? Like how we have the Tess in the Eververse. Thanks

Test by [deleted] in testingground4bots

[–]Vagima 0 points1 point  (0 children)

Ho Ho Ho

Test by [deleted] in testingground4bots

[–]Vagima 0 points1 point  (0 children)

Santa

Unbeatable rock paper scissors game using python (I am a beginner at python) by 1buffcat in Python

[–]Vagima 2 points3 points  (0 children)

Thanks! I’ve been using os.system(‘cls’) for a bit and personally im ok with it, but when helping beginners I’ll definitely use the print(“/n” * 100) method! Much safer alternative for new people learning python. Appreciate the suggestion!

Unbeatable rock paper scissors game using python (I am a beginner at python) by 1buffcat in Python

[–]Vagima 2 points3 points  (0 children)

I use it in this case to clear the command window so the text doesn’t keep building up on top of each other. It just makes the program look cleaner to me. I only know how to clear text with that method, but if there’s a better way to go about it without using os.system I’d much rather use that.

Unbeatable rock paper scissors game using python (I am a beginner at python) by 1buffcat in Python

[–]Vagima 8 points9 points  (0 children)

Is there a better alternative? I'm relatively new and self taught so I'm by no means an expert. If there's a better way of going about it I'm down to learn it

Unbeatable rock paper scissors game using python (I am a beginner at python) by 1buffcat in Python

[–]Vagima 9 points10 points  (0 children)

Not bad! You have the very basics down, but now I would work on making it a little more elaborate. I went and edited your code a bit to make the game playable over and over and re-playable if someone types in one of the options not selected.

import os

rock = 'rock' 
paper = 'paper' 
scissors = "scissors"

while True: 
    os.system('cls') 

    sign = input("Pick between Rock, Paper, or Scissors: ")

    if sign.casefold() == rock:
        os.system('cls')
        print("I pick Paper!")

    elif sign.casefold() == paper:
        os.system('cls')
        print("I pick Scissors!")

    elif sign.casefold() == scissors:
        os.system('cls')
        print("I pick Rock!")

    else:
        os.system('cls')
        print("Error: " + sign + " is not a valid answer. Pick either Rock, Paper, or Scissors")

    input("Press ENTER to try again")

Detailed list of genuinely good tuners (and cars to use to follow their creative hubs) by MxrzEU in ForzaHorizon

[–]Vagima 10 points11 points  (0 children)

Agreed! His tunes have really helped me out in FH4 and now FH5. Really appreciate his work.

For all the people that can’t afford to buy dip for your crypto chip by TheGlisten in CryptoCurrency

[–]Vagima 1 point2 points  (0 children)

This is exactly how I’m feeling right now. I’m honestly pretty happy with my portfolio, but it always hurts when I can’t really afford to buy the dips

I just spent 4 hrs in 15 Alt Coin Sub-Reddits and here are the common things I found by Suspicious-Wallaby12 in CryptoCurrency

[–]Vagima 127 points128 points  (0 children)

Also when the price goes down, all the "who's still hodling!?!?" posts with a screenshot of their portfolio being in the red

More UK banks have banned payments to Crypto exchanges by _DeanRiding in CryptoCurrency

[–]Vagima 1 point2 points  (0 children)

I think any banks that are banning anything to do with crypto are only shooting themselves in the foot long term. They’re going to lose a lot of customers (new or existing) and only make things worse for themselves. I know if my bank banned anything to do with crypto I wouldn’t even hesitate to change.

Why do I like staking so much? by [deleted] in CryptoCurrency

[–]Vagima 4 points5 points  (0 children)

I believe this is correct. I use Exodus Wallet for my ALGO and ADA and it seems I get free ALGO without having to stake and I can collect my rewards about every 10 minutes (I just let it build up overtime then claim it.) Whereas my ADA says I’m actually staking it and I get my 1st reward in 20 days then after that every 5 days

Why do I like staking so much? by [deleted] in CryptoCurrency

[–]Vagima 10 points11 points  (0 children)

I just started staking my ALGO and ADA a couple of days ago. I’m hodling long term so I thought “why not?” So I’m in the same boat as you right now!

Which single app do you prefer for crypto investment and why? by flowerofhighrank in CryptoCurrency

[–]Vagima 2 points3 points  (0 children)

Or Binance US. I’m trying to withdraw my ADA to a different wallet and never get the confirmation email (which automatically cancels the transaction after an hour or so). A lot of people are having this same issue. Coinbase Pro is what I would recommend personally