GTAOnline.net

IV : Multiplayer (iv:mp) => Problèmes et bugs => Discussion démarrée par: Ouzdi Broono le 23 Juillet 2012, 15:00:58

Titre: Impossible de rejoindre le serveur
Posté par: Ouzdi Broono le 23 Juillet 2012, 15:00:58
Bonjour, j'ai tenté de rejoindre le serveur IV:MP que j'ai commencé à scripter pour tester mes scripts, mais j'ai le message "retrying connect" qui s'affiche.
Pourtant j'ai bien la dernière version d'IV:MP et la dernière version server.
Est-ce que ce serais un problème de patchs ?
Car j'ai vus dans un sujet, qu'on ne devais pas installer le dernier patch.
Est-ce qu'on peux toujours jouer au multijoueur officiel quand on installe IV:MP aussi ?
Merci à vous.
Titre: Re : Impossible de rejoindre le serveur
Posté par: ApocKalipsS le 23 Juillet 2012, 20:19:58
Récupère les nightlies ici : http://adamix.iv-m.com/nightly (http://adamix.iv-m.com/nightly)
Et vérifie que t'arrives bien à ping le serveur.
Titre: Re : Impossible de rejoindre le serveur
Posté par: Ouzdi Broono le 25 Juillet 2012, 17:10:21
Merci à toi Apo, j'ai téléchargé les "Nightly" et j'ai transféré mon gamemode dans le dossier script.
Mais je ne comprend pas comment configurer le fichier settings.xml, est-ce que tu pourrais m'indiquer comment faire ?
J'ai essayé plusieurs trucs, j'héberge le serveur depuis mon VPS, j'ai essayé en local aussi mais ça ne fonctionne pas.

Voila mon settings.xml: <settings>
<!-- Port the server will listen on -->
<port>9999</port>

<!-- Port the webserver listens on -->
<httpport>9999</httpport>

<!-- An external webserver that you host your files on, can be either the server's name or IP -->
<!-- httpserver>example.com</httpserver -->

<!-- Maximum number of players the server will support (Max 32) -->
<maxplayers>32</maxplayers>

<!-- Maximum number of vehicles the server will support (Max 65534) -->
<maxvehicles>400</maxvehicles>

<!-- Password clients will have to enter to connect -->
<!-- password>None</password -->

<!-- Allow the server to be queried -->
<query>true</query>

<!-- Add the server to the master list -->
<listed>true</listed>

<!-- The hostname players will see -->
<hostname>GTAIVRP.xooit.com</hostname>

<!-- The address the server will bind to -->
<hostaddress>188.130.40.28</hostaddress>

<!-- Toggles frequently called events which has impact on CPU usage  -->
<frequentevents>false</frequentevents>

<!-- Toggles the network nametags from GTA IV to nametags from IV:MP(GUI) -->
<guinametags>true</guinametags>

<!-- Toggles the headmovement sync -->
<headmovement>true</headmovement>

<!-- The scripts the server will load and run -->
<script>cp.nut</script>
<script>whisper.nut</script>
<script>namecheck.nut</script>
<script>runcode.nut</script>
<script>indicators.nut</script>

<!-- The scripts the client will download and run -->
<clientscript>scoreboard.nut</clientscript>
<clientscript>audio.nut</clientscript>

<!-- The resources the client will download and used by clientscripts -->
<!-- clientresource>ivmp.png</clientresource -->

<!-- The modules the server will load and run -->
<!-- For windows: -->
<module>Sample.dll</module>
<!-- For linux: -->
<!-- module>Sample.so</module -->
</settings>