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

#1 2011-02-20 23:15:40

PlayWithFire
Scratcher
Registered: 2010-01-20
Posts: 1000+

Infected

http://scratch.mit.edu/static/projects/PlayWithFire/1610180_sm.png

Infected is a Survival Horror Game that has just recently been anounced by DG Games.

It takes place in a zombie apocalypse set in a fictional land mass with various places to hide out, search for cures, or band together with other survivors to defend yourselves until the last zombie is dead.  The Game will have several locations such as;

-The City
-The Army Base
-Up North
-The Harbor
-The Town
-The Research Facility

In each of these sites you will be able to recruit survivors to join you on your quest to save the world.  The game also has a world clock, which means the longer you take to do things, the more zombies, and the less humans there will be, so be quick about gathering survivors, and find a place to stay before you become overrun! 
It's set to be released sometime in 2011, but we'll have more on that later.

You can view the Trailer for Infected by clicking Here

And you can view the latest updates for Infected Here

Last edited by PlayWithFire (2011-02-20 23:16:05)


http://scratch.mit.edu/static/projects/PlayWithFire/1610180_sm.png
Check out the DG Games Website For the latest news on games like Infected

Offline

 

#2 2011-02-21 21:21:41

soupoftomato
Scratcher
Registered: 2009-07-18
Posts: 1000+

Re: Infected

DGgamez is . . . alive?  yikes   yikes   yikes   yikes   yikes   yikes   yikes

LOl, bet they still think their the best, even thought any game with multiple people they make fails, while ones by one person always own.


I'm glad to think that the community will always be kind and helpful, the language will always be a fun and easy way to be introduced into programming, the motto will always be: Imagine, Program, Share - Nomolos

Offline

 

#3 2011-02-21 21:49:07

PlayWithFire
Scratcher
Registered: 2010-01-20
Posts: 1000+

Re: Infected

lol haha that's totally how we work.  it's like.  we try to make a group game but never get around to finishing, but our one player games are epic!  This one's a one player game so let's hope that in this instance it does work out.

and yes it's alive  smile , you should check out the website, it's been updated and has lots of info on our games and things like that.


http://scratch.mit.edu/static/projects/PlayWithFire/1610180_sm.png
Check out the DG Games Website For the latest news on games like Infected

Offline

 

#4 2011-02-22 23:08:17

PlayWithFire
Scratcher
Registered: 2010-01-20
Posts: 1000+

Re: Infected

Bump


http://scratch.mit.edu/static/projects/PlayWithFire/1610180_sm.png
Check out the DG Games Website For the latest news on games like Infected

Offline

 

#5 2011-02-24 17:49:09

svinnik
Scratcher
Registered: 2008-08-31
Posts: 1000+

Re: Infected

This is going to be awesome.


http://www.harkavagrant.com/msnpaint/rabies.jpg

Offline

 

#6 2011-02-24 18:57:05

PlayWithFire
Scratcher
Registered: 2010-01-20
Posts: 1000+

Re: Infected

Thanks!  I sure hope so!  i'm working on it as we speak  smile


http://scratch.mit.edu/static/projects/PlayWithFire/1610180_sm.png
Check out the DG Games Website For the latest news on games like Infected

Offline

 

#7 2011-02-24 20:05:00

PlayWithFire
Scratcher
Registered: 2010-01-20
Posts: 1000+

Re: Infected

Just an update for all of you: Update


http://scratch.mit.edu/static/projects/PlayWithFire/1610180_sm.png
Check out the DG Games Website For the latest news on games like Infected

Offline

 

#8 2011-02-24 20:07:10

fireball123
Scratcher
Registered: 2008-05-08
Posts: 1000+

Re: Infected

A little ambitious, the levels would have to be on different projects at least, and you would have to cut out the menu. So would this be like a roaming/squad based top down shooter, or is it side scrolling?

Also, saw the opening credits of Judgement day, it was impressive, but also impractical for actual use and it basically said ChaoticD made the project.

So I continue to wait for the actual game


I did it for the Lolz

Offline

 

#9 2011-02-24 20:23:10

PlayWithFire
Scratcher
Registered: 2010-01-20
Posts: 1000+

Re: Infected

Yes It's quite an ambitious project.  I was thinking about the benefits of splitting it up into several projects vs. keeping it all in one, and I knew that the benefits of keeping it in one project far outweighed the benefits of splitting it up.  But, would it be possible to keep it all in one at all?  So I asked myself, what could I do to make it run faster in just one project?  that's when I decided that it would be possible if I made sure to do a few things.

1. ensure that there are variations of zombies cosmetically, but not in any other way
2. make sure that everything is programmed 100% efficiently and using methods to reduce lag (such as only loading 3.17% of the map at a time.)
3. Limiting the total number of guns and recruitable survivors as well as amount of movable objects per location.
4. Only using one short song for the entire game (it's perfect  big_smile  )

Basically i'm keeping it manageable while still giving it that fun free roam zombie apocalypse feel to it.


http://scratch.mit.edu/static/projects/PlayWithFire/1610180_sm.png
Check out the DG Games Website For the latest news on games like Infected

Offline

 

#10 2011-02-24 20:31:49

fireball123
Scratcher
Registered: 2008-05-08
Posts: 1000+

Re: Infected

Programming it 100% efficiently is impossible... just to point that out
Second, I think having it running smoothly far outweighs having it all in one project, then you could make a better game by adding more variation to the engine

Just think about the game engine to start with...
Scrolling
Player controls
AI for squadmates
cut scenes
smart zombie spawning
zombie AI
weapons-pistol-shotgun-AR-sniper/battlerifle-grenade launcher-knife-exploding crossbow?
Then you need to make the levels (the worst part)
Also if you want a basic roaming sandbox...then good luck stuffing it into a single project


I did it for the Lolz

Offline

 

#11 2011-02-24 21:12:40

PlayWithFire
Scratcher
Registered: 2010-01-20
Posts: 1000+

Re: Infected

There's just no way i'd ever split it up.  It would get rid of the point of the game which is to be able to relive your zombie apocalypse plan and go where you want to go.

it has scrolling, player controls, ai for squadmates, and few cutscenes (just necessary ones, i don't like too many cutscenes)
it also has approximately 15 different weapons and a huge world.  the world simply only loads one city at a time and then only loads the parts you see on screen not the rest. 

it'll work, trust me.


http://scratch.mit.edu/static/projects/PlayWithFire/1610180_sm.png
Check out the DG Games Website For the latest news on games like Infected

Offline

 

#12 2011-02-24 22:08:41

fireball123
Scratcher
Registered: 2008-05-08
Posts: 1000+

Re: Infected

so what, on top of this you're generating random terrain?


I did it for the Lolz

Offline

 

#13 2011-02-24 22:51:11

PlayWithFire
Scratcher
Registered: 2010-01-20
Posts: 1000+

Re: Infected

it has borders and if you go out on the roads it'll bring you to the next city.


http://scratch.mit.edu/static/projects/PlayWithFire/1610180_sm.png
Check out the DG Games Website For the latest news on games like Infected

Offline

 

#14 2011-03-05 16:36:45

PlayWithFire
Scratcher
Registered: 2010-01-20
Posts: 1000+

Re: Infected

bump


http://scratch.mit.edu/static/projects/PlayWithFire/1610180_sm.png
Check out the DG Games Website For the latest news on games like Infected

Offline

 

Board footer