Profile | Register | Calendar | FAQ | Search | Home 

VWBB : Powered by vBulletin version 2.2.6 VWBB > FreeSpace Watch > FreeSpace 1/2 MODs Discussion > Two Words: Source Code
Pages (9): « 1 2 3 [4] 5 6 7 8 » ... Last »   Last Thread   Next Thread
Author
Thread Post New Thread    Post A Reply
Grey Wolf 2009
Murdock

Registered: Mar 2001
Location:
Posts: 120

Got it d/loaded.... Now I just need to figure out how to edit it...

Report this post to a moderator | IP: Logged

Old Post 04-25-2002 02:46 AM
Grey Wolf 2009 is offline Click Here to See the Profile for Grey Wolf 2009 Click here to Send Grey Wolf 2009 a Private Message Visit Grey Wolf 2009's homepage! Find more posts by Grey Wolf 2009 Add Grey Wolf 2009 to your buddy list Edit/Delete Message Reply w/Quote
BabProj Team
I'm New! Laugh At Me!

Registered: Apr 2001
Location:
Posts: 1901

So guys, tell me....how easy is it to do:

- DirectX 8.0 (or so) support - I assume this would confer speed and effect advantages?
- Blinking lights on ships
- Specular maps
- Bump maps
- Turrets on the side of ships
- Lens Flares

__________________
- The Babylon Project Team

Report this post to a moderator | IP: Logged

Old Post 04-25-2002 02:50 AM
BabProj Team is offline Click Here to See the Profile for BabProj Team Click here to Send BabProj Team a Private Message Find more posts by BabProj Team Add BabProj Team to your buddy list Edit/Delete Message Reply w/Quote
IceFire
VWBB Admin

Registered: Jul 2000
Location: The Cold Northland!
Posts: 8392

So guys, tell me....how easy is it to do:

- DirectX 8.0 (or so) support - I assume this would confer speed and effect advantages?
- Blinking lights on ships
- Specular maps
- Bump maps
- Turrets on the side of ships
- Lens Flares

__________________
- IceFire
Volition Watch Project Manager
[url=http://www.volitionwatch.com]Volition Watch[/url], [url=http://freespace.volitionwatch.com/blackwater]BlackWater Operations[/url], [url=http://freespace.volitionwatch.com/babylon]The Babylon Project[/url], [url=http://terra.sourceforge.net]Machina Terra[/url], [url=http://www.3dap.com/hlp/hosted/ott/]Over The Top[/url]

Report this post to a moderator | IP: Logged

Old Post 04-25-2002 02:50 AM
IceFire is offline Click Here to See the Profile for IceFire Click here to Send IceFire a Private Message Visit IceFire's homepage! Find more posts by IceFire Add IceFire to your buddy list Edit/Delete Message Reply w/Quote
Bones
I'm New! Laugh At Me!

Registered: Apr 2002
Location: California, USA
Posts: 6

<<--

__________________
I dont have a "Drinking Problem" - I drink, get drunk, fall down - no problem

[url=http://165thBDHR.com]165th BDHR[/url]

Last edited by Bones on 04-25-2002 at 02:53 AM

Report this post to a moderator | IP: Logged

Old Post 04-25-2002 02:52 AM
Bones is offline Click Here to See the Profile for Bones Click here to Send Bones a Private Message Visit Bones's homepage! Find more posts by Bones Add Bones to your buddy list Edit/Delete Message Reply w/Quote
Orange
VWBB Admin

Registered: Jul 2000
Location: Apple Valley, MN
Posts: 2403

uh.. what?

__________________
Assistant Operations Director for Volition Watch

Report this post to a moderator | IP: Logged

Old Post 04-25-2002 02:54 AM
Orange is offline Click Here to See the Profile for Orange Click here to Send Orange a Private Message Visit Orange's homepage! Find more posts by Orange Add Orange to your buddy list Edit/Delete Message Reply w/Quote
daveb
Volition

Registered: Jul 2000
Location:
Posts: 105

> - DirectX 8.0 (or so) support - I assume this would confer speed > and effect advantages?

Difficult. Mostly because its a lot of legwork and compatibility stuff.

> Blinking lights on ships

Depending on how you want to do it - extremely simple to moderately interesting.

> Specular maps

Again, depending how fancy you want to get, easy to hard.

> Bump maps

See above

> Turrets on the side of ships

Harder than you might think. It shouldn't be, but the way that whole system was written, it is.

> Lens Flares

Trivial.

Last edited by daveb on 04-25-2002 at 03:00 AM

Report this post to a moderator | IP: Logged

Old Post 04-25-2002 02:58 AM
daveb is offline Click Here to See the Profile for daveb Click here to Send daveb a Private Message Find more posts by daveb Add daveb to your buddy list Edit/Delete Message Reply w/Quote
daveb
Volition

Registered: Jul 2000
Location:
Posts: 105

> - DirectX 8.0 (or so) support - I assume this would confer speed > and effect advantages?

Difficult. Mostly because its a lot of legwork and compatibility stuff.

> Blinking lights on ships

Depending on how you want to do it - extremely simple to moderately interesting.

> Specular maps

Again, depending how fancy you want to get, easy to hard.

> Bump maps

See above

> Turrets on the side of ships

Harder than you might think. It shouldn't be, but the way that whole system was written, it is.

> Lens Flares

Trivial.

Last edited by daveb on 04-25-2002 at 03:00 AM

Report this post to a moderator | IP: Logged

Old Post 04-25-2002 02:58 AM
daveb is offline Click Here to See the Profile for daveb Click here to Send daveb a Private Message Find more posts by daveb Add daveb to your buddy list Edit/Delete Message Reply w/Quote
GalacticEmperor
Murdock

Registered: Aug 2001
Location:
Posts: 214

quote:
Originally posted by IceFire
So guys, tell me....how easy is it to do:

- DirectX 8.0 (or so) support - I assume this would confer speed and effect advantages?
- Blinking lights on ships
- Specular maps
- Bump maps
- Turrets on the side of ships
- Lens Flares



This is strictly from a man who has only coded tables and sexps so bear with me.

DirectX 8.0 (or so) support: Not sure how it would help but it might, if we can do it. Perhaps there's a "Developer's Guide to DirectX" by Microsoft somewhere we can look at.

Blinking lights on ships: If animated textures are possible, than blinking surface lights are. 'Point' lights I'm not sure about, but there's always the code for muzzle flashes we can play with. Something along the lines of an invisible laser bolt with no damage, but with a green or red muzzle glow? Or, an 'engine' surface complete with glow. See the PVI Karnak C, a reactor, for an example of what I mean. Trouble is that engine glows don't illuminate the area.

Specular maps: I don't quite understand.

Bump maps: It's possible to do, have a 3D file for every texture, the same size, and textured in 3D. But in the FS2 engine? I think if it can be done it should be more along the lines of 'detail mapping' where it only bumpmaps if you're really close.

Turrets on the side of ships: Don't we already have this?

Lens Flares: We have them on engines and suns, what else d'you want?

__________________
Palpy uber alles!
-Woolie Wool

Galemp, you should be shoved into the intake of a Boeing 777.
-Mikhael, upon seeing my [url=http://dynamic4.gamespy.com/~freespace/forums/showthread.php?s=&threadid=19105]FS uglies[/url]

[url=http://www.3dap.com/hlp/hosted/fsport/]Revisit the Great War at the Freespace Port![/url]

Report this post to a moderator | IP: Logged

Old Post 04-25-2002 03:03 AM
GalacticEmperor is offline Click Here to See the Profile for GalacticEmperor Click here to Send GalacticEmperor a Private Message Visit GalacticEmperor's homepage! Find more posts by GalacticEmperor Add GalacticEmperor to your buddy list Edit/Delete Message Reply w/Quote
GalacticEmperor
Murdock

Registered: Aug 2001
Location: Imperial Palace, Coruscant
Posts: 272

quote:
Originally posted by IceFire
So guys, tell me....how easy is it to do:

- DirectX 8.0 (or so) support - I assume this would confer speed and effect advantages?
- Blinking lights on ships
- Specular maps
- Bump maps
- Turrets on the side of ships
- Lens Flares



This is strictly from a man who has only coded tables and sexps so bear with me.

DirectX 8.0 (or so) support: Not sure how it would help but it might, if we can do it. Perhaps there's a "Developer's Guide to DirectX" by Microsoft somewhere we can look at.

Blinking lights on ships: If animated textures are possible, than blinking surface lights are. 'Point' lights I'm not sure about, but there's always the code for muzzle flashes we can play with. Something along the lines of an invisible laser bolt with no damage, but with a green or red muzzle glow? Or, an 'engine' surface complete with glow. See the PVI Karnak C, a reactor, for an example of what I mean. Trouble is that engine glows don't illuminate the area.

Specular maps: I don't quite understand.

Bump maps: It's possible to do, have a 3D file for every texture, the same size, and textured in 3D. But in the FS2 engine? I think if it can be done it should be more along the lines of 'detail mapping' where it only bumpmaps if you're really close.

Turrets on the side of ships: Don't we already have this?

Lens Flares: We have them on engines and suns, what else d'you want?

__________________
Do Vasudans have teeth?
-Petrarch

[url=http://www.3dap.com/hlp/hosted/fsport/]Revisit the Great War at the Freespace Port![/url]

Report this post to a moderator | IP: Logged

Old Post 04-25-2002 03:03 AM
GalacticEmperor is offline Click Here to See the Profile for GalacticEmperor Click here to Send GalacticEmperor a Private Message Visit GalacticEmperor's homepage! Find more posts by GalacticEmperor Add GalacticEmperor to your buddy list Edit/Delete Message Reply w/Quote
Bobboau
BWO Team Member

Registered: Jul 2000
Location: belleville IL USA
Posts: 1428

Im so exited I think I'm gona puke

__________________
Bobboau, bringing you products that work ......... In theory

Report this post to a moderator | IP: Logged

Old Post 04-25-2002 03:05 AM
Bobboau is offline Click Here to See the Profile for Bobboau Click here to Send Bobboau a Private Message Find more posts by Bobboau Add Bobboau to your buddy list Edit/Delete Message Reply w/Quote
Bobboau
BWO Team Member

Registered: Jul 2000
Location: belleville IL USA
Posts: 1428

Im so exited I think I'm gona puke

__________________
Bobboau, bringing you products that work ......... In theory

Report this post to a moderator | IP: Logged

Old Post 04-25-2002 03:05 AM
Bobboau is offline Click Here to See the Profile for Bobboau Click here to Send Bobboau a Private Message Find more posts by Bobboau Add Bobboau to your buddy list Edit/Delete Message Reply w/Quote
venom2506
Murdock

Registered: Apr 2001
Location:
Posts: 495

Specular maps: I don't quite understand.

reflectiveness of the surface if you want -flat or shining

Bump maps: It's possible to do, have a 3D file for every texture, the same size, and textured in 3D. But in the FS2 engine? I think if it can be done it should be more along the lines of 'detail mapping' where it only bumpmaps if you're really close.

hmm? bump maps, no need for 3d anything. darkness or brighness of the actual maps are set thanx to an alternative greyscale map, which will give an illusion of relief based on shadowings of dark surfaces (or bright depending on the situation)

Turrets on the side of ships: Don't we already have this?

barreled ones

Lens Flares: We have them on engines and suns, what else d'you want?

there's none on suns

[/B][/QUOTE]

__________________
[URL=http://www.3dap.com/hlp/hosted/ott/index.html]Over the Top[/URL]
[url=http:/http://www.3dactionplanet.com/hlp/hosted/inferno/]Inferno[/url]
[url=http://terra.sourceforge.net/]Machina Terra[/url]

Report this post to a moderator | IP: Logged

Old Post 04-25-2002 03:11 AM
venom2506 is offline Click Here to See the Profile for venom2506 Click here to Send venom2506 a Private Message Visit venom2506's homepage! Find more posts by venom2506 Add venom2506 to your buddy list Edit/Delete Message Reply w/Quote
venom2506
Murdock

Registered: Apr 2001
Location:
Posts: 495

Specular maps: I don't quite understand.

reflectiveness of the surface if you want -flat or shining

Bump maps: It's possible to do, have a 3D file for every texture, the same size, and textured in 3D. But in the FS2 engine? I think if it can be done it should be more along the lines of 'detail mapping' where it only bumpmaps if you're really close.

hmm? bump maps, no need for 3d anything. darkness or brighness of the actual maps are set thanx to an alternative greyscale map, which will give an illusion of relief based on shadowings of dark surfaces (or bright depending on the situation)

Turrets on the side of ships: Don't we already have this?

barreled ones

Lens Flares: We have them on engines and suns, what else d'you want?

there's none on suns

[/B][/QUOTE]

__________________
[URL=http://www.3dap.com/hlp/hosted/ott/index.html]Over the Top[/URL]
[url=http:/http://www.3dactionplanet.com/hlp/hosted/inferno/]Inferno[/url]
[url=http://terra.sourceforge.net/]Machina Terra[/url]

Report this post to a moderator | IP: Logged

Old Post 04-25-2002 03:11 AM
venom2506 is offline Click Here to See the Profile for venom2506 Click here to Send venom2506 a Private Message Visit venom2506's homepage! Find more posts by venom2506 Add venom2506 to your buddy list Edit/Delete Message Reply w/Quote
Shrike
BWO Team Member

Registered: Jul 2000
Location: Lo-Fidelity All Star
Posts: 2273

quote:
Originally posted by daveb
> - DirectX 8.0 (or so) support - I assume this would confer speed > and effect advantages?

Difficult. Mostly because its a lot of legwork and compatibility stuff.

> Blinking lights on ships

Depending on how you want to do it - extremely simple to moderately interesting.

> Specular maps

Again, depending how fancy you want to get, easy to hard.

> Bump maps

See above

> Turrets on the side of ships

Harder than you might think. It shouldn't be, but the way that whole system was written, it is.

> Lens Flares

Trivial.

1) Whatever.... if it's done, great.
2) If it's really simple, why didn't you do it before? (kidding)
3 + 4) Bump would be good, specular (to the IW2 degree anyhow) doesn't fit FS as much IMO.
5) *Curses profusely, then curses again*
6) See number 2.

quote:
Originally posted by GalacticEmperor
Specular maps: I don't quite understand.

Turrets on the side of ships: Don't we already have this?

Lens Flares: We have them on engines and suns, what else d'you want?

1) Shiny maps. See IW2 for an example.
2) Rotating turrets.
3) Weapons, perhaps? Something like the big guns from StarLancer would be great.

__________________
WE ARE HARD LIGHT PRODUCTIONS. YOU WILL LOWER YOUR FIREWALLS AND SURRENDER YOUR COMPUTERS. WE WILL ADD YOUR INTELLECTUAL AND VERNACULAR DISTINCTIVENESS TO OUR OWN. YOUR FORUM WILL ADAPT TO SERVICE US. RESISTANCE IS FUTILE.

Report this post to a moderator | IP: Logged

Old Post 04-25-2002 03:11 AM
Shrike is offline Click Here to See the Profile for Shrike Click here to Send Shrike a Private Message Visit Shrike's homepage! Find more posts by Shrike Add Shrike to your buddy list Edit/Delete Message Reply w/Quote
Shrike
BWO Team Member

Registered: Jul 2000
Location: Lo-Fidelity All Star
Posts: 2273

quote:
Originally posted by daveb
> - DirectX 8.0 (or so) support - I assume this would confer speed > and effect advantages?

Difficult. Mostly because its a lot of legwork and compatibility stuff.

> Blinking lights on ships

Depending on how you want to do it - extremely simple to moderately interesting.

> Specular maps

Again, depending how fancy you want to get, easy to hard.

> Bump maps

See above

> Turrets on the side of ships

Harder than you might think. It shouldn't be, but the way that whole system was written, it is.

> Lens Flares

Trivial.

1) Whatever.... if it's done, great.
2) If it's really simple, why didn't you do it before? (kidding)
3 + 4) Bump would be good, specular (to the IW2 degree anyhow) doesn't fit FS as much IMO.
5) *Curses profusely, then curses again*
6) See number 2.

quote:
Originally posted by GalacticEmperor
Specular maps: I don't quite understand.

Turrets on the side of ships: Don't we already have this?

Lens Flares: We have them on engines and suns, what else d'you want?

1) Shiny maps. See IW2 for an example.
2) Rotating turrets.
3) Weapons, perhaps? Something like the big guns from StarLancer would be great.

__________________
WE ARE HARD LIGHT PRODUCTIONS. YOU WILL LOWER YOUR FIREWALLS AND SURRENDER YOUR COMPUTERS. WE WILL ADD YOUR INTELLECTUAL AND VERNACULAR DISTINCTIVENESS TO OUR OWN. YOUR FORUM WILL ADAPT TO SERVICE US. RESISTANCE IS FUTILE.

Report this post to a moderator | IP: Logged

Old Post 04-25-2002 03:11 AM
Shrike is offline Click Here to See the Profile for Shrike Click here to Send Shrike a Private Message Visit Shrike's homepage! Find more posts by Shrike Add Shrike to your buddy list Edit/Delete Message Reply w/Quote
daveb
Volition

Registered: Jul 2000
Location:
Posts: 105

quote:
5) *Curses profusely, then curses again*



If I were an enterprising h4xor, tearing out that whole system and replacing it with something much better would be an interesting project. That's what makes stuff like this "fun".

Last edited by daveb on 04-25-2002 at 03:14 AM

Report this post to a moderator | IP: Logged

Old Post 04-25-2002 03:14 AM
daveb is offline Click Here to See the Profile for daveb Click here to Send daveb a Private Message Find more posts by daveb Add daveb to your buddy list Edit/Delete Message Reply w/Quote
daveb
Volition

Registered: Jul 2000
Location:
Posts: 105

quote:
5) *Curses profusely, then curses again*



If I were an enterprising h4xor, tearing out that whole system and replacing it with something much better would be an interesting project. That's what makes stuff like this "fun".

Last edited by daveb on 04-25-2002 at 03:14 AM

Report this post to a moderator | IP: Logged

Old Post 04-25-2002 03:14 AM
daveb is offline Click Here to See the Profile for daveb Click here to Send daveb a Private Message Find more posts by daveb Add daveb to your buddy list Edit/Delete Message Reply w/Quote
GalacticEmperor
Murdock

Registered: Aug 2001
Location: Imperial Palace, Coruscant
Posts: 272

I still don't get the whole 'turrets on sides of ships' question. The Hecate has barreled turrets, why can't you put them on the side of a ship? I think I'm missing something.

__________________
Do Vasudans have teeth?
-Petrarch

[url=http://www.3dap.com/hlp/hosted/fsport/]Revisit the Great War at the Freespace Port![/url]

Report this post to a moderator | IP: Logged

Old Post 04-25-2002 03:16 AM
GalacticEmperor is offline Click Here to See the Profile for GalacticEmperor Click here to Send GalacticEmperor a Private Message Visit GalacticEmperor's homepage! Find more posts by GalacticEmperor Add GalacticEmperor to your buddy list Edit/Delete Message Reply w/Quote
GalacticEmperor
Murdock

Registered: Aug 2001
Location:
Posts: 214

I still don't get the whole 'turrets on sides of ships' question. The Hecate has barreled turrets, why can't you put them on the side of a ship? I think I'm missing something.

__________________
Palpy uber alles!
-Woolie Wool

Galemp, you should be shoved into the intake of a Boeing 777.
-Mikhael, upon seeing my [url=http://dynamic4.gamespy.com/~freespace/forums/showthread.php?s=&threadid=19105]FS uglies[/url]

[url=http://www.3dap.com/hlp/hosted/fsport/]Revisit the Great War at the Freespace Port![/url]

Report this post to a moderator | IP: Logged

Old Post 04-25-2002 03:16 AM
GalacticEmperor is offline Click Here to See the Profile for GalacticEmperor Click here to Send GalacticEmperor a Private Message Visit GalacticEmperor's homepage! Find more posts by GalacticEmperor Add GalacticEmperor to your buddy list Edit/Delete Message Reply w/Quote
Kazan
Babylon Project

Registered: Aug 2000
Location: Cedar Rapids, Iowa, United States
Posts: 1016

i'm currently scratching my head like a monkey doing a math problem trying to figure out how i can stick in running lights hehe

reading other peoples code without them there to explain what they were thinking is a pain.

__________________
"Why climb it?" - "Because It's there."
-----------------
[URL=http://alliance.sourceforge.net]Alliance Productions[/URL]

Report this post to a moderator | IP: Logged

Old Post 04-25-2002 03:27 AM
Kazan is offline Click Here to See the Profile for Kazan Click here to Send Kazan a Private Message Visit Kazan's homepage! Find more posts by Kazan Add Kazan to your buddy list Edit/Delete Message Reply w/Quote
All times are EST. The time now is 11:53 AM. Post New Thread    Post A Reply
Pages (9): « 1 2 3 [4] 5 6 7 8 » ... Last »   Last Thread   Next Thread
Show Printable Version | Subscribe to this Thread

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is ON
 
Contact Us - Volition Watch >
Powered by: vBulletin Version 2.2.6 - Copyright ©2000-2002, Jelsoft Enterprises Limited.