Author Topic: My Nspire contest entry - nZombie - a zombie FPS game  (Read 14899 times)

0 Members and 1 Guest are viewing this topic.

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
My Nspire contest entry - nZombie - a zombie FPS game
« on: June 18, 2011, 12:59:40 pm »
I have finally decided on what I am going to do for the contest. First, I was going to finish up indestructotank. Then, I changed my mind to a mode 7 racing game. Finally I've settled on a zombie first person shooter game. It will use a wolfenstein style raycasting engine, so just square blocks for walls that are all the same height (I would make it fancier, but it would get too slow). If you've ever played Nazi zombies, it will be somewhat similar to that, surviving rounds of zombies that spawn in the map, while being able to upgrade your weapon and possibly unlock new areas. Of course, being myself, I may change my mind again.

EDIT: First screenshot of the raycasting engine!
http://i.imgur.com/OYEwA.png
My fixed point multiplly and divide are really failing right now :P
« Last Edit: August 15, 2011, 04:43:17 pm by t0xic_kitt3n »

SirCmpwn

  • Guest
Re: My Nspire contest entry-zombie fps game
« Reply #1 on: June 18, 2011, 02:27:44 pm »
Wow, sounds great!  I look forward to it.

Offline leafy

  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1554
  • Rating: +475/-97
  • Seizon senryakuuuu!
    • View Profile
    • keff.me
Re: My Nspire contest entry-zombie fps game
« Reply #2 on: June 18, 2011, 02:32:03 pm »
DON'T CHANGE YOUR MIND I WOULD LOVE THIS. ^^
In-progress: Graviter (...)

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: My Nspire contest entry - Zombie FPS game
« Reply #3 on: July 07, 2011, 07:45:50 pm »
Screw fixed point.  :mad:
I actually have something I can show now  ;D
I still need to figure out why I can't display anything below the height of those two black lines you can see, though, and I also get a lot of graphical glitches. Right now, the raycasting engine is running at a full 320x240 resolution, I am most likely going to have to only raycast every other column of the screen for the final product due to speed issues, though, and I will take away some vertical resolution for the HUD. Next on my agenda is fixing those problems I mentioned above, then adding textures, then I can actually add zombies!
EDIT: New screenshot, I fixed the not drawing to the whole screen issue, and I changed up the color scheme.
« Last Edit: July 07, 2011, 09:56:19 pm by t0xic_kitt3n »

Offline yunhua98

  • You won't this read sentence right.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2718
  • Rating: +214/-12
  • Go take a dive in the River Lethe.
    • View Profile
Re: My Nspire contest entry - Zombie FPS game
« Reply #4 on: July 08, 2011, 10:29:22 am »
wow sweet.  Those screenies are great!

Spoiler For =====My Projects=====:
Minor setback due to code messing up.  On hold for Contest.
<hr>
On hold for Contest.


Spoiler For ===Staff Memberships===:






Have you seen any good news-worthy programs/events?  If so, PM me with an article to be included in the next issue of CGPN!
The Game is only a demo, the code that allows one to win hasn't been done.
To paraphrase Oedipus, Hamlet, Lear, and all those guys, "I wish I had known this some time ago."
Signature Last Updated: 12/26/11
<hr>

Offline Spyro543

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1189
  • Rating: +74/-3
    • View Profile
Re: My Nspire contest entry - Zombie FPS game
« Reply #5 on: July 08, 2011, 10:51:34 am »
I want download link!!!1!!! Does it support moving around yet?

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
Re: My Nspire contest entry - Zombie FPS game
« Reply #6 on: July 08, 2011, 11:01:31 am »
He can't provide the link because its his contest entry. You will have to wait a bit :)

Offline Levak

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1002
  • Rating: +208/-39
    • View Profile
    • My website
Re: My Nspire contest entry - Zombie FPS game
« Reply #7 on: July 08, 2011, 11:15:22 am »
He can't provide the link because its his contest entry. You will have to wait a bit :)

I think it is the reason why he wants the link :p
I do not get mad at people, I just want them to learn the way I learnt.
My website - TI-Planet - iNspired-Lua

Offline pianoman

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 426
  • Rating: +24/-0
  • ♪♫ ♪♫ ♪♫ ♪♫ ♪♫ ♪♫ ♪♫
    • View Profile
Re: My Nspire contest entry - Zombie FPS game
« Reply #8 on: July 08, 2011, 12:11:13 pm »
That. Is. Incredible!
I can't wait until it comes out!

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: My Nspire contest entry - Zombie FPS game
« Reply #9 on: July 08, 2011, 12:36:36 pm »
He can't provide the link because its his contest entry. You will have to wait a bit :)

I think it is the reason why he wants the link :p

^ Less competition, eh?

Screw fixed point.  :mad:
I actually have something I can show now  ;D
I still need to figure out why I can't display anything below the height of those two black lines you can see, though, and I also get a lot of graphical glitches. Right now, the raycasting engine is running at a full 320x240 resolution, I am most likely going to have to only raycast every other column of the screen for the final product due to speed issues, though, and I will take away some vertical resolution for the HUD. Next on my agenda is fixing those problems I mentioned above, then adding textures, then I can actually add zombies!
EDIT: New screenshot, I fixed the not drawing to the whole screen issue, and I changed up the color scheme.

Looking amazing already. Looking forward to what you'll have by August 15th! :D




Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: My Nspire contest entry - Zombie FPS game
« Reply #10 on: July 08, 2011, 01:25:01 pm »
I just realized, this is still running at 90mhz, or whatever the default clock speed is in OS 2.0.1. So if I must, I can always overclock to 150mhz, but I'm going to try not to necessitate that.

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: My Nspire contest entry - Zombie FPS game
« Reply #11 on: July 09, 2011, 05:54:40 pm »
Update: I added render fog, along with limiting the distance the ray can be cast, so that maps which do not have a full border along the edge do not cause the engine to cast rays forever and freeze. (now that I think about it, it will just cast rays into other areas of the calc's memory, and that will look weird.) Personally, I think the fog looks ugly, especially because the color borders "move" with the camera, but it may not look as bad on actual hardware, or with textures.
« Last Edit: July 09, 2011, 05:56:33 pm by t0xic_kitt3n »

Offline leafy

  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1554
  • Rating: +475/-97
  • Seizon senryakuuuu!
    • View Profile
    • keff.me
Re: My Nspire contest entry - Zombie FPS game
« Reply #12 on: July 09, 2011, 05:58:46 pm »
If you look at old games the fog looks like that anyways. I think it looks awesome - maybe add a floor, with a bit of texturing along the walls? I'd still make zombies the first priority though - and guns >:)
In-progress: Graviter (...)

Offline fb39ca4

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1749
  • Rating: +60/-3
    • View Profile
Re: My Nspire contest entry - Zombie FPS game
« Reply #13 on: July 09, 2011, 06:04:04 pm »
If you look at old games the fog looks like that anyways. I think it looks awesome - maybe add a floor, with a bit of texturing along the walls? I'd still make zombies the first priority though - and guns >:)
Right now, I am just trying to get the raycasting working fully, I still get graphical glitches. I will definitely include wall textures, though I don't know about the floor, as stuff has to be calculated per-pixel instead of per column. I can have a solid color floor that is a different color from the ceiling/sky quite easily though.

Oh, and I just realized the calc crashes when I exit the program, so I have to fix that, or people are going to be very annoyed when they go play my game, the calc crashes, and all the work in their unsaved document is lost.
« Last Edit: July 09, 2011, 06:11:44 pm by t0xic_kitt3n »

Offline Levak

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1002
  • Rating: +208/-39
    • View Profile
    • My website
Re: My Nspire contest entry - Zombie FPS game
« Reply #14 on: July 09, 2011, 06:28:08 pm »
Or people are going to be very annoyed when they go play my game, the calc crashes, and all the work in their unsaved document is lost.

Obviously, you have to save the document before switch to another document. So nothing will be lost, except time to reboot.
« Last Edit: July 09, 2011, 06:29:59 pm by Levak »
I do not get mad at people, I just want them to learn the way I learnt.
My website - TI-Planet - iNspired-Lua