
Search found 1803 matches
- Sun Mar 24, 2013 12:02 am
- Forum: Whatever
- Topic: Site Changes
- Replies: 19
- Views: 264627
- Sat Mar 23, 2013 2:22 am
- Forum: News & Announcements
- Topic: 2 major changes
- Replies: 4
- Views: 14852
- Fri Mar 22, 2013 12:47 am
- Forum: News & Announcements
- Topic: 2 major changes
- Replies: 4
- Views: 14852
Eventually, we will merge source-python-2 over to default. I'm not sure where in the development process that will happen, though. We could go ahead and do it now, but there are things not available yet on SP2 that the Python API is being updated for. It helps to be able to test using the default br...
- Wed Mar 20, 2013 1:34 am
- Forum: News & Announcements
- Topic: 2 major changes
- Replies: 4
- Views: 14852
2 major changes
Just wanted to let everyone know of 2 major changes that were just committed to the repository. First, the listeners package, which was created with the thinking that other "listeners" would at some point be added to the package, was renamed to "tick". So, the following file changes were made: &sdot...
- Tue Mar 05, 2013 2:59 pm
- Forum: News & Announcements
- Topic: Yet another update
- Replies: 3
- Views: 21031
Another update for everyone. Since we are really liking the changes to the core design, all recent updates for the plugin have been on the source-python-2 branch. So, if you have been keeping track of the repository online, and haven't noticed any changes, you should be aware that we have still been...
- Tue Feb 26, 2013 1:14 am
- Forum: General Discussion
- Topic: What happened to my addon?
- Replies: 4
- Views: 9386
Well, I see you have been on since, but maybe you did not notice back then. Our site went down in November, and we were unable to recover much of what had been lost. The last backup for the site was from September, unfortunately. I would imagine that you uploaded your addon between the last backup a...
- Thu Feb 21, 2013 2:49 am
- Forum: Whatever
- Topic: happy birthday
- Replies: 5
- Views: 26950
- Mon Feb 11, 2013 7:51 pm
- Forum: Plugin Development Support
- Topic: First steps in Sp
- Replies: 10
- Views: 16469
I removed the download because that version causes crashing when using the messaging system, as you have seen in your testing. Due to Valve updating to use the new protobuf system in CS:GO, the old UserMessage system got removed completely for that version of the engine. Again, as I posted earlier, ...
- Mon Feb 11, 2013 3:18 pm
- Forum: Plugin Development Support
- Topic: First steps in Sp
- Replies: 10
- Views: 16469
The message system has gotten a major overhaul, not only on the Python side, but on the C++ side as well (due to the protobuf system). So, if this is for CS:GO, you will need to compile the newest version yourself in order to send messages, then use the most up-to-date Python API. Info on the messag...
- Sat Feb 09, 2013 2:49 am
- Forum: News & Announcements
- Topic: An update
- Replies: 6
- Views: 34994
Not trying to derail this thread, but I am slightly confused by your statement. Overall, the Python-side API will still function as-is. It is just the links between the API and the C++ side (what we refer to as Source) are going to be a lot more consistent. Obviously, you can choose to use the Sourc...
- Tue Feb 05, 2013 1:53 am
- Forum: Plugin Development Support
- Topic: Healing and Hopefully Better Questions
- Replies: 23
- Views: 73230
- Mon Feb 04, 2013 3:33 pm
- Forum: Plugin Development Support
- Topic: Healing and Hopefully Better Questions
- Replies: 23
- Views: 73230
I would've posted the error earlier but there isn't easy copying and pasting. Sorry for double post, but I just noticed this in your post. Yes, using the console doesn't make it easy to copy paste. We do plan on including a logging system at some point that will make this much easier, but I am not ...
- Mon Feb 04, 2013 3:29 pm
- Forum: Plugin Development Support
- Topic: Healing and Hopefully Better Questions
- Replies: 23
- Views: 73230
Yeah, it is definitely due to you passing a float value instead of an integer. Notice in the error, this section: Boost.Python.ArgumentError: Python argument types in edict_t.SetPropInt(edict_t, str, float) did not match C++ signature: SetPropInt(struct edict_t *, char const * szFullPath, int propVa...
- Mon Feb 04, 2013 5:10 am
- Forum: Plugin Development Support
- Topic: Healing and Hopefully Better Questions
- Replies: 23
- Views: 73230
As they said, it would be much easier to help you if we could see the code/error instead of just guessing at what your issue could possibly be. The only thing I could think it would be is that the health property uses an integer: # From ../_libs/_data/properties/player/csgo.ini [health] prop = "...
- Sun Feb 03, 2013 3:35 pm
- Forum: Plugin Development Support
- Topic: Healing and Hopefully Better Questions
- Replies: 23
- Views: 73230
- Sun Feb 03, 2013 3:02 pm
- Forum: Plugin Development Support
- Topic: Healing and Hopefully Better Questions
- Replies: 23
- Views: 73230
- Sun Feb 03, 2013 12:17 am
- Forum: Plugin Development Support
- Topic: Healing and Hopefully Better Questions
- Replies: 23
- Views: 73230
Sorry, just realized this is an issue with the current download. Unfortunately, until we can fix our Linux build issues, we cannot release a new build. There are many things in the newest _libs that utilize functionality in more recent builds, which makes me hesitant to release the old build with th...
- Sun Feb 03, 2013 12:05 am
- Forum: Plugin Development Support
- Topic: Healing and Hopefully Better Questions
- Replies: 23
- Views: 73230
- Sat Feb 02, 2013 11:14 pm
- Forum: Plugin Development Support
- Topic: Healing and Hopefully Better Questions
- Replies: 23
- Views: 73230
- Sat Feb 02, 2013 4:10 pm
- Forum: Plugin Releases
- Topic: MostDamage v1.4.0
- Replies: 24
- Views: 101123