Advertisement

anyone know how to create a wrestling ring finding it tough as a newb

Started by April 03, 2002 06:59 PM
32 comments, last by entity1 22 years, 8 months ago
quote:
i mean how F****g difficult is a question I said " how do you create a wrestling ring"; is that so hard to understand man


Pretty damn hard if you have no idea what you want. If nothing else, you could give an example of an existing game you''d like to replicate.

If you say "Saturday Night Slam Masters" (I love that game, it''s for the SNES) then you''re talking 2-D and most of the work will go into drawing this ring into an image file. Then all you have to do is choose which part of it you should show in relation to where you are on the screen.

If you say "WCW vs. NWO" (like on the N64), then you''re definitely going to be told again that you''re out of your league. To create and display a 3-D scene and shift perspectives in it and stuff is way out of your league. You''d have to do the following: model the ring (in 3DS Max or something), find a library to load the scene or write your own loader and code the renderer. Unless you use a loader library and a 3-D engine, each of these tasks is more difficult than the entire process mentioned above for 2-D (at least as far as I''m concerned).

Anyway, how many programs in total have you written? And "Hello World!" doesn''t count. Strike that. How many programs outside of any taken from or assigned by a book or tutorial have you written? How many of those used Win32? How many of those use DirectX or OpenGL? If your answer to any of those questions is zero, you probably should be working on learning things like program design and the necessary APIs right now, not a wrestling game. If you try to learn too much (hint: Win32 and DirectX is too much) while working on a project, you''ll never get it done and even if you do, it likely won''t be done well.

If you''re still learning these things, demo programs and small games are the way to go. Save bigger projects until you''re confident enough to know that you won''t need help with every single step of the way.

-Auron
I think this has got be be one of the singularly most abusive lines I''ve read for a long time.

entity1, try to realise that many people who contribute to this board are professional programmers, with a whole lot more experiance than amatures who are just starting (like you and I). Even those who are not pro''s are pretty damn good.

If you really want to learn to program why not start with the mass of tutorials and articles on this and other similar sites. I have certainly found them very useful and have learnt a lot from them.

Finally, if you do ask a question, listen to the advice given then either take it or not, but do us all a favour and keep your abusive language and attitude for elsewhere.

Stephen
Advertisement
quote: Original post by XtremeIdentity
Ok, I''ll start teaching the S t a n d a r d s.

Thanks! (Notch another one for standards advocacy!)

[ GDNet Start Here | GDNet Search Tool | GDNet FAQ | MS RTFM [MSDN] | SGI STL Docs | Google! | Asking Smart Questions ]
Thanks to Kylotan for the idea!
*Ponders how rediculously stupid some people are...*
If at first you don't succeed, redefine success.
One should usually pay a little attention to spelling when one calls other people stupid...
--AnkhSVN - A Visual Studio .NET Addin for the Subversion version control system.[Project site] [IRC channel] [Blog]
For someone so "smart" that doesn''t take other people''s advice when he is seemingly overwhelmed, you gotta be p r e t t y ignorant.

--------------------------
->Take it to the Xtreme!<-
--------------------------
--------------------------->Take it to the Xtreme!<---------------------------
Advertisement
quote: Original post by Arild Fines
One should usually pay a little attention to spelling when one calls other people stupid...


Lmao - yeah i know, I couldn''t be bothered to get a dictionary ok? hehe



Death of one is a tragedy, death of a million is just a statistic.
If at first you don't succeed, redefine success.
This is a test:
shit
entity1:

Getting this many people so pissed off at you must be a fine art. Do you practice often?
the simple tutorial on how to create a wrestling for those who obviously never seen one because they are asking how to create one:

1. make a box

2. make cylinders that extend verticaly at each of the four corners of the box on top of the box intersecting with it. these "poles" should be approx 3 to 4 feet high, though this is up to you.

3. place 3 cylindrical "ropes" horizontal through the poles around the outer edge. these "ropes" should be positioned in such a way that they are evenly spaced apart vertically and are parrallel to the box edge of the 2 "poles" they connect.

4. extra decorations such are banners and multicolored "ropes" can be added. you can also place a decorative image on the top of the box which represents the field of play.

you see entity1, not everyone thinks you are a total moron. i believe you are at least literate.

This topic is closed to new replies.

Advertisement