another one! wheres the end?

Previews and comments on future maps.
Post Reply
silver surfer
Private First Class
Private First Class
Posts: 168
Joined: Sat Jun 23, 2007 12:20 am

another one! wheres the end?

Post by silver surfer »

New map...

king of the hill

no radar

maze( incomplete atm)

hehe rico this is gonna be awsome

tell me what you think took the picture in ibz.. didnt fell like testing it for pic

jump is on for testing
Attachments
maze.bzw
(10.28 KiB) Downloaded 237 times
Picture 1.png
(213.27 KiB) Downloaded 163 times
Last edited by silver surfer on Thu Mar 13, 2008 12:08 am, edited 1 time in total.
silver surfer
Private First Class
Private First Class
Posts: 168
Joined: Sat Jun 23, 2007 12:20 am

Post by silver surfer »

finished the maze...! there are short cuts in it... but it is only accessed by narrow flag and i will only put 1 narrow flag in...

it is high because if u miss the jump to get to the shortcut u fall into lava... ne1 know the code for lava...

not putting up picture because its to bright to see the stuff...

making the walls look like bushes so trying to make the maze part have one of these texture... need to learn how to put textures in.. can ne1 give me a short summary of how i do it...
Attachments
greenleaves.jpg
greenleaves.jpg (82.77 KiB) Viewed 2045 times
maze.bzw
(20.48 KiB) Downloaded 234 times
2-natural-hedge-leaves-tile.jpg
2-natural-hedge-leaves-tile.jpg (20.29 KiB) Viewed 2051 times
User avatar
Winny
Grouchy
Grouchy
Posts: 2381
Joined: Wed Aug 24, 2005 12:27 am
Location: Ottawa eh?
Contact:

Post by Winny »

I assume those textures are under a license which allows you to use them?

If not, I suggest finding some that are.

To texture things, you need to use a material, which can be found on the wiki.
silver surfer
Private First Class
Private First Class
Posts: 168
Joined: Sat Jun 23, 2007 12:20 am

Post by silver surfer »

hmmm... forgot about that stuff... how do they get licensed?
User avatar
knoxcorner
Private First Class
Private First Class
Posts: 30
Joined: Sat Nov 24, 2007 9:50 pm
Location: Dallas, TX

Post by knoxcorner »

Lava? Well that would be physics drivers....


Make a meshbox with the texture you want your lava to look like, make a death Physics Driver and A material and put this code:

Code: Select all

material
name lava
addtexture htttp://bla/bla.png
end

physics
name death_lava
death Tank Melted
end

meshbox
name mbox1
position 0 375 0
size 25 25 10
phydrv death_lava
matref lava
end
dango
Private First Class
Private First Class
Posts: 1400
Joined: Sun Feb 06, 2005 5:40 pm
Location: Somewhere over there.

Post by dango »

silver surfer
You should find out what license it is under. If you can't find one, it's almost always under copyright. IIRC, copyright does not have to be stated. Images you find from google images are almost always under copyright, at least that's what I've seen. Try a creative commons search, at creativecommons.org. Make sure you understand what license the image is under, and the terms and conditions you must follow to use it.
Image
User avatar
blast
General
General
Posts: 4931
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Post by blast »

silver surfer
Some useful reading as well, including policies for using the image hosting service:
http://images.bzflag.org/submitimages/tos.php
http://images.bzflag.org/submitimages/permission.php
"In addition to knowing the secrets of the Universe, I can assure you that I am also quite potty trained." -Koenma (Yu Yu Hakusho)

Image
silver surfer
Private First Class
Private First Class
Posts: 168
Joined: Sat Jun 23, 2007 12:20 am

Post by silver surfer »

thankyou guys i didnt know that i needed a license to put materials in...


blast i never unerstood what your thing did.. wuts it do?...
User avatar
joevano
General
General
Posts: 1863
Joined: Sat Jun 18, 2005 1:08 pm
Location: South Bend, Indiana, USA

Post by joevano »

silver surfer wrote:blast i never unerstood what your thing did.. wuts it do?...
Read this http://images.bzflag.org/submitimages/
There is nothing worse than aggressive stupidity. -- Johann Wolfgang von Goethe
"How many legs does a dog have if you call his tail a leg? Four. Calling a tail a leg doesn't make it a leg." -- Abraham Lincoln
silver surfer
Private First Class
Private First Class
Posts: 168
Joined: Sat Jun 23, 2007 12:20 am

Post by silver surfer »

so for licences what pictures am i aloud to use that have are licenses to let me use it or something... or special ones for bzflag....?
User avatar
Winny
Grouchy
Grouchy
Posts: 2381
Joined: Wed Aug 24, 2005 12:27 am
Location: Ottawa eh?
Contact:

Post by Winny »

silver surfer wrote:so for licences what pictures am i aloud to use that have are licenses to let me use it or something.
You need to find out what license the image is released under, and then you need to check if that license allows the redistribution of the image.

It is usually a good idea to credit the creator of the image, even if the license doesn't require it, as well.
silver surfer
Private First Class
Private First Class
Posts: 168
Joined: Sat Jun 23, 2007 12:20 am

Post by silver surfer »

w8 so how do i read the license... all i can see is some rights reserved or all rights reserved... how do i read wut it allows me to do with the picture
User avatar
blast
General
General
Posts: 4931
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Post by blast »

silver surfer wrote:w8 so how do i read the license... all i can see is some rights reserved or all rights reserved... how do i read wut it allows me to do with the picture
If that's all the page says, than you can not use the images. You would need to contact the copyright owner of the image files and have them agree to allow you to use them under an OSI-approved license, such as Creative Commons Attribution-Noncommercial 3.0
"In addition to knowing the secrets of the Universe, I can assure you that I am also quite potty trained." -Koenma (Yu Yu Hakusho)

Image
Post Reply