eXpansion plugin pack for Manialive - (updated: 3.4.2014)
Moderator: NADEO
- w1lla
- Posts: 2287
- Joined: 15 Jun 2010, 11:09
- Manialink: maniaplanetblog
- Location: Netherlands
- Contact:
Re: eXpansion plugin pack [Manialive 2.8] updated: 13.5.2013
as said by you the logs shows errors due to maps being converted from tmf to mp
TM² Info
SM Info
QM Info
OS: Windows 10 x64 Professional
MB: MSI 970A-G46
Processor: AMD FX-6300 3500 mHz
RAM Memory: 16 GB DDR3
Video: SAPPHIRE DUAL-X R9 280X 3GB GDDR5
KB: Logitech G510s
Mouse: Logitech G300s
Mode Creation
ManiaScript Docs
SM Info
QM Info
OS: Windows 10 x64 Professional
MB: MSI 970A-G46
Processor: AMD FX-6300 3500 mHz
RAM Memory: 16 GB DDR3
Video: SAPPHIRE DUAL-X R9 280X 3GB GDDR5
KB: Logitech G510s
Mouse: Logitech G300s
Mode Creation
ManiaScript Docs
Re: eXpansion plugin pack [Manialive 3.1] updated: 19.11.201
19.11.2013 Update for ManiaLive 3.1 (Oct 17)
Since numerous fixes on manialive memory optimization, some parts of the graphical subsystem had hickups (if you changed page on pager forward and then backward, the items on previous page were empty)
The latest update *should* fix this, since my own development test server has most of the data empty, i couldn't test it properly on all use cases, in this case report back and we will fix it
Conserns about documentation:
I try to find time to write better documentation during next few weeks...
About error messages:
I guess it's time to get rid of the debug messages, so if there is an error it shows correctly.
Since numerous fixes on manialive memory optimization, some parts of the graphical subsystem had hickups (if you changed page on pager forward and then backward, the items on previous page were empty)
The latest update *should* fix this, since my own development test server has most of the data empty, i couldn't test it properly on all use cases, in this case report back and we will fix it

Conserns about documentation:
I try to find time to write better documentation during next few weeks...
About error messages:
I guess it's time to get rid of the debug messages, so if there is an error it shows correctly.
Re: eXpansion plugin pack [Manialive 3.1] updated: 19.11.201
And todays update:
* little changes for AutoLoad plugins set.
* fixed clicking author name on mx window
* fixed permissions pager not to lose items
* disabled most of the debug messages
* introduced a $this->debug("message") method for future debugging usage
It runs according to my tests quite well on both windows and linux, since i know atleast one server running eXpansion 24/7. I will have better test results on liveusage in few days when Poets of the Sky-server upgrades to latest versions.
If there is still some problems they will be fixed in 2-days time, then i think it's ready for the first official and tested stable release! (as the plugin pack has run very stable on older manialive with 24/7 liveusage for many months)
* little changes for AutoLoad plugins set.
* fixed clicking author name on mx window
* fixed permissions pager not to lose items
* disabled most of the debug messages
* introduced a $this->debug("message") method for future debugging usage
It runs according to my tests quite well on both windows and linux, since i know atleast one server running eXpansion 24/7. I will have better test results on liveusage in few days when Poets of the Sky-server upgrades to latest versions.
If there is still some problems they will be fixed in 2-days time, then i think it's ready for the first official and tested stable release! (as the plugin pack has run very stable on older manialive with 24/7 liveusage for many months)
- w1lla
- Posts: 2287
- Joined: 15 Jun 2010, 11:09
- Manialink: maniaplanetblog
- Location: Netherlands
- Contact:
Re: eXpansion plugin pack [Manialive 3.1] updated: 19.11.201
Is there a config setup: Wiki seems to be failing it seems.
TM² Info
SM Info
QM Info
OS: Windows 10 x64 Professional
MB: MSI 970A-G46
Processor: AMD FX-6300 3500 mHz
RAM Memory: 16 GB DDR3
Video: SAPPHIRE DUAL-X R9 280X 3GB GDDR5
KB: Logitech G510s
Mouse: Logitech G300s
Mode Creation
ManiaScript Docs
SM Info
QM Info
OS: Windows 10 x64 Professional
MB: MSI 970A-G46
Processor: AMD FX-6300 3500 mHz
RAM Memory: 16 GB DDR3
Video: SAPPHIRE DUAL-X R9 280X 3GB GDDR5
KB: Logitech G510s
Mouse: Logitech G300s
Mode Creation
ManiaScript Docs
Re: eXpansion plugin pack [Manialive 3.1] updated: 19.11.201
Wiki seems to be unusable by now, damn.
I would recommend to set it up using the youtube video as a base starting point.
Without dedimania everything (the basic pluginset) is beeing loaded using just using the autoload plugin:
To enable dedimania, i use at my server following setup:
if you enable forcemod-plugin, it will create the first start a config file to
just use the file then to setup mods. Use one mod http address per line, if you define more than 1, it will randomize the mods on map change.
MusicBox needs a index.csv file and have put .ogg files to folders, i'll give instructions for it later.
I would recommend to set it up using the youtube video as a base starting point.
Without dedimania everything (the basic pluginset) is beeing loaded using just using the autoload plugin:
Code: Select all
manialive.plugins[] = 'eXpansion\AutoLoad'
To enable dedimania, i use at my server following setup:
Code: Select all
ManiaLivePlugins\Reaby\Dedimania\Config.login = "my_server_login"
ManiaLivePlugins\Reaby\Dedimania\Config.code = "my_server_code"
manialive.plugins[] = 'Reaby\Dedimania'
manialive.plugins[] = 'eXpansion\AutoLoad'
manialive.plugins[] = 'eXpansion\Dedimania'
Code: Select all
ManiaLive\Config\config-eXp-forcemods.ini
MusicBox needs a index.csv file and have put .ogg files to folders, i'll give instructions for it later.
Re: eXpansion plugin pack [Manialive 3.1] updated: 19.11.201
Hey, fixed and upgraded the wiki.
Reaby what does 'eXpansion\Dedimania' do?
I didn't put it on my server and it seems to run just fine. DOn't have time to look the code
Reaby what does 'eXpansion\Dedimania' do?

I didn't put it on my server and it seems to run just fine. DOn't have time to look the code


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 plugin pack [Manialive 3.1] updated: 19.11.201
Thanks oliver!oliverde8 wrote:Hey, fixed and upgraded the wiki.
It provides multilingual messages for dedimania records.oliverde8 wrote: Reaby what does 'eXpansion\Dedimania' do?![]()
I didn't put it on my server and it seems to run just fine. DOn't have time to look the code
and "/dedirecs" -command a window with full listing of dedimania records for the map.
-----
in the past there was this discussion that dedimania should be individual plugin outside the plugin pack, and i did it.
Now I think bit differently --> dedimania should be packaged with the plugin pack for easier setup. I think i combine the plugins back to original state, but keep supporting the individual dedimania plugin too.
Re: eXpansion plugin pack [Manialive 3.1] updated: 19.11.201
Nice to see you're still working on it
Do you need more translations?

Do you need more translations?

Re: eXpansion plugin pack [Manialive 3.1] updated: 19.11.201
TMarc wrote:Nice to see you're still working on it![]()

No need for now.. Perhaps laterTMarc wrote: Do you need more translations?

Who is online
Users browsing this forum: No registered users and 1 guest