ImportBot Posted August 10, 2011 Author Share Posted August 10, 2011 Originally Posted by MorpheusX(AUT)*: I will have a look at it, but that has to wait till GamesCom is over. The "|" in a name doesn't work in the procon plugin settings, since that character is used to seperate lines. I haven't found a solution for that yet, but I must admit, that I haven't tried that much Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted August 21, 2011 Author Share Posted August 21, 2011 Originally Posted by wetpaint*: Any news about a possible fix for the rank kicker clan tag whitelist? Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted August 21, 2011 Author Share Posted August 21, 2011 Originally Posted by MorpheusX(AUT)*: No. Just came back yesterday and am lacking loooots of sleep. Hope I'll find some time in the next days. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted August 23, 2011 Author Share Posted August 23, 2011 Originally Posted by wetpaint*: what is the rank kicker whitelist string supposed to look like in the .cfg file? Is this correct? Code: John+Doe|Person123 Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted August 23, 2011 Author Share Posted August 23, 2011 Originally Posted by MorpheusX(AUT)*: That would be the string for 2 people named John+Doe and Person123. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted August 23, 2011 Author Share Posted August 23, 2011 Originally Posted by wetpaint*: so in the access restriction .cfg? Do I need to urlencode a string? I'm finishing my php add-to-whitelist script... Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted August 23, 2011 Author Share Posted August 23, 2011 Originally Posted by wetpaint*: I had a problem where it was kicking me from my server even though I entered my name correctly... Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted August 23, 2011 Author Share Posted August 23, 2011 Originally Posted by MorpheusX(AUT)*: Don't think that needs to be urlencoded. "No-Hack|aa.net" works. I haven't found a solution for the whitelist not working yet. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted August 27, 2011 Author Share Posted August 27, 2011 Originally Posted by wetpaint*: Whitelist wasn't working because I did not restart the plugin, since It reads the .cfg on start. Is this correct? Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted August 28, 2011 Author Share Posted August 28, 2011 Originally Posted by MorpheusX(AUT)*: The config gets read at launch and also when you change plugin variables. Did restarting the layer help you with the whitelist-problems? Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted August 28, 2011 Author Share Posted August 28, 2011 Originally Posted by wetpaint*: It did help. But for some reason it initially took three restarts before recognizing I was on the white list. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted August 28, 2011 Author Share Posted August 28, 2011 Originally Posted by MorpheusX(AUT)*: This is indeed strange The major problem with solving this bug is, that I was never able to reproduce it... The plugin worked fine for me all the time. Do you have any log-data to provide (like plugin/console log while you wanted to join and got kicked)? Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted November 5, 2011 Author Share Posted November 5, 2011 Originally Posted by ibxx*: Hey do you think you update your plugin for bf3. I really like the rank access system :-) ATM it kickes people while looking at the stats for BC2 users. The BF3 stats API seems to be availble. Thanks !! Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted November 6, 2011 Author Share Posted November 6, 2011 Originally Posted by MorpheusX(AUT)*: No update planned for the next few months due to lack of time. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted January 2, 2012 Author Share Posted January 2, 2012 Originally Posted by lorne4747*: Hi MorpheusX any news on an update for BF3 yet? i had this plug in on 4 of our servers and have 4 - 6 servers waiting for it again Thanks for taking the time to reply Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted January 2, 2012 Author Share Posted January 2, 2012 Originally Posted by MorpheusX(AUT)*: No update planned for the next few months due to lack of time.Nope Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted October 28, 2013 Author Share Posted October 28, 2013 Originally Posted by Gazovik83*: not works in procon 1.4.1.0 Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted October 28, 2013 Author Share Posted October 28, 2013 Originally Posted by MorpheusX(AUT)*: not works in procon 1.4.1.0The plugin didn't even work for BF3. Obviously, it doesn't work for BF4 then either. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted October 28, 2013 Author Share Posted October 28, 2013 Originally Posted by Gazovik83*: The plugin didn't even work for BF3. Obviously, it doesn't work for BF4 then either.do not think that I did not know that he did not work with bf3 and where do you see what I'm talking about bf3 or bf4?I'm just saying that in this version 1.4.1.0 Procon plugin for BC2 does not work. cb2384f61e35.png b17f43053006.png Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted October 31, 2013 Author Share Posted October 31, 2013 Originally Posted by DeltaOne*: Hi! We used this plugin for months now to our BC2 server and it has been a joy!, now after the Procon update it stopped loading_, several other plugins have the same problem too_, sorry if this is the wrong place to post it Regards DeltaOne Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted October 31, 2013 Author Share Posted October 31, 2013 Originally Posted by DeltaOne*: SOLVED This is how: Open your accessrestiction.cs file in notepad and change the following lines: namespace PRoConEvents { public class Accessrestiction : CPRoConMarshalByRefObject, IPRoConPluginInterface3 { to: namespace PRoConEvents { public class AccessRestriction : PRoConPluginAPI, IPRoConPluginInterface { Regards DeltaOne Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted October 31, 2013 Author Share Posted October 31, 2013 Originally Posted by MorpheusX(AUT)*: I'll see I can change the used plugin API (similar to what DeltaOne mentioned) and check if theres anything else to clean up or change. Might be able to finish it today. Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted November 1, 2013 Author Share Posted November 1, 2013 Originally Posted by MorpheusX(AUT)*: Plugin update I've changed the plugin API referenced (as suggested by DeltaOne) and cleaned up the plugin a bit, removing unused parts and references. Could someone with a populated BC2 server please verify it is working properly now? Once it has been confirmed to work, I'll add this release to the first page. Attached Files: AccessRestriction_v1.0.5.2.zip Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted November 1, 2013 Author Share Posted November 1, 2013 Originally Posted by Gazovik83*: Plugin update I've changed the plugin API referenced (as suggested by DeltaOne) and cleaned up the plugin a bit, removing unused parts and references. Could someone with a populated BC2 server please verify it is working properly now? Once it has been confirmed to work, I'll add this release to the first page. works fine! sss.PNG bfbc2game 2013-11-01 19-06-58.jpg many thnx!! Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted December 8, 2013 Author Share Posted December 8, 2013 Originally Posted by loki87*: didnt work in BF4 Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted December 8, 2013 Author Share Posted December 8, 2013 Originally Posted by MorpheusX(AUT)*: didnt work in BF4 Yup, the plugin is not compatible with BF4 (see title-icons). Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted February 28, 2015 Author Share Posted February 28, 2015 Originally Posted by armypoilce*: Does this also work with bf3 and bf4? Quote * Restored post. It could be that the author is no longer active. Link to comment
ImportBot Posted February 28, 2015 Author Share Posted February 28, 2015 Originally Posted by MorpheusX(AUT)*: Does this also work with bf3 and bf4?No, only BC2. Quote * Restored post. It could be that the author is no longer active. Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.