meshpyr

Questions and answers about the how and why of making maps.
Post Reply
User avatar
sid6.7
Private First Class
Private First Class
Posts: 614
Joined: Mon Oct 06, 2003 9:58 pm
Location: West USA
Contact:

meshpyr

Post by sid6.7 »

hmmm its been awhile since i made these objects...

why doesnt this work?

its just a plain meshpyr with a driver...

meshpyr
position -178 -173
rotation 0
size 10 10 10
phydrv boom1
end

it keeps saying "position" is an unknown parameter
then it points to "rotation" and says end is missing

when running my batch file...

the driver is just a death driver

my meshbox's works fine... :(

did the info for meshpyr change or something?
Legolas_
Private First Class
Private First Class
Posts: 513
Joined: Thu Jan 20, 2005 10:24 pm

Post by Legolas_ »

hmm, well, you might need another "z" postition. try this:

Code: Select all

meshpyr
position -178 -173 0
rotation 0
size 10 10 10
phydrv boom1
end 
User avatar
sid6.7
Private First Class
Private First Class
Posts: 614
Joined: Mon Oct 06, 2003 9:58 pm
Location: West USA
Contact:

Post by sid6.7 »

holy shizzle....
:oops: :oops: :oops: :oops: :oops: :oops: :oops: :oops: :oops:
JPT
Private First Class
Private First Class
Posts: 260
Joined: Tue Nov 29, 2005 1:21 pm
Location: Germany

Post by JPT »

So it works now ?
Post Reply