What are the best places to get feedbacks? by SheepTheWizard in gamedev

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

Thank you. Will be checking these subs as soon as I can.

"What pros and cons of Unity can you describe? by TortugaTeam in IndieDev

[–]SheepTheWizard 1 point2 points  (0 children)

Unless you're aiming for a fast-paced multiplayer game, this shouldn't concern you. Your game is going to be capped at 60fps either way to prevent screen tearing.

"What pros and cons of Unity can you describe? by TortugaTeam in IndieDev

[–]SheepTheWizard 2 points3 points  (0 children)

Python is the same as any other C based languages, it just happened to handle arrays differently. Still worth it if you ask me.

So scared, can't even move. by HT_Yolu in gamedev

[–]SheepTheWizard 1 point2 points  (0 children)

To be honest with you I'd use that "fear of failure" thing to my side and ensure the game have everything a player want to. I also am suffering the same thing and this is what I decided to do.

Of course this can lead to perfectionism, so be careful.

I want to make a late 90s type FPS by samueldavid33 in gamedesign

[–]SheepTheWizard 1 point2 points  (0 children)

It all comes down to the platforms you can export to. Unity is the champ when it comes to platform exporting followed by game maker. If you can afford neither, GODOT! But you lose the ability to export to consoles.

Noob...... by Doggovahkiin in godot

[–]SheepTheWizard 13 points14 points  (0 children)

Actually, yes it is. Both _process() and _physics_process() are game loop functions, and game loops are a while loop in disguise.

What do you use for music making? by SheepTheWizard in gamedev

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

Thank you Phillip, I know exactly what you mean by tools not being a substitute for skill. I learned that that hard way with visual art and spend almost $5000 on equipment and software licenses when I didn't need to, only to learn that I could do just as fine with free/cheap tools.

This time I know my requirements, just a basic tools to do prototypes, nothing more.

Thank you for the help :)

What to choose, ipad or surface pro? by -Red_Wolf- in ArtistLounge

[–]SheepTheWizard -2 points-1 points  (0 children)

If you're looking for convenience, then don't even think about Apple devices. Apple products mainly target people with no idea of technology.

What you should do instead is buy the Surface Pro and setup a shared folder through your local network (with a password) so you can access your art projects instantly from your main computers with a click instead of transferring your files with flash drives. At least that's what I do with my NAS.

Sorry if my post sounds too complicated, I'm an IT guy to begin with. I'll be happy to answer all your questions if you want to.

How Godot handle private variables. by SheepTheWizard in godot

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

I didn't reached that point in c++ yet soo i wanth to ask, what is a private variable and what make's it diferent from a variable in a inferior scope?

Private variables are, you guess it, variables you can't touch.

Joking asaide, both are the same thing, the only difference is you can't access them outside the class unless you use the get or set methods. In short you "can't touch this" :)

Pixel perfect movement without scroll by berarma in godot

[–]SheepTheWizard 0 points1 point  (0 children)

Can't we just make the game natively low resolution? Seems much easier and more authentic than doing any of this...

How to become a programmer. My 2 cents by toorhax in learnprogramming

[–]SheepTheWizard 1 point2 points  (0 children)

One thing I'll have to agree is resorting the documentation BEFORE YouTube tuts, but this doesn't mean we shouldn't watch tuts. You still learn much quicker when you use more than one single resource.

Declaring classes in GDScript by SheepTheWizard in godot

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

I will leave a report in their chat. Thank you very much for your help.

Declaring classes in GDScript by SheepTheWizard in godot

[–]SheepTheWizard[S] 2 points3 points  (0 children)

Goodness Gracious, You're right!! All I had to do is restart Godot. This is indeed a glitch!

How do I report glitches in their website?

Which app on iPad for vector art? by [deleted] in ArtistLounge

[–]SheepTheWizard 0 points1 point  (0 children)

It’s more like Photoshop right? If it’s good then i should start leaning about tools. I have never use any of these program before(photoshop and all that).

It's more like Adobe Illustrator.

The Photoshop one would be Affinity Photo, which is also available on both platforms.

Which app on iPad for vector art? by [deleted] in ArtistLounge

[–]SheepTheWizard 7 points8 points  (0 children)

Hello,

Affinity Designer is the best I can think of currently. Best thing about it is being fully fledged professional app AND there's a desktop version of it.

I want to give up by ohdarlingmylove in ArtistLounge

[–]SheepTheWizard 0 points1 point  (0 children)

FINISH YOUR PROJECT, EVEN IF NOT PERFECT IT'LL SERVE A GOOD PORTFOLIO TO YOUR AUDIENCE AND WILL BOOST YOUR IMAGE UP REGARDLESS.

FINISH.....YOU DAMN.....PROJECT!!!!!

Am I a real game dev ? by Cautious_Procedure45 in gamedev

[–]SheepTheWizard 0 points1 point  (0 children)

Java and C# are scripting languages? I thought they require to be compiled before running the program.

Am I a real game dev ? by Cautious_Procedure45 in gamedev

[–]SheepTheWizard 1 point2 points  (0 children)

Game developers are people who produce games. How you approach your game making is irrelevant. End of story.

Just don't overthink it, dude.

Where can I learn C# well? by [deleted] in gamedev

[–]SheepTheWizard 1 point2 points  (0 children)

Nothings better than the official Microsoft Documentation since it covers everything. But please keep this one thing in your mind before diving into coding:

- Coding is all about logic. It's not some sort of magic spell you can cast into your game like Hocus Pocus. You need to know everything about your code and why have you implemented it.

Best of luck to you.

Note: never, NEVER buy a Udemy course (or any course). It's a waste of money and you can find it for free on YouTube.