Jump to content

Python Learning Project


Guest Learning Python

Recommended Posts

Guest Learning Python

I was thinking of using GemRB as my learning project, but there are so many python modules that I don't know where to start. Could someone point me in the direction of a starting point to understand how the base of GemRB is built and it's eventual functionality?

Link to comment

GemRB's python modules are mostly just setting up dialog resources.

The first script to start is start.py (not surprisingly).

 

The GemRB specific guiscript functions are described in the guiscript docs.

Python itself has an excellent doc too.

 

The docs:

http://gemrb.cvs.sourceforge.net/gemrb/gem...txt?view=markup

http://gemrb.cvs.sourceforge.net/gemrb/gem...s/en/GUIScript/

http://www.python.org/doc/

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...