Search found 124 matches

by your-name-here
Thu Jul 19, 2012 10:43 pm
Forum: Whatever
Topic: Wow ;-)
Replies: 3
Views: 5265

Hello, well known faces in here :-) Nice to see that someone realizes this. I planned a thing like this very often, but then discontinued cause of lack of time and experience. I'd bet that this will be great, especially with ynh and other common people. Too bad that I do not play games anymore :o G...
by your-name-here
Thu Jul 19, 2012 5:35 pm
Forum: General Discussion
Topic: Admin System
Replies: 22
Views: 22853

BackRaw wrote:I'd like to be in the dev team, or be the developer, for the admin ADDON then :)

If you want to support it, I'm all for that! The only reason why I pushed back on this is because I have my hands full maintaining SP leaving me no time for maintaining an admin system.
by your-name-here
Wed Jul 18, 2012 7:22 am
Forum: Plugin Development Support
Topic: Error: _LoadedAddon has no attribute 'globals'
Replies: 21
Views: 20128

I updated the source and compiled it again, but I forgot to copy over the addons directory ... Thanks for your help, it works now =) + the addon works now, too :D EDIT: but , if I change the import to the wrong one (from events import decorator s ) on purpose, there's still the "globals" error =/ Y...
by your-name-here
Wed Jul 18, 2012 6:59 am
Forum: Plugin Development Support
Topic: Error: _LoadedAddon has no attribute 'globals'
Replies: 21
Views: 20128

Okay thanks. Gonna try it EDIT: server still shuts down, getting the following error: [ATTACH=CONFIG]15[/ATTACH] EDIT2: wow, you can see nothing in that picture... okay, it says [SP LOADER] Loading [.....]\plat-win\msvcr100d.dll ============================================ [SP LOADER] could not loa...
by your-name-here
Wed Jul 18, 2012 6:55 am
Forum: Plugin Development Support
Topic: Error: _LoadedAddon has no attribute 'globals'
Replies: 21
Views: 20128

Okay thanks. Gonna try it EDIT: server still shuts down, getting the following error: I don't know if you made the picture this size or if the forum did but oh god is that small :P Also, please go to your addons/source-python/engines/plat-win directory and list out all of the dll files for me that ...
by your-name-here
Wed Jul 18, 2012 6:28 am
Forum: Whatever
Topic: Help appreciated :)
Replies: 16
Views: 15062

BackRaw wrote:Got one from Satoon! Thank you very much =DD

Nice, now everyone is gonna be begging :/
by your-name-here
Tue Jul 17, 2012 2:46 am
Forum: Whatever
Topic: Good to see development!
Replies: 6
Views: 8041

Hi Pil, Thanks for the kind words, we appreciate them :) As Logifl3x said, we will try to keep some major similarities with ES (such as having load/unload). There will be minor and major changes though. Your old ES addons won't be backwards compatible because we are completely redoing python integra...
by your-name-here
Mon Jul 16, 2012 12:46 am
Forum: General Discussion
Topic: Building from source (Linux) gives Python include error
Replies: 7
Views: 8402

I spoke too soon. I committed it but I am having a ton of trouble pushing so I gotta redownload the source and build again.

I will post a zip file containing the full build for linux and windows.
by your-name-here
Mon Jul 16, 2012 12:21 am
Forum: General Discussion
Topic: Building from source (Linux) gives Python include error
Replies: 7
Views: 8402

I fucked up the naming of the directory structure, my bad. Fixed now.
by your-name-here
Sat Jul 14, 2012 10:53 pm
Forum: Whatever
Topic: Help appreciated :)
Replies: 16
Views: 15062

Thanks :D Another quick question, do these forums use mIRC for chat/support to? :) , and though this addon i friend of mine just told me python scripting might be internal in cs:go read here; https://developer.valvesoftware.com/wiki/VScript is that true ? :P Nope, I don't use mIRC for chat or suppo...
by your-name-here
Sat Jul 14, 2012 10:07 pm
Forum: Whatever
Topic: Help appreciated :)
Replies: 16
Views: 15062

I've been away from the server making/coding for a while but i would like to start again because i finally got my hands on a cs:go beta key, i've looked at eventscripts and that got me here :) , i would love to code for cs:go but i need a little push in the right direction, Is it possible to run a ...
by your-name-here
Sat Jul 14, 2012 2:29 pm
Forum: General Discussion
Topic: Regarding wiki
Replies: 11
Views: 11101

Then I suppose normal users don't have access to it, because it does not exist on the wiki pages; All I have is (in the bar) and as for the categories, reading the documenation it seems they have to be created (or enabled - or the tag at least?!) in the admin panel...? For example, I just had the i...
by your-name-here
Sat Jul 14, 2012 1:54 am
Forum: API Design
Topic: Event system discussion
Replies: 22
Views: 25987

Ayuto wrote:Yeah, I haven't thought about this situation.

Alright, and in some cases the value is used by any functions e.g. reason in player_disconnect for printing a meassage.


Yes because sometimes the event is fired before the actual thing it signifies occurs :)
player_disconnect being one such case.
by your-name-here
Fri Jul 13, 2012 10:45 pm
Forum: General Discussion
Topic: Regarding wiki
Replies: 11
Views: 11101

by your-name-here
Fri Jul 13, 2012 10:24 pm
Forum: General Discussion
Topic: Regarding wiki
Replies: 11
Views: 11101

Here is the link to the docs for the wiki system:
https://www.vaultwiki.org/books/VaultWiki-Manual
by your-name-here
Fri Jul 13, 2012 10:20 pm
Forum: General Discussion
Topic: Regarding wiki
Replies: 11
Views: 11101

Just go to the 'Documentation' forum and click on a subforum. Then click 'post new article'. From there, you can do all of your editing. There are no user pages per se with this software.
Our plan is to let people create their own wiki pages for their own addons.
by your-name-here
Fri Jul 13, 2012 10:01 pm
Forum: General Discussion
Topic: Regarding wiki
Replies: 11
Views: 11101

We've already spent the money sir. Everything you've just stated can be done with the installed wiki software. I encourage you to play around with it before jumping to conclusions. Our goal is to integrate everything into the forums. MediaWiki cannot be easily integrated in (I haven't seen a properl...
by your-name-here
Thu Jul 12, 2012 5:26 am
Forum: General Discussion
Topic: Admin System
Replies: 22
Views: 22853

This is a classic 'what came first, the chicken or the egg' problem. With no admin functions, community uptake will be slow. I recommend creating at least a very basic admin system addon on top of an auth API, at the initial release stage. It doesn't necessarily need to be packaged with SP (I agree...
by your-name-here
Thu Jul 12, 2012 1:02 am
Forum: API Design
Topic: Core module callbacks.
Replies: 0
Views: 5335

Core module callbacks.

I've made this thread to detail out all of the core module callbacks from C++ for reference to core library builders. The core module in this case is called sp.py (analogous to es.py ). The core module in this case is the core.dll/core.so file. def event_fired(gameEvent): ''' Thi...
by your-name-here
Wed Jul 11, 2012 3:39 pm
Forum: API Design
Topic: Coding Style
Replies: 42
Views: 195152

I agree with most of that. Personally, I just don't like function/method names in lower case with underscores, but i guess I will try to use it :D But this would mean that Source.Python's function/method names need to be renamed, because they use the CapitalizedWords stlye. That's because I directl...

Go to advanced search