Author Topic: 3D Tunnel - AnOther Racer3D variant  (Read 4660 times)

0 Members and 1 Guest are viewing this topic.

Offline aeTIos

  • Nonbinary computing specialist
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3915
  • Rating: +184/-32
    • View Profile
    • wank.party
3D Tunnel - AnOther Racer3D variant
« on: November 12, 2010, 08:17:48 am »
Hello,

I was working on my project Space Impact, and I thought: Lets make a little fun game, so I downloaded the source of RACER3D and modded it into a tunnel game.
I modded the color, the sprite,  added grayscale, and some more fun.
Its not finished now, going to continue this :)

posted Source, just compile it ;D

any suggestions? post it!

1 known bug:
if you reach a score above ~1200, at the side of the screen appear white lines.I try to fix that.



« Last Edit: November 12, 2010, 08:20:53 am by aeTIos »
I'm not a nerd but I pretend:

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: 3D Tunnel - AnOther Racer3D variant
« Reply #1 on: November 12, 2010, 09:41:59 am »
Nice, but your files definitively have some problems. I had to open it in SourceCoder then save the unedited code to 8xp with SC2 then send to Wabbitemu to get it to send. Otherwise, nothing would show up in the PRGM menu.

I tried it and it looks very nice. Is it me or did it seem faster? Hopefully you can fix the line issue soon. :)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: 3D Tunnel - AnOther Racer3D variant
« Reply #2 on: November 12, 2010, 10:05:00 am »
Hah, someone with my ideas too ;)

I will be editing more examples after Racer3D. aeTIos, maybe we could edit all of them and make them better together?
Just a suggestion, but would be very cool!

Offline kindermoumoute

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 836
  • Rating: +54/-3
    • View Profile
Re: 3D Tunnel - AnOther Racer3D variant
« Reply #3 on: November 12, 2010, 10:19:08 am »
Pretty game, but as you say, there is a bug :
Projects :

Worms armageddon z80 :
- smoothscrolling Pixelmapping : 100%
- Map editor : 80%
- Game System : 0%

Tutoriel français sur l'Axe Parser
- 1ère partie : en ligne.
- 2ème partie : en ligne.
- 3ème partie : en ligne.
- 4ème partie : 10%
- Annexe : 100%

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: 3D Tunnel - AnOther Racer3D variant
« Reply #4 on: November 12, 2010, 10:22:53 am »

The bug is weird, any idea why it happens?

The background is AWESOME
« Last Edit: November 12, 2010, 10:41:21 am by ScoutDavid »

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: 3D Tunnel - AnOther Racer3D variant
« Reply #5 on: November 12, 2010, 10:41:56 pm »
That looks great!

btw, why was the Scout post above me rated down?  (I fixed it.  ;))

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 AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: 3D Tunnel - AnOther Racer3D variant
« Reply #6 on: November 12, 2010, 10:51:30 pm »
The bug is weird, any idea why it happens?

It looks like the Horizontal command is being used to rotate the field, which would explain the bug.
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline MRide

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 711
  • Rating: +14/-0
  • You can't see this.
    • View Profile
Re: 3D Tunnel - AnOther Racer3D variant
« Reply #7 on: November 12, 2010, 11:02:47 pm »
The bug is weird, any idea why it happens?

It looks like the Horizontal command is being used to rotate the field, which would explain the bug.
Yeah, you probably moved too far right or left.