
eXpansion 0.9.8 ~ News (Released)
Moderators: oliverde8, reaby, NADEO
Re: eXpansion 0.9.8 ~ News (Not Released)
I have the same problem on servers trackmania 

Re: eXpansion 0.9.8 ~ News (Not Released)
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.
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.

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...
Re: eXpansion 0.9.8 ~ News (Not Released)
Very nice work
The gui is working again thx !!

Re: eXpansion 0.9.8 ~ News (Not Released)
Hi
How to make the plugin Dedimania works with the title Esl pack ?
How to make the plugin Dedimania works with the title Esl pack ?
Re: eXpansion 0.9.8 ~ News (Not Released)
Hi, which version are you using? I thought I had fixed that in the 0.9.8.5 or 0.9.8.4gsxroil wrote:Hi
How to make the plugin Dedimania works with the title Esl pack ?
Edit: the title complete name is "ESLTitlePack@nilakite2" right?
if you are using 0.9.7 just add
Code: Select all
case "ESLTitlePack@nilakite2":
Code: Select all
case "TMStadium":
The fix is in the nighty and you will have it when we relase the 0.9.8 which should be quite soon.

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...
Re: eXpansion 0.9.8 ~ News (Not Released)
I use version 0.9.8.5oliverde8 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?
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;
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
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}
Re: eXpansion 0.9.8 ~ News (Not Released)
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
Where can I change that ?
Update : NVM found it In dedimania_script map Metadata.php setEnviAsTitle from false to true solved it

Greeetz Base
Re: eXpansion 0.9.8 ~ News (Not Released)
OO thanks, yes that needs to be TRUE.endbase wrote: Update : NVM found it In dedimania_script map Metadata.php setEnviAsTitle from false to true solved it
Greeetz Base
@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. !!

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...
Re: eXpansion 0.9.8 ~ News (Not Released)
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

ps: thank you for your work on expansion, I really like this new generation of controller
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

ps: thank you for your work on expansion, I really like this new generation of controller
Re: eXpansion 0.9.8 ~ News (Not Released)
U can personalize that kind of setting to your flavour on each expansion server independently
Add lines to the servers config e.g:
WW
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
Who is online
Users browsing this forum: No registered users and 1 guest