The Gang Garrison 2 Forum
May 25, 2013, 02:49:20 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Chat with us on IRC: http://ganggarrison.com/irc.html
Server: irc.esper.net, Channel: #gg2
 
   Home   Help Search Login Register  
Poll
Question: NextGen
Thanks to Pyschopath, NextGen owes it's future existance to him. - 0 (0%)
Release Date: Unknown - 0 (0%)
Total Voters: 0

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 »
  Print  
Author Topic: BLM - NextGen  (Read 86266 times)
BLU)TheInfiltrator
Jr. Member
**
Offline Offline

Posts: 60


... Gentlemen.. It seems, I need that intel case..


« Reply #630 on: July 15, 2010, 07:27:34 pm »

K. So that's no till maybe 2012. o.o
« Last Edit: July 15, 2010, 07:28:47 pm by BLU)TheInfiltrator » Logged



Damnit.. one more set and I win!

Dusty
Hero Member
*****
Offline Offline

Posts: 10660


Dust in a box under a table


« Reply #631 on: July 15, 2010, 07:28:10 pm »

*begs for multiplayer!*
you. OUT.
I am currently not at that level of expertise.
We should rename this project "Gordon Freeman's Couch Emporium"
Logged

♫Sani Sani Disco♫
Onion Knight
******
Offline Offline

Posts: 10508


yo let's suck face and listen to rap music


WWW
« Reply #632 on: July 15, 2010, 07:28:38 pm »

Aww yeah Cool
Logged

Quote from: mop
Quote from: MR MAGN3TIC
I don't like it.  Nah
Oh, well, you might as well pack up and stop now, because he doesn't like it
Asdf64: "ultros turned me on" - sani 2013
Brooklyn
Guest
« Reply #633 on: July 15, 2010, 08:00:21 pm »

SITTING DOWN WTFFFFFFFFFF
Logged
Dusty
Hero Member
*****
Offline Offline

Posts: 10660


Dust in a box under a table


« Reply #634 on: July 15, 2010, 08:12:47 pm »

INSANI, WE HAVE A NEW PROJECT TO WORK ON.

THRUSTERS.
Logged

♫Sani Sani Disco♫
Onion Knight
******
Offline Offline

Posts: 10508


yo let's suck face and listen to rap music


WWW
« Reply #635 on: July 15, 2010, 08:15:51 pm »

Dinner, I'll do it later.

And every time I work on this project, I secretly add what I make into things I make.
Logged

Quote from: mop
Quote from: MR MAGN3TIC
I don't like it.  Nah
Oh, well, you might as well pack up and stop now, because he doesn't like it
Asdf64: "ultros turned me on" - sani 2013
Dusty
Hero Member
*****
Offline Offline

Posts: 10660


Dust in a box under a table


« Reply #636 on: July 15, 2010, 08:25:24 pm »

Dinner, I'll do it later.

And every time I work on this project, I secretly add what I make into things I make.
that would explain the NullO object
Logged

Dusty
Hero Member
*****
Offline Offline

Posts: 10660


Dust in a box under a table


« Reply #637 on: July 15, 2010, 08:38:43 pm »

also, doubleposting because it's my friggin' topic:
Code:
/*What a general LMB event should be*/
        firing = 1
        var hit;
        var x1,y1,xm,ym,len,xm2,ym2,len2;
        var hitline;
        len=2000;
        len2=len;
        x1=round(PlayerO.x+xoffset*image_yscale);
        y1=round(PlayerO.y+yoffset);
        x2=round(PlayerO.x+xoffset*image_yscale)+lengthdir_x(len,point_direction(x,y,mouse_x,mouse_y));
        y2=round(PlayerO.y+yoffset)+lengthdir_y(len,point_direction(x,y,mouse_x,mouse_y));
       
        while(len>1) {
            xm=(x1+x2)/2;
            ym=(y1+y2)/2;
           
            hitline = false;
                if(collision_line(x1,y1,xm,ym,CollisionMap,true,true)>=0) {
                    hitline = true;
                    color = c_aqua
                } else if (collision_line(x1,y1,xm,ym,ObjectO,true,true)>=0) {
                    hitline = true;
                    color = c_white
                }
           
           
            if(hitline) {
                x2=xm;
                y2=ym;
            } else {
                x1=xm;
                y1=ym;
            }
            len/=2;
        }
       
        with(ObjectO) {
                if(collision_line(other.x,other.y,other.x2,other.y2,id,true,false)>=0){
                        instance_create(other.x2,other.y2,RingEffectO)
                        //Your code goes here!               
                }
            }
       
       
Logged

♫Sani Sani Disco♫
Onion Knight
******
Offline Offline

Posts: 10508


yo let's suck face and listen to rap music


WWW
« Reply #638 on: July 15, 2010, 08:52:54 pm »

Dinner, I'll do it later.

And every time I work on this project, I secretly add what I make into things I make.
that would explain the NullO object
That was actually an idea for chairs. Instead I just made the crowbar invisible because that doesn't do shit, anyway.
Logged

Quote from: mop
Quote from: MR MAGN3TIC
I don't like it.  Nah
Oh, well, you might as well pack up and stop now, because he doesn't like it
Asdf64: "ultros turned me on" - sani 2013
♫Sani Sani Disco♫
Onion Knight
******
Offline Offline

Posts: 10508


yo let's suck face and listen to rap music


WWW
« Reply #639 on: July 15, 2010, 11:01:39 pm »

http://www.mediafire.com/?nfmnmm1mz024mtx
fffffffff, use the right link insani

Press P and then sit upon a UFO
WASD to move, M1 to shoot things
« Last Edit: July 15, 2010, 11:49:37 pm by Blu Dragon » Logged

Quote from: mop
Quote from: MR MAGN3TIC
I don't like it.  Nah
Oh, well, you might as well pack up and stop now, because he doesn't like it
Asdf64: "ultros turned me on" - sani 2013
Dusty
Hero Member
*****
Offline Offline

Posts: 10660


Dust in a box under a table


« Reply #640 on: July 15, 2010, 11:48:07 pm »

http://www.mediafire.com/?nfmnmm1mz024mtx
Press P and then sit upon a UFO
WASD to move, M1 to shoot things
:I

We need to find a way to share a gmk...
« Last Edit: July 15, 2010, 11:49:44 pm by Blu Dragon » Logged

aptanananananator
White Knight
Veteran Beta Tester
*****
Offline Offline

Posts: 6502


Indie'll name his kid after me


« Reply #641 on: July 15, 2010, 11:52:05 pm »

http://mfi.re/?nfmnmm1mz024mtx
Press P and then sit upon a UFO
WASD to move, M1 to shoot things
:I

We need to find a way to share a gmk...

If there's more then one person working on GJ at any one time I have a dropbox set up. It synchs the files in the dropbox folder whenever you get onoline the newest one is downloaded into your folder.
Of course this means you have to have some way to make sure it's not overwritten. We had a text file in the folder and would change the name of the text file to warn others the GMK was in use.
Logged

[22:07] tank: aptanors jew fro is godlike
Dusty
Hero Member
*****
Offline Offline

Posts: 10660


Dust in a box under a table


« Reply #642 on: July 15, 2010, 11:53:40 pm »

http://mfi.re/?nfmnmm1mz024mtx
Press P and then sit upon a UFO
WASD to move, M1 to shoot things
:I

We need to find a way to share a gmk...

If there's more then one person working on GJ at any one time I have a dropbox set up. It synchs the files in the dropbox folder whenever you get onoline the newest one is downloaded into your folder.
Of course this means you have to have some way to make sure it's not overwritten. We had a text file in the folder and would change the name of the text file to warn others the GMK was in use.
hm.

well, that probably won't be a big issue, since it's just me and maybe insani.
Logged

♫Sani Sani Disco♫
Onion Knight
******
Offline Offline

Posts: 10508


yo let's suck face and listen to rap music


WWW
« Reply #643 on: July 15, 2010, 11:54:38 pm »

All the UFO stuff is a simple copy/paste, anyway. And I found the place where all the stuff about spawning is, so I did that object check I was talking about, too.
Logged

Quote from: mop
Quote from: MR MAGN3TIC
I don't like it.  Nah
Oh, well, you might as well pack up and stop now, because he doesn't like it
Asdf64: "ultros turned me on" - sani 2013
aptanananananator
White Knight
Veteran Beta Tester
*****
Offline Offline

Posts: 6502


Indie'll name his kid after me


« Reply #644 on: July 15, 2010, 11:56:07 pm »

There were only 2 people using the GMK. Still, you're better safe then sorry.
Logged

[22:07] tank: aptanors jew fro is godlike
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.171 seconds with 20 queries.