Need help! Is this possible?

  • Thread starter Thread starter Arcane571
  • Start date Start date
A

Arcane571

Guest
Okay, I'm doing an experiment for my Psych class, and I'm trying to get it done through Counter-Strike. I've got a map made for this purpose already, but I need some help on the more advanced things since my skills are sub-par. Here is the basic layout of the map:

my.php


So, basically, the person starts at the arrow, takes either the left or right passage, and ends up at a dead-end.

What I'm looking for is a message to be produced when the player walks down one of the passages like "Player A took the left passage" in the console or somewhere I can easily record it. Then another message once they reach the dead-end, where the player can see it, and preferably only by that player.

Also, if it's possible, is there a way to put another message in the console that tells if a player has cl_lefthand set to 1 or 0? And if you can ban the ip of a player about 30 seconds after they get to the dead-end, so no one repeats the experiment and messes up the data.

Any help would be really, really appreciated!
 
Look at the tutorial levels. They use a way of projecting text. Try using their method. I can get you a map with the text tomorrow if you want.
 
What you are trying to do is see which path the majority of the players take, and if it is affected by the other players right? Maybe im wrong but i think thats it...
 
DrDevin said:
Look at the tutorial levels. They use a way of projecting text. Try using their method. I can get you a map with the text tomorrow if you want.

Could you please? I tried looking for something like that but no luck.

Kebean PFC said:
What you are trying to do is see which path the majority of the players take, and if it is affected by the other players right? Maybe im wrong but i think thats it...

What the experiment is for, is to see if color can influence basic left/right choices. For example a person is right handed, they have a dominant left hemisphere, so if they came to a fork like this with no such thing influencing one direction over another, they would take the left one. But, if the right fork was textured in a black and white gradient (left hemisphere is focused on black & white) would they take the right fork instead?
 
Back
Top