Page 5 of 6

Re: eXpansion 0.9.5 (02/05/2014)

Posted: 04 May 2014, 13:03
by Ozon3
TMarc wrote:
Ozon3 wrote:Est-e qu'ill est possible de désactiver le hud ( en tou cas le cacher ) pour tous les joueurs ?
Oui, avec la touche * sur le clavier numérique (chaque joueur doit faire soi-même)

J'ai oublié de préciser mais je parlais du hud généré par eXpansion ( que l'on peut cacher par F8 ). En effet je désire qu'il ne soit pas affiché, tout au moins l'élément au centre de l'écran que j'ai mis dans mon screenshot.

http://img.sk-team.fr/i/screenowo.jpg

Re: eXpansion 0.9.5 (02/05/2014)

Posted: 04 May 2014, 13:25
by oliverde8
Ozon3 wrote:Salut et merci bien pour eXpension c'est génial !!!

Est-e qu'ill est possible de désactiver le hud ( en tou cas le cacher ) pour tous les joueurs ?

Sur certains serveurs je préfère tout désactiver tout en gardant le /admin settings au cas ou

Et le chat au milieu un petit peu intrusif : http://img.sk-team.fr/i/screenowo.jpg

Merci par avance et encore une fois beau travail ! :thumbsup:
Sault. C'ext une erreur le chat et l'autre panneau devrait pas s'afficher la.
Tu utilises quel mode ?

Des que je rentre chez moi je fait un fix

Re: eXpansion 0.9.5 (02/05/2014)

Posted: 04 May 2014, 13:27
by oliverde8
hackie wrote:Well , downloaded the dedi fix.
Use the script mode , but still no messages from dedi.
Do thé défi records load?

Re: eXpansion 0.9.5 (02/05/2014)

Posted: 04 May 2014, 16:18
by oliverde8
oliverde8 wrote:
Ozon3 wrote:Salut et merci bien pour eXpension c'est génial !!!

Est-e qu'ill est possible de désactiver le hud ( en tou cas le cacher ) pour tous les joueurs ?

Sur certains serveurs je préfère tout désactiver tout en gardant le /admin settings au cas ou

Et le chat au milieu un petit peu intrusif : http://img.sk-team.fr/i/screenowo.jpg

Merci par avance et encore une fois beau travail ! :thumbsup:
Sault. C'ext une erreur le chat et l'autre panneau devrait pas s'afficher la.
Tu utilises quel mode ?

Des que je rentre chez moi je fait un fix
Salut alors comme reaby n'est pas la pour mettre le fix en ligne pour l'instant je te propose de le faire a la main.
Tu vas dans le fichier libraries/ManiaLivePlugins/eXpansion/Gui/Widgets.php
et tu remplece le contenu par

Code: Select all

<?php

namespace ManiaLivePlugins\eXpansion\Gui;

/**
 * @author      Oliver de Cramer (oliverde8 at gmail.com)
 * @copyright    GNU GENERAL PUBLIC LICENSE
 *                     Version 3, 29 June 2007
 *
 * PHP version 5.3 and above
 *
 * LICENSE: This program is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program.  If not, see {http://www.gnu.org/licenses/}.
 */

/**
 * Description of Widgets
 *
 * @author De Cramer Oliver
 */
class Widgets extends \ManiaLib\Utils\Singleton {

    public $DedimaniaPanel_posX = array('default' => -160,
	1 => -161,
	3 => -161,
	4 => -161,
	5 => -161);
    public $DedimaniaPanel_posY = array('default' => 63,
	1 => 63,
	3 => 63,
	4 => 63,
	5 => 63);
    public $DedimaniaPanel_nbFields = array('default' => 20,
	1 => 12,
	3 => 12,
	4 => 12,
	5 => 12);
    public $DedimaniaPanel_nbFirstFields = array('default' => 5,
	1 => 5,
	3 => 5,
	4 => 5,
	5 => 5);
    public $LocalRecordsPanel_posX = array('default' => 120,
	1 => -161,
	3 => -161,
	4 => -161,
	5 => -161);
    public $LocalRecordsPanel_posY = array('default' => 52,
	1 => 9,
	3 => 9,
	4 => 9,
	5 => 9);
    public $LocalRecordsPanel_nbFields = array('default' => 15,
	1 => 12,
	3 => 12,
	4 => 12,
	5 => 12);
    public $LocalRecordsPanel_nbFirstFields = array('default' => 5,
	1 => 3,
	3 => 3,
	4 => 3,
	5 => 3);
    public $LiveRankingsPanel_posX = array('default' => 120,
	1 => 118,
	3 => 118,
	4 => 118,
	5 => 118);
    public $LiveRankingsPanel_posY = array('default' => -13,
	1 => 42,
	3 => 42,
	4 => 42,
	5 => 42);
    public $LiveRankingsPanel_nbFields = array('default' => 8,
	1 => 22,
	3 => 22,
	4 => 22,
	5 => 22);
    public $LiveRankingsPanel_nbFirstFields = array('default' => 3,
	1 => 10,
	3 => 10,
	4 => 10,
	5 => 10);
    
    public $SkipandResButtons_posX = array('TM' => 90,
	'SM'=> -120);
    public $SkipandResButtons_posY = array('TM' => 78,
	'SM'=> 92);
    public $NextMap_posX = array('TM' => 126,
	'SM'=> 67.5);
    public $NextMap_posY = array('TM' => 67,
	'SM'=> 92);
    
    public $CurrentMapWidget_posX = array('default' => 144);
    public $CurrentMapWidget_posY = array('default' => 83.5);

    public $MapRatingsWidget_posX = array('TM' => 128,
	'SM'=> 38);
    public $MapRatingsWidget_posY = array('TM' => 75,
	'SM'=> 90);
    
    public $ManiaExchangePanel_posX = array('default' => -160);
    public $ManiaExchangePanel_posY = array('default' => 81);
    public $ManiaExchangePanel_autoCloseTimeout = array('default' => 0);
    
    public $FaqWidget_posX = array('default' => -161);
    public $FaqWidget_posY = array('TM' => 75, 
	'SM' => -31);
    
    public $DonatePanel_posX = array('default' => -160);
    public $DonatePanel_posY = array('TM' => 69, 
	'SM' => -37);
    public $DonatePanel_autoCloseTimeout = array('default' => 0);
    
    public $AdminPanel_posX = array('default' => -160);
    public $AdminPanel_posY = array('default' => -44);
    public $AdminPanel_autoCloseTimeout = array('default' => 0);
    
    public $PersonalChatWidget_posX = array('default' => -160);
    public $PersonalChatWidget_posY = array('default' => -56);
    public $PersonalChatWidget_autoCloseTimeout = array('default' => 0);

}

?>
J'avait publier de preciser la position en Y des 2 widget ce qui fait que ça plantait. Desole pour le soucis

Re: eXpansion 0.9.5 (02/05/2014)

Posted: 04 May 2014, 16:57
by hackie
oliverde8 wrote:
hackie wrote:Well , downloaded the dedi fix.
Use the script mode , but still no messages from dedi.
Do thé défi records load?

Reaby was on my server , talked about server max rank.
And the rules about it , from dedimania forum.
He is going to investigate or so.

Dedis were loading , and it works fine but there was something about the rules what Reaby mis understood.
You have to ask Reaby about it.

Thanks anyway for responce.

Keep up ^^

Re: eXpansion 0.9.5 (02/05/2014)

Posted: 04 May 2014, 17:11
by oliverde8
He opened a ticket about : https://github.com/eXpansionPluginPack/ ... /issues/62

Thanks for keeping me informed, I was going to try and find your server :D

Re: eXpansion 0.9.5 (02/05/2014)

Posted: 05 May 2014, 18:48
by hackie
Hello

I installed a server MOD on my server and running nice.
Inside the MOD.zip there is a loadscreen but that doesn't work in ManiaPlanet. ( works on TMF servers )

So I uploaded that loadscreen to my host.

I added this to config :

Code: Select all

;------------------
; Plugins 
;------------------
manialive.plugins[] = 'ManiaLivePlugins\eXpansion\AutoLoad\AutoLoad'
;manialive.plugins[] = 'ManiaLivePlugins\eXpansion\Dedimania\Dedimania'  			   ; enable this line for legacy mode dedimania
manialive.plugins[] = 'ManiaLivePlugins\eXpansion\Dedimania_Script\Dedimania_Script'  ; enable this line for script mode dedimania
manialive.plugins[] = 'ManiaLivePlugins\eXpansion\ForceMod\ForceMod'



;------------------
; Configuration for plugins
;------------------

; Global
ManiaLivePlugins\eXpansion\Core\Config.defaultMatchSettingsFile = 'eXpansion_autosave.txt'
ManiaLivePlugins\eXpansion\Core\Config.dedicatedConfigFile = 'dedicated_cfg_autosave.txt'
ManiaLivePlugins\eXpansion\ForceMod\Config.mods[] = "http://http://my-host/stadium2.zip"
ManiaLivePlugins\eXpansion\ForceMod\Config.loadscreen = "http://my-host/loadscreen.dds"
ManiaLivePlugins\eXpansion\Core\Config.contact = "YOUR@EMAIL.COM"
The MOD is working fine , but I keep that loadscreen what coms with expansion or game.
So loadscreen does not work.

Wrong config ?
Reaby told me this way when you made youre first plugin pack for MP2.

Re: eXpansion 0.9.5 (02/05/2014)

Posted: 05 May 2014, 19:17
by reaby
hackie wrote: The MOD is working fine , but I keep that loadscreen what coms with expansion or game.
So loadscreen does not work.

Wrong config ?
Reaby told me this way when you made youre first plugin pack for MP2.
yes, i removed the custom loading screen, it was buggy and too slow, it could take like 10 seconds displaying the loading screen when map changed, so it's better not to have it.

I guess we have to wait guys at nadeo for a fix this loading screen using forcemods :)

Re: eXpansion 0.9.5 (02/05/2014)

Posted: 05 May 2014, 19:22
by hackie
Ok , thanks Reaby.

Re: eXpansion 0.9.5 (02/05/2014)

Posted: 02 Jun 2014, 05:32
by Flighthigh
Yesterday i install the 0.9.5 Version with Dedimaniascores on a Multi-Envi-Server. The Scoretabel is on the Server and i can see all old records from a track. But it dont wright news driven Rrcords to dedimania.

EDIT: This afternoon, without a Restart of the Server and the Expansion, the Dedi-recs are works fine.