• 2 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] Dead Ops Arcade
#1
Hello

Here it is, I release only the code for getting the view and all that, Tongue. Probably someone will do something with this, Big Grin

Code:
onPlayerSpawned()
{
    self endon("disconnect");

    for(;;)
    {
        self waittill("spawned_player");
                            self thread DOA();
                  setDvar("player_view_pitch_down", 0); //dont aim down
                  setDvar("player_view_pitch_up", 0); //dont aim up
    }
}

DOA()
{
       Camera = spawn("script_model", self.origin+(0,0,500)); //increase the 500 if you want it higher
       Camera setModel("c130_zoomrig");
       Camera.angles = (90,90,0);
       Camera NotSolid();
       Camera EnableLinkTo();
       wait 0.001;
       self CameraLinkTo( Camera, "tag_origin" ); //change view
       while(1)
       {
            Camera MoveTo(self.origin+(0,0,500), 0.1);
            wait 0.1;
       }
}

Video:

  Reply
#2
Nice job, I was thinking of making a GTA (I or II) style game once (:
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
  Reply
#3
I was expecting a nice mod, not just a code how to make the camera in the air because everyone can code that Sad

And where is the y-axis autoaim? If a enemy is above/under you, you cannot kill him atm.
[Image: azuw.jpg]
  Reply
#4
(04-25-2011, 13:44)zxz0O0 Wrote: I was expecting a nice mod, not just a code how to make the camera in the air because everyone can code that Sad

And where is the y-axis autoaim? If a enemy is above/under you, you cannot kill him atm.

Lazyness....Tongue. In DOA you can only shot at same high, no?
  Reply
#5
OMFG i was doing this with another my friend LOL Big Grin
  Reply
#6
Im going to expand this for a bit Smile
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

  Reply
#7
(04-25-2011, 10:02)AZUMIKKEL Wrote: Nice job, I was thinking of making a GTA (I or II) style game once (:

nononon it's my idea I already work on it
[Image: 1fxsnb.jpg]
  Reply
#8
its fun for a few gamees, then it gets boring
  Reply
#9
(04-25-2011, 09:18)Yamato Wrote: Hello

Here it is, I release only the code for getting the view and all that, Tongue. Probably someone will do something with this, Big Grin

Code:
onPlayerSpawned()
{
    self endon("disconnect");

    for(;;)
    {
        self waittill("spawned_player");
                            self thread DOA();
                  setDvar("player_view_pitch_down", 0); //dont aim down
                  setDvar("player_view_pitch_up", 0); //dont aim up
    }
}

DOA()
{
       Camera = spawn("script_model", self.origin+(0,0,500)); //increase the 500 if you want it higher
       Camera setModel("c130_zoomrig");
       Camera.angles = (90,90,0);
       Camera NotSolid();
       Camera EnableLinkTo();
       wait 0.001;
       self CameraLinkTo( Camera, "tag_origin" ); //change view
       while(1)
       {
            Camera MoveTo(self.origin+(0,0,500), 0.1);
            wait 0.1;
       }
}

Video:


Im gonna add this to the smart-bots that someone made back awhile ago, and change them from using weapons to knife's it would be cool, thanks for this.
  Reply
#10
wow i was waiting longer for this code xD
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Exclamation This section is officially dead? Nekochan 11 6,751 11-20-2013, 10:40
Last Post: d0h!
  Dead Ops arcade tank in mutliplayer? Erik The Born 20 9,779 10-29-2013, 16:49
Last Post: Erik The Born
  PewPew my brain is dead. RaZ 5 3,953 10-26-2013, 21:38
Last Post: Arteq
  [News] EMS for Left 4 Dead 2 released Pozzuh 1 2,388 02-12-2013, 14:41
Last Post: barata
  [Release] MW2 Dead Man's Hand Deathstreak jarniboi 1 2,570 09-01-2012, 22:22
Last Post: alvarogt95
  [News] The Walking Dead Videogame Romuald27 3 3,153 07-07-2012, 11:48
Last Post: JoSchaap
Lightbulb [Request] Dead bodies "flying" RaZ 11 7,126 06-10-2012, 12:07
Last Post: RaZ
  [News] Dead terrorist House 15 6,806 04-06-2012, 03:01
Last Post: House
  itsmods dead? :( kokole 18 7,938 04-02-2012, 02:26
Last Post: AZUMIKKEL
  Dead Plugin Cleanup dthem_2000 2 2,310 03-22-2012, 08:02
Last Post: zxz0O0

Forum Jump:


Users browsing this thread: 1 Guest(s)