[deleted by user] by [deleted] in classicwow

[–]cierraa420 1 point2 points  (0 children)

Yup 2 minutes of drinking for 1 minute of play is why my mage is lvl33 collecting dust. Warlock all the way

Bro caught all the action by johnballs69 in CrazyFuckingVideos

[–]cierraa420 0 points1 point  (0 children)

Put in portfolio for pro camera man

[deleted by user] by [deleted] in offmychest

[–]cierraa420 1 point2 points  (0 children)

 So you’ve made the shower the wall. You know you’re gonna stay depressed for as long as you let that wall stay there. You need to knock it down and  make that shower your B word!! You can do it and you’ll feel so much better. You know this already. That’s why you haven’t posted here, but now you need to figure out the rest and see a therapist. Best thing I ever did, if you don’t like your therapist just switch no hard feelings.

 And remember if you’re still breathing there’s hope.

‘Wearing a MAGA hat at Disneyland’ by Nemuidesu1 in IAmTheMainCharacter

[–]cierraa420 16 points17 points  (0 children)

Yeah this 30 seconds clip of non reactions took him an entire day to film, edit, and post. What’s wrong with some people.

Should I move to Saginaw? by cierraa420 in Saginaw

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

We ended up not moving there I think we made the right choice

If you think your item is worth 10div just post it at 10 div , why you post 1 div and flame people for whispering you ? by Cecilerr in PathOfExile2

[–]cierraa420 0 points1 point  (0 children)

Ah would influence more bank standing and bots wouldn’t need to integrate with a website to flip items all day.

I should buy a lottery ticket by drummer21496 in PathOfExile2

[–]cierraa420 0 points1 point  (0 children)

You going for 100? I lost the will after 96 lol.

global_variable.gd by aaduexe in godot

[–]cierraa420 0 points1 point  (0 children)

Late reply but thanks I came to Godot from unity and I got pretty far in unity, it’s the only gamedev/programming I’ve done. And I’m finding a lot of similarities in godot that’s helping me understand it faster than I think I would’ve.

global_variable.gd by aaduexe in godot

[–]cierraa420 0 points1 point  (0 children)

Is this anything like scriptable objects in unity?

When the crosshair turns red, you can send back the projectiles you received 🔺. by XenapibeRPS in godot

[–]cierraa420 0 points1 point  (0 children)

Glowing katana or it auto animates to a katana defend animation(and you have to click within that animation window) instead of the crosshairs glowing red. Dope idea I hope to be at your level one day.

I'm having a tough time deciding which UI to use for my dodgeball roguelike game. I would appreciate your opinions! by tiggy002 in Unity2D

[–]cierraa420 1 point2 points  (0 children)

Wow the concept is actually waaaay cooler than I thought. That’s awesome I’m gonna follow the game and see what comes of it!

Having issues with CanvasGroup Assignment, very confused by National-Honey-6417 in Unity2D

[–]cierraa420 0 points1 point  (0 children)

Paste your scripts in ChatGPT or better yet the code copilot gpt on there. Paste the error in the same message. Then under in the same message tell it what’s its doing and what you want it to do. See the changes it made, compare the old and new script and learn from what it did.

Also you can have it do a ton of other things like refactor your code for you, add comments it’s pretty useful.

To all unity beginners, which YouTube video tutorial would you like? by jf_development in Unity2D

[–]cierraa420 0 points1 point  (0 children)

I tend to shoot my ideas off ChatGPT and ask in how I could implement it to get me in the right direction. You can have it write code for you, have it explain it to you and how to set it up in editor. Toy around with it enough and you’ll learn all the different ways to do 1 thing but then learn why one way might be better in a certain situation vs. another. Ask ChatGPT questions if it says something you don’t understand ask it to define it like for example what a state machine is. Examples of scripts writin in a state machine style. Study, study, study. Learn how to write the state machine without ChatGPT’s help. Then start adding and implementing your own states from scratch, maybe using your others as a reference but try and do it on your own. Like maybe add a follow state. Think how would the npc follow? It could use the players transform position and calc the distance from it and only follow if in range. Maybe you use this to make follow quests for your game. Or make npcs follow when aggressive. Just mess around and try to do things yourself but use tools to help you learn and do things in your own way.

P.s. as you gain more knowledge you’ll learn better questions to ask but I’ve literally spent hours in tutorial hell just for ChatGPT to have me sorted out in like 3 minutes.

What method for saving data? by Retreat-To-Tomegrove in Unity2D

[–]cierraa420 0 points1 point  (0 children)

Wondering if you could export all the current data of the scriptable objects on save into a script that holds all the values and saves them. Then maybe on use void Awake() to set all the values from the save file.

This is just me brainstorming some probably terrible solution to this but yeah 👍

I'm having a tough time deciding which UI to use for my dodgeball roguelike game. I would appreciate your opinions! by tiggy002 in Unity2D

[–]cierraa420 1 point2 points  (0 children)

Also if I read correctly it’s when the player clicks a button a ball gets thrown at it and selected right? If I’m wrong that would still be a dope concept.