The Daily Click ::. Forums ::. Klik Coding Help ::. Bullet-Time?
 

Post Reply  Post Oekaki 
 

Posted By Message

Zap{Zapdude Productions}



Registered
  27/10/2002
Points
  1134
25th May, 2003 at 11:39:13 -

Hello,

I'm might work on a BIG matrix game and I was wondering if it was techinically possible to create bullet time.
Like on games such as:

Max Payne(PC)
Time Trax (SNES)


 
Just Posted a game?
Need a review?
Than message me with a link! Any game you want reviewed just message me

Eric



Registered
  12/09/2002
Points
  1473
25th May, 2003 at 11:41:52 -

Yes, but if it is a platform game, you would have to make your own custom movement. Search for Bart Payne, I believe thats what it was called, it used bullet time.

 
I wanted to put a bullet in between the eyes of every panda that wouldnt screw to save its own species. - Tyler Durden - Fight Club

Blackgaze

Possibly Insane

Registered
  01/11/2002
Points
  3161

VIP Member
25th May, 2003 at 13:33:45 -

im working on a matrix game (like the ps2 game but TGF) where you play as two charaters made up and another story at the same time as the main story.

 
Formerly known as "Spiderhead".

Returned after four years.
www.youtube.com/user/sevlech for more infomation

Blackgaze

Possibly Insane

Registered
  01/11/2002
Points
  3161

VIP Member
25th May, 2003 at 13:38:57 -

oh about bullet time! try a value

value 0 : normal mode
Value 1 : Bullet Time mode
and create events for which parts to slow down example:

always when value : 0 = set BULLET to speed 50
always when value : 1 = set BULLET to speed 5

You can do this which enemy movement and shooting time, your movement, matrix stunts and more:

Im using this in my game (i will not put a demo on but i will put on DC preview and full version)

My game contains
10 levels (different per charater)
Objects : Tanks, police cars, virus twins, agents, vampire people from game, Agent Smith, some main charaters from film, and spoons


 
Formerly known as "Spiderhead".

Returned after four years.
www.youtube.com/user/sevlech for more infomation

Daniel[Crazy_Productions]

Possibly Insane

Registered
  29/12/2002
Points
  2505
26th May, 2003 at 12:35:42 -

or u can just make the game create lots and lots of objects to make it lag enough to make it look like bullet-time!X) ....wait a minute that could actually work..........

 
Beware of life ...so far noone have survived it.......

Pete Nattress

Cheesy Bits img src/uploads/sccheesegif

Registered
  23/09/2002
Points
  4811
26th May, 2003 at 12:46:03 -

daniel; it would work to a degree, but you'd have no way of exactly regulating it.

i was thinking about a method whereby every a global value is every object's speed (using loads of different custom movements for bullets, enemies etc) and another value is every object's animation speed. that way, you can change one value and every object goes at that speed. i have yet to try it but it may just work.

 
www.thenatflap.co.uk

Daniel[Crazy_Productions]

Possibly Insane

Registered
  29/12/2002
Points
  2505
26th May, 2003 at 12:53:21 -

pete just for u to know.... the action change animation speed never work

 
Beware of life ...so far noone have survived it.......

Blackgaze

Possibly Insane

Registered
  01/11/2002
Points
  3161

VIP Member
26th May, 2003 at 14:32:56 -

you could do that i suppose

 
Formerly known as "Spiderhead".

Returned after four years.
www.youtube.com/user/sevlech for more infomation

Ian M. Phoenix



Registered
  30/06/2002
Points
  965
26th May, 2003 at 14:41:08 -

I'm making a platform game with bullet time.

I have a counter that you set either 1 or 5.

And events are calculated by the number like:

Set X Position to "Object" + 1 x (Bullet Time Counter)

1 being bullet time and 5 being real time.

 
n/a

Blackgaze

Possibly Insane

Registered
  01/11/2002
Points
  3161

VIP Member
26th May, 2003 at 14:45:52 -

wouldn't it be easy if u did 1 being normal mode and 2 being bullet time that 1-5.

 
Formerly known as "Spiderhead".

Returned after four years.
www.youtube.com/user/sevlech for more infomation

Assault Andy

Administrator
I make other people create vaporware

Registered
  29/07/2002
Points
  5686

Game of the Week WinnerVIP Member360 OwnerGOTM JUNE - 2009 - WINNER!GOTM FEB - 2010 - WINNER!	I donated an open source project
27th May, 2003 at 05:05:38 -

LOL! EVERYONE IS MAKING MATRIX GAMES! Dammit, i tried to make one in 2001 or 2002 except i stopped it because i didn't like the graphics. This time im using 360^ shooting. Btw, my graphics man is awsome but he's like not operative at the moment. Would any one else be interested? If you are just send me some sample work.

 
Creator of Faerie Solitaire:
http://www.create-games.com/download.asp?id=7792
Also creator of ZDay20 and Dungeon Dash.
http://www.Jigxor.com
http://twitter.com/JigxorAndy

Assault Andy

Administrator
I make other people create vaporware

Registered
  29/07/2002
Points
  5686

Game of the Week WinnerVIP Member360 OwnerGOTM JUNE - 2009 - WINNER!GOTM FEB - 2010 - WINNER!	I donated an open source project
27th May, 2003 at 05:06:00 -

LOL! EVERYONE IS MAKING MATRIX GAMES! Dammit, i tried to make one in 2001 or 2002 except i stopped it because i didn't like the graphics. This time im using 360^ shooting. Btw, my graphics man is awsome but he's like not operative at the moment. Would any one else be interested? If you are just send me some sample work.

 
Creator of Faerie Solitaire:
http://www.create-games.com/download.asp?id=7792
Also creator of ZDay20 and Dungeon Dash.
http://www.Jigxor.com
http://twitter.com/JigxorAndy

Zap{Zapdude Productions}



Registered
  27/10/2002
Points
  1134
27th May, 2003 at 07:04:35 -

so what if everyobdy is!, anyways mine is gonna have a diffrent plot AND i'm working on s*** loads of other projects too! phew!

 
Just Posted a game?
Need a review?
Than message me with a link! Any game you want reviewed just message me

Blackgaze

Possibly Insane

Registered
  01/11/2002
Points
  3161

VIP Member
27th May, 2003 at 09:36:12 -

my matrix game involves the matrix story throughout another hovercraft full of free people. We have the leader "Lydia". An operater called "Bolt" and 4 other crew called "drake", "Snow", "Steel" and "Grix". The name of the game is called "Matrix: Evolution"

The story is that a pair of Twin Viruses (different viruses from the film) are working for Agents to create an new evolution of program secretly, and this program will guard every phone attached to the Hardline so no free people can get in or out, the human race can never be free. Sounds ok?


 
Formerly known as "Spiderhead".

Returned after four years.
www.youtube.com/user/sevlech for more infomation
   

Post Reply



 



Advertisement

Worth A Click