I took the liberty of adding music, hiding the default cursor, and making the health bar fade from green to red.
You should still add:
- Some kind of ground texture
- Make the player move a bit faster (imo)
- At the same time the danger music starts playing, do something like in CoD4 when you're health is low, you know, with red fading and stuff.
The music raises the file size above 512 KiB, so download here: http://errur.com/f/Download.php?id=239
Zombie Apocalypse! D:
- Dr. Magnusson
- Prole
- Posts: 22
- Joined: Sun Jul 20, 2008 6:10 pm
Re: Zombie Apocalypse! D:
Although I can't see why it should be a problem, as you never claimed that it was all your work, and stated that it was only an edit, but it's still a pretty good idea to ask the original author before you go ahead and upload modifications and release them. I'm sure it won't be a problem though.
- SamPerson12345
- Prole
- Posts: 41
- Joined: Sat Aug 30, 2008 5:35 pm
Re: Zombie Apocalypse! D:
This isn't a modification of anything. All of the work is mine except for the bullet collision, which was given to me in a help thread I made. Wrong thread?Dr. Magnusson wrote:Although I can't see why it should be a problem, as you never claimed that it was all your work, and stated that it was only an edit, but it's still a pretty good idea to ask the original author before you go ahead and upload modifications and release them. I'm sure it won't be a problem though.
Re: Zombie Apocalypse! D:
SamPerson12345, I am pretty sure Dr. Magnusson was talking to TheLinxSamPerson12345 wrote:This isn't a modification of anything. All of the work is mine except for the bullet collision, which was given to me in a help thread I made. Wrong thread?Dr. Magnusson wrote:Although I can't see why it should be a problem, as you never claimed that it was all your work, and stated that it was only an edit, but it's still a pretty good idea to ask the original author before you go ahead and upload modifications and release them. I'm sure it won't be a problem though.
- SamPerson12345
- Prole
- Posts: 41
- Joined: Sat Aug 30, 2008 5:35 pm
Re: Zombie Apocalypse! D:
oh durr, I wasn't paying attention.aqeeliz wrote:SamPerson12345, I am pretty sure Dr. Magnusson was talking to TheLinxSamPerson12345 wrote:This isn't a modification of anything. All of the work is mine except for the bullet collision, which was given to me in a help thread I made. Wrong thread?Dr. Magnusson wrote:Although I can't see why it should be a problem, as you never claimed that it was all your work, and stated that it was only an edit, but it's still a pretty good idea to ask the original author before you go ahead and upload modifications and release them. I'm sure it won't be a problem though.
- Dr. Magnusson
- Prole
- Posts: 22
- Joined: Sun Jul 20, 2008 6:10 pm
Re: Zombie Apocalypse! D:
Sorry for being vague SamPerson, my message was indeed directed at TheLinx. I'm the owner of Errur.com, the website he uploaded it to. I just wanted to know if you were okay with it, or if I should take it down.
- SamPerson12345
- Prole
- Posts: 41
- Joined: Sat Aug 30, 2008 5:35 pm
Re: Zombie Apocalypse! D:
It's okay, you can keep it up.Dr. Magnusson wrote:Sorry for being vague SamPerson, my message was indeed directed at TheLinx. I'm the owner of Errur.com, the website he uploaded it to. I just wanted to know if you were okay with it, or if I should take it down.
- bartbes
- Sex machine
- Posts: 4946
- Joined: Fri Aug 29, 2008 10:35 am
- Location: The Netherlands
- Contact:
Re: Zombie Apocalypse! D:
I was playing around with it, and noticed the difficulty variable. After looking some more I found it increases once the timer has got exactly 30 seconds.
However, as this (almost) never happens, this doesn't do anything, I think you meant:
Code: Select all
if diffup == 30 then
Code: Select all
if diffup < 30 then
- SamPerson12345
- Prole
- Posts: 41
- Joined: Sat Aug 30, 2008 5:35 pm
Re: Zombie Apocalypse! D:
Oh wow, Thanks! I was wondering why that wasn't working properly. I've really got to proof read my code more thoroughly.bartbes wrote:I was playing around with it, and noticed the difficulty variable. After looking some more I found it increases once the timer has got exactly 30 seconds.However, as this (almost) never happens, this doesn't do anything, I think you meant:Code: Select all
if diffup == 30 then
Code: Select all
if diffup < 30 then
Who is online
Users browsing this forum: No registered users and 2 guests