This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2008-02-25 21:33:07

Heybrian
Scratcher
Registered: 2007-12-05
Posts: 100+

HOW. DO. THEY. DO. THAT????????????

How do video game program codes work? like, how do you get a person to move withought using costumes?


Black Mesa. go here to get a game 10 times better than SN or FW.  http://scratch.mit.edu/galleries/view/10650
Smiley! copy and paste these into your post or signature!  smile   sad    yikes                 big_smile     wink    tongue    hmm    neutral   cool   lol   mad   roll

Offline

 

#2 2008-02-25 22:19:34

archmage
Scratcher
Registered: 2007-05-18
Posts: 1000+

Re: HOW. DO. THEY. DO. THAT????????????

What are you talking about? There are many different languages that a person can program games in.

Give a specific example of a game.


Hi, I am Archmage coder extraordinaire. I do Scratch,pascal,java,php,html, AS2 and AS3. Leave me a message if you want coding advice. Also check out my personal website, lots of good stuff about web development, Flash, and Scratch (v1 and v2) !

Offline

 

#3 2008-02-25 22:22:27

Heybrian
Scratcher
Registered: 2007-12-05
Posts: 100+

Re: HOW. DO. THEY. DO. THAT????????????

Halo 3. Master chief (guy) walks. Withoight seventy thousand costumes. HOW?


Black Mesa. go here to get a game 10 times better than SN or FW.  http://scratch.mit.edu/galleries/view/10650
Smiley! copy and paste these into your post or signature!  smile   sad    yikes                 big_smile     wink    tongue    hmm    neutral   cool   lol   mad   roll

Offline

 

#4 2008-02-25 22:32:27

archmage
Scratcher
Registered: 2007-05-18
Posts: 1000+

Re: HOW. DO. THEY. DO. THAT????????????

I think they use programs to create 3D models of the characters and animations and then they render the sprites & landscape using Halo 3's in-house graphics engine.

Making 3D graphics like in Halo 3 is of course way beyond the ability of scratch.

Last edited by archmage (2008-02-25 22:37:08)


Hi, I am Archmage coder extraordinaire. I do Scratch,pascal,java,php,html, AS2 and AS3. Leave me a message if you want coding advice. Also check out my personal website, lots of good stuff about web development, Flash, and Scratch (v1 and v2) !

Offline

 

#5 2008-02-25 23:04:23

Heybrian
Scratcher
Registered: 2007-12-05
Posts: 100+

Re: HOW. DO. THEY. DO. THAT????????????

But how do you animate withought costumes? widgets? Invisible widgets?


Black Mesa. go here to get a game 10 times better than SN or FW.  http://scratch.mit.edu/galleries/view/10650
Smiley! copy and paste these into your post or signature!  smile   sad    yikes                 big_smile     wink    tongue    hmm    neutral   cool   lol   mad   roll

Offline

 

#6 2008-02-25 23:12:09

archmage
Scratcher
Registered: 2007-05-18
Posts: 1000+

Re: HOW. DO. THEY. DO. THAT????????????

They use 3D models. They probably made a sequence of 3D models for all the animations.

I am not sure of the programs they use for modeling though.

Last edited by archmage (2008-02-25 23:13:14)


Hi, I am Archmage coder extraordinaire. I do Scratch,pascal,java,php,html, AS2 and AS3. Leave me a message if you want coding advice. Also check out my personal website, lots of good stuff about web development, Flash, and Scratch (v1 and v2) !

Offline

 

#7 2008-02-25 23:14:45

Heybrian
Scratcher
Registered: 2007-12-05
Posts: 100+

Re: HOW. DO. THEY. DO. THAT????????????

so, sa in sequence of 3d models you mean they have like 50000 costumes?


Black Mesa. go here to get a game 10 times better than SN or FW.  http://scratch.mit.edu/galleries/view/10650
Smiley! copy and paste these into your post or signature!  smile   sad    yikes                 big_smile     wink    tongue    hmm    neutral   cool   lol   mad   roll

Offline

 

#8 2008-02-25 23:20:30

archmage
Scratcher
Registered: 2007-05-18
Posts: 1000+

Re: HOW. DO. THEY. DO. THAT????????????

I am not sure of the details. But for a walk animation I would guess that they would have 20-200+ models. I am not really sure what halo would have. But remember that these 3D models unlike scratch costumes are not flat and have depth.

Last edited by archmage (2008-02-25 23:21:00)


Hi, I am Archmage coder extraordinaire. I do Scratch,pascal,java,php,html, AS2 and AS3. Leave me a message if you want coding advice. Also check out my personal website, lots of good stuff about web development, Flash, and Scratch (v1 and v2) !

Offline

 

#9 2008-02-25 23:23:55

Heybrian
Scratcher
Registered: 2007-12-05
Posts: 100+

Re: HOW. DO. THEY. DO. THAT????????????

well, halo has all combined. running walking jumping throwing a gernade shooting with 30 diffrent weapons, falling. waving arms after dying from fall. Id say 10000000 or more models in all.


Black Mesa. go here to get a game 10 times better than SN or FW.  http://scratch.mit.edu/galleries/view/10650
Smiley! copy and paste these into your post or signature!  smile   sad    yikes                 big_smile     wink    tongue    hmm    neutral   cool   lol   mad   roll

Offline

 

#10 2008-02-26 00:45:43

Mayhem
Scratcher
Registered: 2007-05-26
Posts: 1000+

Re: HOW. DO. THEY. DO. THAT????????????

3d games dont use sprites with costume changes, they use individual "bodyparts" that move independently around the character.

Compare the way my Warbot moves to the way Mohler's Bubbly bot moves.  His walks with costume changes, mine doesn't.


Web-spinning Spider:  http://scratch.mit.edu/projects/Mayhem/18456
3D Dungeon Adventure:  http://scratch.mit.edu/projects/Mayhem/23570
Starfighter X: http://scratch.mit.edu/projects/Mayhem/21825
Wandering Knight: http://scratch.mit.edu/projects/Mayhem/28484

Offline

 

#11 2008-02-26 19:06:19

FPSFelix
Scratcher
Registered: 2008-02-06
Posts: 100+

Re: HOW. DO. THEY. DO. THAT????????????

yeah, and master chief's various "phases" of walking comes in two different parts.
upper body, and lower body.
if you are going to make a game that has walking like that, then you wanna have that so that you can throw a grenade and still have your legs walking.
just thought you might want to know.

  -FPSFelix


this is what i brought you, this you can keep.
this is what i brought, you may forget me.
i promise to depart, just promise one thing...
kiss my eyes and lay me to sleep.

Offline

 

#12 2008-02-26 19:40:24

FPSFelix
Scratcher
Registered: 2008-02-06
Posts: 100+

Re: HOW. DO. THEY. DO. THAT????????????

i also thought, master chief (as an example) is not necessarily made of individual unlinked parts. they couldve just put joints in the appropriate places of his body.
sort of like the program Pivot Stickfigure Animator.


this is what i brought you, this you can keep.
this is what i brought, you may forget me.
i promise to depart, just promise one thing...
kiss my eyes and lay me to sleep.

Offline

 

#13 2008-02-26 19:47:13

Heybrian
Scratcher
Registered: 2007-12-05
Posts: 100+

Re: HOW. DO. THEY. DO. THAT????????????

yeah. joints. Same thing as wigets? one triggeres another?


Black Mesa. go here to get a game 10 times better than SN or FW.  http://scratch.mit.edu/galleries/view/10650
Smiley! copy and paste these into your post or signature!  smile   sad    yikes                 big_smile     wink    tongue    hmm    neutral   cool   lol   mad   roll

Offline

 

#14 2008-02-26 19:49:00

FPSFelix
Scratcher
Registered: 2008-02-06
Posts: 100+

Re: HOW. DO. THEY. DO. THAT????????????

yeah, have you tried Pivot?
it kind of is what they do, but with master chief in 3D


this is what i brought you, this you can keep.
this is what i brought, you may forget me.
i promise to depart, just promise one thing...
kiss my eyes and lay me to sleep.

Offline

 

#15 2008-02-26 19:59:12

Heybrian
Scratcher
Registered: 2007-12-05
Posts: 100+

Re: HOW. DO. THEY. DO. THAT????????????

all i know is master chief moves and has so many move combos that if i programmed that i would kill myselve


Black Mesa. go here to get a game 10 times better than SN or FW.  http://scratch.mit.edu/galleries/view/10650
Smiley! copy and paste these into your post or signature!  smile   sad    yikes                 big_smile     wink    tongue    hmm    neutral   cool   lol   mad   roll

Offline

 

#16 2008-02-26 20:01:18

FPSFelix
Scratcher
Registered: 2008-02-06
Posts: 100+

Re: HOW. DO. THEY. DO. THAT????????????

their GUI's are meant for really repetitive stuff anyway.
besides, you'd get paid.


this is what i brought you, this you can keep.
this is what i brought, you may forget me.
i promise to depart, just promise one thing...
kiss my eyes and lay me to sleep.

Offline

 

#17 2008-02-26 20:49:02

Heybrian
Scratcher
Registered: 2007-12-05
Posts: 100+

Re: HOW. DO. THEY. DO. THAT????????????

probably paid a thousand bucks a day. or maybe even an hour! i lvoe his death screams. sometiumes he sounds japanease. WOAHHHHHHHHHHHHHHHHHHHHHHHHB!


Black Mesa. go here to get a game 10 times better than SN or FW.  http://scratch.mit.edu/galleries/view/10650
Smiley! copy and paste these into your post or signature!  smile   sad    yikes                 big_smile     wink    tongue    hmm    neutral   cool   lol   mad   roll

Offline

 

#18 2008-02-26 20:56:15

FPSFelix
Scratcher
Registered: 2008-02-06
Posts: 100+

Re: HOW. DO. THEY. DO. THAT????????????

no, actually, game programmers arent paid that well.
Even in Bungie.
do you think a new scratch version should have a better GUI?
or at least simpler implementation of this one?


this is what i brought you, this you can keep.
this is what i brought, you may forget me.
i promise to depart, just promise one thing...
kiss my eyes and lay me to sleep.

Offline

 

#19 2008-02-26 21:01:24

archmage
Scratcher
Registered: 2007-05-18
Posts: 1000+

Re: HOW. DO. THEY. DO. THAT????????????

People who are lead programmers probably get paid more than most of the lower down programmers. There are also many different types of jobs involved with the development of games.

I found this site that says the average salary of people in the video game industry. http://www.animationarena.com/video-game-salary.html


Hi, I am Archmage coder extraordinaire. I do Scratch,pascal,java,php,html, AS2 and AS3. Leave me a message if you want coding advice. Also check out my personal website, lots of good stuff about web development, Flash, and Scratch (v1 and v2) !

Offline

 

#20 2008-02-26 21:05:10

FPSFelix
Scratcher
Registered: 2008-02-06
Posts: 100+

Re: HOW. DO. THEY. DO. THAT????????????

yeah.
pretty much anyone in the credits for programming has it good.
i was talking about the guys lower down on the food chain.
does anyone even know what i mean by GUI???


this is what i brought you, this you can keep.
this is what i brought, you may forget me.
i promise to depart, just promise one thing...
kiss my eyes and lay me to sleep.

Offline

 

#21 2008-02-26 21:22:25

archmage
Scratcher
Registered: 2007-05-18
Posts: 1000+

Re: HOW. DO. THEY. DO. THAT????????????

GUI = graphical user interface


Hi, I am Archmage coder extraordinaire. I do Scratch,pascal,java,php,html, AS2 and AS3. Leave me a message if you want coding advice. Also check out my personal website, lots of good stuff about web development, Flash, and Scratch (v1 and v2) !

Offline

 

#22 2008-02-26 21:31:37

FPSFelix
Scratcher
Registered: 2008-02-06
Posts: 100+

Re: HOW. DO. THEY. DO. THAT????????????

good, at least someone knows.
do you think Scratch's is good or bad?


this is what i brought you, this you can keep.
this is what i brought, you may forget me.
i promise to depart, just promise one thing...
kiss my eyes and lay me to sleep.

Offline

 

#23 2008-02-26 21:53:53

archmage
Scratcher
Registered: 2007-05-18
Posts: 1000+

Re: HOW. DO. THEY. DO. THAT????????????

It's decent, but it has lots of room for improvement. One thing I would really like to see would be the ability to compress some of the windows.


Hi, I am Archmage coder extraordinaire. I do Scratch,pascal,java,php,html, AS2 and AS3. Leave me a message if you want coding advice. Also check out my personal website, lots of good stuff about web development, Flash, and Scratch (v1 and v2) !

Offline

 

#24 2008-02-26 22:00:59

Heybrian
Scratcher
Registered: 2007-12-05
Posts: 100+

Re: HOW. DO. THEY. DO. THAT????????????

well, i think this is over the limits, but it would be cool buildning a place and play in it like halo 3 or shadowrun. like maps.


Black Mesa. go here to get a game 10 times better than SN or FW.  http://scratch.mit.edu/galleries/view/10650
Smiley! copy and paste these into your post or signature!  smile   sad    yikes                 big_smile     wink    tongue    hmm    neutral   cool   lol   mad   roll

Offline

 

#25 2008-02-26 23:04:28

FPSFelix
Scratcher
Registered: 2008-02-06
Posts: 100+

Re: HOW. DO. THEY. DO. THAT????????????

yeah, that would be hard.
(you have a 360? PS3 all the way!)


this is what i brought you, this you can keep.
this is what i brought, you may forget me.
i promise to depart, just promise one thing...
kiss my eyes and lay me to sleep.

Offline

 

Board footer