Sorry this is in the wrong sub forum but I just want to ask a quick question.
Is anyone good with game creation, as in 3D maps and scratch games? Because me n my friend oscar are creating 1, so far we have built 3D maps and citys n bunkers etc, and are moving to coding the game now. Any tips or help would b cool. We all are playing our parts!
Just leave an comment if u are good at any of the following things and are willing to be dedicated:
Coding
Website design
Map creation(2d or 3d)
Cd designing & processing
Exactly WHICH programming language are you looking to go with, C++?
If not C++ or VC++(CLI), are you planning C#? I don't know how successful it would be in C#, you don't see many games written in C# these days.
Exactly WHICH programming language are you looking to go with, C++?
If not C++ or VC++(CLI), are you planning C#? I don't know how successful it would be in C#, you don't see many games written in C# these days.
If you`re using C++, I really liked DarkGDK, try it out. Also Irrlicht seems to be popular with it. But you will fail if you don`t start with a decent C++ knowledge, trust me, I did.
If you use C#, go with XNA, I`ve seen some seriously good stuff done with it.
Oh, and one thing Don`t ever start an MMO XD It will be a horrible fail.
If you`re using C++, I really liked DarkGDK, try it out. Also Irrlicht seems to be popular with it. But you will fail if you don`t start with a decent C++ knowledge, trust me, I did.
If you use C#, go with XNA, I`ve seen some seriously good stuff done with it.
Oh, and one thing Don`t ever start an MMO XD It will be a horrible fail.
Yeah i was looking into DarkGDK last night, thought ide give it a try tonight, Thxx
Quote:
Originally Posted by tao4229
OpenGL isn't good for 3D.
DirectX is the only way to go really.
XNA is gay.
Justin also reccomended that, and ima look into it/try it out
Thx for advice
[Development] CPX 3G 09/05/2010 - CO2 Private Server - 6 Replies I know, I know. My last project didn't go too well because it was really rubbish, I guess me and Nullable both agree on that. So yeah, I decided to take this project into development again for those who actually followed the development of the previous project.
I'm writing a new source this time, using different methods and actually have gained more information about certain things. Some examples;
Mapping system:
private Dictionary<uint, IMap> mapCollection;
IMap interface:
...
New Aion Bot - Development 10/30/2009 - Aion - 0 Replies I've been developing a new bot this past week and I'm hoping to have something for you all to test soon. Before I do, however, I want to put as many features in it as I can.
Coded in Autoit3
1) What is a good way to determine if I gain agro from another mob while fighting a mob or resting? What method of detection is used.
2) Gathering: What method of detecting gathering nodes is commonly used?
3) Crafting: What method is used for doing work orders?
Conquer 1.0 development 08/31/2009 - CO2 Private Server - 1 Replies I was messing around trying to connect to CO1 client 4251. I was wondering if the Auth Response packet was changed after this client because I am not getting any response from the Client. I can connect to the 4351 client without problems.
I would appreciate any help.
Thank You
New bot development 12/19/2008 - Archlord - 16 Replies Ok, i decided to make a new thread for this.
So basically we have nothing, we're starting from scratch.
So our obvious obstacle is: packet encryption
From my testing I've discovered the whole packet where the "session key" is sent. Meaning I don't know specifically what in the packet is the session key.
I can do all the programming for the bot, packet handling, GUI etc.
But I do need a team, or people willing to help.
Mostly I someone who can analyze the client and find the...
New Bot in Development. 03/02/2008 - Conquer Online 2 - 19 Replies If this is not the correct place for this, then please move it mods, i was unsure of where to put it.
For the DMapViewer, go to:
http://www.elitepvpers.com/forum/co2-main-discussi ons-questions/113588-dmap-file-parsing.html
I've started development on my new bot, it will not be standalone due to the fact that there would be to many things to code, perhaps in the future once everything has been mapped/able to be replicated it can move to standalone, but for now, it will act as a proxy,...