eXpansion 0.9.5 (02/05/2014) | OLD

The next generation of server controlling with clean and powerful user interface

Moderators: oliverde8, reaby, NADEO

Ozon3
Posts: 29
Joined: 11 Jul 2012, 15:52

Re: eXpansion 0.9.5 (02/05/2014)

Post 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
oliverde8
Posts: 1286
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: eXpansion 0.9.5 (02/05/2014)

Post 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
Image
Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
oliverde8
Posts: 1286
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: eXpansion 0.9.5 (02/05/2014)

Post 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?
Image
Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
oliverde8
Posts: 1286
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: eXpansion 0.9.5 (02/05/2014)

Post 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
Image
Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
hackie
Posts: 1168
Joined: 19 Jul 2012, 22:43

Re: eXpansion 0.9.5 (02/05/2014)

Post 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 ^^
System Specs:
OS: Windows 7 Professionnal x64
CPU: Intel Core i7-6700K / 4 GHz - 8 MB cache
GPU: MSI GTX 980TI GAMING 6G - OC Edition
Motherboard: ASUS MAXIMUS VIII RANGER
RAM : 32Gb Kingston HyperX Savage - DDR4
DirectX 11
oliverde8
Posts: 1286
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: eXpansion 0.9.5 (02/05/2014)

Post 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
Image
Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
hackie
Posts: 1168
Joined: 19 Jul 2012, 22:43

Re: eXpansion 0.9.5 (02/05/2014)

Post 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.
System Specs:
OS: Windows 7 Professionnal x64
CPU: Intel Core i7-6700K / 4 GHz - 8 MB cache
GPU: MSI GTX 980TI GAMING 6G - OC Edition
Motherboard: ASUS MAXIMUS VIII RANGER
RAM : 32Gb Kingston HyperX Savage - DDR4
DirectX 11
reaby
Posts: 956
Joined: 29 Dec 2010, 23:26
Location: Eastern Finland
Contact:

Re: eXpansion 0.9.5 (02/05/2014)

Post 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 :)
hackie
Posts: 1168
Joined: 19 Jul 2012, 22:43

Re: eXpansion 0.9.5 (02/05/2014)

Post by hackie »

Ok , thanks Reaby.
System Specs:
OS: Windows 7 Professionnal x64
CPU: Intel Core i7-6700K / 4 GHz - 8 MB cache
GPU: MSI GTX 980TI GAMING 6G - OC Edition
Motherboard: ASUS MAXIMUS VIII RANGER
RAM : 32Gb Kingston HyperX Savage - DDR4
DirectX 11
Flighthigh
Posts: 406
Joined: 29 Jun 2010, 06:48

Re: eXpansion 0.9.5 (02/05/2014)

Post 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.
Locked

Return to “eXpansion”

Who is online

Users browsing this forum: No registered users and 0 guests