Author Topic: Texture Scaling?  (Read 6459 times)

Groove

  • Posts: 32
  • Turrets: +0/-0
Texture Scaling?
« on: June 21, 2007, 05:34:52 am »
Okay, look at my map in radiant before compile and loading it up in trem, and after.

Before. Look how beautiful it is.

After.


What is going on here? How can Tremulous possibly make my map look that awful? What is causing this and how can I stop it?

n00b pl0x

  • Posts: 2412
  • Turrets: +55/-168
Texture Scaling?
« Reply #1 on: June 21, 2007, 05:42:18 am »
/cg_tutorial 0
will sort out my sig, or I will get banned.

HOW DO I SORTED SIG?

TRaK

  • Posts: 442
  • Turrets: +94/-21
    • TRaK@MG
Texture Scaling?
« Reply #2 on: June 21, 2007, 07:20:13 am »
I'm pretty sure that's because q3map2 is looking in the wrong place for your textures. It then defaults all texture sizes to the same size.

I'm not quite sure how to fix it, though.

DASPRiD

  • Administrator
  • Posts: 549
  • Turrets: +21/-2
    • http://www.dasprids.de
Texture Scaling?
« Reply #3 on: June 21, 2007, 09:19:07 am »
You can quite simply fix it:

ln -s base baseq3

And by the way, you may want to use phong shadding.
url=https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=mail%40dasprids%2ede&item_name=DASPRiD%27s&no_shipping=0&no_note=1&tax=0&currency_code=EUR&lc=DE&bn=PP%2dDonationsBF&charset=UTF%2d8][/url]

Ingar

  • Tremulous Developers
  • *
  • Posts: 554
  • Turrets: +302/-7
    • Ingar's projects on the Web
Texture Scaling?
« Reply #4 on: June 21, 2007, 11:36:19 am »
There are multiple threads on the forum describing this.
I had the same problem with the linux version, I suspect the mac version suffers the same flaw:

older versions of q3map2 will not find textures if they are stored in  ~/.tremulous/base/textures. Radiant does and q3map2 will just assume a default size.

As DASPRiD suggested, some symlink magic will probably solve this.

LinuxManMikeC

  • Posts: 125
  • Turrets: +0/-0
Texture Scaling?
« Reply #5 on: June 21, 2007, 02:22:43 pm »
Do you have the latest q3map2?  I did some Tremulous support for it, but I don't have a Mac to test on.  If the latest version still doesn't find it on a Mac then I have some questions for you :) .
b]Embrace your inner penguin 8)
GtkRadiant Wiki (under construction)[/b]

Groove

  • Posts: 32
  • Turrets: +0/-0
Texture Scaling?
« Reply #6 on: June 21, 2007, 03:20:55 pm »
Quote

Do you have the latest q3map2? I did some Tremulous support for it, but I don't have a Mac to test on. If the latest version still doesn't find it on a Mac then I have some questions for you  .

It does not carry tremulous support as far as I can see. Sounds like you might be able to help with that?

DASPRiD

  • Administrator
  • Posts: 549
  • Turrets: +21/-2
    • http://www.dasprids.de
Texture Scaling?
« Reply #7 on: June 21, 2007, 04:49:09 pm »
Did you try to symlink base to baseq3 yet?
url=https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=mail%40dasprids%2ede&item_name=DASPRiD%27s&no_shipping=0&no_note=1&tax=0&currency_code=EUR&lc=DE&bn=PP%2dDonationsBF&charset=UTF%2d8][/url]

rdizzle

  • Posts: 187
  • Turrets: +1/-1
Texture Scaling?
« Reply #8 on: June 21, 2007, 06:10:54 pm »
yup there's like thrity threads about this already.

you phail search.

LinuxManMikeC

  • Posts: 125
  • Turrets: +0/-0
Texture Scaling?
« Reply #9 on: June 21, 2007, 08:08:45 pm »
Quote from: "DASPRiD"
Did you try to symlink base to baseq3 yet?


IIRC, I had to symlink /home/username/.q3a to /home/username/.tremulous and within .tremulous symlink baseq3 to base.  If you play plain old Quake3 this will cause you problems.  Hence, why I ended up implementing Tremulous support in q3map2.  Groove, you might want to see if you can get the latest version of q3map2 (either compile it or get the binary from someone).  Oh, and let me know what version of q3map2 you have, it will be output when you run the map compiler.


Edit:  Well those symlinks are a tad complicated, but it allows you to switch things around easier.  In any case, /home/username/.q3a/baseq3 has to point to /home/username/.tremulous/base .  Of course MacOSX keeps user directories in /Users (or something like that) instead of /home .
b]Embrace your inner penguin 8)
GtkRadiant Wiki (under construction)[/b]

Groove

  • Posts: 32
  • Turrets: +0/-0
Texture Scaling?
« Reply #10 on: June 21, 2007, 09:30:19 pm »
I didn't try the syslinks because I'm a quake 3 player and I didn't want to screw up my install. The q3map2 compiler I have is a GUI, I can't find the version.

LinuxManMikeC

  • Posts: 125
  • Turrets: +0/-0
Texture Scaling?
« Reply #11 on: June 21, 2007, 10:12:11 pm »
You mean you're running it through Radiant, right?  Just read the output in the text area on the bottom of the window.  Scroll it up to the beginning of a compile and see what it says.
b]Embrace your inner penguin 8)
GtkRadiant Wiki (under construction)[/b]

Groove

  • Posts: 32
  • Turrets: +0/-0
Texture Scaling?
« Reply #12 on: June 22, 2007, 03:14:24 am »
Quote
You mean you're running it through Radiant, right? Just read the output in the text area on the bottom of the window. Scroll it up to the beginning of a compile and see what it says.

No, I'm running it through q3map2. I'll get back to you on compile messages, I'm on a different computer right now. This thread looks like it could be of some help: http://tremulous.net/phpBB2/viewtopic.php?t=4553

DASPRiD

  • Administrator
  • Posts: 549
  • Turrets: +21/-2
    • http://www.dasprids.de
Texture Scaling?
« Reply #13 on: June 22, 2007, 08:25:31 am »
Nah, don't do anything with your Quake. Symlink tremulous/baseq3 to tremulous/base
url=https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=mail%40dasprids%2ede&item_name=DASPRiD%27s&no_shipping=0&no_note=1&tax=0&currency_code=EUR&lc=DE&bn=PP%2dDonationsBF&charset=UTF%2d8][/url]