Jump to content

Absalom

Members
  • Posts

    52
  • Joined

  • Last visited

Profile Information

  • Location
    Kansas City

Absalom's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Well, that sounds better than my idea.
  2. Here's a video reference to Torchlight that I just uploaded if anyone needs to see what Rick is talking about. I don't have a diablo vid to upload, you can youtube that. http://www.youtube.com/watch?v=LC2jNxIUaDo [EDIT]: Rick, I didn't see a screenshot posted so that's why I posted the vid.
  3. I assume that when you are creating the levels, you would either cut off the ceiling (for indoor and underground scenes) or not paint the outer faces of the ceiling. Paint faces for everything else, like those pillars you see in torchlight, and lock the camera to a specific rotation range. Then again, I am no artist so I am just spit balling.
  4. I am standing in Microcenter looking at Murach's C++ 2008. It looks like a very good beginner to intermediate C++ walk through. [EDIT]: And the ebook price at http://www.murach.com/books/pls8/index.htm is pretty sweet.
  5. As far as MySQL, yeah you must be running a MySQL server for that. I was just giving an example topic of what you might find in a C++ Cookbook. For games you would want to figure out a different way of storing information for single player games. I have used SQLite in the past with some success in storing character details, saves, inventories, etc. By the way, I am about to hit the book store now, I will look around for a tutorial style C++ book that I can suggest, but you can do the same thing by surfing http://www.borders.com or http://www.amazon.com. I'll let you know when I am at the store.
  6. You know, there are also books that walk you through a C++ project, like a tutorial. You might look into some of those. I can't think of any off the top of my head. There are also C++ cookbooks (one from O'Reilly) that serve as a good reference for figuring out how to accomplish something (like reading a file, writing a file, connecting to a MySQL Database, etc.). Those cookbooks are a good supplement, but in the end you will probably end up having a tutorial book, language reference, and a cookbook. And a good site for learning C++ is http://www.cplusplus.com
  7. I bought this one a while back: C++ Primer Plus It's a bit dated now, but pretty good as the concepts haven't really changed. Definitely look at the customer reviews on Amazon (or other review sites) about the books you want.
  8. I can understand the guys frustration, but Rick and Pixel Perfect are right. You will be able to do so much more with your ideas after you have learned the necessary skills. I attempted to jump right into game development back in 2002 and just met frustration around every corner because I didn't know C++ (that was the language required by my software at the time) so I ended up getting DarkBasic thinking it would be an easier way. Then I realized that I knew nothing of DarkBasic, but it was easy to learn so I continued past that block. Then I realized that I knew nothing of how to structure a game system, and I knew nothing of generating art, and I knew nothing of this and nothing of that....and it goes on and on. I ended up going to college in 2004 and getting my BS in Game Software Development. Four years later (graduated in 2008), and about six years after I really wanted to start getting into game dev, I finally had a much clearer picture of what I needed to do. We focused mostly on C++ and assembly. We went from basic object oriented concepts to some pretty advanced C++, and only touched on C#. We also covered how to design a game system, how to design a game engine, how to design levels, learned what makes a game fun and playable, and we learned how to test our game. It was a lot of work and a LOT of frustration, but now I know where my weaknesses are and what sort of people I have to look for to help make my ideas come to life. I am weak in the art area. I can create some decent art, but it takes me a long time and it takes away from my programming, so I purchase my art from capable hands. I am a musician as well, but I don't have the equipment to produce game music and sound effects, so I leave that up to capable hands. I stick to what I know, programming, and I only know the most popular languages (I am trying to master just one, but to be familiar with them all, and I still have a long way to go). It's not an easy task, but learn learn learn. Know your weaknesses and don't try to do everything yourself. If you cannot afford to pay folks to help, there are lots of people (probably in this community too) who are willing to jump in to a project as long as your concept is solid. Anyway, good luck and listen to folks like Rick. He's already set me straight on a couple of issues. Smart man he be.
  9. That did the trick. Thanks. I try to avoid rebooting when possible because I have some services running that take a while to shut down, like VMWare server.
  10. Thanks for the info. I will check it out!
  11. I would post in the Leadwerks forum about this, but I don't yet have access (the request is in). Anyone know what might cause this?: http://derikwilson.com/files/video/leadwerks/le_editor_flashing.wmv The flashing actually went down when I started fraps, but without fraps running it flashes white to gray constantly and consistently. Also, the navigation is a bit jumpy. This didn't happen in the demo version.
  12. Well, I just switched my project over to C++ because I am going to go with the expert on this one. I might run a parallel project and benchmark them to see the difference in performance. Would you suggest any good benchmarking utilities?
  13. Besides, with C++ and C# you are, in many cases, at the mercy of the optimizer because it will rewrite your code as efficiently as it can, and in many cases it produces very efficient assembly. C# is not an interpreted language. It is a compiled language. Nope you are correct, C# is indeed interpreted. Sorry about that (just showed my C# ignorance there. I am and always will be a C++ man, but I absolutely love C# because of the doors it opens to non-game applications, and I would love to see it successfully used using leadwerks).
  14. I don't think you read my post fully. I said it was "incredibly efficient" not "the most efficient". And I did mention using C/C++ and assembly for the low-level stuff.
  15. I notice on the Wiki there is mention of a /csharp directory in the SDK which contains the c# wrapper. I don't see it. Is it no longer supported? If not, then I will have to write my own wrapper. I would ask in the Programming forums but I don't yet have access to it.
×
×
  • Create New...