Zombie Buster 1.41.1
Zombie Buster 1.41.1
Hi everybody,
This "Zombie Buster" as I've called it is pretty much a first person shooter.It has 9 levels plus a cheesy tutorial, some
brain-dead zombies and other stuff...
The game is free and open-source and you can download it from my site ( you can also find some screenshots there ):
http://crgames.elementfx.com
In the making of it I have used:
-irrlicht 1.7.1
-irrai 0.5
-irrklang 1.3.0
While working at this game i have made my own models, textures and even sounds, so it took a lot longer than I've
expected to get it done...anyway...it is finished, so please tell me your opinions about it .
Note that the game has an installer, so if you want to play it you'll have to install it first ,
and more info can be found in the readme that comes with the game.
You can also download the installer, precompiled game archive and source code from the google docs links below:
installer:
https://docs.google.com/file/d/0B25OAju ... sp=sharing
game archive:
https://docs.google.com/file/d/0B25OAju ... sp=sharing
source code:
https://docs.google.com/file/d/0B25OAju ... sp=sharing
**This 1.41.1 version's biggest change is a fix of that pesky "flower pot" crash.
Cheers guys!!
This "Zombie Buster" as I've called it is pretty much a first person shooter.It has 9 levels plus a cheesy tutorial, some
brain-dead zombies and other stuff...
The game is free and open-source and you can download it from my site ( you can also find some screenshots there ):
http://crgames.elementfx.com
In the making of it I have used:
-irrlicht 1.7.1
-irrai 0.5
-irrklang 1.3.0
While working at this game i have made my own models, textures and even sounds, so it took a lot longer than I've
expected to get it done...anyway...it is finished, so please tell me your opinions about it .
Note that the game has an installer, so if you want to play it you'll have to install it first ,
and more info can be found in the readme that comes with the game.
You can also download the installer, precompiled game archive and source code from the google docs links below:
installer:
https://docs.google.com/file/d/0B25OAju ... sp=sharing
game archive:
https://docs.google.com/file/d/0B25OAju ... sp=sharing
source code:
https://docs.google.com/file/d/0B25OAju ... sp=sharing
**This 1.41.1 version's biggest change is a fix of that pesky "flower pot" crash.
Cheers guys!!
Last edited by JetLi88 on Tue Feb 19, 2013 8:20 pm, edited 3 times in total.
Re: Zombie Buster 1.41 final
Did you build it as Release configuration? Because i got this:
edit: Ok. I have rebuild everything from source and got it running.
You got some offset issue from mouse position. I have uploaded video that shows what i mean:
http://youtu.be/gHEp7KtFxXE
Forgat to say congrats on your work so far.
edit: Ok. I have rebuild everything from source and got it running.
You got some offset issue from mouse position. I have uploaded video that shows what i mean:
http://youtu.be/gHEp7KtFxXE
Forgat to say congrats on your work so far.
Re: Zombie Buster 1.41 final
Actually no, I've build it as debug.
About that offset from mouse pos issue...I've noticed it too, but I'm just too lazy to fix it .
Thanks for the observations and good luck with your project.
About that offset from mouse pos issue...I've noticed it too, but I'm just too lazy to fix it .
Thanks for the observations and good luck with your project.
-
- Posts: 1010
- Joined: Mon Oct 24, 2011 10:03 pm
- Location: 0x45 61 72 74 68 2c 20 69 6e 20 74 68 65 20 73 6f 6c 20 73 79 73 74 65 6d
Re: Zombie Buster 1.41 final
interesting... any screenies?
"this is not the bottleneck you are looking for"
Re: Zombie Buster 1.41 final
Hello again,
I'm happy to announce that site is working again ( there was a server issue but everything works now ), so here you go:
http://crgames.elementfx.com/
Also, I've fixed the mouse issue ( only in the menu ), and I'll add some pics shortly....
I'm happy to announce that site is working again ( there was a server issue but everything works now ), so here you go:
http://crgames.elementfx.com/
Also, I've fixed the mouse issue ( only in the menu ), and I'll add some pics shortly....
Last edited by JetLi88 on Tue Dec 04, 2012 12:14 am, edited 2 times in total.
Re: Zombie Buster 1.41 final
Here are some screenshots of the game:
Re: Zombie Buster 1.41 final
those last screens remind me of one of the old Timesplitters game
keep it up
keep it up
Re: Zombie Buster 1.41 final
I got the same error... How can I fix it without recompiling the source?belfegor wrote:Did you build it as Release configuration? Because i got this:
edit: Ok. I have rebuild everything from source and got it running.
You got some offset issue from mouse position. I have uploaded video that shows what i mean:
http://youtu.be/gHEp7KtFxXE
Forgat to say congrats on your work so far.
programmer is bad designer
designer is bad programmer
designer is bad programmer
Re: Zombie Buster 1.41 final
Hi, as far as I know that error has something to do with the redistributables...but I've also provided an
archive of the game, you can just unrar it ( no installation needed ) and it should work.
archive of the game, you can just unrar it ( no installation needed ) and it should work.
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
Re: Zombie Buster 1.41 final
You cannot distribute debug builds. The debug libs are only part of the compiler suite, and you're not allowed to re-distribute them. Simply provide release builds.
Re: Zombie Buster 1.41 final
I got the error with the rar version tooJetLi88 wrote:Hi, as far as I know that error has something to do with the redistributables...but I've also provided an
archive of the game, you can just unrar it ( no installation needed ) and it should work.
programmer is bad designer
designer is bad programmer
designer is bad programmer
Re: Zombie Buster 1.41 final
Hey,
I have replaced both the installer and the rar, please tell me if are there still any problems and I have to
admit that I didn't pay any attention until now if the build was on release or debug....so...sorry
I have replaced both the installer and the rar, please tell me if are there still any problems and I have to
admit that I didn't pay any attention until now if the build was on release or debug....so...sorry
Re: Zombie Buster 1.41 final
When I shoot the flower pot the game crashes.
Re: Zombie Buster 1.41 final
Yeah, it may crash every now and then but I'm working on it...