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

#1 2012-12-20 19:11:29

maxdoss
Scratcher
Registered: 2010-07-27
Posts: 1000+

Fps?

How can I make a First Person shooter game in scratch?


It's my birthday. Deal with it.

Offline

 

#2 2012-12-20 23:09:24

MoreGamesNow
Scratcher
Registered: 2009-10-12
Posts: 1000+

Re: Fps?

It would be exceedingly difficult to do and perhaps even impossible to make a true 3D first person shooter.  Certainly if it was possible the graphics would probably be extremely basic and/or consist of non-filled-in triangles.  If you want to make a first person shooter, I would suggest using software that is meant to make 3D games.


http://images2.layoutsparks.com/1/218929/rubiks-cube-animated-rotating.gif
"Cogito ergo sum" --  I think, therefore I am

Offline

 

#3 2012-12-21 10:16:49

Snowdrift
Scratcher
Registered: 2011-06-22
Posts: 500+

Re: Fps?

Let me bring up what I said earlier:

Snowdrift wrote:

Building a FPS isn't a basic procedure.
You've got rendering polygons, you have to write the BSP level, you have to load the hierarchical meshes, the shader code to render them with lighting and special effects, the code to load sound effects and music.
It's a pretty crazy build.

Offline

 

Board footer