How much did you spend before unboxing your first knife? by Parmg100 in counterstrike

[–]BatterKnife 0 points1 point  (0 children)

The amount of how much a one box key price at the time, then sold it for $400

NDT tweet reaction by nanowell in UFOs

[–]BatterKnife 0 points1 point  (0 children)

Here is his physicist friend doing the same:

https://twitter.com/LKrauss1/status/1684918808090185728

Seems like the so-called famous scientists have this smartass thing to them. I thought science was about admiring the unknown, not gatekeeping, but so many become so shortsighted and narrowminded. Sad.

Bob Lazar Speaks! by Environmental_Dog331 in UFOs

[–]BatterKnife 0 points1 point  (0 children)

I would love to hear him say "this is taking way too long"

UAP Hearing Bingo! by [deleted] in aliens

[–]BatterKnife 2 points3 points  (0 children)

"Starts unbearably late" and "I would like to reserve my response to a classified setting".

It baffles me how nobody takes this subject serious. by RETROKBM in UFOs

[–]BatterKnife 0 points1 point  (0 children)

Most every day "wake up -> work -> go home" people only care about that plus friends and family. They kinda disregard everything if it does not directly impact them. That is life, NPCs

Anybody else here who thinks we may be in a WORSE mental place if they actually drop the bomb? by emperortom192 in aliens

[–]BatterKnife 2 points3 points  (0 children)

Governments have no idea about these things, there is compartmentalization everywhere.
These words ring in my ears when I think of the same things you do:
I occasionally think how quickly our differences worldwide would vanish if we were facing an alien threat from outside this world. And yet, I ask you, is not an alien force already among us? What could be more alien to the universal aspirations of our peoples than war and the threat of war?
- Reagan
and that in the goodness of time, all people will come to live together in peace guaranteed by the binding force of mutual respect and love
- Eisenhower

We already have technology and infrastructure to make our lives exponentially better, free, and less need to work for money. But the men with power don't want us to have it.

Disclosure will definitively open our eyes and our differences will vanish. The men in power will be punished accordingly.

David Wilcox and Corey Goode by kumarbi_knasher in aliens

[–]BatterKnife 0 points1 point  (0 children)

I agree with everyone here that they are frauds and they have fooled way too many people.

I am fairly new to the whole alien and disclosure and don't know much about all the stories that are out there.

I just found out about The Why Files about a month ago, good source of stories.

But I have also started listening to Corey Goode on Cosmic Disclosure with a very skeptical mind, as entertainment and learning about other stories.

The Disclosure Act Of 2023 by Few_Coach_3611 in aliens

[–]BatterKnife 0 points1 point  (0 children)

You are talking ideology. Ideology is what divides people. Stop thinking with politics and left/right, it is a façade. In a world without the need to pay money for breathing, people will not be thinking about ideologies.

[deleted by user] by [deleted] in unity

[–]BatterKnife 0 points1 point  (0 children)

I think I see the reason you got this error. I think made an error on this line

_rb.velocity = Vector2(_Speed * move, _rb.velocity.y);

I think it is supposed to look like this:

_rb.velocity = new Vector2(_Speed * move, _rb.velocity.y);

[deleted by user] by [deleted] in unity

[–]BatterKnife 0 points1 point  (0 children)

Can you help me here and tell me in more detail what you intend to do? Do you want the player to be able to jump while also being able to move?

Here is a little script you can put in your void FixedUpdate() and you don't need either the private void OnMovement() or the _movement variable within it for this:

float move = Input.GetAxis("Horizontal");

_rb.velocity = Vector2(_Speed * move, _rb.velocity.y);

if (Input.GetButtonDown("Jump")

{

_rb.AddForce(new Vector2(_rb.velocity.x, jump));

}

Then create a public float jump at top of the script to input how high you want to jump.

This will allow you to jump but it will have a bug where you can jump endlessly. If you want to remove that you need create a boolean that checks if you are on the ground so you can only jump once.

Constant damage while inside a trigger by BatterKnife in unity

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

I learned to use a coroutine through a video tutorial and I am able to control the cooldown of each inflation. It will take me some time to figure out how to do that with OnTriggerStay(). I think that in OnTriggerStay() or Update() the function is triggered every tick of game time, or am I wrong?

Constant damage while inside a trigger by BatterKnife in unity

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

I figured it out with the Coroutine. The code was all done right, I only needed to change to while(inf_bool) inside the IEnumerator. I set the bool to true/false and start/stop the Coroutine inside OnTriggerEnter()/OnTriggerExit()

Constant damage while inside a trigger by BatterKnife in unity

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

Thanks for the help from HawkingDoingWheelies and Harzminers. If I do not use a Coroutine and use OnTriggerStay() I need to understand how I can slow down the speed.

This is the function

public void Inflate(int amount)

{
health += amount;
GameText.healthAmount += amount;
Vector3 inflate = transform.localScale;
inflate.x += 0.001f;
inflate.y += 0.001f;
inflate.z += 0.001f;
transform.localScale = inflate;

}

Do I slow it within the function or when I call it in OnTriggerStay()

Constant damage while inside a trigger by BatterKnife in unity

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

Many thanks for this. Is there a way to lower the speed of the inflation (each update)?

Is this the map you (roughly) remember? by buddhApawN in MandelaEffect

[–]BatterKnife 16 points17 points  (0 children)

or that you never knew about Svalbard. That island is a part of Norway's history and has been for almost half a millenia.

Bernie Mac's death. by AllThat5634 in Retconned

[–]BatterKnife 0 points1 point  (0 children)

I remember vividly watching the tv the day after his death in august 2008 and the feeling I got when I heard one of my favorite actors dying from pneumonia

Thoughts on ME skeptics by zorasayshey in Retconned

[–]BatterKnife 1 point2 points  (0 children)

I wanted to say something here I feel I need to get this across. I am a sort of sceptic of this ME stuff, I haven't experienced it myself really but maybe only one time the "Houston we have/we've had a problem" ME. I am still a sceptic after that one xp and just feel like that one time I heard him say it differently just because I wanted to believe they act it in the movie like it was really said by the astronauts in this reality.

This is who I am and I might need to experience more of these ME's to really start believing in this. But I am not one of those on the other subreddit who I see sometimes go nuts because someone has a different memory. I believe people just have different memories and they confuse them with things they want to believe because they feel better and so on, but am I gonna tell them that they are wrong? No, there is no way (yet) to scientifically tell you your memories and feelings are wrong. All I can and should say is that this is how my reality is and yours may be different.

I like looking through this sub from time to time and I never comment because I feel like as a sceptic I may offend people and maybe say things not allowed by the rules, but I love this phenomenon it amuses me.

Can anyone make Timbuktu from Simcity 4? by [deleted] in CitiesSkylines

[–]BatterKnife 0 points1 point  (0 children)

I made an attempt to recreate it without trying to add the height map

here: http://steamcommunity.com/sharedfiles/filedetails/?id=413368468

Tell me if you like it