3D Rad - Free 3D game maker - Forum

This forum is now archived!

This forum is locked, and is a read-only version. A new community-ran forum can be found at classdev.net

News:

The 3DRad community can be found at classdev.net.

Pages: 1 2 [3] 4 5 ... 23

Author Topic: The 2nd Rotary Gaming Game Making Challenge: The 70's  (Read 23404 times)

« Reply #30 on: July 01, 2012, 11:34:58 AM »
Thanks Hypokill, hoping to have a free roam playable without missions up for comments in the next week or so
Better than the original! ;D
« Reply #31 on: July 01, 2012, 01:19:31 PM »
What will happen when people sign in but not get finished in time?  Any kind of public humiliation?  ;D

I suggested putting these people in the stocks and throwing rotten fruit at them (supplied by hypokill  :P )

OK, put me on your list! 8)

new forum search:
http://www.google.com/ site:www.3drad.com searchword  ( <-- copy )
3DRad is now in the same Brain-Area like my old C64 and Amiga Memories!
« Reply #32 on: July 01, 2012, 01:31:35 PM »
What will happen when people sign in but not get finished in time?  Any kind of public humiliation?  ;D

I suggested putting these people in the stocks and throwing rotten fruit at them (supplied by hypokill  :P )

OK, put me on your list! 8)
Why? are you making a game about throwing rotten food at riot control police during a Vietnam peace riot? ;D ;D
« Reply #33 on: July 01, 2012, 01:37:21 PM »
OK, put me on your list! 8)

Nice one 3DSimulant... added.

There's going to be a really great variety of games here - judging this is going to be good.  8)
« Reply #34 on: July 01, 2012, 01:37:54 PM »
@ Grim

I think we need a round up list of entrants so everyone can give a game outline
cards on the table time folks
« Reply #35 on: July 01, 2012, 01:40:56 PM »
I think we need a round up list of entrants

erm, second post on page 1 mate. I keep updating it.  ;)
« Reply #36 on: July 01, 2012, 02:35:36 PM »
Though I think I'm biting off WAY more than I can chew, I am going to try 3d version of asteroids (of a sort). And this is without knowing what a quaternion is or how its used and with only a basic understanding of orbit and how to simulate it... should be a good learning experience.. here's the rough draft of an outline for this project....

Code: [Select]
Slackeroids

Play - Easy, Medium, Hard
Instructions - How to play
Options - video and sound keyboard?
Credits - where due

10 levels to re-establish launch, landing and communications. AND the Aliens are COMING!
So far only little scout ships, they get better every 3 levels, and level 10 all of em attack!

You start with just ONE ship at the space station, it can build only one more but it will take time, lots of time!
Clearing some of the asteroids can allow for a launch attempt, but time must be given between each attempt.

One day to clear, one for each launch, three for build.

Sun - something to look at as you orbit around the earth

Moon - something else to look at as you orbit around the earth

Earth - something to look at while you orbit it

Space Station - where you start, where one more ship can be built, place to dock in between levels, will grab ya
     if you slow down too much (see below)

Torus (Orbit) all orbits must cross equatorial plane but can be any combo of circle ellipse tilted plane and all
     should remain inside torus, the ship going too high (too slow) docks with station, going too low (too fast) lands on earth.
     asteroids that go too slow will hit earth years later (minus points) asteroids going too fast crash to earth NOW,
     big loss of points.

1st Person Camera point of view for game, perhaps a static(ish) display with a rear view mirror

Asteroids different sizes speeds/orbits/planes opposite direction from player, and each full of more asteroids!

Enemy Ships - 4 the first just fires randomly at either the player or an asteroid or the earth (more points loss)
the second tries to slow the asteroids down and shoot the player
the third tries to speed the asteroids up and shoot the player
the final one just tries to shoot the player!

Bullets - maybe one size bigger and maybe up to two more ports?
If I can wrap my mind around the quaternion thing and orbital mechanics (simulated) I think the rest will fall into place. Any advice/pointers anyone can give to solve those two problems?
Thanks in advance for any help
           Some Slacker


Now even rad'er with 7.22!
« Reply #37 on: July 01, 2012, 03:22:12 PM »
#hangs head in shame#

i'll go and sit in the corner....
« Reply #38 on: July 01, 2012, 03:47:17 PM »
You can count me in.
« Reply #39 on: July 01, 2012, 05:18:13 PM »
You can count me in.

Added to the list - good to have you on board.  8)

@Some Slacker - Liking the outline, sounds good. As for advice - I'll have to let the clever one of RG (cypermethrin) answer that when he's on next. That sort of stuff is beyond my tiny minds comprehension.  :D
« Reply #40 on: July 01, 2012, 05:20:33 PM »
Thanks Hypokill, hoping to have a free roam playable without missions up for comments in the next week or so

Now that sounds impressive! Going to be a great example to show all future members to the forums who say they are going to make gta clone. Hope you pull this off as i'm really looking forward to this!


Gamefreaks1234 gaming forum a great place for general gaming chat and getting your games out there and played.
« Reply #41 on: July 01, 2012, 05:24:44 PM »
Oh also some slacker a quaternion is basically a special variable specifically for position using xyz


Gamefreaks1234 gaming forum a great place for general gaming chat and getting your games out there and played.
« Reply #42 on: July 01, 2012, 05:37:30 PM »
Oh also some slacker a quaternion is basically a special variable specifically for position using xyz

OH! I thought that was vector3, now I'm even more confused... quat lead me to believe there would be four of something inside...
Thanks in advance for any help
           Some Slacker


Now even rad'er with 7.22!
« Reply #43 on: July 01, 2012, 08:03:22 PM »
Vector3 is the xyz coordination.
Quaternion is the xyz orientation.

You can set position by Vector3, and set the angle (orientation) of the object by Quaternion.  ;)
« Reply #44 on: July 02, 2012, 01:35:27 AM »
Thank you 11Dogs, now I think I get it, vector is for coords, xyz, quaternion is for angle of xyz with a fourth for rotation? I'm almost getting it, did some research today, but not really finding anything that is making my addled brain absorb it... I guess I'm at my comfort zone... fiddle around with it 'till I get it to do what I want!
Thanks in advance for any help
           Some Slacker


Now even rad'er with 7.22!
Pages: 1 2 [3] 4 5 ... 23