Freedom Reborn

Freedom Force Forums => Scripting Forum => Topic started by: Core on February 10, 2011, 12:18:46 AM

Title: FF compatible Python versions?
Post by: Core on February 10, 2011, 12:18:46 AM
i decided to dabble in scripting a bit and was wondering which versions of Python are still compatible with FF scripts?

all i know is that version 3.x requires () for print commands now, and i don't feel like putting up with that every time i compile a modified script.
Title: Re: FF compatible Python versions?
Post by: Previsionary on February 10, 2011, 12:27:08 AM
Python 3.x won't work with the game, iirc. I know there was a rant thread around here about it. Python 1.5 - Python 2.6 will work for sure.
Title: Re: FF compatible Python versions?
Post by: Core on February 10, 2011, 12:35:15 AM
thank you very much.
Title: Re: FF compatible Python versions?
Post by: Epimethee on February 10, 2011, 05:25:36 AM
Actually, we're stuck with Python 1.5 (1.5.3 IIRC), so some newish libraries, commands and syntax don't work.