Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Wheatley

Pages: [1] 2 3 4
1
Code: [Select]
if(%slot == 4 && %val && %player.getMountedImage(1) && %player.getImageState(1) $= "Ready")
{
%player.setImageTrigger(1,1);
%player.playThread(3, leftRecoil);
}
if(%slot == 4 && !%val && %player.getMountedImage(1))
{
%player.setImageTrigger(1,0);
%player.playthread(3, armReadyLeft);
}
When using this code (or for that matter, using player.setImageTrigger(1,1); at all), the trigger's state is almost instantly set back to 0. The only time it seems to still be active is when using player.getImageTrigger(1); in the same line of code.
I'm unsure what causes this -- using the same function for slot 0 stays at 1 until it is commanded to do otherwise.
Any idea what may be causing this?

2
Off Topic / New Statement from Edward Snowden - July 1st, 2013
« on: July 01, 2013, 11:25:54 PM »
http://wikileaks.org/Statement-from-Edward-Snowden-in.html?snow

I found this while browsing imgur.

Read and discuss.

3
Off Topic / Today I had surgery
« on: June 13, 2013, 09:44:48 PM »
Today I had my ingrown toenails fixed. Both my big toes were ingrown on both sides of each nail. The doctor injected some lydocaine and then removed the ingrown parts. There was blood and stuff everywhere and about a quarter of each nail was removed from each side.

Discuss serious ingrown toenails and other surgeries that you get to be awake for

4
Off Topic / Is anybody else not able to change their avatar?
« on: June 01, 2013, 03:00:05 AM »
I tried changing mine by selecting a file to upload (since when is that the only option?), but when i press "save changes", nothing happens. I tried this several times to no victory.

Is anybody else experiencing this problem? I tried waiting to make sure it had nothing to do with bandwidth (although in the past it has always worked instantly and nobody else is using the internet right now), but nothing's worked so far.

edit: huh it suddenly showed up 15 minutes later

5
Add-Ons / Customizable Playertype V2.0
« on: April 22, 2013, 07:57:35 PM »
Customizable Playertype v2.0


I've been waiting to post this for several months now. Now that RTB v4.05 was rolled out yesterday, this is actually possible in its new form. It uses the new RTB preference types for easier control. This version also works ingame, and changes will take effect as soon as the preferences are saved.

If you don't already know what this is, it is a playertype I developed which allows you to use the RTB preferences window to modify many basic features of a playertype in-game. The intent of this is not only to provide ease of access, but also to cut down on the number of playertypes needed in general. Simple playertype tweaks are now easy for anyone.

The player is set up so that it functions exactly as a standard playertype would, so you will need to change the values in the RTB preferences for an actual change.

The following preferences are available for changes:

Air Control: Uses the new slider feature.
Can Jet: Uses a checkbox, toggling the ability to use jets.
Can Ride: Uses a checkbox, toggling the ability to mount vehicles.
Can't Inflict Damage: Toggles whether players can inflict damage. This is experimental. Please notify me if you encounter an issue.
Invincible: Toggles whether the player is immune to taking damage.
Jump Force: The force used when the player jumps, with a default of 1080. I'd like to be able to convert this to a predictable brick height, but I can't figure out a proper formula.
Forward, Backward, and Side Speed: The speed values used for running in each direction.
Forward, Backward, and Side Crouch Speed: The speed values used when crouching and moving in any direction.
Forward, Backward, and Side Underwater Speed: Yeah, you get the idea.
Health: The health points of the player.
Max Items: The number of items that can be carried. Maximum of 9.
Jump Delay (MS): The restricting time between each jump, measured in milliseconds.
Step Height: The height that a player may step, measured in plates.
Mass: The mass of the player.
Density: The density of the player. This alters how they react to liquids.
Viewing Restriction: Uses a list that allows no restriction, first person only, or third person only.
Third Person View Type: Uses a list that allows either the default view or over the right shoulder.
Max Run Angle: The maximum angle that the player can walk on.
Max Jump Angle: The maximum angle that the player can jump from.
Min Impact Speed: This is the minimum speed that a player must collide with something before taking impact damage.
Impact Damage Scale: This is the factor by which the player's impact speed will be multiplied before being converted to damage. (Speed * DmgScale = Damage)

Optional:
Uses Tactical Knife: This toggles whether the player will use a tactical knife. This option will only show up if the Weapon_TacKnife addon is enabled.


What are you waiting for?
Download it here.

6
Off Topic / They're made out of meat
« on: April 13, 2013, 06:47:52 AM »
I saw this video and I thought it was pretty good. It was posted fairly recently, so I figured I'd share in case you all hadn't seen it. It has Ben Bailey, the guy from Cash Cab.
It takes place in a diner and features two supposed aliens discussing humans.
http://youtu.be/7tScAyNaRdQ

7
Off Topic / A Belief in "Relativistic Omnitheism"
« on: March 06, 2013, 11:15:05 PM »
This is not a religion war thread. I don't want it to be, so please don't make it one.

So basically I'm not sure if anyone else here has had this thought, or if anybody really believes in relativity and stuff. I'm wondering if there's a correct, concise term for the idea that it's possible that all religions could be right about any number of higher deities, because the humans who started those religions were describing the god(s) or goddess(es) from their individual point of view and perception of the being(s). I'll try to explain; forgive me if I complicate it further.
Say that the Christian God and the full set of Greek god(s)/goddess(es) are really both the higher being(s), but the people who first told others about the idea of these needed a way to embody them as something more explainable and tangible, so they each explained them in their own way based on their understanding of this being and the medium's understanding of the world around them. Note that the set of gods included is not limited to these two examples, but instead all proposed ones (possibly even including FSM -- there are some crazy drugs out there, anyway...)

This is a thought I had several years ago, but more recently came back to me and developed a bit. I'm unsure what this would be called, so I resorted to making up words for it and googling them. These consist of things like "Omnireligious", "Omnitheism", "Theistic relativity", etc. Most of them seem to get at what i'm saying but not quite be on target. Any ideas, forums?

8
Modification Help / Detecting which brick face has been hit by a raycast
« on: December 31, 2012, 08:41:39 PM »
Is there a way to detect which face of a brick has been hit by a raycast? Basically what I'm doing is finding which face has been hit, and finding the centerpoint vector of that face. I know how to get the brick's centerpoint and the vector at which the raycast stopped, but I don't know how I would go about finding which face has been hit. Is it possible, or will I need to use some sort of hackish method?

9
Off Topic / Thanksgiving HAM - Because turkey is too mainstream
« on: November 22, 2012, 08:03:53 PM »
For thanksgiving the past 3 or 4 years, my family has made a ~10lb ham covered in pineapple slices. It is delicious. Turkey is far too mainstream for Thanksgiving.

I also made home-made cranberry sauce and mashed potatoes w/ heavy cream and parmesan cheese.
No jokes about the "heavy cream" please


Discuss unique thanksgiving dinners, even if you're some fool who warmed up a TV dinner that was thanksgiving-themed.

10
Off Topic / Thanksgiving is about Socialism vs. Capitalism
« on: November 21, 2012, 04:15:48 PM »
Today in my U.S. history class we had to read 3 articles about the origin of Thanksgiving, and then write an essay comparing/contrasting them

But the real interest here is one of the articles. The first two generally followed the widely-accepted story of Thanksgiving: Pilgrims are starving, Native Americans show them some survival skills, and then everyone's so happy that a goddamn holiday is made.
The third one, however, was extremely far from the widely-accepted story. It basically claimed that there was no such Native American influence on the pilgrims' survival and that the starving was due to the pilgrims using a socialist economy at first, but everyone was greedy so they didn't want to contribute to the community stockpile. Then it says that they switched to a Capitalist, free-market system and suddenly everyone was thriving. Then it states that Free Markets are the "only source of abundance" and Thanksgiving is about us giving thanks to God for the country having free markets.

I looked up the article online, so you can read it here.



TL;DR:
Some guy wrote an article that everything we know about thanksgiving is a lie and it's actually a celebration of capitalism.


Discuss.

11
Off Topic / Does Google Chrome block suspicious sites
« on: November 18, 2012, 11:27:37 PM »
I tried going in this thread but it said the page contained content from some site known for distributing malware, and blocked it (but I had the option to proceed)

I have never gotten a warning like this before and I want to make sure I don't actually have malware that's giving me fake warnings and stuff

being all paranoid about viruses and stuff, I didn't continue to the page. Still, unless you have a good antivirus you may not want to click that link

12
Off Topic / Lincoln (That one movie that just came out)
« on: November 17, 2012, 10:31:00 PM »
Link to IMDB page
I just watched this movie today. Has anybody else seen it?
I watched it as extra credit for my U.S. History class and it ended up being pretty good. It's directed by Steven Spielberg and focuses on the last few months of Lincoln's presidency.
Oh and the guy who played Gale in Breaking bad is one of the actors in it, in case anybody can remind me of his name because I forgot what his character was named.

Discuss this film and stuff

13
Off Topic / The Giraffe
« on: November 11, 2012, 12:48:43 AM »

14
Off Topic / Schrödinger's Steam
« on: October 21, 2012, 05:20:58 PM »

dafuq is this

15
Off Topic / I drew a self-created cartoon character in paint.net
« on: October 19, 2012, 10:17:51 PM »
Back when I was in middle school, I had an art class. One day our assignment was to create a cartoon character.
And so Eckles the cactus was born.

He is a toy cactus which has no face and generally fits the stereotypical cactus shape. He is made out of dried-up C4 which has been dyed green.
I'm not a very good artist, especially on the computer. But I drew it from memory, shading it rather crappily.



Discuss self-created cartoon characters and maybe even draw some.
If you're a good artist you should re-draw mine so I can make it my avatar or something.

Pages: [1] 2 3 4