Added: 3 years ago
From: pradeepcam
Views: 37,385
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (72)

Sign In or Sign Up now to post a comment!
  • The animations and graphics are ugly and, frankly, shocking. the game is slow, and the sounds are too repetitive. The game engine looks alright, but there are many holes and it's too slow and boring, too similar to runescape.

  • @ipe369 If you read the description, this was a project for a college class. Making this probably took some few 10's of hours. I'm surprised he was willing to put in that much time, not many people do for a college project.

  • @MHardeman25 Fair enough....... But you could have made it more interesting or something. It just looks a little too boring. But i didn't mean any offense.

  • @ipe369 I didn't make it. i was just saying that probably took a while to make, and most people don't spend that much time on an assignment. I sure don't.

  • why is there a windows vista sound when you kill someone?

  • Well done.

  • Comment removed

  • it looks ugly, but i don't even wanna know how much brain is in there

    me and my friends needed about 6 months to do something that's barely as complicated as this shiit is :p

  • that would be soooo gangsta if you had the animations down, good graphics though. Make longer animations please.

  • ugly.....

  • what do you use for the audio?

  • UO sounds ALWAYS coming from good games...)

  • Thats are cell shading graphics???

  • How long did you work at this game? (sorry for my bad english, i am from germany

  • nice work being in college life its realy nice

  • unde gasesc link download?

  • 4/5 , really nice. Good work dude :) .

  • the game engine in blender is for people who just want to screw around... it can't be used in any real game because of the lack of a programming language, yea you can get a model to move around the screen in seconds but trying to get a big game made is almost impossible especially with the speed that it runs

  • Please see this game: YoFrankie. And after, you can talk

  • yofrankie was done in crystal space.. they just used blender for their models and such

  • also "lack of a programming language"... your saying python isnt a programming language?

  • @brendan123746 Look up Krum gameplay in YouTube. You might just be surprised.

  • @brendan123746 please search for KRUM BLENDER, then you can see how crap THIS game is

  • Hey, im a musician, if anyone would like me to create music for your games i'd be happy to do it. just send a mail to my Youtube AC :)

  • Nice for one people

  • best i amde in my c++ carrer is a 2d circle more left! 5/5

  • yea stab that ogre mr. ninja

  • I like the windows ding, lol!

  • be better with more attack animations, but overall pretty good.

  • Very nice! I've been looking into making a diablo-esq game also, but im am going to use the quake 1 or 3 engines.

  • Lol at those animations XD

  • I am sure i can beat that ninja with my bare hands.

  • Is this better then 3ds max 9

  • 3DS Max and Ogre are two completely different types of software. 3DS Max allows you to shape and create models, whereas Ogre allows you to display and control models within a program.

  • ca you use both programs?can you make a model in 3ds max and use it in ogre3d?

  • Yes, that's actually how it's supposed to work. You use 3D modeling software such as 3DS Max, Blender, MilkShape, etc to make the model and apply the textures (texures are pictures attached to the model to give it color and detail). Then you use a programing language such as C++ to put them into a game. 3D engines such as Ogre 3D make it easier by handling 3D output for you so you can focus on the game logic. Now you can sort of guess why big games take a lot of people and a long time to make.

  • It's not the same -- it's a graphics rendering engine (Open-source Graphics Rendering Engine, OGRE) for realtime graphics generation for video games. It's what handles all of the visuals.

  • its better to program tho..it may be easy to not but if you do you can make a much better and more realistic game

  • i'm sorry. i'm a developer myself and i could make a better game than this in my sleep. it looks super shitty. now my alternate personality says "not bad".

  • yeah me too :)

  • is Ogre 3d better than Leadwerks?

  • yes, if an apricot is better than an avocado.

  • Ogre3D renders graphics best for a open source engine, but is also harder to learn, Irrlicht is also a awesome graphic renderin engine, which is a little easier. Both are open source, so for free ones there awesome

  • Ogre's learning curve is very steep as it teach you the true OO way but it turns out to be useful once you got around to it.

    Irrlicht is much easier but (unlike Ogre), you need to and free to do anything your way, thus make things somehow much harder afterwards.

  • @radenmuaz Agree, Ogre is well designed but the learning curve is harder for C++ Begginers eventho for people used to Object Oriented programming ogre is not even comparable to Irrlicht.

  • @kukovrein yes but for the advanced, ogre has a much better output.

  • @DeadiTech i beg to differ, having learnt Irrlicht and now learning Ogre, Ogre seems straight forward and easy to understand.

  • hey, looks nice,

    did you used blender for modeling the character and the mosters?

  • Yes, you're right, is a medium level language, python is the most popular common useful easy way to program games... and ogre 3D y one of the most powerful engine...

    First thing to think is what kind of game do you want to do and then what the power it will use.. and then determine what engine to use, then language..

  • It deppends on what do you want to do. Its like ask: "what is the best/powerful program language?".

  • Looking good.

  • Thank you

  • c++ is a low level language, hightlevel = easy, lowlevel = hard to learn...

    Scripts are the task you wrote for the computer to make the things.... thing a program script like a manual.. for ex:

    First make a space

    Then make a cube

    rotate the cube

    duplicate the cube

    make vanish the cube .. etc .etcc

    The system will read all you wrote and it will execute everything... if you have a syntax error, system will notify you quickly...

  • c++ is a mid level language, ASM(assembler), Is low level. Machine code being lowest.

  • OMFG, "c++ is a low level language". C++ it's not a low level language, you COULD do some low level things (e.g insert assembly code) but the language itself IT'S NOT LOW LEVEL.

  • It's relative. It certainly is more "low level" than something like java or C#...

  • there are many suitable engines to use.... ogre 3d is a very powerful one, and is free you can download without paying.. CrystalSpace is another free, so good too, since python is a very high level language, you can start learning python first, the python's and python-ogre's community is great, easily you will find answers and clean your dudes.., Ogre3D is free, powerful and easy to use with python bindings. and to design, use Blender .. is powerful and free...

  • if you have c++ knowledge you can download ogre3d to programming meshes imported from your favorite 3d design program... like Blender.......

  • if you are a novice programming, you can download python-ogre, that is the same engine allow you tu use python language programming, the basis to install python-ogre is some tedious, but one time you have installed, just a few tutorials and you will able to make it.... make 3d games using 3 things... 1) 3D Designer - 2) Game Engine (ex. ogre3d) 3) patience and dedication...

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more