eXpansion 0.9.8 ~ News (Released)

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

Moderators: oliverde8, reaby, NADEO

User avatar
gsxroil
Posts: 62
Joined: 21 May 2011, 19:43

Re: eXpansion 0.9.8 ~ News (Not Released)

Post by gsxroil »

I have the same problem on servers trackmania :?
oliverde8
Posts: 1286
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: eXpansion 0.9.8 ~ News (Not Released)

Post by oliverde8 »

Hi,

I have been working today on fixing some small bugs, to most obvious one is F8 hud toggle that in some instances didn't display the hud back.

It was an interesting fix, we already had the exact same issue with Manialives GUI handling. The pb is it tries to creates one call to display all manialinks at once for all players. Doing that in exceeds the maximum amount of data that can be sent to the dedicated. We had fixed that by adding a grouping system that groups windows so that each group can be sent. I just had to apply the same patch to the toogle system.

Reaby has redesigned quite a bit eXpansion I just want to point out that on old installation you migth need to reset the background opacity settings.

All is still on dev, I hope to do some more fixes and put all in the nighty during the week.
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...
endbase
Posts: 475
Joined: 26 Jun 2011, 19:34

Re: eXpansion 0.9.8 ~ News (Not Released)

Post by endbase »

Very nice work :thumbsup: The gui is working again thx !!
User avatar
gsxroil
Posts: 62
Joined: 21 May 2011, 19:43

Re: eXpansion 0.9.8 ~ News (Not Released)

Post by gsxroil »

Hi

How to make the plugin Dedimania works with the title Esl pack ?
oliverde8
Posts: 1286
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: eXpansion 0.9.8 ~ News (Not Released)

Post by oliverde8 »

gsxroil wrote:Hi

How to make the plugin Dedimania works with the title Esl pack ?
Hi, which version are you using? I thought I had fixed that in the 0.9.8.5 or 0.9.8.4

Edit: the title complete name is "ESLTitlePack@nilakite2" right?

if you are using 0.9.7 just add

Code: Select all

case  "ESLTitlePack@nilakite2":
after

Code: Select all

case "TMStadium":
in libraries/ManialivePlugins/eXpansion/Dedimania/Classes/Connection.php

The fix is in the nighty and you will have it when we relase the 0.9.8 which should be quite soon.
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...
User avatar
gsxroil
Posts: 62
Joined: 21 May 2011, 19:43

Re: eXpansion 0.9.8 ~ News (Not Released)

Post by gsxroil »

oliverde8 wrote:
Hi, which version are you using? I thought I had fixed that in the 0.9.8.5 or 0.9.8.4

Edit: the title complete name is "ESLTitlePack@nilakite2" right?
I use version 0.9.8.5

the title pack complete name in not "ESLTitlePack@nilakite2" is "esl_comp@lt_forever"

I modified the connection.php file, but it does not work

edit:

conection.php

Code: Select all

       switch ($packmask) {
            case "TMStadium":
			case 'esl_comp@lt_forever':
            case 'BaF1@mcrobert':
            case 'Dirt_World_TM2@bernatf':
            case 'Dirt_@mr.dvd':
            case 'edenia@nexxusdrako':
            case 'ESLTitlePack@nilakite2':
            case 'Nations_Forever@citiroller':
            case 'Nations_ESWC@tm-jinzo':
            case 'Minimalize@mvv0105':
            case 'only_stadium_car@adamkooo':
            case 'RPG@tmrpg':
            case 'SRE@tm-nascar':
            case 'StadiumPlatform@darkpuddle_':
            case 'Ultimate_Challenge_2@mr.dvd':
                $packmask = "Stadium";
                break;
runtime.log

Code: Select all

[PluginHandler] Loading plugin "\ManiaLivePlugins\eXpansion\Widgets_ServerInfo\Widgets_ServerInfo" 0.9.8.5...
[\ManiaLivePlugins\eXpansion\Widgets_DedimaniaRecords\Widgets_DedimaniaRecords]..............................Disabled -> Not Compatible
[\ManiaLivePlugins\eXpansion\Dedimania\Dedimania]..............................Disabled -> Not Compatible
[\ManiaLivePlugins\eXpansion\Widgets_DedimaniaRecords\Widgets_DedimaniaRecords]..............................Disabled -> Not Compatible
[\ManiaLivePlugins\eXpansion\Dedimania\Dedimania]..............................Disabled -> Not Compatible
manialive-error.log

Code: Select all

[2015-09-07T04:13:17+02:00] 
    Occured on 07.09.2015 at 04:13:17 at process with ID #30465
    ---------------------------------
 -> ManiaLive\PluginHandler\Exception with code 0
    Plugin "\ManiaLivePlugins\eXpansion\Core\Core" cannot be unloaded. It is required by other plugins.
  - in /home/bbd/tm2/eXpansion/vendor/maniaplanet/manialive-lib/ManiaLive/PluginHandler/PluginHandler.php on line 99
  - Stack: #0 /home/bbd/tm2/eXpansion/vendor/maniaplanet/manialive-lib/ManiaLive/PluginHandler/PluginHandler.php(245): ManiaLive\PluginHandler\PluginHandler->unload('\\ManiaLivePlugi...')
           #1 /home/bbd/tm2/eXpansion/vendor/maniaplanet/manialive-lib/ManiaLive/Application/Event.php(32): ManiaLive\PluginHandler\PluginHandler->onTerminate()
           #2 /home/bbd/tm2/eXpansion/vendor/maniaplanet/manialive-lib/ManiaLive/Event/Dispatcher.php(132): ManiaLive\Application\Event->fireDo(Object(ManiaLive\PluginHandler\PluginHandler))
           #3 /home/bbd/tm2/eXpansion/vendor/maniaplanet/manialive-lib/ManiaLive/Application/Application.php(143): ManiaLive\Event\Dispatcher::dispatch(Object(ManiaLive\Application\Event))
           #4 /home/bbd/tm2/eXpansion/bootstrapper.php(73): ManiaLive\Application\Application->run()
           #5 {main}
endbase
Posts: 475
Joined: 26 Jun 2011, 19:34

Re: eXpansion 0.9.8 ~ News (Not Released)

Post by endbase »

Strangly enough I'm running An RPG server under RPG@tmrpg it is in the dedmania connections plugin but ingame at plugins scripted mode it says title not supported !!

Where can I change that ?

Update : NVM found it In dedimania_script map Metadata.php setEnviAsTitle from false to true solved it :)

Greeetz Base
oliverde8
Posts: 1286
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: eXpansion 0.9.8 ~ News (Not Released)

Post by oliverde8 »

endbase wrote: Update : NVM found it In dedimania_script map Metadata.php setEnviAsTitle from false to true solved it :)
Greeetz Base
OO thanks, yes that needs to be TRUE.

@gsxroil : That should fix you issue.

I just updated the nighty with this fix and the other display fixes as well.

I recommend anyone on nighty to check in game GUI game settings are reset opacity related settings. !!
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...
User avatar
gsxroil
Posts: 62
Joined: 21 May 2011, 19:43

Re: eXpansion 0.9.8 ~ News (Not Released)

Post by gsxroil »

Thx oliver

For Esl tiltle pack:

Dedimania it's work in mode "round"

No workd in mode 'Time attack" " Cup" and "team"

Mode "towers" is impossible to activate

in rounds, widgets are one over the other
Image

ps: thank you for your work on expansion, I really like this new generation of controller
User avatar
weerwolf
Posts: 603
Joined: 15 Jun 2010, 21:21
Location: Wijchen, Netherlands
Contact:

Re: eXpansion 0.9.8 ~ News (Not Released)

Post by weerwolf »

U can personalize that kind of setting to your flavour on each expansion server independently
Add lines to the servers config e.g:

Code: Select all

\ManiaLivePlugins\eXpansion\Gui\Widgets.AdminPanel_posY["default"] = -15
\ManiaLivePlugins\eXpansion\Gui\Widgets.ServerNeighborhood_posY["default"] = -30
\ManiaLivePlugins\eXpansion\Gui\Widgets.DonatePanel_posY["default"] = -45
\ManiaLivePlugins\eXpansion\Gui\Widgets.PersonalChatWidget_posY["default"] = -55
WW
Locked

Return to “eXpansion”

Who is online

Users browsing this forum: No registered users and 1 guest