Go to footer

plugin by Lambda

Get help on setting up a server and present it once it's finished

Postby -|MfG|-Big Alâ„¢ » 15.08.2010, 09:57

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.
User avatar
-|MfG|-Big Alâ„¢
 
Posts: 175
Joined: 06.08.2010, 18:50


Postby MadeAnonymous » 15.08.2010, 11:15

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?
MadeAnonymous
 
Posts: 219
Joined: 16.04.2010, 17:10




plugin by Lambda

Postby MadeAnonymous » 15.08.2010, 20:21

[quote='-|MfG|-Big Al
MadeAnonymous
 
Posts: 219
Joined: 16.04.2010, 17:10




Postby Lambda » 16.08.2010, 18:34

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
Last edited by Lambda on 16.08.2010, 20:57, edited 1 time in total.
Lambda
 
Posts: 37
Joined: 23.05.2010, 07:58


Postby MadeAnonymous » 16.08.2010, 19:08

Nice one Lambda - you reckon Pixelsport should run the "lag free" CP live version? Why is it lag free?
MadeAnonymous
 
Posts: 219
Joined: 16.04.2010, 17:10


Postby Lambda » 16.08.2010, 20:49

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.
Lambda
 
Posts: 37
Joined: 23.05.2010, 07:58


Postby Lambda » 16.08.2010, 20:55

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.
Lambda
 
Posts: 37
Joined: 23.05.2010, 07:58


Postby -|MfG|-Big Alâ„¢ » 16.08.2010, 21:30

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
User avatar
-|MfG|-Big Alâ„¢
 
Posts: 175
Joined: 06.08.2010, 18:50


Postby Lambda » 17.08.2010, 09:02

[quote='-|MfG|-Big Al
Lambda
 
Posts: 37
Joined: 23.05.2010, 07:58


Postby -|MfG|-Big Alâ„¢ » 17.08.2010, 09:04

No problem. Files will stay there for long long time :)
User avatar
-|MfG|-Big Alâ„¢
 
Posts: 175
Joined: 06.08.2010, 18:50


Postby MadeAnonymous » 17.08.2010, 16:12

[quote='Lambda','index.php?page=Thread&postID=1770#post1770'][quote='-|MfG|-Big Al
MadeAnonymous
 
Posts: 219
Joined: 16.04.2010, 17:10


Postby MadeAnonymous » 17.08.2010, 16:13

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?
MadeAnonymous
 
Posts: 219
Joined: 16.04.2010, 17:10


Postby -|MfG|-Big Alâ„¢ » 17.08.2010, 16:37

[quote='Anonymous','index.php?page=Thread&postID=1776#post1776'][quote='Lambda','index.php?page=Thread&postID=1770#post1770'][quote='-|MfG|-Big Al
User avatar
-|MfG|-Big Alâ„¢
 
Posts: 175
Joined: 06.08.2010, 18:50


Postby Mario » 11.09.2010, 10:23

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
User avatar
Mario
 
Posts: 340
Joined: 17.07.2010, 17:08


Postby Tabasco » 11.09.2010, 10:40

Frag mal Big Al,

er kann dir das sagen. Meine er h
User avatar
Tabasco
 
Posts: 391
Joined: 10.04.2010, 07:10


Postby Mario » 11.09.2010, 11:01

ok, thx
User avatar
Mario
 
Posts: 340
Joined: 17.07.2010, 17:08


Postby Lambda » 11.09.2010, 11:12

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.
Lambda
 
Posts: 37
Joined: 23.05.2010, 07:58


Postby Mario » 11.09.2010, 11:30

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...
User avatar
Mario
 
Posts: 340
Joined: 17.07.2010, 17:08


Postby Lambda » 11.09.2010, 11:52

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.
Last edited by Lambda on 11.09.2010, 15:35, edited 4 times in total.
Lambda
 
Posts: 37
Joined: 23.05.2010, 07:58


Postby occam » 11.09.2010, 12:01

User avatar
occam
 
Posts: 79
Joined: 30.05.2010, 15:22


Postby Mario » 11.09.2010, 12:09

thanks occam, its sounds great for the first :)
User avatar
Mario
 
Posts: 340
Joined: 17.07.2010, 17:08


Postby Lambda » 11.09.2010, 15:42

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..
Lambda
 
Posts: 37
Joined: 23.05.2010, 07:58


Postby Lambda » 11.09.2010, 15:52

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.
Lambda
 
Posts: 37
Joined: 23.05.2010, 07:58

Next

Return to Board index

Return to Trackmania Server(s)

Who is online

Users browsing this forum: No registered users and 3 guests