Author Topic: SpeedX 3D  (Read 12769 times)

0 Members and 1 Guest are viewing this topic.

Offline Nick

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1166
  • Rating: +161/-3
  • You just got omnom'd
    • View Profile
    • Nick Steen
Re: SpeedX 3D
« Reply #15 on: December 27, 2011, 05:53:31 pm »
where can i find that game?

I'm quite proud to announce that the game has a serious development: 2 player mode!
i'm totally rewriting the script, because i used tables, and now i use classes, better, and much more readable..

by now you can only change number of players with the arrow keys (up and down), but this will be made in a menu
the keys to move are '^' and '4' for the upper player, '6' and '/' (divide sign) for the lower player..
so here's a screenie


i know it looks to fast and flashy, but the converter anly converts 10 secs or so, so i had to do it within that amount of time
« Last Edit: December 27, 2011, 05:54:04 pm by Nick »

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: SpeedX 3D
« Reply #16 on: December 27, 2011, 06:41:59 pm »
i don't get it.. could someone explain this to me:
I mean like in wireframe-3D. Seeing you use CHokosta Tiny3D engine, then you can achieve wireframe camera rotation, right?
Basically, wireframe 3D is drawing the shape, but without the textures or anything.  Just the edges, shown as lines.

EDIT: http://en.wikipedia.org/wiki/Wire-frame_model

EDIT2: Read the rest of the topic. :P
I wonder if it would be hard to make the camera view turn a bit when moving left and right to give a bigger impression of the 3D?
I think what he means is have the point of view rotate a bit, so it seems like you're turning into the other "lane" before righting out.  Think of how it would look if you were in a car quickly changing lanes on a highway, and you stared straight forward as the car turned.
« Last Edit: December 27, 2011, 06:53:34 pm by Darl181 »
Vy'o'us pleorsdti thl'e gjaemue

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: SpeedX 3D
« Reply #17 on: December 27, 2011, 07:05:07 pm »
Yeah kinda what Darl181 said. In old racing games, when you turned left and right on a straight road, the camera moved laterally instead of rotating like in newer racing games. I made a quick mockup of what I mean. Basically here's my idea first, when you turn right or left, followed by your game.
« Last Edit: December 27, 2011, 07:05:56 pm by DJ_O »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline leafy

  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1554
  • Rating: +475/-97
  • Seizon senryakuuuu!
    • View Profile
    • keff.me
Re: SpeedX 3D
« Reply #18 on: December 27, 2011, 08:45:08 pm »
The thing is rotating objects is way more processor intensive than just drawing the vertices parallel to the plane of movement, so I have no idea if it's practical in Lua.
In-progress: Graviter (...)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: SpeedX 3D
« Reply #19 on: December 27, 2011, 10:21:07 pm »
Yeah maybe. I thought about the idea since his squares were already 3D cubes.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline AzNg0d1030

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 522
  • Rating: +45/-4
  • Hardcore anime watcher.
    • View Profile
Re: SpeedX 3D
« Reply #20 on: January 12, 2012, 09:58:37 pm »
Even though you aren't finished with it, could you release a version for all of us to play with? :D
Seems like it's been awhile since you posted here, I was wondering if you stopped working on it D:
You just lost the game.



Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: SpeedX 3D
« Reply #21 on: January 12, 2012, 10:12:53 pm »
if you really are using a 3d engine already, then you should try what dj mentioned. it would look a lot better. if you don't want to, though, then you could make a system to draw those cubes without having to deal with any "true" 3d at all, thus making it a lot faster. i like the idea of powerups and things! this could turn out great! =D

Offline annoyingcalc

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1953
  • Rating: +140/-72
  • Found in Eclipse.exe
    • View Profile
Re: SpeedX 3D
« Reply #22 on: January 19, 2012, 07:45:41 pm »
I found a glitch , pause the game right before you go over an orange/yellow block and you get unlimited points
This used to contain a signature.

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: SpeedX 3D
« Reply #23 on: January 26, 2012, 10:32:37 pm »
Love the graphics. I know the tracks are static, but they definitely add a nice touch to the game :)

I think the colored squares are a really great idea, to add something else the player would need to focus on. But how does it look on a black-and-white Nspire?




Offline Nick

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1166
  • Rating: +161/-3
  • You just got omnom'd
    • View Profile
    • Nick Steen
Re: SpeedX 3D
« Reply #24 on: January 27, 2012, 12:04:54 am »
I found a glitch , pause the game right before you go over an orange/yellow block and you get unlimited points

where did you find it? afaik i haven't released anything right now, have i?

for the black an white, i might change the colors so you only see the borders instead of orange and green, and full when it's black

i'm sorry for taking so long, but i'm having exams right now, after next week everything will start up again and i'll finish it then
« Last Edit: January 27, 2012, 12:05:40 am by Nick »

Offline AzNg0d1030

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 522
  • Rating: +45/-4
  • Hardcore anime watcher.
    • View Profile
Re: SpeedX 3D
« Reply #25 on: January 27, 2012, 06:13:36 pm »
hoo hoo FINALLY!
You just lost the game.



Offline Nick

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1166
  • Rating: +161/-3
  • You just got omnom'd
    • View Profile
    • Nick Steen
Re: SpeedX 3D
« Reply #26 on: March 04, 2012, 07:15:28 am »
Ok from now on i'll be back in the community.. i was extremely busy with school last weeks/months, but i'm back now.. i hope to finish this soon!

i already rewrote the program to classes in the meanwhile, now i'm adding some more features and extras

i'm not sure about the 2-player version, but i'll see that when the single player runs perfectly smooth and without any bugs (i hope)
so if there are any suggestions from your part, please tell them.

I found a glitch , pause the game right before you go over an orange/yellow block and you get unlimited points

And i still want to know where this came from.. i haven't released any versions yet, and still he found one glitch, so if someone knows anything about this..?

Offline cyanophycean314

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 363
  • Rating: +43/-1
  • It's You!
    • View Profile
Re: SpeedX 3D
« Reply #27 on: March 04, 2012, 09:45:17 pm »
Nice to see you back, fellow Lua developer! Good luck with your progress!

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: SpeedX 3D
« Reply #28 on: April 18, 2012, 12:20:46 am »
I'm glad to see this will be finished :)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Nick

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1166
  • Rating: +161/-3
  • You just got omnom'd
    • View Profile
    • Nick Steen
Re: SpeedX 3D
« Reply #29 on: April 18, 2012, 01:42:38 am »
it certainly will, it just takes me some time because of school and stuff now, but it will :)