Hey!
Im interested by writing new addons actively.
Can you give me a list about changes in sp?
Oh and can u tell me, does python shared or static?
Scripting changes
Read about python here, http://www.python.org/
sp haven't got much documentation but im guessing changes will be written as comments in source files, read up on the forum posts, so far big changes has been posted with examples on how to use them.
sp haven't got much documentation but im guessing changes will be written as comments in source files, read up on the forum posts, so far big changes has been posted with examples on how to use them.
-Tuck
Tuck wrote:Read about python here, http://www.python.org/
sp haven't got much documentation but im guessing changes will be written as comments in source files, read up on the forum posts, so far big changes has been posted with examples on how to use them.
And what about the game changes?
-
- Developer
- Posts: 168
- Joined: Sat Jul 07, 2012 1:58 am
DreTaX14 wrote:And what about the game changes?
Hi and welcome!
I'm not sure what you mean by game changes. Could you elaborate on that?
Also, we do plan to document, but we have to figure out how we are going to do that. The major problem is the fact that we're essentially documenting the Source SDK. This is a big feat, and I'm not sure if it's feasible. We plan to try to write tutorials on as many areas of SP as we can. Also, all of the python objects from SP have documentation on them which you can view with help().
your-name-here wrote:Hi and welcome!
I'm not sure what you mean by game changes. Could you elaborate on that?
Also, we do plan to document, but we have to figure out how we are going to do that. The major problem is the fact that we're essentially documenting the Source SDK. This is a big feat, and I'm not sure if it's feasible. We plan to try to write tutorials on as many areas of SP as we can. Also, all of the python objects from SP have documentation on them which you can view with help().
I mean that for the scripting changes. About the classes and stuffs.
And the second was does python language static or shared?
-
- Developer
- Posts: 168
- Joined: Sat Jul 07, 2012 1:58 am
I think he might be referring to changes compared to Eventscripts.
If so, SP and ES share Python (ES uses V2 and SP 3 however), the API is closer to the EngineAPI and a lot of the stuff is exported directly. You'll have to learn this new API, but existing scripts can be ported if you replace the es functionality and move them to PY3.0
If so, SP and ES share Python (ES uses V2 and SP 3 however), the API is closer to the EngineAPI and a lot of the stuff is exported directly. You'll have to learn this new API, but existing scripts can be ported if you replace the es functionality and move them to PY3.0
Return to “General Discussion”
Who is online
Users browsing this forum: No registered users and 70 guests