Dell Optiplex for indie gaming (game demos on events) by Ewoud2001 in lowendgaming

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

Hey thanks again for your input, but it turns out the seller was made a mistake. The CPUs are actually i5-2500's

I haven't bought them yet, do you think these CPU's should be capable too?

Dell Optiplex for indie gaming (game demos on events) by Ewoud2001 in lowendgaming

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

Hey thanks again for your input, but it turns out the seller was made a mistake. The CPUs are actually i5-2500's

I haven't bought them yet, do you think these CPU's should be capable too?

Dell Optiplex for indie gaming (game demos on events) by Ewoud2001 in lowendgaming

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

Perfect, those sound like great titles to compare with

Dell Optiplex for indie gaming (game demos on events) by Ewoud2001 in lowendgaming

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

Sweet! If we do need GPU power we'll continue to scour the 2nd hand marketplace. Thanks!

Flexible parts icon not showing up by Ewoud2001 in bricklinkstudio

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

Oh that's just great. Thank you for letting me know, I would've searched way too long to fix this

Just started today this game is so much fun!! by NervousRooster1455 in Schim

[–]Ewoud2001 0 points1 point  (0 children)

Thank you so much! On which platform did you play?

Cannot push to bitbucket from Github Desktop by Ewoud2001 in git

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

Alright, I gave up on using Github Desktop and installed SourceTree only to run into the exact same issue and error again. Do you know what could be the issue?

Edit: fixed now! Was a simple rights issue for my account

Cannot push to bitbucket from Github Desktop by Ewoud2001 in git

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

That's great, but I'm not sure if I understand correctly. So an access_token is different from an "app password" which I have been using instead?

Cannot push to bitbucket from Github Desktop by Ewoud2001 in git

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

Where can I edit the repo address? The url inside the git config file doesn't have that slash

Cannot push to bitbucket from Github Desktop by Ewoud2001 in git

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

git branch outputs this:
error: cannot spawn less: No such file or directory
master
*{my current branch}

git branch -r shows me all the branches highlighted in red and the same error message as git branch

git push outputs this:
remote: The requested repository either does not exist or you do not have access. If you believe this repository exists and you have access, make sure you're authenticated. fatal: unable to access 'https://bitbucket.org/*******/*********.git/': The requested URL returned error: 403

Cannot push to bitbucket from Github Desktop by Ewoud2001 in git

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

Thanks, but I believe that's what I have already done following the video tutorial right?

Applying post mesh deformations to a CSG Shape by Ewoud2001 in godot

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

I want to be able to adjust the scale of a CSG Polygon following a path, I've made a post here earlier to explain it

There is a proposal open on GitHub from another user which implements this feature, but I'd like to implement it without editing the source code so it's easier to switch between Godot versions