Page 1 of 1

wiki, why display fail?

Posted: 19 Aug 2008, 23:01
by zyzy

Re: wiki, why display fail?

Posted: 19 Aug 2008, 23:20
by SinbadEV

Code: Select all

 [MAP]

 {
   Description=Description de la map, qui peut être lue dans le lobby;

   TidalStrength=99; // % Energie fournie par les generateurs maremotrice dans l'eau (0-99)

   Gravity=100; // Gravit├â┬® en % !attention les armes balistic=1; dans le fichier weapons/??.tdf  tireront trop loin si <100 et trop court si >100 !

   MaxMetal=1.2; // multiplicateur d'extraction du m├â┬®tal, <1 est plus OTA, >1 est plus XTA

   ExtractorRadius=100; // Rayon d'action des extracteurs de m├â┬®tal, la taille des tache de metal normale est environ 35

   MapHardness=100; // Duret├â┬® du sol ; un terrain avec une duret├â┬® faible se d├â┬®formera sous les tirs :sable environ 100 ;rocher 1000 minimum ;metal 10000 ;cendres lunaire <100 

code blocks aren't wrapped (neither are lines beginning with white space.

You might want to try something like

Code: Select all

   MapHardness=100; // Duret├â┬® du sol ; un terrain avec une duret├â┬®
   //faible se d├â┬®formera sous les tirs :sable environ 100 ;rocher 1000 
   //minimum ;metal 10000 ;cendres lunaire <100 
for the overlong lines instead if you want to keep the nice code text.