Search found 1776 matches

by satoon101
Wed Aug 07, 2013 3:22 pm
Forum: Plugin Development Support
Topic: First steps in SP with an error
Replies: 26
Views: 19500

Remove your server's ../addons/source-python/sp.py file and ../addons/source-python/_libs/ directory completely from the server. Then, re-upload those from the repository. Also, make sure that your LOG_SETTINGS "area" is set to 1 (or at least that the number is odd). After you have done this, use ju...
by satoon101
Wed Aug 07, 2013 2:56 pm
Forum: Plugin Development Support
Topic: First steps in SP with an error
Replies: 26
Views: 19500

Open your server's ../cfg/source-python/core_settings.ini file and change the LOG_SETTINGS level to 5. Let us know of any errors that are output when SP is loaded. You might also want to add "+developer 1" to your target in the shortcut that starts the server.

Satoon
by satoon101
Wed Aug 07, 2013 2:06 am
Forum: Plugin Releases
Topic: k2tools - General purpose library package [WIP] [SVN]
Replies: 9
Views: 12018

I will think about a custom lib folder. That sounds like an interesting idea worth considering. I will let you know.

Thanks,
Satoon
by satoon101
Tue Aug 06, 2013 10:40 pm
Forum: Plugin Development Support
Topic: First steps in SP with an error
Replies: 26
Views: 19500

We are still in the Alpha stage. I'm not sure that creating an automatic build system is in our best interest at this moment. Our time is better served implementing more functionality, improving existing functionality, and fixing any crashes. We will try our best to keep a mostly up-to-date version ...
by satoon101
Tue Aug 06, 2013 10:28 pm
Forum: Plugin Releases
Topic: k2tools - General purpose library package [WIP] [SVN]
Replies: 9
Views: 12018

You really shouldn't be using the _libs folder for this. The proper place for 3rd party packages is in the _engines/site-packages/ directory. Only SP's built-in packages should be in the _libs directory.

Satoon
by satoon101
Tue Aug 06, 2013 10:10 pm
Forum: Plugin Development Support
Topic: First steps in SP with an error
Replies: 26
Views: 19500

We had discussed having nightly builds awhile back, but I really don't see the need in that. I am planning on uploading a new build (Windows and Linux for CS:GO and OrangeBox) within the next couple weeks. I am holding off until a few major changes are made. Building yourself is pretty easy, though....
by satoon101
Tue Aug 06, 2013 9:39 pm
Forum: Plugin Development Support
Topic: First steps in SP with an error
Replies: 26
Views: 19500

The wiki seems to be wrong about messages anyway. The wiki never imports anything from the messaging module, just as you haven't in your example. You shouldn't be importing "messages" directly anyway, you should be doing it like the following: from messages import SayText2 Then, you would ...
by satoon101
Tue Aug 06, 2013 9:14 pm
Forum: Plugin Development Support
Topic: First steps in SP with an error
Replies: 26
Views: 19500

No idea. It works fine for me with the following directory structure:
  • ../AoD/AoD.py
  • ../AoD/_libs/saylib.py
Satoon
by satoon101
Tue Aug 06, 2013 2:26 am
Forum: Plugin Development Support
Topic: General Issue with some wraps
Replies: 7
Views: 6922

Thanks for reporting. We will look into this.

Satoon
by satoon101
Tue Aug 06, 2013 2:25 am
Forum: API Design
Topic: Some more unload/load suggestions/changes
Replies: 6
Views: 7980

Nope, not gonna happen. It is the job of the script itself to load/unload its own sub-modules. This will not change. If the scripts don't have much to do with one another, then they should be separate scripts.

Satoon
by satoon101
Thu Aug 01, 2013 7:28 pm
Forum: Plugin Development Support
Topic: Events
Replies: 7
Views: 6718

I seem to remember this error at some point. I will run some tests when I get home tonight. What game are you testing this on?

Also, just a heads up, but you are passing a userid to your tell function, but then acting as if it is a CPlayerInfo instance.

Satoon
by satoon101
Thu Aug 01, 2013 2:00 am
Forum: General Discussion
Topic: Thread titles
Replies: 8
Views: 8171

Looking into it, thanks for reporting.

Satoon
by satoon101
Tue Jul 30, 2013 6:29 am
Forum: Plugin Development Support
Topic: New Here
Replies: 6
Views: 5743

The project is still in Alpha, and anything can change at any given time. That being said, we have a decent amount of the current build documented in the wiki: http://www.sourcepython.com/forumdisplay.php?37-Source-Python-Wiki You can find that link along the top bar where it says "Wiki" for future ...
by satoon101
Tue Jul 30, 2013 6:28 am
Forum: Plugin Releases
Topic: Syphon
Replies: 7
Views: 8742

Actually, that isn't even correct. Also there have been many changes since this script was released: http://www.sourcepython.com/showthread.php?274-An-update This script will not work with the current version of SP. We are still in Alpha, so expect this to be the case for the time being. Satoon
by satoon101
Sat Jun 29, 2013 1:43 am
Forum: Plugin Development Support
Topic: Vectors, KeyValues
Replies: 1
Views: 2579

Those have not been implemented as of yet. They shouldn't be too far off, though.

Satoon
by satoon101
Fri Jun 28, 2013 7:54 pm
Forum: General Discussion
Topic: Import errors are obsured...
Replies: 3
Views: 3788

I'm not sure what to tell you. I assumed that "maybe" the issue was that we remove all lines that have "importlib" in them to reduce the spam within the exception printed. However, I placed some debugging messages prior to that happening, and I still get the exact same result. Maybe, instead of simp...
by satoon101
Fri Jun 28, 2013 2:26 pm
Forum: General Discussion
Topic: Import errors are obsured...
Replies: 3
Views: 3788

Could you give an example so that I can test for this? Please use pastebin to post the example until our syntax bbcode gets fixed.

Thanks for reporting,
Satoon
by satoon101
Sat Jun 22, 2013 3:55 am
Forum: General Discussion
Topic: Error in messages\base.py
Replies: 1
Views: 2808

That has already been fixed, but we have not uploaded a newer version since those changes. The "Source" namespace was removed and all C++ modules had a naming convention change. I am working on adding in a few more things on the C++ side. Once I have those in working order, I will upload a new build...
by satoon101
Tue Jun 18, 2013 12:51 pm
Forum: Plugin Development Support
Topic: First steps in Sp
Replies: 10
Views: 8272

Yeah, sorry about that. I am reworking it a little bit. I will hopefully have it back up by the end of the day. Sorry for the inconvenience.

Satoon
by satoon101
Sun Jun 16, 2013 12:18 am
Forum: Plugin Development Support
Topic: First steps in Sp
Replies: 10
Views: 8272

http://www.sourcepython.com/forumdisplay.php?37-Wiki

Not everything "works" right now. This is an alpha still, so don't expect everything to work 100%.

Satoon

Go to advanced search