Jump to content

dreamcastrocks

Member
  • Posts

    5
  • Joined

  • Last visited

Posts posted by dreamcastrocks

  1. Perhaps the Centrifuge does something to help the players. As everyone knows, there is a little power for the players at the beginning. Maybe there IS someone in the centrifuge helping out, using the Centrifuge. I KNOW there is an emergency brake inside the Centrifuge, but what about emergency start??? Maybe Yuri(or someone else) is inside the Centrifuge, giving thanks in advance for helping him, or helping the players so that it is easier for them to free him(although I personally think the Centrifuge helps me NONE). Maybe Sam is in it, they do say that Sam is controlling the players fate.

    Where in the code did you read this?? Perhaps you've seen something we missed? I know there's quite a few people that have torn the code apart and I've never heard anything along these lines about the Orb going back to spawn. Although it could make sense as the screens go black and white temporarily when the team recieves the death machines,like it was at the beginning of the game in the spawn room.

    This is after you shoot the orb in the code.

    soul_release( model, origin )

    {

    soul = Spawn( "script_model", origin );

    soul SetModel( "tag_origin" );

    soul PlayLoopSound( "zmb_egg_soul" );

    fx = PlayFXOnTag( level._effect["gersh_spark"], soul, "tag_origin" );

    time = 20;

    model waittill( "death" );

    level thread play_egg_vox( "vox_ann_egg6_success", "vox_gersh_egg6_success", 9 );

    level thread wait_for_gersh_vox();

    soul MoveZ( 2500, time, time - 1 );

    wait( time );

    soul Delete();

    wait(2);

    level thread samantha_is_angry();

    I think this code just means that the soul spawns and rises up. i don't believe that spawns means it is at the spawn point of the 4 characters. i'm not sure i could be far wrong

    It is as good as any theory I have heard thusfar.

  2. Perhaps the Centrifuge does something to help the players. As everyone knows, there is a little power for the players at the beginning. Maybe there IS someone in the centrifuge helping out, using the Centrifuge. I KNOW there is an emergency brake inside the Centrifuge, but what about emergency start??? Maybe Yuri(or someone else) is inside the Centrifuge, giving thanks in advance for helping him, or helping the players so that it is easier for them to free him(although I personally think the Centrifuge helps me NONE). Maybe Sam is in it, they do say that Sam is controlling the players fate.

    I believe this to be the case too. After reading some of the code, it appears that the orb goes back to Spawn after you release it, which to me would be the start of the game.

    Where in the code did you read this?? Perhaps you've seen something we missed? I know there's quite a few people that have torn the code apart and I've never heard anything along these lines about the Orb going back to spawn. Although it could make sense as the screens go black and white temporarily when the team recieves the death machines,like it was at the beginning of the game in the spawn room.

    This is after you shoot the orb in the code.

    soul_release( model, origin )

    {

    soul = Spawn( "script_model", origin );

    soul SetModel( "tag_origin" );

    soul PlayLoopSound( "zmb_egg_soul" );

    fx = PlayFXOnTag( level._effect["gersh_spark"], soul, "tag_origin" );

    time = 20;

    model waittill( "death" );

    level thread play_egg_vox( "vox_ann_egg6_success", "vox_gersh_egg6_success", 9 );

    level thread wait_for_gersh_vox();

    soul MoveZ( 2500, time, time - 1 );

    wait( time );

    soul Delete();

    wait(2);

    level thread samantha_is_angry();

  3. Perhaps the Centrifuge does something to help the players. As everyone knows, there is a little power for the players at the beginning. Maybe there IS someone in the centrifuge helping out, using the Centrifuge. I KNOW there is an emergency brake inside the Centrifuge, but what about emergency start??? Maybe Yuri(or someone else) is inside the Centrifuge, giving thanks in advance for helping him, or helping the players so that it is easier for them to free him(although I personally think the Centrifuge helps me NONE). Maybe Sam is in it, they do say that Sam is controlling the players fate.

    I believe this to be the case too. After reading some of the code, it appears that the orb goes back to Spawn after you release it, which to me would be the start of the game.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use, Privacy Policy, Code of Conduct, We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. .