Page 1 of 1

(Simplified) Eiffel Tower

Posted: Fri Sep 26, 2008 5:51 am
by Agent West
Here is a simplyfied version of the Eiffel Tower in Paris. Materials included are required, they are textures for the tower. Y'all are welcome to use this code/textures when/where ever u feel nesessary.
Have fun! :)


###############################################


material
name top
texture http://i307.photobucket.com/albums/nn30 ... wertop.png
end

material
name bottom
texture http://i307.photobucket.com/albums/nn30 ... werleg.png
end

box
position -18 -18 0
size 3 3 10
matref bottom
texsize 1 1
shear 1 1 0
end

box
position 18 -18 0
size 3 3 10
matref bottom
texsize 1 1
shear -1 1 0
end

box
position 18 18 0
size 3 3 10
matref bottom
texsize 1 1
shear -1 -1 0
end

box
position -18 18 0
size 3 3 10
matref bottom
texsize 1 1
shear 1 -1 0
end

box
position -13 -13 10
size 3 3 10
matref bottom
texsize 1 1
shear .5 .5 0
end

box
position -13 13 10
size 3 3 10
matref bottom
texsize 1 1
shear .5 -.5 0
end

box
position 13 13 10
size 3 3 10
matref bottom
texsize 1 1
shear -.5 -.5 0
end

box
position 13 -13 10
size 3 3 10
matref bottom
texsize 1 1
shear -.5 .5 0
end

pyramid
position 0 0 20
size 6 6 40
matref top
texsize 1 1
drivethrough
end

box
position 0 0 10
size 12 12 .5
end

box
position 0 0 20
size 6.5 6.5 .5
end

box
position 0 0 19
size .1 .1 41
end

###############################################

Image

Posted: Fri Sep 26, 2008 2:41 pm
by blast
Wow, that's really cool. Unfortunately those images won't show up for the majority of people because they're not hosted at images.bzflag.org.

Posted: Fri Sep 26, 2008 3:10 pm
by ducktape
Blast can we get them hosted? cause this is really cool. Oh by the way i uploaded the code..

Posted: Fri Sep 26, 2008 9:44 pm
by blast
Sure, they can be hosted, as long as the images are licensed under an OSI approved license. I can't do it, since I have no idea where they are from, who made them, or what license they were released under. The image submitter is at http://images.bzflag.org/submitimages/.

Re:

Posted: Fri Sep 26, 2008 11:39 pm
by Agent West
i made the textures from a picture of the tower found on google.

and me is working on getting the textures on immages.bzflag.org.


PS it's cool how a team flag can be placed on top of this tower by simply dropping it on one of the "legs" (one of the "legs" on the ground). try that some time! :)

Posted: Sat Sep 27, 2008 12:22 am
by Winny
You cannot make the texture from a image you found on Google.

That would be stealing the image without consent from the author.

The only way you can use an image from "Google" is if:
a) It's licensed under a license to allow that.
b) You contact the author and get permission.

Re:

Posted: Sat Sep 27, 2008 12:35 am
by Agent West
i traced the immage down and found out that it originally came from wikipedia. and althouth the reuse of the immage is permitted (by licence), i shall give credit for the immage to Rüdiger Wölk from Münster, Germany. i shall also notice that he did an outstanding job and took a really beautiful picture of the Tower.

thanks for the info, Winny.

New links

Posted: Thu Oct 02, 2008 10:41 am
by Agent West
LEG: http://images.bzflag.org/dpennington/tower%20leg.PNG
TOP: http://images.bzflag.org/dpennington/towertop.PNG

two links for the tower textures.
please let me know if u use the tower. i'd like to see how it looks on actual map.

Re: (Simplified) Eiffel Tower

Posted: Mon Apr 23, 2012 9:08 pm
by zel
thanks for your hard work, I've used this on bz.setsailmedia.com:2222

Re: (Simplified) Eiffel Tower

Posted: Sun May 13, 2012 8:56 am
by Tank Terminator
i have tried to open the map in a server, but every time it open a random map. help pls

Re: (Simplified) Eiffel Tower

Posted: Sun May 13, 2012 12:06 pm
by blast
Then you are not doing it right.

Re: (Simplified) Eiffel Tower

Posted: Mon May 14, 2012 12:25 pm
by Tank Terminator
Well then, How is "right" ?

Re: (Simplified) Eiffel Tower

Posted: Mon May 14, 2012 7:17 pm
by Avatar
1) This is a new discussion and should be started in a new thread in the "Servers: Help" section.

2) What are you putting on the command line when you start the bzfs executable?

Re: (Simplified) Eiffel Tower

Posted: Fri May 18, 2012 5:16 pm
by Tank Terminator
cd desktop\bzflag server
"c:\program files (x86)\bzflag2.4.0_32bit\bzfs.exe" -conf config.txt

Re: (Simplified) Eiffel Tower

Posted: Fri May 18, 2012 7:24 pm
by mr64bit
And what is in config.txt? You need to give us more information if you expect us to help you.

Re: (Simplified) Eiffel Tower

Posted: Fri May 18, 2012 11:47 pm
by Avatar
Tank Terminator wrote:cd desktop\bzflag server
"c:\program files (x86)\bzflag2.4.0_32bit\bzfs.exe" -conf config.txt
You need to specify the map file as a command line argument (-world map_filename), or the server will generate a random map and use the specified config file for map options. As you have it now is exactly the same as what bzflag.exe calls to the system when you hit "Start Server" from the "Join Game" panel.

Re: (Simplified) Eiffel Tower

Posted: Sat May 19, 2012 2:30 am
by blast
A config can include any and all of the command line options. He just does mot have his config right.

Re: (Simplified) Eiffel Tower

Posted: Sat May 19, 2012 7:13 am
by Tank Terminator
i have the map in the config file (-world Eiffel Tower.bzw)

Re: (Simplified) Eiffel Tower

Posted: Sat May 19, 2012 2:22 pm
by JeffM
give it the path to the map file. It can't find it.

Re: (Simplified) Eiffel Tower

Posted: Sat May 19, 2012 3:30 pm
by blast
And put double quotes around any values that have spaces, so..

Code: Select all

-world "Eiffel Tower.bzw"