Page 1 of 2

PostPosted: 15.08.2010, 09:57
by -|MfG|-Big Alâ„¢
Anonymous wrote:What is CP live 2.05? 1.2 just with grey box?

That quad version lags like hell on pixelsport :\

I dont know whats the difference exactly.
I asked Lambda to send me the latest update so i got 2 Versions with different descriptions:

Test plugin CP Live v1.2 (13-avg-2010) by Lambda (hello.lambda@yahoo.com)
- some code improvement
Time Attack mode - XAseco 1.10 and higher, tested on PHP 5.3.1 (Linux)
Useful for RPG servers with max 10-15 players.
Put this file into your xaseco/plugins folder, add this line in plugins.xml and restart XAseco:
<plugin>cplive_v1.2.php</plugin>
For positions, text color and more settings open plugin and in configuration section change values
(in the final version will be included xml file; maybe not).
If you notice some kind of problems, just send me aseco.log or logfile.txt file without any passwords and list me versions:
PHP, OS (Windows, Linux), Dedicated Server, XAseco and currently number of players.
Lambda :-)

and
Test plugin Checkpoints Live v2.0.5 (08-avg-2010) by Lambda (hello.lambda@yahoo.com)
- replaced red and green arrows with icons
Time Attack mode - XAseco 1.10 and higher, tested on PHP 5.3.1 (Linux)
Useful for RPG servers with max 10-15 players.
Put this file into your xaseco/plugins folder, add this line in plugins.xml and restart XAseco:
<plugin>plugin.cplive_v2.0.5.php</plugin>
For positions, text color and more settings open plugin and in configuration section change values
(in the final version will be included xml file; maybe not).
With this version you can hide/unhide CP Live Widget with red and green arrows. Just click on it.
If you notice some kind of problems, just send me aseco.log or logfile.txt file without any passwords and list me versions:
PHP, OS (Windows, Linux), Dedicated Server, XAseco and currently number of players.
Lambda :-)


Email comment:
Hi
CP Live v1.2 -> light version
CP Live v2.0.5 -> "lag" version
Any feedback is welcome.
Lambda


Cos "lag" is a bad, bad word in esports, i choose the V1.2 :)
I set it on 20 players, no problems so far with 25 players.

PostPosted: 15.08.2010, 11:15
by MadeAnonymous
wow, finally an update.. the version from your screenshot looks perfect.. i've been using the first test version since forever, since the "new" (not new now) version always made xaseco delay for like 5-6 minutes.

has he uploaded this to tm-forum now?

PostPosted: 15.08.2010, 12:18
by -|MfG|-Big Alâ„¢
Nope he didn

plugin by Lambda

PostPosted: 15.08.2010, 20:21
by MadeAnonymous
[quote='-|MfG|-Big Al

PostPosted: 16.08.2010, 08:16
by -|MfG|-Big Alâ„¢
Thx, Tec, it works easy.

PostPosted: 16.08.2010, 18:34
by Lambda
Slightly improved plugin (manialink is sent only to player who join the server).

[php]<?php

/**
* plugin.rpgblog_banner.php by Lambda 16-Avg-2010
* link to Rpg Blog
* copy and save as (or as you wish): plugin.rpgblog_banner.php
*/

Aseco::registerEvent ('onPlayerConnect', 'banner');
// If you want to hide at the end of the game uncomment this event
//Aseco::registerEvent ('onEndRace', 'no_banner');

global $banner_ml_id, $banner_pos_x, $banner_pos_y;

//*** Start config ***//

$banner_ml_id = 6755263; // Manialink ID
$banner_pos_x = -63.8; // Horizontal position
$banner_pos_y = 48; // Vertical position (45.5 -> under Fufi Menu)

//*** End config ***//

function banner ($lambda, $info) {
global $banner_ml_id, $banner_pos_x, $banner_pos_y;

$login = $info->login;

$rpg = '<?xml version="1.0" encoding="UTF-8"?>';
$rpg .= '<manialink id="'.$banner_ml_id.'">';
$rpg .= '<frame posn="'.$banner_pos_x.' '.$banner_pos_y.'">';
$rpg .= '<quad sizen="3.2 3.2" posn="0 0 0" scale="1" image="http://www.fileden.com/files/2009/4/4/2391276/rpg_blog_gray.png" imagefocus="http://www.fileden.com/files/2009/4/4/2391276/rpg_blog_.png" url="http://trackmaniarpg.blogspot.com/"/>';
$rpg .= '</frame>';
$rpg .= '</manialink>';

$lambda->client->query("SendDisplayManialinkPageToLogin", $login, $rpg, 0, false);
}

function no_banner ($lambda) {
global $banner_ml_id;

$rpg = '<?xml version="1.0" encoding="UTF-8"?>';
$rpg .= '<manialink id="'.$banner_ml_id.'"></manialink>';

$lambda->client->query("SendDisplayManialinkPage", $rpg, 1, false);
}

?>[/php]

Lambda

PostPosted: 16.08.2010, 19:08
by MadeAnonymous
Nice one Lambda - you reckon Pixelsport should run the "lag free" CP live version? Why is it lag free?

PostPosted: 16.08.2010, 20:49
by Lambda
Anonymous wrote:has he uploaded this to tm-forum now?

Somehow I do not think that it would publish the plugin in the TM-Forum in the near future because it is currently still in the testing phase ...
I'm working on a different approach, but currently I do not have much free time.

PostPosted: 16.08.2010, 20:55
by Lambda
Anonymous wrote:Why is it lag free?

I'm not sure if I understand correctly. You mean: less or without?
Sorry, my knowledge of the English language is not very good.

PostPosted: 16.08.2010, 21:30
by -|MfG|-Big Alâ„¢
Lambda wrote:[quote='Anonymous','index.php?page=Thread&postID=1687#post1687']has he uploaded this to tm-forum now?

Somehow I do not think that it would publish the plugin in the TM-Forum in the near future because it is currently still in the testing phase ...
I'm working on a different approach, but currently I do not have much free time.[/quote]Oh why not?
The more testers the more feedback?
Shall i erase it from FTP?
Just let me know.
We

PostPosted: 17.08.2010, 09:02
by Lambda
[quote='-|MfG|-Big Al

PostPosted: 17.08.2010, 09:04
by -|MfG|-Big Alâ„¢
No problem. Files will stay there for long long time :)

PostPosted: 17.08.2010, 16:12
by MadeAnonymous
[quote='Lambda','index.php?page=Thread&postID=1770#post1770'][quote='-|MfG|-Big Al

PostPosted: 17.08.2010, 16:13
by MadeAnonymous
Lambda wrote:I'm not sure if I understand correctly. You mean: less or without?
Sorry, my knowledge of the English language is not very good.


What is different in the "lite" version?

PostPosted: 17.08.2010, 16:37
by -|MfG|-Big Alâ„¢
[quote='Anonymous','index.php?page=Thread&postID=1776#post1776'][quote='Lambda','index.php?page=Thread&postID=1770#post1770'][quote='-|MfG|-Big Al

PostPosted: 11.09.2010, 10:23
by Mario
Hey, sry for this question, but my english is not very good.
Which version is better? the 1.2 or the 2.05?
And i dont understad the differences between this versions, i just know that c live is very buggy by over 20 players, but pixel had sometimes 80 oO

PostPosted: 11.09.2010, 10:40
by Tabasco
Frag mal Big Al,

er kann dir das sagen. Meine er h

PostPosted: 11.09.2010, 11:01
by Mario
ok, thx

PostPosted: 11.09.2010, 11:12
by Lambda
Mario wrote:i just know that c live is very buggy by over 20 players

Which version of plugin? Buggy in which sense?

Did you read readme.txt?
[quote='version_readme.txt']...Useful for RPG servers with max 10-15 players...[/quote]
PixelSport server has a customized version for many players but only the basic options.

PostPosted: 11.09.2010, 11:30
by Mario
ok, that is not really good, is it possible to become the version from pixelsports? cause we need the tool for the server for the RPG Community too and i think there are more than 15 players...

PostPosted: 11.09.2010, 11:52
by Lambda
Ask Anonymous for plugin.
I have no idea where is on my PC. Also, this plugin is quite bugy, there is a problem with numeric logins. The player is present twice on list, once like player and once like "CP-" . If you see the line without CP number and player nickname (looks like "CP-") there is a player with numeric login.

And main differences between this versions is:
CP Live 1.2 is improved PixelSport version with some fancy stuff and fixed bug with numeric logins
plugin in action: ||RPG

CP Live 2.0.5 is the last version with hide and unhide option and most fixed bugs found so far. Also fixed bug with symbol double arrow which in some systems is not present.
plugin in action: World of RPG

On these servers you can see the latest version of the plugins: Visitors and the latest is Track Info.

PostPosted: 11.09.2010, 12:01
by occam

PostPosted: 11.09.2010, 12:09
by Mario
thanks occam, its sounds great for the first :)

PostPosted: 11.09.2010, 15:42
by Lambda
occam wrote:Lambda was so nice to make a special version for me (thx again to lambda for that :- D)

I am glad you like it :)

I think that is numeric login bug also present in your version, not sure..

PostPosted: 11.09.2010, 15:52
by Lambda
Anonymous wrote:What is different in the "lite" version?

I missed this post, sry Anonymous. 8|

In the 'light' version is only few quads, maybe 2 or 3, in the 'heavy' version is a lot of them, few quads for one player (1 player = 1 line). This is the main difference between plugins.