expansion-mp / expansion
The next gen Maniaplanet server controller using symfony2 components
Installs: 61
Dependents: 1
Suggesters: 0
Security: 0
Stars: 7
Watchers: 4
Forks: 3
Open Issues: 20
Type:project
Requires
- php: >=7.0
- bluepsyduck/maniascript: ^1.1
- incenteev/composer-parameter-handler: ^2.0
- league/flysystem: ^1.0
- league/flysystem-sftp: ^1.0
- league/iso3166: ^2.1
- maniaplanet/dedicated-server-api: ^5.0
- ocramius/package-versions: ^1.2
- oliverde8/associative-array-simplified: ^1.0.0
- oliverde8/asynchronous-jobs: ^1.0
- oneup/flysystem-bundle: ^3.0
- propel/propel: dev-master
- propel/propel-bundle: 4.0.x-dev
- sensio/distribution-bundle: ^5.0
- sensio/framework-extra-bundle: ^3.0.2
- steeffeen/fancymanialinks: dev-master
- symfony-bundles/bundle-dependency: ^1.0
- symfony/monolog-bundle: ^3.1.0
- symfony/polyfill-apcu: ^1.0
- symfony/swiftmailer-bundle: ^2.3.10
- symfony/symfony: 3.4.*
Requires (Dev)
- phpunit/phpunit: ^5.7.26
- sensio/generator-bundle: ^3.0
- symfony/phpunit-bridge: ^4.0.2
- dev-master / 3.2.x-dev
- 2.0.0.x-dev
- 2.0.0.0-beta4
- 2.0.0.0-beta3
- 2.0.0.0-beta2
- 2.0.0.0-beta1
- 2.0.0.0-alpha3
- 2.0.0.0-alpha2
- 2.0.0.0-alpha1
- dev-release-2.0.0.0-beta5
- dev-prepare-2.0.0.0-beta5
- dev-feature/389-info-window
- dev-fix/401-memory-leak
- dev-release-2.0.0.0-beta4
- dev-prepare-2.0.0.0-beta4
- dev-fix/390
- dev-feature/380-info-messages
- dev-fix/384-text-list-config
- dev-fix/379-win-console-close
- dev-feature/377
- dev-widgets
- dev-feature/275
- dev-feature/version-check
- dev-release-2.0.0.0-beta3
- dev-prepare-2.0.0.0-beta3
- dev-fix-game-title-url
- dev-fix-374
- dev-feature-369
- dev-feature/372
- dev-fix-367
- dev-uiBuilderTest
- dev-fix/261
- dev-dedimania
- dev-customui
- dev-tests
- dev-obstacle
- dev-stormcallbacks
- dev-107-improve-tests
- dev-chat
This package is auto-updated.
Last update: 2024-11-24 20:00:49 UTC
README
This is the new eXpansion 2 controllers framework, that uses symfony components.
User documentation & documentation to write you own Bundles(plugins) can be foind on our website : http://mp-expansion.com/
You will find documentation for core developers on this page.
Install local development environment.
You wish to to help us to make the must awsome server controller for Maniapanet ever?
You can do so with ease.
Requirements
- Have docker installed on your development computer
- Have basic knowledge of Symfony service containers & autowiring
Getting started
- Clone this repository
- Copy the
docker-compose.yml.dist
file todocker-compose.yml
- Start the dockers for the first time :
docker-compose up
- Run a composer install
docker-compose exec php composer install
- Update database
docker-compose exec php bin/console doctrine:schema:update
- Start eXpansion
docker-compose exec php bin/console eXpansion:run
- eXpansion will crash saying game mode is not scripts or it can't connect (go figure it out, Nadeo tells us not to use legacy but default match setting files still have legacy)
- Goto docker/data/UserData/Maps/MatchSettings
- Rename the
eXpanion-mode-fail......txt
file to `TMCanyonA.txt - Edit content and change mode to script mode and proper script filename.
- Copy the
docker/default.config.xml
file into docker/data/UserData/Config - Restart eXpansion
docker-compose exec php bin/console eXpansion:run
TODO
- Remove unused symfony components (used full stack to get something fast)
- Separate into 3 repositories
- Application for installation
- Core for the core
- base plugins