Clan Logo in the map?

Questions and answers about the how and why of making maps.
Post Reply
User avatar
Destroyer
Private First Class
Private First Class
Posts: 284
Joined: Sun Sep 25, 2005 3:40 pm
Location: Germany
Contact:

Clan Logo in the map?

Post by Destroyer »

Hi all,

i will in my map build a Logo from my clan.

how can that be done?

the skize from my logo is 800X160 pixels

please help me!



by destroyer
User avatar
Destroyer1313
Private First Class
Private First Class
Posts: 194
Joined: Thu Feb 02, 2006 3:21 am
Location: The Boonies

Post by Destroyer1313 »

Are you talking about a picture of your logo?
Or do you want to make a map out of it?
If its a pic, that can easily be done.
You can read about how to do that at the bzflag wiki (or wifi, whatever)
page at www.bzflag.org There is a whole page of things you can do
with maps using a text editor nike notepad.
Have fun at the website.
Dormant. Not really. Kinda.
User avatar
Destroyer
Private First Class
Private First Class
Posts: 284
Joined: Sun Sep 25, 2005 3:40 pm
Location: Germany
Contact:

Post by Destroyer »

I want to build my clan Logo into my map :D
User avatar
smartkid
Private First Class
Private First Class
Posts: 153
Joined: Sun Mar 19, 2006 9:24 pm

Post by smartkid »

uh well I was going to suggest the bill board in the prefabs secton but I dont think thats what you want.

basicly heres my advice, have alot of time on your hands and make alot of small boxes in BZEdit
~Sk
User avatar
ducatiwannabe
Private First Class
Private First Class
Posts: 3258
Joined: Tue Aug 10, 2004 3:55 pm
Location: Planet Earth
Contact:

Post by ducatiwannabe »

I believe somebody has a picture to map converter.

Perhaps you should PM lddw?
User avatar
Destroyer
Private First Class
Private First Class
Posts: 284
Joined: Sun Sep 25, 2005 3:40 pm
Location: Germany
Contact:

Post by Destroyer »

ah :D

but how is the name from this converters?
User avatar
joevano
General
General
Posts: 1863
Joined: Sat Jun 18, 2005 1:08 pm
Location: South Bend, Indiana, USA

Post by joevano »

ducatiwannabe wrote:I believe somebody has a picture to map converter.

Perhaps you should PM lddw?
He is not 100% sure there is one.. but if there is lddw may know about it.
JPT
Private First Class
Private First Class
Posts: 260
Joined: Tue Nov 29, 2005 1:21 pm
Location: Germany

Post by JPT »

lddw made a Textpattern to map converter with QB.

But he used a program for converting a Picture into a Textpattern.
User avatar
Links 2004
Private First Class
Private First Class
Posts: 85
Joined: Sat Jan 01, 2005 6:54 pm
Location: Ger
Contact:

Post by Links 2004 »

hi i have test it whit:

Code: Select all

textureMatrix
  name fanspin
  fixedscale 100 50
#  spin 1
end

material
name fanblade
texture http://links.bzflag.org/~links/png/bzbanner.png
notexcolor black
texmat fanspin
end 


define fan1
mesh
   vertex 100 100 0 
   vertex 100 0   0
   vertex 100 100 50 
   vertex 100 0   50
  

   texcoord 100 100  0
   texcoord 100 0    0
   texcoord 100 100  50
   texcoord 100 0    50

   face
      vertices 0 1 2 3
     texcoords 0 1 2 3
     matref fanblade
   endface

   face
      vertices 3 2 1 0
     texcoords 3 2 1 0
     matref fanblade
   endface

end
enddef 


group fan1
  position 100 200 10

end 
but i see line and no logo :(
Clan: Links
Clan web: http://links-clan.net
ImageImageImageImageImageImageImageImageImageImage
User avatar
Links 2004
Private First Class
Private First Class
Posts: 85
Joined: Sat Jan 01, 2005 6:54 pm
Location: Ger
Contact:

Post by Links 2004 »

Here is the problem off teh map form Des and my :)
Clan: Links
Clan web: http://links-clan.net
ImageImageImageImageImageImageImageImageImageImage
User avatar
Links 2004
Private First Class
Private First Class
Posts: 85
Joined: Sat Jan 01, 2005 6:54 pm
Location: Ger
Contact:

Post by Links 2004 »

Here is the problem off the map form Des and my :)
Attachments
bzfi0000.png
The problem
(912.5 KiB) Downloaded 92 times
bzfi0000.jpg
the problem
(130.09 KiB) Downloaded 93 times
Clan: Links
Clan web: http://links-clan.net
ImageImageImageImageImageImageImageImageImageImage
Post Reply