Home   Help Search Login Register  

Author Topic: Text  (Read 1062 times)

0 Members and 1 Guest are viewing this topic.

Captain Winters

  • Guest
Text
« on: 08 Nov 2002, 03:53:45 »
I conside my self a advance noobie with WRPEdit but i cant figure out how to label my cities! pleez help (dont laugh)
______________________________
______________________________
Capn' Winters Out

_hammy_

  • Guest
Re:Text
« Reply #1 on: 08 Nov 2002, 05:24:33 »
here is a sample from my cpp file on one of the islands from the Paintball MOD

Code: [Select]
      class Names
      {
         class Volcano
         {
          name="Volcano";
          position[]={8225.00,6205.00,50};
         };

         class Swamp
         {
          name="Swamp";
          position[]={5284.38,3853.13,50};
         };

         class River
         {
          name="River";
          position[]={4290.63,4490.63,50};
         };
      };

the position is the corrdinates of the name (duhh) to find the coordinates, load up WRPedit, move your mouse over the spot where you want the name, then it should say it under "info" on the bottom

someone correct me if im wrong, but i think it goes {x, y, z}

Captain Winters

  • Guest
Re:Text
« Reply #2 on: 09 Nov 2002, 04:30:29 »
hammy wait till u see this island ur gonna piss urself!
Thanks!
___________________________________________
___________________________________________
Capn' Winters Out!

_hammy_

  • Guest
Re:Text
« Reply #3 on: 09 Nov 2002, 07:54:20 »
hehe, i better put my computer in my bathroom then :)

BoFFin

  • Guest
What about changing the font or colour..???
« Reply #4 on: 23 Nov 2002, 07:55:12 »
I got to where I place text labels on the map using the Class Names and position []

Is there any commands that you can use in Class Names to change the colour or the size-type of font?

thanks ;D