I rather like the idea of a game development thread, it should certainly have it's place here imho.Originally Posted by LeftEyeNine
edyzmedieval: which development environment are you using ?
I rather like the idea of a game development thread, it should certainly have it's place here imho.Originally Posted by LeftEyeNine
edyzmedieval: which development environment are you using ?
Yes, Iraq is peaceful. Go to sleep now. - Adrian II
Feel free to use this for Phyton related development. Constructive and progressive threads would not bother in numbers, at least I feel so. Granpa ?![]()
Yeah, it's a nice idea.Originally Posted by doc_bean
As for the environment, I am still learning Doc. Keep in mind, I dropped C++ some time ago, and I never knew anything about Python until 2 weeks ago.![]()
I'll do some basic scripts first in C++, to get my skills on the track.
Or what do you mean by Development Environment?![]()
Ja mata, TosaInu. You will forever be remembered.
Proud![]()
![]()
![]()
![]()
Been to:![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Swords Made of Letters - 1938. The war is looming in France - and Alexandre Reythier does not have much time left to protect his country. A novel set before the war.
A Painted Shield of Honour - 1313. Templar Knights in France are in grave danger. Can they be saved?
http://www.ogre3d.org/
you can't write a game like m&b in python using blender (if you mean the actual battle scenes)
python is my favourite language, though it performs about 11 times worse than a c++ application when using plain python loops. making a game as good as m&b would be very difficult alone as far as I know, if you're not experienced. c++ would certainly be required, m&b does not have that a high framerate in relatively large scale battles. using an engine like ogre3d from python could work though, but stuff like AI and other custom algorithms should be implemented in c++.
I'm starting to get pretty anxious about starting up a M&B mod, it has so much potential and yet it's so much easier to mod than rtw. wounder if I could get people interrested from this forum...![]()
I'd be interested.![]()
But only a bit, as I want to start my project.
I don't get the first parts of the Python tutorial...Any help?
Ja mata, TosaInu. You will forever be remembered.
Proud![]()
![]()
![]()
![]()
Been to:![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Swords Made of Letters - 1938. The war is looming in France - and Alexandre Reythier does not have much time left to protect his country. A novel set before the war.
A Painted Shield of Honour - 1313. Templar Knights in France are in grave danger. Can they be saved?
Something like eclipse, which is primarily for java, but has python plug-ins I've read. Essentially a text editor for programming that points out the obvious errors and offers several functions for faster (and correcter) programming.Originally Posted by edyzmedieval
For instance if you have an object named thing (from a certain class) and you type "thing." it will give you a list of all the functions that could apply (like for instance thing.getName()), this way you don't have to remember every exact name you've used for your methods or variables. It will also point out every (in theory) error the compiler would give if you were to compile ate that moment, with access to a list of suggestion how to fix it (adding throw clauses for instance).
I don't know Python, but perhaps you could point out (and/or quote and/or explain) exactly what you don't get ?I don't get the first parts of the Python tutorial...Any help?
Last edited by doc_bean; 05-09-2006 at 19:26.
Yes, Iraq is peaceful. Go to sleep now. - Adrian II
You learn new things every day.![]()
The thing I don't get... The intepreter stuff. Chapter II of the documentation.
www.python.org/doc
EDIT: I kinda got the hang. The Interpreter is the Python program. Right?
Last edited by edyzmedieval; 05-10-2006 at 13:00.
Ja mata, TosaInu. You will forever be remembered.
Proud![]()
![]()
![]()
![]()
Been to:![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Swords Made of Letters - 1938. The war is looming in France - and Alexandre Reythier does not have much time left to protect his country. A novel set before the war.
A Painted Shield of Honour - 1313. Templar Knights in France are in grave danger. Can they be saved?
Oh interpeter and assembler are some very basic concepts, aren't they ?
Last edited by LeftEyeNine; 05-10-2006 at 13:30.
Bookmarks