Virtual Textures For Dummies!

Tips for creating and manipulating planet textures for Celestia.
ElChristou
Developer
Posts: 3776
Joined: 04.02.2005
With us: 19 years 9 months

Post #21by ElChristou » 28.01.2006, 22:09

Fridger's virtualtex work perfectly on Mac via Terminal...
Image

pierre
Posts: 4
Joined: 15.01.2006
With us: 18 years 10 months
Location: Edinburg/Scotland

Post #22by pierre » 30.01.2006, 22:30

Hi Selom and ElCristiou ,thank you for your quick answers .

What am i supose to do whith "vitualtex"?Do i have to copy/paste it in Terrminal?Sorry , i'm computing illeterate.

I gave up trying to find a dds convecter for Mac ,so i'll make my vt map of earth with jpn,and Bob's dummie is a good tutorial for me.Thanks again Bob .
By.
Pierre.
iMacG3 600mgz panther10.3.9

BrainDead
Posts: 238
Joined: 27.08.2005
With us: 19 years 2 months
Location: Germantown, OH

Post #23by BrainDead » 30.01.2006, 23:43

pierre wrote:I gave up trying to find a dds convecter for Mac ,so i'll make my vt map of earth with jpn,and Bob's dummie is a good tutorial for me.Thanks again Bob .
By.
Pierre.

My pleasure, Pierre...

Just FYI though, you should easily be able to find a DDS converter for the
MAC. I'm using "Irfanview" for my dilapidated old Windows setup, and I saw
rather a few other converters whilst browsing for DDS to JPG converters.

Hope that helps.

Take care, Bob
Brain-Dead Bob

Windows XP-SP2, 256Meg 1024x768 Resolution
Intel Celeron 1400 MHz CPU
Intel 82815 Graphics Controller
OpenGL Version: 1.1.2 - Build 4.13.01.3196
Celestia 1.4.1

ElChristou
Developer
Posts: 3776
Joined: 04.02.2005
With us: 19 years 9 months

Post #24by ElChristou » 31.01.2006, 00:04

pierre wrote:Hi Selom and ElCristiou ,thank you for your quick answers .

What am i supose to do whith "vitualtex"?Do i have to copy/paste it in Terrminal?Sorry , i'm computing illeterate.

I gave up trying to find a dds convecter for Mac ,so i'll make my vt map of earth with jpn,and Bob's dummie is a good tutorial for me.Thanks again Bob .
By.
Pierre.


Nope, virtualtex is a script, you have to call the functions via terminal; first you will have to download and install ImageMagick, then the script + the file you want to cut have to be in your home folder. Now you will call the script in terminal with for example:

virtualtex XXXX.png 512 jpg (where XXXX.png is the file you want to cut)

the script will run and you will have as output the tiles in 512x512 in jpg.

For DDS, on Mac we only have GraphicConverter which can use this format, unfortunatly the result in quality are not of the best...

Ps: Selom-> Selden, ElCristiou-> ElChristou :wink:
Image

pierre
Posts: 4
Joined: 15.01.2006
With us: 18 years 10 months
Location: Edinburg/Scotland

Post #25by pierre » 04.02.2006, 01:02

Hi.
thanks a lot ElChrstiou ,I have Graphiconverter now.
I still can't use virtualtex as I don't know how to call an application ,so i made my very first V.T Mars map with 3 levels manualy with Photoshop.Very time consuming indeed.I really don'tknow how to make level 4 before christmas.

:wink: By.
Pierre
iMacG3 600mgz panther10.3.9

ElChristou
Developer
Posts: 3776
Joined: 04.02.2005
With us: 19 years 9 months

Post #26by ElChristou » 04.02.2006, 17:03

pierre wrote:...thanks a lot ElChrstiou...

Almost... :wink:

pierre wrote:...I still can't use virtualtex as I don't know how to call an application...


Recall the image you want to cut (for this example let's say XXX.png) and the script must be in your home (user) folder; let's say your computer name is "pierre's computer"; let's say your user name is "pierre"; when you open Terminal you should have something like:

Code: Select all

Last login: Sat Feb  4 13:09:19 on ttyp1
Welcome to Darwin!
pierre's_computer:~ pierre$


then you "call" the script with:

Code: Select all

Last login: Sat Feb  4 13:09:19 on ttyp1
Welcome to Darwin!
pierre's_computer:~ pierre$ virtualtex


then you add the commands you want to use:

Code: Select all

Last login: Sat Feb  4 13:09:19 on ttyp1
Welcome to Darwin!
pierre's_computer:~ pierre$ virtualtex XXX.png 512 jpg


XXX.png = the file you want to cut
512= the output size of the tiles (can be 256, 1024...)
jpg= the format of the output tiles (can be png...)

then you press Enter, the script will run and after a few seconds/minutes of process the output tiles will be saved in your user folder.

For more info, try again to read carefully VTforDummies...

Bye
Image

pierre
Posts: 4
Joined: 15.01.2006
With us: 18 years 10 months
Location: Edinburg/Scotland

Post #27by pierre » 13.02.2006, 16:58

Thanks a lot ElChristou for your neat explanation.
I'll try that as soon as i figure out how to install ImageMagick.

Pierre.
iMacG3 600mgz panther10.3.9

ElChristou
Developer
Posts: 3776
Joined: 04.02.2005
With us: 19 years 9 months

Post #28by ElChristou » 13.02.2006, 17:16

pierre wrote:Thanks a lot ElChristou for your neat explanation.
I'll try that as soon as i figure out how to install ImageMagick.

Pierre.


Just download it and click the install button (it's an install package if I recall)... You will see nothing in your app folder as ImageMagick is a command line tool...
Image

Reiko
Posts: 1119
Joined: 05.10.2006
Age: 41
With us: 18 years 1 month
Location: Out there...

Post #29by Reiko » 11.06.2007, 10:29

Does there happen to be an updated VT for dummies guide out there?
I can't seem to get all of the needed tools installed, specifically NetPbm and I did take into account the newer version. :?:
Or maybe there is another way to tile the textures I don't know about?

BobHegwood
Posts: 1803
Joined: 12.10.2007
With us: 17 years 1 month

Post #30by BobHegwood » 15.10.2007, 16:52

Reiko wrote:Does there happen to be an updated VT for dummies guide out there?
I can't seem to get all of the needed tools installed, specifically NetPbm and I did take into account the newer version. :?:
Or maybe there is another way to tile the textures I don't know about?


Sorry that no one answered you Reiko... I've been away for a while.

I don't think that anyone else has modified that guide yet, but I could be
wrong. Did you check the MotherLode?

ElChristou? Any changes here?

Thanks, Bob
Brain-Dead Geezer Bob is now using...
Windows Vista Home Premium, 64-bit on a
Gateway Pentium Dual-Core CPU E5200, 2.5GHz
7 GB RAM, 500 GB hard disk, Nvidia GeForce 7100
Nvidia nForce 630i, 1680x1050 screen, Latest SVN

mergemedia
Posts: 2
Joined: 19.12.2007
With us: 16 years 11 months
Location: USA
Contact:

Post #31by mergemedia » 19.12.2007, 21:42

Great answers, ElChristou. Thank you for the explanation. It's a big help.
I too am running OSX, and had no problem installing ImageMagick from source code. Most folks are not used to using command line tools, so it might be a bit new to them. It works great, though!

ElChristou
Developer
Posts: 3776
Joined: 04.02.2005
With us: 19 years 9 months

Post #32by ElChristou » 19.12.2007, 22:02

BobHegwood wrote:...

ElChristou? Any changes here?...

No idea... :oops:

(Bob, sorry to be late on this one! re :oops:)

mergemedia wrote:Great answers, ElChristou. Thank you for the explanation. It's a big help.
I too am running OSX, and had no problem installing ImageMagick from source code. Most folks are not used to using command line tools, so it might be a bit new to them. It works great, though!


I think people interested in VTs should try out the new TexTools from Fridger, available at CM; with a bit of practice you should be able to get some optimized VTs on poles, what is a great improvement...
Image

mergemedia
Posts: 2
Joined: 19.12.2007
With us: 16 years 11 months
Location: USA
Contact:

Post #33by mergemedia » 19.12.2007, 22:07

ElChristou wrote:I think people interested in VTs should try out the new TexTools from Fridger, available at CM; with a bit of practice you should be able to get some optimized VTs on poles, what is a great improvement...


I see the OSX version of TexTools is 'coming soon'.. Sounds pretty cool, I'll keep my fingers crossed. Thanks for the heads up!

ElChristou
Developer
Posts: 3776
Joined: 04.02.2005
With us: 19 years 9 months

Post #34by ElChristou » 19.12.2007, 22:39

mergemedia wrote:I see the OSX version of TexTools is 'coming soon'.. Sounds pretty cool, I'll keep my fingers crossed. Thanks for the heads up!


No, the TexTools are multi platform and can already been tested downloading the actual version. They are command line tools, but nothing really "scary" ;-)
Image

dboldt
Posts: 3
Joined: 19.12.2007
With us: 16 years 11 months
Location: Erie, PA
Contact:

Post #35by dboldt » 19.12.2007, 23:05

TexTools is pretty good stuff.. Thanks for the free clues :D

Avatar
t00fri
Developer
Posts: 8772
Joined: 29.03.2002
Age: 22
With us: 22 years 7 months
Location: Hamburg, Germany

Post #36by t00fri » 19.12.2007, 23:08

mergemedia wrote:
ElChristou wrote:I think people interested in VTs should try out the new TexTools from Fridger, available at CM; with a bit of practice you should be able to get some optimized VTs on poles, what is a great improvement...

I see the OSX version of TexTools is 'coming soon'.. Sounds pretty cool, I'll keep my fingers crossed. Thanks for the heads up!


There is still an outdated entry in our CM site that the OSX version is coming soon. This is INCORRECT. Since their first publication I offered the F-TexTools for ALL popular operating systems, including MAC-PPC's and MAC-Intels.

The tools are VERY well tested meanwhile, notably also by our OSX expert (DW aka dirkpitt) in the Celestia dev team, who also kindly compiled the MAC binaries.

Bye Fridger
Image

BobHegwood
Posts: 1803
Joined: 12.10.2007
With us: 17 years 1 month

Post #37by BobHegwood » 20.12.2007, 00:25

I would also add my comments too ElChristou's here...

I have downloaded Doctor Schrempp's tools from the CM site, and
am really going to use them just as soon as I get some more time.

I know, I know... That's everyone's problem isn't it?

Take care, Brain-Dead
Brain-Dead Geezer Bob is now using...
Windows Vista Home Premium, 64-bit on a
Gateway Pentium Dual-Core CPU E5200, 2.5GHz
7 GB RAM, 500 GB hard disk, Nvidia GeForce 7100
Nvidia nForce 630i, 1680x1050 screen, Latest SVN


Return to “Textures”