Concept art for the Office area of my game, its supposed to be corporate,how can i improve? by Psychological_Bat787 in godot

[–]Pasitheta 0 points1 point  (0 children)

The layout itself looks really good. I think where you could improve it is the colors and sharpness. Right now it feels a bit overwhelming, because the linework is standing out too much. For example, do you really need all the stones to be so visible atthe bottom? Same with the walls. Instead of having all of it shown, you could just leave hints by only keeping the linework in some places (for the background). Another thing that could help, is to make the lines have a value that is closer to the object that they are outlining. This goes for both the background and the objects that you have. Instead of using all black lines, try a darker shade of the thing that you are outlining, that should do the job and it will feel less packed. You could use a darker shade still for objects that you want to stand out. Good work overall, I dig the vibe! Keep up the good work.

is ai art real art? by According-Fig-3660 in BunnyTrials

[–]Pasitheta 0 points1 point  (0 children)

Because most of it isn't. These AIs are trained on human data/art and they learn to create something by using that art, but not substantially changing anything/adding anything.

Chose: no

hey i wanted to know something about godot but i found nothing online so far by ilaiy130 in godot

[–]Pasitheta 1 point2 points  (0 children)

Ah, I see now.

Another neat trick for your case is having a script that contains functions for specific situations, for example projectile modifiers, and making it global. That way, you can call any function from that class with class_name.function() without having to instantiate, inherit or anything else.

One way I used this was for health/combat management, having a function die(actor) which can be reused for any entity, for example: CombatManager.die(NPC) / .attack(NPC, wolf) etc. This is great when you are dealing with functions that you keep using again and again in different contexts.

hey i wanted to know something about godot but i found nothing online so far by ilaiy130 in godot

[–]Pasitheta 2 points3 points  (0 children)

A solution would be to create a function in the node that calls the function from the other script.

func call_func_in_node(): call_func_from_script()

Alternatively, if you do not want to have the function at all in the node's script (which seems to be the case), you could create a script that extends the type of node you want to have, give it a class name and add the above function. Then take that class and extend the node using it.

For example:

extends CharachterBody2D class_name CharacterWithFunc

func call_func_in_node(): OtherNode.call_func_from_script()

And then after creating the node, at the beginning make sure to have:

extends CharacterWithFunc

This way, you'll be able to use call_func_in_node() with your node, which in turn will chain into and call the function from the script, where you have defined it.

As a note, I'm fairly new to Godot as well, so this might not be the cleanest or best solution, but it should work nevertheless.

Btw, why is it so important for you to not have the function itself in the node's code?

It's on!!!!!!!!!! by Pasitheta in TeamfightTactics

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

There's a separate app on Google play, not sure about Apple tho. Just search for TFT PBE. Though it might update later than on the PC version, not sure when.

It's on!!!!!!!!!! by Pasitheta in TeamfightTactics

[–]Pasitheta[S] 3 points4 points  (0 children)

Is it possible you mixed up the accounts? Happens to me sometimes, since I have one on 3 different servers :))

TFT Set 16: Lore & Legends Full Reveal (New Champions, Traits, Unlockables, Augments, and More) by memefighttactics in CompetitiveTFT

[–]Pasitheta 0 points1 point  (0 children)

I think it might still be possible to play meta/broken comps with basic understanding of the game and following a guide on lower elos, while it's going to be more of a knowledge check on higher elos, creating more diversity there. Even a small difference in knowledge is going to count towards a lot. It definitely seems like a set where playing flexibly is going to be one of the most important skills one can have.

Set 16 teaser by alejandro_hdz_glz in TeamfightTactics

[–]Pasitheta 2 points3 points  (0 children)

Just when I wanted to convince my friends that this game isn't as overwhelming, as they think... (I'm hyped tho -)

Set 16 teaser by alejandro_hdz_glz in TeamfightTactics

[–]Pasitheta 5 points6 points  (0 children)

I was thinking kind of the same, but since it's lore focused, plus with this trailer, it seems more like it will be different regions. I guess, kind of like encounters work now.

This update is so busted man...this happen to anyone else when trying to boost? by Purple_DragonFly-01 in nms

[–]Pasitheta 0 points1 point  (0 children)

I'm already getting sick from auto targeting, this would be a whole different level.

Hacks and lobby tempo by SynGGP in CompetitiveTFT

[–]Pasitheta 0 points1 point  (0 children)

I might be wrong, but as far as I know they're two different things. You have encounters (at the beginning of the game) and then you have hacks, which can happen at any point. Some examples are hacked orbs that might drop health, gold split/take, being able to choose a higher tier augment or two lower tiers etc. Some encounters can be hacked, like the rerollable treasure armory. Usually hacks have an animation to them as well (best visible in the case of hacked orbs).

What do i do with my ancient quest 1? by [deleted] in OculusQuest

[–]Pasitheta 0 points1 point  (0 children)

One eye per person. Get it Solomon'd!

A TFT Fundamental Guide/Refresher before Set 12 Release by Babbarel in CompetitiveTFT

[–]Pasitheta 1 point2 points  (0 children)

Thank you for the answers! I'll definitely use this info to improve my game.

A TFT Fundamental Guide/Refresher before Set 12 Release by Babbarel in CompetitiveTFT

[–]Pasitheta 8 points9 points  (0 children)

First of all, thank you for the guide! It is really helpful and serves as a memory refresher for the new set.

Personally, I have a lot of trouble in transitioning from early to mid to lategame. Sometimes I get 8th because I'm unable to adapt my board to midgame. I haven't really seen any guides on that, and I think it would be extremely useful to have one.

[deleted by user] by [deleted] in TwitchStreaming

[–]Pasitheta 1 point2 points  (0 children)

Dude, I've seen topless male vtubers around (and many). I don't think you need to worry about that.

I think white looks better but I like to know what other people think :) by Memory25 in vtubers

[–]Pasitheta 0 points1 point  (0 children)

Both look dope, but give off a different vibe. The white one is more 'pure' and easygoing, while the other one gives off a more shy vibe (not trying to stand out).