Static Creations
Would you like to react to this message? Create an account in a few clicks or log in to continue.


All your gaming needs.
 
HomeSearchLatest imagesRegisterLog in

 

 (DO NOT delete) Zombie Apocolypse

Go down 
5 posters
AuthorMessage
Ocira49Static
Employee
Ocira49Static


Posts : 226
Join date : 2008-11-30
Age : 29

(DO NOT delete) Zombie Apocolypse Empty
PostSubject: (DO NOT delete) Zombie Apocolypse   (DO NOT delete) Zombie Apocolypse I_icon_minitimeFri Jul 10, 2009 10:39 am

Okay this is a game I am making for Static-Creations, I will inform you how it is going, check out the CIP game ( Curently in progress )

Zombie Apocolpyse Via Ocira

(DO NOT delete) Zombie Apocolypse 110
Back to top Go down
Blackhawk77gStatic
Member
Blackhawk77gStatic


Posts : 225
Join date : 2008-12-23
Age : 27

(DO NOT delete) Zombie Apocolypse Empty
PostSubject: Cool   (DO NOT delete) Zombie Apocolypse I_icon_minitimeFri Jul 10, 2009 11:47 pm

I played it. I beat it lol. It needs better zombie graphics (there kind of blurry and lol there stacked layers) and maybe a more detailed story line. Maybe even windows and buildings to hide in.
Back to top Go down
Ocira49Static
Employee
Ocira49Static


Posts : 226
Join date : 2008-11-30
Age : 29

(DO NOT delete) Zombie Apocolypse Empty
PostSubject: Re: (DO NOT delete) Zombie Apocolypse   (DO NOT delete) Zombie Apocolypse I_icon_minitimeSat Jul 11, 2009 9:52 am

lol i told you dude, work in progress, and im not good with models
Back to top Go down
jcoc611static
Employee
jcoc611static


Posts : 388
Join date : 2008-11-29
Age : 27

(DO NOT delete) Zombie Apocolypse Empty
PostSubject: Re: (DO NOT delete) Zombie Apocolypse   (DO NOT delete) Zombie Apocolypse I_icon_minitimeSat Jul 11, 2009 9:54 am

Ocira49Static wrote:
lol i told you dude, work in progress, and im not good with models
its a great game! maybe little vids showing the story would make it a perfect game Razz
Back to top Go down
http://www.static-creations.co.cc
Ocira49Static
Employee
Ocira49Static


Posts : 226
Join date : 2008-11-30
Age : 29

(DO NOT delete) Zombie Apocolypse Empty
PostSubject: Re: (DO NOT delete) Zombie Apocolypse   (DO NOT delete) Zombie Apocolypse I_icon_minitimeSat Jul 11, 2009 9:55 am

yeah Smile
Back to top Go down
Blackhawk77gStatic
Member
Blackhawk77gStatic


Posts : 225
Join date : 2008-12-23
Age : 27

(DO NOT delete) Zombie Apocolypse Empty
PostSubject: Ok then   (DO NOT delete) Zombie Apocolypse I_icon_minitimeSat Jul 11, 2009 1:08 pm

So why not make them explode when you kill them? Also its good for a work in progress.
Back to top Go down
Ocira49Static
Employee
Ocira49Static


Posts : 226
Join date : 2008-11-30
Age : 29

(DO NOT delete) Zombie Apocolypse Empty
PostSubject: Re: (DO NOT delete) Zombie Apocolypse   (DO NOT delete) Zombie Apocolypse I_icon_minitimeSat Jul 11, 2009 6:59 pm

well i tried but it just becomes transparent in the wall, i was like WTH!!! so I dont know I updated it though
Back to top Go down
Jacicstatic
Employee



Posts : 279
Join date : 2008-11-29
Age : 29

(DO NOT delete) Zombie Apocolypse Empty
PostSubject: Re: (DO NOT delete) Zombie Apocolypse   (DO NOT delete) Zombie Apocolypse I_icon_minitimeMon Jul 13, 2009 6:23 am

Not bad for a WIP, but it needs some new zombie sprites, like was already said. I rated it 3/5.
Back to top Go down
Ocira49Static
Employee
Ocira49Static


Posts : 226
Join date : 2008-11-30
Age : 29

(DO NOT delete) Zombie Apocolypse Empty
PostSubject: Re: (DO NOT delete) Zombie Apocolypse   (DO NOT delete) Zombie Apocolypse I_icon_minitimeMon Jul 13, 2009 11:08 am

okay I updated it a little bit, in two days I will give you the update link
Back to top Go down
jcoc611static
Employee
jcoc611static


Posts : 388
Join date : 2008-11-29
Age : 27

(DO NOT delete) Zombie Apocolypse Empty
PostSubject: Re: (DO NOT delete) Zombie Apocolypse   (DO NOT delete) Zombie Apocolypse I_icon_minitimeMon Jul 13, 2009 7:40 pm

Ocira49Static wrote:
okay I updated it a little bit, in two days I will give you the update link
sounds good
Back to top Go down
http://www.static-creations.co.cc
Ocira49Static
Employee
Ocira49Static


Posts : 226
Join date : 2008-11-30
Age : 29

(DO NOT delete) Zombie Apocolypse Empty
PostSubject: Re: (DO NOT delete) Zombie Apocolypse   (DO NOT delete) Zombie Apocolypse I_icon_minitimeMon Jul 13, 2009 10:29 pm

yup here is what i will be adding and updating:

better HUD
new healthbar
ammo(can still shoot after reached zero) HELP - here is the code i used

if score = 0 then can_shoot = false; //HELP

Also added Better zombie
New explosions
new sounds
background music
windows
and more!
Back to top Go down
jcoc611static
Employee
jcoc611static


Posts : 388
Join date : 2008-11-29
Age : 27

(DO NOT delete) Zombie Apocolypse Empty
PostSubject: Re: (DO NOT delete) Zombie Apocolypse   (DO NOT delete) Zombie Apocolypse I_icon_minitimeTue Jul 14, 2009 8:07 am

Ocira49Static wrote:
yup here is what i will be adding and updating:

better HUD
new healthbar
ammo(can still shoot after reached zero) HELP - here is the code i used

if score = 0 then can_shoot = false; //HELP

Also added Better zombie
New explosions
new sounds
background music
windows
and more!
tha variable score is for ammo?
Code:
if (ammo==0){
    can_shoot = false;
}

oh also: all this code (^^only this one^^) has to be part of a step event in the object that shoots.
Code:
if (can_shoot){
    //shoot!!!
}else{
    //maybe play no-ammo sound??
}
Back to top Go down
http://www.static-creations.co.cc
Ocira49Static
Employee
Ocira49Static


Posts : 226
Join date : 2008-11-30
Age : 29

(DO NOT delete) Zombie Apocolypse Empty
PostSubject: Re: (DO NOT delete) Zombie Apocolypse   (DO NOT delete) Zombie Apocolypse I_icon_minitimeTue Jul 14, 2009 8:24 pm

thanks man troubles out of the way lol

okay also reloading I have a code but it does not work [as obviously]
Back to top Go down
Jacicstatic
Employee



Posts : 279
Join date : 2008-11-29
Age : 29

(DO NOT delete) Zombie Apocolypse Empty
PostSubject: Re: (DO NOT delete) Zombie Apocolypse   (DO NOT delete) Zombie Apocolypse I_icon_minitimeWed Jul 15, 2009 8:10 am

I might be able to help if you posted the non-working code.
Back to top Go down
Ocira49Static
Employee
Ocira49Static


Posts : 226
Join date : 2008-11-30
Age : 29

(DO NOT delete) Zombie Apocolypse Empty
PostSubject: Re: (DO NOT delete) Zombie Apocolypse   (DO NOT delete) Zombie Apocolypse I_icon_minitimeWed Jul 15, 2009 11:18 am

okay here I cant find any code to begin with so I dont know what to do, I want the reload when at ammo 0 to be R and then it reloads to 30 (I changed ammo to 30).
Back to top Go down
jcoc611static
Employee
jcoc611static


Posts : 388
Join date : 2008-11-29
Age : 27

(DO NOT delete) Zombie Apocolypse Empty
PostSubject: Re: (DO NOT delete) Zombie Apocolypse   (DO NOT delete) Zombie Apocolypse I_icon_minitimeWed Jul 15, 2009 4:46 pm

Ocira49Static wrote:
okay here I cant find any code to begin with so I dont know what to do, I want the reload when at ammo 0 to be R and then it reloads to 30 (I changed ammo to 30).
mmm..explain ur self better, also for what I understood I dont recomend using a variable for integrers and variables...I dont realy think im the right person to help you.

Just trying to help Smile
PS: I notice how Static Creations is dying but the forrum is still alive
Back to top Go down
http://www.static-creations.co.cc
Ocira49Static
Employee
Ocira49Static


Posts : 226
Join date : 2008-11-30
Age : 29

(DO NOT delete) Zombie Apocolypse Empty
PostSubject: Re: (DO NOT delete) Zombie Apocolypse   (DO NOT delete) Zombie Apocolypse I_icon_minitimeWed Jul 15, 2009 5:58 pm

i know right? here WAS the code

if (keyboard_check_press(vk_enter) then (score +=60);
Back to top Go down
Blackhawk77gStatic
Member
Blackhawk77gStatic


Posts : 225
Join date : 2008-12-23
Age : 27

(DO NOT delete) Zombie Apocolypse Empty
PostSubject: Why not make a recap on who is still here?   (DO NOT delete) Zombie Apocolypse I_icon_minitimeWed Jul 15, 2009 7:14 pm

Who is still here? Asign some jobs AND LETS GET SOME WORK D affraid NE. Everyone gets a task?
1 team finishes mini game madness
1 team works on dogs revolution
Then we can all work on our own games that we have made alone and help each other with them.
Back to top Go down
Jacicstatic
Employee



Posts : 279
Join date : 2008-11-29
Age : 29

(DO NOT delete) Zombie Apocolypse Empty
PostSubject: Re: (DO NOT delete) Zombie Apocolypse   (DO NOT delete) Zombie Apocolypse I_icon_minitimeMon Jul 20, 2009 11:40 am

I agree, but heres the code anyway:

{
if (ammo == 0) //if theres a variable called ammo
{
if (keyboard_check_press(vk_r))
{
ammo = 30;
}
}
}
Back to top Go down
Njstatic
Admin
Njstatic


Posts : 332
Join date : 2008-11-27

(DO NOT delete) Zombie Apocolypse Empty
PostSubject: Re: (DO NOT delete) Zombie Apocolypse   (DO NOT delete) Zombie Apocolypse I_icon_minitimeTue Jul 21, 2009 11:03 am

im gonna start finishing mini-games madness
Back to top Go down
https://static-creations.forumotion.com
jcoc611static
Employee
jcoc611static


Posts : 388
Join date : 2008-11-29
Age : 27

(DO NOT delete) Zombie Apocolypse Empty
PostSubject: Re: (DO NOT delete) Zombie Apocolypse   (DO NOT delete) Zombie Apocolypse I_icon_minitimeTue Jul 21, 2009 11:42 am

Njstatic wrote:
im gonna start finishing mini-games madness
yeah, I will keep working on the dashboard
Back to top Go down
http://www.static-creations.co.cc
Ocira49Static
Employee
Ocira49Static


Posts : 226
Join date : 2008-11-30
Age : 29

(DO NOT delete) Zombie Apocolypse Empty
PostSubject: Re: (DO NOT delete) Zombie Apocolypse   (DO NOT delete) Zombie Apocolypse I_icon_minitimeTue Jul 21, 2009 7:58 pm

okay well that code, thanks but there is no vk_r in the index, thats what it says
Back to top Go down
Sponsored content





(DO NOT delete) Zombie Apocolypse Empty
PostSubject: Re: (DO NOT delete) Zombie Apocolypse   (DO NOT delete) Zombie Apocolypse I_icon_minitime

Back to top Go down
 
(DO NOT delete) Zombie Apocolypse
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Static Creations :: Announcements-
Jump to: