unknown studio command triangles

unknown studio command triangles

Re: unknown studio command triangles Posted by parakeet on Wed Jul 21st 2004 at 7:27pm
parakeet
544 posts
Posted 2004-07-21 7:27pm
parakeet
member
544 posts 81 snarkmarks Registered: Apr 30th 2004 Occupation: n/a Location: Eastern US
when compiling the qc file for ms3d it comes up with this strange error Unknown Studio Command :Triangles if any more info is needed ask ill be watching this post
Re: unknown studio command triangles Posted by fishy on Wed Jul 21st 2004 at 8:10pm
fishy
2623 posts
Posted 2004-07-21 8:10pm
fishy
member
2623 posts 1476 snarkmarks Registered: Sep 7th 2003 Location: glasgow
i believe that's got something to do with the format of your textures. make sure that

sizes are a power of 2 (..., 128, 256, 512, ...)
colour deapth is 8bits (256 colours)
Re: unknown studio command triangles Posted by ReNo on Wed Jul 21st 2004 at 8:30pm
ReNo
5457 posts
Posted 2004-07-21 8:30pm
ReNo
member
5457 posts 1991 snarkmarks Registered: Aug 22nd 2001 Occupation: Level Designer Location: Scotland
Make sure that...?

EDIT: LOL, I thought that bit below was a signature at a glance! Damn you for leaving such a big gap and making me look like a fool! :razz:
Re: unknown studio command triangles Posted by Crono on Wed Jul 21st 2004 at 8:55pm
Crono
6628 posts
Posted 2004-07-21 8:55pm
Crono
super admin
6628 posts 700 snarkmarks Registered: Dec 19th 2003 Location: Oregon, USA
Actually they have to be powers of 16 ... not just 2 :smile:
Re: unknown studio command triangles Posted by fishy on Wed Jul 21st 2004 at 10:06pm
fishy
2623 posts
Posted 2004-07-21 10:06pm
fishy
member
2623 posts 1476 snarkmarks Registered: Sep 7th 2003 Location: glasgow
like 2 to the power of,...
Re: unknown studio command triangles Posted by parakeet on Thu Jul 22nd 2004 at 1:38am
parakeet
544 posts
Posted 2004-07-22 1:38am
parakeet
member
544 posts 81 snarkmarks Registered: Apr 30th 2004 Occupation: n/a Location: Eastern US
its in divisbles of 16 and the same problem is appearing is there any other way to fix this or should i just start over
Re: unknown studio command triangles Posted by G.Ballblue on Thu Jul 22nd 2004 at 3:14am
G.Ballblue
1511 posts
Posted 2004-07-22 3:14am
1511 posts 211 snarkmarks Registered: May 16th 2004 Occupation: Student Location: A secret Nuclear Bunker on Mars
Well, if you do HL mdls, I don't think your texture need to be powers of 2... or 16... or whatever :smile: In HL MDL viewer, I've seen some pretty strange texture dimensions...
Re: unknown studio command triangles Posted by fishy on Thu Jul 22nd 2004 at 5:40am
fishy
2623 posts
Posted 2004-07-22 5:40am
fishy
member
2623 posts 1476 snarkmarks Registered: Sep 7th 2003 Location: glasgow
parakeet said:
its in divisbles of 16 and the same problem is appearing is there any other way to fix this or should i just start over
make sure that all textures you're using are only 256 colours too.
Re: unknown studio command triangles Posted by parakeet on Thu Jul 22nd 2004 at 12:21pm
parakeet
544 posts
Posted 2004-07-22 12:21pm
parakeet
member
544 posts 81 snarkmarks Registered: Apr 30th 2004 Occupation: n/a Location: Eastern US
alright im trying that now

Edit: YAY it works thank you ill remember this for further reference = D
Re: unknown studio command triangles Posted by Forceflow on Thu Jul 22nd 2004 at 1:23pm
Forceflow
2420 posts
Posted 2004-07-22 1:23pm
2420 posts 451 snarkmarks Registered: Nov 6th 2003 Occupation: Engineering Student (CS) Location: Belgium
mark it for an answer, so it goes into the database.
Re: unknown studio command triangles Posted by fishy on Fri Jul 23rd 2004 at 1:42pm
fishy
2623 posts
Posted 2004-07-23 1:42pm
fishy
member
2623 posts 1476 snarkmarks Registered: Sep 7th 2003 Location: glasgow
'tiz marked as an answer. in the 1<sup>st</sup> post where i mentioned the same thing. :wink:
Re: unknown studio command triangles Posted by Forceflow on Fri Jul 23rd 2004 at 2:48pm
Forceflow
2420 posts
Posted 2004-07-23 2:48pm
2420 posts 451 snarkmarks Registered: Nov 6th 2003 Occupation: Engineering Student (CS) Location: Belgium
soz.
Re: unknown studio command triangles Posted by Crono on Sat Jul 24th 2004 at 1:41am
Crono
6628 posts
Posted 2004-07-24 1:41am
Crono
super admin
6628 posts 700 snarkmarks Registered: Dec 19th 2003 Location: Oregon, USA
Woops, I meant multiples of 16 not powers ... sorry.