WWII Fighter

Premade map objects and sections that can be used in user maps.

Does it need more detail?

Yep. (Please tell me!)
7
24%
Naw. It's fine
22
76%
It's got too much.
0
No votes
 
Total votes: 29

Guest

Post by Guest »

Wheels?

hehe, Its great!
Guest

Post by Guest »

Wheels?

hehe, Its great!
AlliedArmour
Sergeant
Sergeant
Posts: 831
Joined: Thu Jul 14, 2005 1:29 am

Post by AlliedArmour »

The wheels are "folded in" on the in flight shot.
Guest

Post by Guest »

Ahh, gotcha. :)
AlliedArmour
Sergeant
Sergeant
Posts: 831
Joined: Thu Jul 14, 2005 1:29 am

Post by AlliedArmour »

Good! Like the pics?
User avatar
A Meteorite
Private First Class
Private First Class
Posts: 1786
Joined: Thu Apr 28, 2005 12:56 am
Location: California, U.S.
Contact:

Post by A Meteorite »

That's just amazing! I could imagine a twist on the Airport Map by Ced...

Quick stupid question: How come it isn't shiny and rounded in bzflag? I'm pretty new to objects.
Image
Owner @ BZFX
Core Admin @ CAN

Email me: bzmet…@gmail.com
User avatar
A Meteorite
Private First Class
Private First Class
Posts: 1786
Joined: Thu Apr 28, 2005 12:56 am
Location: California, U.S.
Contact:

Post by A Meteorite »

Oh, now you just need whizzing bullets of of your guns! That would be hard to do, though. :roll:
Image
Owner @ BZFX
Core Admin @ CAN

Email me: bzmet…@gmail.com
AlliedArmour
Sergeant
Sergeant
Posts: 831
Joined: Thu Jul 14, 2005 1:29 am

Post by AlliedArmour »

I don't believe that BZ can do things like Gourard shading. And I don't know how to do fancy things with texture BZ. And, as I'm using a commercial program to make/render this model.

Bullets? Hmm, I could model one and try!, rockets flying...lots of fx. :)
User avatar
LouMan
Chief Sgt. of Cartography
Chief Sgt. of Cartography
Posts: 338
Joined: Mon Jan 31, 2005 3:05 am
Location: Michigan, USA

Post by LouMan »

Or you could use world weapons; guided missiles from pylons under the wings would be cool. :)
AlliedArmour
Sergeant
Sergeant
Posts: 831
Joined: Thu Jul 14, 2005 1:29 am

Post by AlliedArmour »

That's a nice idea! Should be easy for someone to position...
Guest

Post by Guest »

Yes, I love them! :lol:
trepan
Dev Wizard
Dev Wizard
Posts: 704
Joined: Fri Feb 21, 2003 7:50 pm

Post by trepan »

A Meteorite:
For starters, his models doesn't have lighting normals
(most likely the converters fault).

AlliedArmor:
I'm not sure that you understand the different types of
shading commonly used in 3D graphics. I suggest that you
read some online articles on Gouraud and Phong shading
(esp. relative to OpenGL), if you want to provide informed
comments.

What BZFLag really lacks is per-pixel lighting. Even the
'Best' lighting (tesselated), is a sad substitute for texture
lightmaps, normal mapping, and shader lighting.

A 'fancy' renderer will do much more then just single pass
type shading (ray tracing, photon tracing, caustics, etc...)
User avatar
BIYA
Corporal
Corporal
Posts: 891
Joined: Fri Dec 03, 2004 1:43 am
Location: Fredericksburg, Virginia
Contact:

Post by BIYA »

Allied can you post the OBJ if you have one?
AlliedArmour
Sergeant
Sergeant
Posts: 831
Joined: Thu Jul 14, 2005 1:29 am

Post by AlliedArmour »

trepan:
My converter doesn't do any lighting stuff. And no - I don't know much. I could ask my brother - he's does some D3D work - I think he knows about it.

BIYA:
Sssorry,,, I uh, only can only give a .cob or .X as that's all gsL exports as. If you want something added - please tell me, I'll try.
User avatar
BIYA
Corporal
Corporal
Posts: 891
Joined: Fri Dec 03, 2004 1:43 am
Location: Fredericksburg, Virginia
Contact:

Post by BIYA »

http://www.zdnet.com.au/downloads/0,390 ... 04s,00.htm

Did'nt download it but I think it converts cob formats to obj.

if not heres a link to awhole bunch of converters.
http://www.3dlinks.com/oldsite/software_converters.cfm[/url]
AlliedArmour
Sergeant
Sergeant
Posts: 831
Joined: Thu Jul 14, 2005 1:29 am

Post by AlliedArmour »

All of the ones that did .cob had a catch. Maybe I didn't try some of them - but I think I went through all. Any other suggestions?
User avatar
Eragon
Private First Class
Private First Class
Posts: 57
Joined: Thu Jun 23, 2005 9:32 pm

Post by Eragon »

thnx man this is awesome!!!
User avatar
Eragon
Private First Class
Private First Class
Posts: 57
Joined: Thu Jun 23, 2005 9:32 pm

Post by Eragon »

how do i add this to my map? i'm using BZEdit
dango
Private First Class
Private First Class
Posts: 1400
Joined: Sun Feb 06, 2005 5:40 pm
Location: Somewhere over there.

Post by dango »

Eragon wrote:how do i add this to my map? i'm using BZEdit
this is a mesh, bzedit cannot handle meshes and the devs are never planing to add meshes to bzedit
Image
User avatar
^nightmare^
Private First Class
Private First Class
Posts: 1264
Joined: Sun Feb 20, 2005 7:14 pm
Location: Alabama
Contact:

Post by ^nightmare^ »

i just wish bzedit will alow you to apply textures. Can you imagine what kind of a powerful tool that would be?!? :?
Need bzflag help? Try looking here: http://www.freewebs.com/bznightmare/map ... aghelp.htm
User avatar
Eragon
Private First Class
Private First Class
Posts: 57
Joined: Thu Jun 23, 2005 9:32 pm

Post by Eragon »

then how do add this to my map using notepad
AlliedArmour
Sergeant
Sergeant
Posts: 831
Joined: Thu Jul 14, 2005 1:29 am

Post by AlliedArmour »

Download the map and paste ALL the code from inside it into your map, at the top. At the bottom of the pasted code you'll see this:

Code: Select all

group Body
matref Grey
end

group Glass
matref Glass
end

group Exhaust1
matref Black
end

group Exhaust2
matref Black
end

group FrontGearFrame
matref Grey
end

group FrontWheels
matref Black
end

group PropEngine
matref Black
end

group RearGearFrame
matref Grey
end

group RearWheel
matref Black
end

group Guns
matref Grey
end
Make these modifications to it:

Code: Select all

define Fighter
group Body
matref Grey
end

group Glass
matref Glass
end

group Exhaust1
matref Black
end

group Exhaust2
matref Black
end

group FrontGearFrame
matref Grey
end

group FrontWheels
matref Black
end

group PropEngine
matref Black
end

group RearGearFrame
matref Grey
end

group RearWheel
matref Black
end

group Guns
matref Grey
end
enddef
Now, whenever you want a fighter, do this:

Code: Select all

group Fighter
shift <x> <y> <z>
end
If you want to scale it:

Code: Select all

group Fighter
shift <x> <y> <z>
scale <x> <y> <z>
end
Scale and rotate MUST be BEFORE shifting.

HTH and I'm glad you like it!
User avatar
TD-Linux
Sergeant
Sergeant
Posts: 724
Joined: Wed Apr 27, 2005 8:26 pm
Location: Mountain View, CA

Post by TD-Linux »

Your example has shift before scaling! :P

You need some normals. Try making it an OBJ, then using Wings to convert it to a bzw. Make sure to export normals.
AlliedArmour
Sergeant
Sergeant
Posts: 831
Joined: Thu Jul 14, 2005 1:29 am

Post by AlliedArmour »

I don't seem to need normals, but from now on my models should have them as my converter now uses them.
User avatar
Eragon
Private First Class
Private First Class
Posts: 57
Joined: Thu Jun 23, 2005 9:32 pm

Post by Eragon »

ok i'm not sure what you mean by shift when do i hit it?
Post Reply