Guest Learning Python Posted December 1, 2006 Share Posted December 1, 2006 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
Avenger Posted December 2, 2006 Share Posted December 2, 2006 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.