Problème de colonisation

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • Problème de colonisation

      Bonjour, j'ai un problème avec mon serveur 2Moons 1.9, à chaque fois que je souhaite coloniser une planète j'ai se message :

      One of your fleets reached the coordinates [1:1:11]. When your settlers approached the planet, they had to determine that their equipment still not for the prevailing climate was suitable and must be developed first. Disappointed, the settlers returned.

      je ne comprend pas car même apres avoir réinstaller 3 ou 4 fois le serveur toujours le même problème, de plus aucun moyen de gérer les cases des planète coloniser, après avoir trouvé sur la base donnée j'ai changer max_player_fields mais cela fesais bugé tous le serveur, cela fait minimum 5x que je réinstalle mon serveur à zéro je vous avoue que je perd en motivation tellement je trouve de problème sur cette version.
    • bonjour pour les cases pour les planète lors de la colonisation vous devez les changé dans le fichier php.

      Pour votre message il suffi juste de supprimer un if dans le fichier php de la mission de colonisation.
    • oui je les déjà changer justement un ami m'avez envoyer le sien mais fonctionner tous de meme pas, j'avais réussi à le changer directement dans la BD mais ça à crée des problemes.


      PHP Source Code

      1. <?php
      2. $PlanetData = array(
      3. 1 => array('temp' => mt_rand(220, 260), 'fields' => mt_rand(558, 616), 'image' => array('trocken' => mt_rand(1, 10), 'wuesten' => mt_rand(1, 4))),
      4. 2 => array('temp' => mt_rand(170, 210), 'fields' => mt_rand(576, 639), 'image' => array('trocken' => mt_rand(1, 10), 'wuesten' => mt_rand(1, 4))),
      5. 3 => array('temp' => mt_rand(120, 160), 'fields' => mt_rand(585, 715), 'image' => array('trocken' => mt_rand(1, 10), 'wuesten' => mt_rand(1, 4))),
      6. 4 => array('temp' => mt_rand(70, 110), 'fields' => mt_rand(680, 800), 'image' => array('dschjungel' => mt_rand(1, 10))),
      7. 5 => array('temp' => mt_rand(60, 100), 'fields' => mt_rand(792, 900), 'image' => array('dschjungel' => mt_rand(1, 10))),
      8. 6 => array('temp' => mt_rand(50, 90), 'fields' => mt_rand(805, 1008), 'image' => array('dschjungel' => mt_rand(1, 10))),
      9. 7 => array('temp' => mt_rand(40, 80), 'fields' => mt_rand(830, 1059), 'image' => array('normaltemp' => mt_rand(1, 7))),
      10. 8 => array('temp' => mt_rand(30, 70), 'fields' => mt_rand(864, 1218), 'image' => array('normaltemp' => mt_rand(1, 7))),
      11. 9 => array('temp' => mt_rand(20, 60), 'fields' => mt_rand(841, 1138), 'image' => array('normaltemp' => mt_rand(1, 7), 'wasser' => mt_rand(1, 9))),
      12. 10 => array('temp' => mt_rand(10, 50), 'fields' => mt_rand(819, 980), 'image' => array('normaltemp' => mt_rand(1, 7), 'wasser' => mt_rand(1, 9))),
      13. 11 => array('temp' => mt_rand(0, 40), 'fields' => mt_rand(801, 900), 'image' => array('normaltemp' => mt_rand(1, 7), 'wasser' => mt_rand(1, 9))),
      14. 12 => array('temp' => mt_rand(-10, 30), 'fields' => mt_rand(715, 805), 'image' => array('normaltemp' => mt_rand(1, 7), 'wasser' => mt_rand(1, 9))),
      15. 13 => array('temp' => mt_rand(-50, -10), 'fields' => mt_rand(634, 720), 'image' => array('eis' => mt_rand(1, 10))),
      16. 14 => array('temp' => mt_rand(-90, -50), 'fields' => mt_rand(459, 502), 'image' => array('eis' => mt_rand(1, 10))),
      17. 15 => array('temp' => mt_rand(-130, -90), 'fields' => mt_rand(382, 440), 'image' => array('eis' => mt_rand(1, 10)))
      18. );
      19. ?>
      Display All
    • c'est fait merci beaucoup sérieux.


      après pour les cases, se fichier et correcte et fonctionnel d’après toi?


      PHP Source Code

      1. <?php
      2. $PlanetData = array(
      3. 1 => array('temp' => mt_rand(220, 260), 'fields' => mt_rand(558, 616), 'image' => array('trocken' => mt_rand(1, 10), 'wuesten' => mt_rand(1, 4))),
      4. 2 => array('temp' => mt_rand(170, 210), 'fields' => mt_rand(576, 639), 'image' => array('trocken' => mt_rand(1, 10), 'wuesten' => mt_rand(1, 4))),
      5. 3 => array('temp' => mt_rand(120, 160), 'fields' => mt_rand(585, 715), 'image' => array('trocken' => mt_rand(1, 10), 'wuesten' => mt_rand(1, 4))),
      6. 4 => array('temp' => mt_rand(70, 110), 'fields' => mt_rand(680, 800), 'image' => array('dschjungel' => mt_rand(1, 10))),
      7. 5 => array('temp' => mt_rand(60, 100), 'fields' => mt_rand(792, 900), 'image' => array('dschjungel' => mt_rand(1, 10))),
      8. 6 => array('temp' => mt_rand(50, 90), 'fields' => mt_rand(805, 1008), 'image' => array('dschjungel' => mt_rand(1, 10))),
      9. 7 => array('temp' => mt_rand(40, 80), 'fields' => mt_rand(830, 1059), 'image' => array('normaltemp' => mt_rand(1, 7))),
      10. 8 => array('temp' => mt_rand(30, 70), 'fields' => mt_rand(864, 1218), 'image' => array('normaltemp' => mt_rand(1, 7))),
      11. 9 => array('temp' => mt_rand(20, 60), 'fields' => mt_rand(841, 1138), 'image' => array('normaltemp' => mt_rand(1, 7), 'wasser' => mt_rand(1, 9))),
      12. 10 => array('temp' => mt_rand(10, 50), 'fields' => mt_rand(819, 980), 'image' => array('normaltemp' => mt_rand(1, 7), 'wasser' => mt_rand(1, 9))),
      13. 11 => array('temp' => mt_rand(0, 40), 'fields' => mt_rand(801, 900), 'image' => array('normaltemp' => mt_rand(1, 7), 'wasser' => mt_rand(1, 9))),
      14. 12 => array('temp' => mt_rand(-10, 30), 'fields' => mt_rand(715, 805), 'image' => array('normaltemp' => mt_rand(1, 7), 'wasser' => mt_rand(1, 9))),
      15. 13 => array('temp' => mt_rand(-50, -10), 'fields' => mt_rand(634, 720), 'image' => array('eis' => mt_rand(1, 10))),
      16. 14 => array('temp' => mt_rand(-90, -50), 'fields' => mt_rand(459, 502), 'image' => array('eis' => mt_rand(1, 10))),
      17. 15 => array('temp' => mt_rand(-130, -90), 'fields' => mt_rand(382, 440), 'image' => array('eis' => mt_rand(1, 10)))
      18. );
      19. ?>
      Display All


      Car la actuellement je suis en field_max : 163
      Alors que quand je colonise je me retrouve avec des cases inférieur à 200 et aléatoire. J'ai mis de base à la planète mère : 800
      il faudrait avoir se même chiffre pour les colonie possible non?
    • Celui d'origine et celui la :


      PHP Source Code

      1. <?php
      2. $planetData = array(
      3. 1 => array('temp' => mt_rand(220, 260), 'fields' => mt_rand(95, 108), 'image' => array('trocken' => mt_rand(1, 10), 'wuesten' => mt_rand(1, 4))),
      4. 2 => array('temp' => mt_rand(170, 210), 'fields' => mt_rand(97, 110), 'image' => array('trocken' => mt_rand(1, 10), 'wuesten' => mt_rand(1, 4))),
      5. 3 => array('temp' => mt_rand(120, 160), 'fields' => mt_rand(98, 137), 'image' => array('trocken' => mt_rand(1, 10), 'wuesten' => mt_rand(1, 4))),
      6. 4 => array('temp' => mt_rand(70, 110), 'fields' => mt_rand(123, 203), 'image' => array('dschjungel' => mt_rand(1, 10))),
      7. 5 => array('temp' => mt_rand(60, 100), 'fields' => mt_rand(148, 210), 'image' => array('dschjungel' => mt_rand(1, 10))),
      8. 6 => array('temp' => mt_rand(50, 90), 'fields' => mt_rand(148, 226), 'image' => array('dschjungel' => mt_rand(1, 10))),
      9. 7 => array('temp' => mt_rand(40, 80), 'fields' => mt_rand(141, 273), 'image' => array('normaltemp' => mt_rand(1, 7))),
      10. 8 => array('temp' => mt_rand(30, 70), 'fields' => mt_rand(169, 246), 'image' => array('normaltemp' => mt_rand(1, 7))),
      11. 9 => array('temp' => mt_rand(20, 60), 'fields' => mt_rand(161, 238), 'image' => array('normaltemp' => mt_rand(1, 7), 'wasser' => mt_rand(1, 9))),
      12. 10 => array('temp' => mt_rand(10, 50), 'fields' => mt_rand(154, 224), 'image' => array('normaltemp' => mt_rand(1, 7), 'wasser' => mt_rand(1, 9))),
      13. 11 => array('temp' => mt_rand(0, 40), 'fields' => mt_rand(148, 204), 'image' => array('normaltemp' => mt_rand(1, 7), 'wasser' => mt_rand(1, 9))),
      14. 12 => array('temp' => mt_rand(-10, 30), 'fields' => mt_rand(136, 171), 'image' => array('normaltemp' => mt_rand(1, 7), 'wasser' => mt_rand(1, 9))),
      15. 13 => array('temp' => mt_rand(-50, -10), 'fields' => mt_rand(109, 121), 'image' => array('eis' => mt_rand(1, 10))),
      16. 14 => array('temp' => mt_rand(-90, -50), 'fields' => mt_rand(81, 93), 'image' => array('eis' => mt_rand(1, 10))),
      17. 15 => array('temp' => mt_rand(-130, -90), 'fields' => mt_rand(65, 74), 'image' => array('eis' => mt_rand(1, 10)))
      18. );
      Display All
    • la je viens de coloniser, cela fonctionne mais niveau taille de case pas ça du tous ahah

      [Blocked Image: https://i.gyazo.com/93bf4664142eb7b6431723949e4c0e6c.png]

      [Blocked Image: https://i.gyazo.com/d0f4bd67f2db2275a8561214261bb13e.png]

      [Blocked Image: https://i.gyazo.com/171c73ddbfcd56be927eed24165df4f5.png]





      Et voici ma planète mère, qui pour elle, le réglage fonctionne parfaitement.

      [Blocked Image: https://i.gyazo.com/36fedfa594092cb248c4f99ff844502c.png]





      Dans ma table "uni1_planets " j'ai bien 800

      [Blocked Image: https://i.gyazo.com/0c9dd8bd933e3ce2ff5b77f25956279c.png]
    • oui votre fichier est correct. Pour la planète mère vous devez le changer dans le panel pour le colonie ça devrais être bon avez vous vider le cache via le panel ?