2 in 1 map pack

Previews and comments on future maps.
Post Reply
User avatar
Delta Lead
Private First Class
Private First Class
Posts: 77
Joined: Sat Aug 25, 2007 12:10 am
Location: Western New York U.S.A

2 in 1 map pack

Post by Delta Lead »

If You Look At The Map PLEASE Comment!!

These Maps May Have A few bugs.


I fixed a few already
I want to know what they need and where they can be fixed.

The Flags Are already zoned on both.

Total War Screenshots:
Click On The Picture To Enlarge

Image
Image
Image
Image

4 Team Ctf Flag Attack!!:
Click On The Picture To Enlarge

Image
Image
Image

I got to take a few more...





Here They Are.

http://creativecommons.org/licenses/by-sa/3.0/
Attachments
Map Pack.zip
(2.07 KiB) Downloaded 162 times
Last edited by Delta Lead on Wed Aug 20, 2008 8:28 pm, edited 11 times in total.
"This Is The Way The World Ends"

Im busy with life be back after 2008 ends.....
User avatar
Quantum Tank
Private First Class
Private First Class
Posts: 283
Joined: Fri Jul 20, 2007 12:23 am

Post by Quantum Tank »

Please provide screenshots. Most people who want to look at and comment on your map don't want to have to download, open, and test it. :) Thanks.
diing for the team
Private First Class
Private First Class
Posts: 113
Joined: Sun Dec 02, 2007 8:21 pm

Post by diing for the team »

well i have not looked yet but making multiple maps at the same time both having the name war kind of kills the word for the map

try other words like annhialation or something.the word thesouras is the only thing that comes to mind when i look at the names
User avatar
Abominable
Private First Class
Private First Class
Posts: 141
Joined: Mon Oct 22, 2007 12:31 am

Post by Abominable »

Sceenies please.
Image
Image
F687/s
Private First Class
Private First Class
Posts: 369
Joined: Sun Dec 31, 2006 8:30 pm

Post by F687/s »

In your 4 team CTF, I found the following line: (around line 138 I believe)

Code: Select all

base
  position     370.0 -42.0 0.0
  rotation     0.0
  size         40.0 40.0 5.0
  color        10 # <-- Whoa!
end
In addition, "base was not defined for Purple Team", so I assume you wanted to put color as 4. In case you were curious, here's the command line parameters I used.

Code: Select all

bzfs -world <map>.bzw -c -ms 5 -mp 0,3,3,3,3,5 -j +r -sb -fb
Hope that helps.

(By the way, you might want to look at the Options object. It really comes in handy when it comes to testing and packaging your map.)
User avatar
Delta Lead
Private First Class
Private First Class
Posts: 77
Joined: Sat Aug 25, 2007 12:10 am
Location: Western New York U.S.A

Screenshots

Post by Delta Lead »

I can't post screenshots until the new modem i ordered comes. My modem is messed up, my internet and phone work horrbily. I had a guy come and he said my modem is practicly fried so youll just have to wait...

that or u i can wait 2 hours for the computer to upload the images and then say there to big....
"This Is The Way The World Ends"

Im busy with life be back after 2008 ends.....
User avatar
joevano
General
General
Posts: 1863
Joined: Sat Jun 18, 2005 1:08 pm
Location: South Bend, Indiana, USA

Post by joevano »

So make em smaller... there are any number of image packages that can shrink/convert your images, or use imageshak.us or the like and post the links
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
User avatar
Delta Lead
Private First Class
Private First Class
Posts: 77
Joined: Sat Aug 25, 2007 12:10 am
Location: Western New York U.S.A

Fixed

Post by Delta Lead »

I fixed the glitches. One thing though, On total war it keeps saying the red team is missing in the command line but i never wanted it i never put a red base or spawn point but it's being stubburn so im not spending another 2 hours trying to fix it 0.0
donny_baker wrote:So make em smaller... there are any number of image packages that can shrink/convert your images, or use imageshak.us or the like and post the links
I already got the pictures down to size but my broken modem can't even hardly refresh a pge let alone download or upload... Im waiting for the vonage to send me a new modem because im not paying $70 for the cheapest one i can find just because the guy they sent over broke it..... So now i have to w8 =/ Man im frustrated right now lol. I'm going to start making FFA Maps for the time being..

Edit: Donny THanks Alot i figured out how to do it w/o downloading :D
"This Is The Way The World Ends"

Im busy with life be back after 2008 ends.....
User avatar
joevano
General
General
Posts: 1863
Joined: Sat Jun 18, 2005 1:08 pm
Location: South Bend, Indiana, USA

Post by joevano »

How about an image that is actually big enough to see...
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
User avatar
Delta Lead
Private First Class
Private First Class
Posts: 77
Joined: Sat Aug 25, 2007 12:10 am
Location: Western New York U.S.A

Ok

Post by Delta Lead »

Ok i didn't think the forums would allow it but ill try

Edit: Click On the Picture to enlarge..
"This Is The Way The World Ends"

Im busy with life be back after 2008 ends.....
User avatar
Abominable
Private First Class
Private First Class
Posts: 141
Joined: Mon Oct 22, 2007 12:31 am

Post by Abominable »

The maps seem pretty decent. I wouldn't mind playing on them.
Image
Image
User avatar
Delta Lead
Private First Class
Private First Class
Posts: 77
Joined: Sat Aug 25, 2007 12:10 am
Location: Western New York U.S.A

New Map

Post by Delta Lead »

I am currently working ona map and i have the wrong world size. Is there anyway to resize everything at once?
"This Is The Way The World Ends"

Im busy with life be back after 2008 ends.....
User avatar
Triumph of the Soul
Corporal
Corporal
Posts: 294
Joined: Thu Jul 06, 2006 4:32 pm
Location: Minnesota

Post by Triumph of the Soul »

Delta Lead wrote:I am currently working ona map and i have the wrong world size. Is there anyway to resize everything at once?
If you want to change the world size, use the world object in your map file:

Code: Select all

world
 name xxx
 size xxx
end
If you want to re-size all of the objects in your map file at once, you need to define a group and then use the group object to manipulate them:

Code: Select all

define name
 #ALL THE OBJECTS YOU WANT TO CHANGE
enddef

group name
 scale .5 .5 .5 #Change this number until you get the desired size.
end
Here is a more in depth explanation on groups: http://my.bzflag.org/w/Group
Image
Creator @: Duck or Die, Duck or Die CTF, Fuel Stack, Guernica, Normal, Frayed
diing for the team
Private First Class
Private First Class
Posts: 113
Joined: Sun Dec 02, 2007 8:21 pm

Post by diing for the team »

what did you make these maps in? hand, wings,ibzedit/bzedit...?
User avatar
Delta Lead
Private First Class
Private First Class
Posts: 77
Joined: Sat Aug 25, 2007 12:10 am
Location: Western New York U.S.A

Program

Post by Delta Lead »

I made em in pybzedit.

I also notice in py bzedit whenever i make a teleporter the progam will freeze. I have to closeit and load it again.
"This Is The Way The World Ends"

Im busy with life be back after 2008 ends.....
User avatar
Your Imagination
Private First Class
Private First Class
Posts: 8
Joined: Sun Jun 22, 2008 11:21 am
Location: Eastern U.S.A.

Post by Your Imagination »

u should make more buildings and have more textures
User avatar
tw1sted
Private First Class
Private First Class
Posts: 849
Joined: Tue Feb 21, 2006 10:21 pm

Re: Program

Post by tw1sted »

Delta Lead wrote:I also notice in py bzedit whenever i make a teleporter the progam will freeze. I have to closeit and load it again.
It's probably a glitch with the program. Seeing as it's not being developed anymore (AFAIK, at least), I'm not surprised it has some glitches.
User avatar
Delta Lead
Private First Class
Private First Class
Posts: 77
Joined: Sat Aug 25, 2007 12:10 am
Location: Western New York U.S.A

Meshes and textures.

Post by Delta Lead »

your imagination wrote:u should make more buildings and have more textures
I don't know how lol
"This Is The Way The World Ends"

Im busy with life be back after 2008 ends.....
User avatar
tw1sted
Private First Class
Private First Class
Posts: 849
Joined: Tue Feb 21, 2006 10:21 pm

Re: Meshes and textures.

Post by tw1sted »

Delta Lead wrote:
your imagination wrote:u should make more buildings and have more textures
I don't know how lol
http://my.bzflag.org/w/Special:Search.

A quick search gave me these couple of pages:

http://my.bzflag.org/w/Material
and
http://my.bzflag.org/w/Meshbox
User avatar
Delta Lead
Private First Class
Private First Class
Posts: 77
Joined: Sat Aug 25, 2007 12:10 am
Location: Western New York U.S.A

Wiki

Post by Delta Lead »

I already read wiki, the problem is it doesn't give you step by step instructions. To get this far in map making i've ethier asked questions or figured it out on my own.

Also:

Im not an expert on computers lol. Especially when it comes to this.

I also don't have that much time
"This Is The Way The World Ends"

Im busy with life be back after 2008 ends.....
User avatar
tw1sted
Private First Class
Private First Class
Posts: 849
Joined: Tue Feb 21, 2006 10:21 pm

Re: Wiki

Post by tw1sted »

Delta Lead wrote:I already read wiki, the problem is it doesn't give you step by step instructions.
If you go on IRC and ask nicely, I'm sure someone will be happy to help you.
User avatar
Delta Lead
Private First Class
Private First Class
Posts: 77
Joined: Sat Aug 25, 2007 12:10 am
Location: Western New York U.S.A

Sorry

Post by Delta Lead »

Sorry i went on a camping trip for 2 days.

Anyways, it shouldn't be that hard to figure out.

When i go to irc nobdy even talks.
"This Is The Way The World Ends"

Im busy with life be back after 2008 ends.....
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Re: Sorry

Post by blast »

Delta Lead wrote:Sorry i went on a camping trip for 2 days.

Anyways, it shouldn't be that hard to figure out.

When i go to irc nobdy even talks.
Remember, IRC is "Internet Relay Chat", not "Instant Reply Chat". Make sure you wait around a while to get a response.
"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
User avatar
joevano
General
General
Posts: 1863
Joined: Sat Jun 18, 2005 1:08 pm
Location: South Bend, Indiana, USA

Post by joevano »

As blast said.. waiting for a response is often required. Many of us on IRC have our clients running 24/7. We are not always at our computer waiting to respond. Just get on, ask your question and it WILL get a response.
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
Post Reply