[Tuto] Creation d'un serveur sur Windows

Parlez de tout ce qui concerne le jeu en ligne ainsi que de l'eSport et des teams

Moderator: French Moderator

Post Reply
flodab62
Posts: 468
Joined: 15 Apr 2011, 21:43
Location: Béthune
Contact:

Re: [Tuto] Creation d'un serveur sur Windows

Post by flodab62 »

Jonthekiller les met a jour les lien du 1er post du topic??

Bon avec les liens du 1er post j'arrive pas à lancer manialive (manialive2_r251 + MLEPP_r961)
jretourne a mon ancienne version (je c'est pas laquelle c'est mais elle va un peu ^^)
Fernando is faster than you
Just leave me alone, I know what to do
Image
Image
Image
Ninjakill
Posts: 49
Joined: 23 Oct 2010, 11:05

Re: [Tuto] Creation d'un serveur sur Windows

Post by Ninjakill »

bon j'ai un probleme pour les plugins ils sont installés manialive se lance correctement mais aucun plugin visible sur le serveur même pas avec la commande /PluginManager


si ca px aider
;------------------
; ManiaLive
;------------------

; the default path is 'php.exe' on windows and 'php' on linux
; phpPath = /path/php

; the default is %application%/logs
; logsPath = /var/logs

; whether to write console output into a file, default is Off
; runtimeLog = On

;------------------
; Dedicated Server
;------------------

server.host = '127.0.0.1' ;adresse ou est heberger le serveur, par défault c'est localhost mais chez moi cela ne fonctionne qu'avec 127.0.0.1 qui veut dire locaclhost --'

server.port = 5001 ;port XLM-RPC du serveur dédié à modifier selon le port que vous utilisez

; standard user level is SuperAdmin
; server.user = '*******'

; server.password = '*******' ;mot de passe SuperAdmin à changer si vous l'avez modifiée dans les fichiers de configuration serveur

; when a connection can't be established after the given amount
; of time, it will timeout and manialive will shutdown.
; server.timeout = 1

;------------------
; Admins
;------------------

; Add admins, that shall be able to control your server from game.
admins.logins[] = '*******' ;rajoutez votre login entre les ''

;------------------
; Plugins
;------------------
plugins.load[] = 'Standard\PluginManager'
plugins.load[] = 'Standard\Menubar'
plugins.load[] = 'Standard\Profiler'
plugins.load[] = 'Standard\Admin'
plugins.load[] = 'Standard\Dedimania'
plugins.Standard\Dedimania.password = ******* ;mettez ici le mot de passe du compte serveur
plugins.Standard\Dedimania.notifications = On
plugins.Standard\Dedimania.notifyNewFirstRecord = '%player% drove new first Dedimania record with a time of %time%!'
plugins.Standard\Dedimania.notifyNewRecord = '%player% just ranked %rank% on Dedimania with a time of %time%!'
plugins.Standard\Dedimania.notifyImprovedFirstRecord = '%player% beat his own first Dedimania record with a time of %time%!'
plugins.Standard\Dedimania.notifyImprovedRecord = '%player% moved on the %rank% Dedimania rank by finishing with a time of %time%!'
plugins.Standard\Dedimania.notifyImprovedRecordTimeOnly = '%player% secured his %rank% Dedimania rank by driving a time of %time%!'
; Add plugins to load.
;plugins.load[] = 'nom de l'auteur\nom du plugin'


;------------------
; Threading
;------------------

; threading can improve performance of your application. it
; allows modules to push blocking work onto another processes,
; this can also improve stability, because timeouts or
; unexpected exceptions do not impact the main application.

; if you have stability problems try to deactivate threading first
threading.enabled = true ; je traduis : si vous avez des problème de stabilité desactivé le

; how long may a thread be busy until it is killed
; threading.busy_timeout = 20

; how long, if not busy, may it take for a thread to response to a ping
; threading.ping_timeout = 2

; how many jobs should be send on each loop.
; increasing this value will boost jobs/time
; decreasing it will result in a reaction time improvement.
; threading.chunk_size = 10

; if threading is disabled, then how much time should be spend on
; each application loop to process work that would have been assigned
; to other threads normally
; default value is 1 second.
; threading.sequential_timeout = 1

;------------------
; ManiaHome
;------------------

; enabling the maniahome feature allows other modules to send
; notifications about eg. records or other actions on your
; server to player's friends.

; disabled by default.
; maniahome.enabled = true

; maniahome.user = ''

; maniahome.password = ''

; maniahome.manialink = ''

;------------------
[hostname: **********]
;------------------

; put here the configuration specific to an host
User avatar
jonthekiller
Translator
Translator
Posts: 4629
Joined: 15 Jun 2010, 11:07
Location: In Maniaplanet Alpha
Contact:

Re: [Tuto] Creation d'un serveur sur Windows

Post by jonthekiller »

Il faudrait le contenu du fichier runtime.log dans logs/
Image
Ninjakill
Posts: 49
Joined: 23 Oct 2010, 11:05

Re: [Tuto] Creation d'un serveur sur Windows

Post by Ninjakill »

si tu parles de ca
[CONFIG LOADER] Starting runtime load
[CONFIG LOADER] Pre-load completed
[CONFIG LOADER] F:\ManiaLive\config\config.ini parsed
[CONFIG LOADER] Class admins does not exists
[CONFIG LOADER] Class plugins does not exists
[CONFIG LOADER] Loaded 2 class instances
[CONFIG LOADER] Load completed
[CONFIG LOADER] Data dump:

Array
(
[ManiaLive\DedicatedApi\Config] => ManiaLive\DedicatedApi\Config Object
(
[host] => 127.0.0.1
[port] => 5001
[user] => SuperAdmin
[password] => SuperAdmin
[timeout] => 1
)

[ManiaLive\Threading\Config] => ManiaLive\Threading\Config Object
(
[enabled] => 1
[busyTimeout] => 20
[pingTimeout] => 2
[sequentialTimeout] => 1
[chunkSize] => 10
)

)

[CONFIG LOADER] Runtime load completed in 4.64 milliseconds
j'ai l impression que les plugins ne se chargent pas

[CONFIG LOADER] Starting runtime load
[CONFIG LOADER] Pre-load completed
[CONFIG LOADER] F:\TM2\ManiaLive\config\config.ini parsed
[CONFIG LOADER] Class admins does not exists
[CONFIG LOADER] Class plugins does not exists
[CONFIG LOADER] Class plugins does not exists
[CONFIG LOADER] Class plugins does not exists
[CONFIG LOADER] Class plugins does not exists
[CONFIG LOADER] Class plugins does not exists
[CONFIG LOADER] Class plugins does not exists
[CONFIG LOADER] Class plugins does not exists
[CONFIG LOADER] Class plugins does not exists
[CONFIG LOADER] Loaded 2 class instances
[CONFIG LOADER] Load completed
[CONFIG LOADER] Data dump:

Array
(
[ManiaLive\DedicatedApi\Config] => ManiaLive\DedicatedApi\Config Object
(
[host] => 127.0.0.1
[port] => 5001
[user] => ******
[password] => ********
[timeout] => 1
)

[ManiaLive\Threading\Config] => ManiaLive\Threading\Config Object
(
[enabled] => 1
[busyTimeout] => 20
[pingTimeout] => 2
[sequentialTimeout] => 1
[chunkSize] => 10
)

)

[CONFIG LOADER] Runtime load completed in 5.94 milliseconds
User avatar
jonthekiller
Translator
Translator
Posts: 4629
Joined: 15 Jun 2010, 11:07
Location: In Maniaplanet Alpha
Contact:

Re: [Tuto] Creation d'un serveur sur Windows

Post by jonthekiller »

Utilises-tu la version de Manialive que j'ai donné et pas la dernière? Car les fichiers de configuration ont changé et ne sont plus compatible.

Et ne fais pas de triple-post, la fonction Editer existe.
Image
Ninjakill
Posts: 49
Joined: 23 Oct 2010, 11:05

Re: [Tuto] Creation d'un serveur sur Windows

Post by Ninjakill »

ok désolé mon probleme est resolu.

Pour ceux qui auraient le même probleme faut rajouter manialive.plugins car plugins seul ca risquait pas de fonctionner.
User avatar
Kistrof
Posts: 18
Joined: 28 Jul 2011, 21:30
Location: France
Contact:

Re: [Tuto] Creation d'un serveur sur Windows

Post by Kistrof »

Je me suis rendu compte aussi que MLEPP n'était pas compatible avec ManiaLive r255 en ce qui concerne la configuration des plugins. J'avais pas trop envie d'utiliser ManiaLive r251 sur du TM2 donc j'ai édité la conf "en dur" dans les quelques plugins qui en avaient :) Le tout en attendant une version de MLEPP pour ManiaLive r255

PS: Quid de Dedimania ? J'ai vu dans les logs que les serveurs de Dedimania rejetaient l'environnement "canyon" !
Image
Image
User avatar
jonthekiller
Translator
Translator
Posts: 4629
Joined: 15 Jun 2010, 11:07
Location: In Maniaplanet Alpha
Contact:

Re: [Tuto] Creation d'un serveur sur Windows

Post by jonthekiller »

Slig travaille dessus, il faut attendre qu'il est fini.
Image
flodab62
Posts: 468
Joined: 15 Apr 2011, 21:43
Location: Béthune
Contact:

Re: [Tuto] Creation d'un serveur sur Windows

Post by flodab62 »

Jai Manialive2 r251 avec MLEPPr961 et jai toujours pas les tableau des local ni l'heure --'

jai oublier une config peut être ??
Fernando is faster than you
Just leave me alone, I know what to do
Image
Image
Image
User avatar
jonthekiller
Translator
Translator
Posts: 4629
Joined: 15 Jun 2010, 11:07
Location: In Maniaplanet Alpha
Contact:

Re: [Tuto] Creation d'un serveur sur Windows

Post by jonthekiller »

flodab62 wrote:Jai Manialive2 r251 avec MLEPPr961 et jai toujours pas les tableau des local ni l'heure --'

jai oublier une config peut être ??
MLEPP/Widgets
Image
Post Reply

Return to “Multijoueur”

Who is online

Users browsing this forum: No registered users and 1 guest