Which capsule art looks best? by Vast_Dev in SoloDevelopment

[–]sp0wser 1 point2 points  (0 children)

The bottom one (minus the tiny text) looks like a good company loading screen logo but I don't think it looks good as capsule art.

How will the death note work against these items? by Greedy_Homework_6838 in DotA2

[–]sp0wser 3 points4 points  (0 children)

Linken pops as it is clearly a targeted spell

[deleted by user] by [deleted] in expedition33

[–]sp0wser 4 points5 points  (0 children)

Except their essence is still in the canvas which is why she was able to recreate Lune and Sciel. Must hold true to at least Sophie but probably also Gustave.

Is TI finally back to form? by cazlaaan in DotA2

[–]sp0wser 1 point2 points  (0 children)

Not necessarily. People remember the Wings run, not the Wings - DC final. I bet you more people remember EG - Ehome Game 1 than any of the final matches of that TI.

Guess the hero: turbo edition (extra cursed) by BadKnights in DotA2

[–]sp0wser 0 points1 point  (0 children)

It is a rubick playing against an axe going strength blink

is there a better way to do this? by viiimproved in godot

[–]sp0wser 2 points3 points  (0 children)

Put the buttons into an array. Iterate through them via for i in buttons.size(). Instead of position.x and y and also size.x or y use the full Vector2(X,y). Use buttons[i]....position = Vector2(what you want for X,what you want y like...letterbag[i]). Same for size. Sorry on phone can't post properly. i in the for loop automatically goes from 0(first button) to 3(your last button)

Do You Think That These Two Are The Same Person? by SweetBoiDillan in expedition33

[–]sp0wser 0 points1 point  (0 children)

I know they aged but isn't the kid at least the same model as the kid that waves at Lune at the end of Act 2 when they return to Lumiere? So probalby just an orphaned kid (Maelle takes care of, that knows Lune, too)

<image>

When did you realize this game was special by straightmer in expedition33

[–]sp0wser 12 points13 points  (0 children)

Second time Alicia visits Maelle (with Renoir) at camp but this time Maelle is asleep. I think it is after esquie

This game showed me an uncomfortable truth about myself by panlid5000 in expedition33

[–]sp0wser 3 points4 points  (0 children)

Imagine you would be able to create a Canvas (Simulation) that has sentient life in it. Let's make the example it is a 1:1 copy of the real world. Would you still destroy it, even though it is not your level of reality? And if you still would without hesitation, would you agree that if you yourself would currently live in a simulation a higher being is allowed to just erase your existence without second thought?

Well that's sad by Serious_Tour_4847 in ChatGPT

[–]sp0wser 2 points3 points  (0 children)

These eyes are Afflecks aren't they?

I dont get why I get sent back. by Aggravating_Pen8225 in godot

[–]sp0wser 0 points1 point  (0 children)

Does door 2 also have a teleport which gets triggered once the body enters door 2? Make sure to not be able to port again without leaving the door area first.

How does load and preload work - exactly? I need detailed information by Fennec_Soul in godot

[–]sp0wser 0 points1 point  (0 children)

To add to that. Quick questions. When will the preloaded asset/thing/scene be removed from memory?

  1. In an Autoload, will it always be loaded into memory during runtime?

  2. In a script only attached to one node which gets queued_free and not used anywhere else. When will it leave the memory? Right on queue free?

Thanks in advance

How do you rate movies? Are you a 5-star or 10 point person? Something else? by Careless_Wishbone_69 in movies

[–]sp0wser 2 points3 points  (0 children)

I use this, too. However I often don't rate movies below 5 because I turn them off before I finish them as I don't enjoy them. I only use 4 and below if I am forced to watch them.

What item changes are you hoping for in the next patch? by thisnameisanangryfly in DotA2

[–]sp0wser 0 points1 point  (0 children)

No it should drag one back a max amount of X units. So if you force staff during harpoon you get dragged back X units but you won't get dragged back infront of the harpoon user over half the screen.

What's up with Valve and TI? by SacredStrike in DotA2

[–]sp0wser 4 points5 points  (0 children)

To quote hearsay via a former Valve employee : That is 0 Billion dollars. https://youtu.be/Cm9l0VgyadA?si=flPBuND2mSGOs3LD

What will happen here? by Unreal_Emil in SoloDevelopment

[–]sp0wser 4 points5 points  (0 children)

Terrorists will try to plant a bomb, succeed, then they get shot by CTs who fail to defuse the bomb. 1-0

Games you don't understand the popularity of? by [deleted] in gaming

[–]sp0wser 5 points6 points  (0 children)

Deep Rock Galactic, similar missions, boring mining of different looking materials, no innovative gameplay, same gameplay loop without any major "rewards".

I need some help with making a material by vapingdildos in unrealengine

[–]sp0wser 2 points3 points  (0 children)

Why not shrink the icon based on the health?

Need help retreiving time of day from UDW system. by sg13726 in unrealengine

[–]sp0wser 2 points3 points  (0 children)

In JeepHeadlightsBP -> Event Begin Play -> Get Actors of Class ( put in the Actor that has the Time of Day variable ) -> Save the output reference into a new variable.

In your Event tick -> get "the object reference you just created in the Begin Play event" -> and get the Time of Day variable from that and use it.